[pypy-svn] r23409 - pypy/dist/pypy/doc

nico at codespeak.net nico at codespeak.net
Thu Feb 16 15:08:24 CET 2006


Author: nico
Date: Thu Feb 16 15:08:17 2006
New Revision: 23409

Modified:
   pypy/dist/pypy/doc/confrest.py
   pypy/dist/pypy/doc/news.txt
Log:
change menu order. add direct svn access.

Modified: pypy/dist/pypy/doc/confrest.py
==============================================================================
--- pypy/dist/pypy/doc/confrest.py	(original)
+++ pypy/dist/pypy/doc/confrest.py	Thu Feb 16 15:08:17 2006
@@ -5,17 +5,18 @@
         super(PyPyPage, self).fill()
         self.menubar[:] = html.div(
             html.a("news", href="news.html", class_="menu"), " ",
-            html.a("doc", href="index.html", class_="menu"), " ",
-            html.a("contact", href="contact.html", class_="menu"), " ", 
             html.a("getting-started", 
                    href="getting-started.html", class_="menu"), " ",
-            html.a("EU/project", 
-                   href="http://pypy.org/", class_="menu"), " ",
-            html.a("issue", 
+            html.a("documentation", href="index.html", class_="menu"), " ",
+            html.a("events", href="events.html", class_="menu"), " ", 
+            html.a("svn", href="/svn/pypy", class_="menu"), " ", 
+            html.a("issues", 
                    href="https://codespeak.net/issue/pypy-dev/", 
                    class_="menu"), 
+            html.a("contact", href="contact.html", class_="menu"), " ", 
+            html.a("EU/project", 
+                   href="http://pypy.org/", class_="menu"), " ",
             " ", id="menubar")
-            html.a("events", href="events.html", class_="menu"), " ", 
 
 class Project(Project): 
     title = "PyPy" 

Modified: pypy/dist/pypy/doc/news.txt
==============================================================================
--- pypy/dist/pypy/doc/news.txt	(original)
+++ pypy/dist/pypy/doc/news.txt	Thu Feb 16 15:08:17 2006
@@ -69,7 +69,7 @@
 
 The Paris sprint is over. We are all at home again and more or less exhausted.
 The sprint attracted 18 participants and took place in
-`Logilabs offices in Paris`_. We were happy to have five new 
+`Logilab offices in Paris`_. We were happy to have five new 
 developers to the PyPy Community! The focus was on implementing
 `continuation-passing`_ style (stackless), making the translation process
 work for target languages with more powerful object systems and some tiny
@@ -79,7 +79,7 @@
 way back.
 *(10/18/2005)*
 
-.. _`Logilabs offices in Paris`: http://codespeak.net/pypy/extradoc/sprintinfo/paris-2005-sprint.html 
+.. _`Logilab offices in Paris`: http://codespeak.net/pypy/extradoc/sprintinfo/paris-2005-sprint.html 
 .. _JIT: http://en.wikipedia.org/wiki/Just-in-time_compilation
 .. _`continuation-passing`: http://en.wikipedia.org/wiki/Continuation_passing_style
 .. _`report about day one`: http://codespeak.net/pipermail/pypy-dev/2005q4/002510.html



More information about the Pypy-commit mailing list