[pypy-svn] r72091 - in pypy/extradoc/pypy.org/source: . _layouts

arigo at codespeak.net arigo at codespeak.net
Thu Mar 11 11:10:20 CET 2010


Author: arigo
Date: Thu Mar 11 11:10:19 2010
New Revision: 72091

Added:
   pypy/extradoc/pypy.org/source/contact.txt   (contents, props changed)
Modified:
   pypy/extradoc/pypy.org/source/_layouts/site.genshi
   pypy/extradoc/pypy.org/source/download.txt
   pypy/extradoc/pypy.org/source/features.txt
Log:
Add a page "contact.html".


Modified: pypy/extradoc/pypy.org/source/_layouts/site.genshi
==============================================================================
--- pypy/extradoc/pypy.org/source/_layouts/site.genshi	(original)
+++ pypy/extradoc/pypy.org/source/_layouts/site.genshi	Thu Mar 11 11:10:19 2010
@@ -11,6 +11,7 @@
       ('Performance', 'http://speed.pypy.org'),
       ('Dev Site', 'http://codespeak.net/pypy/trunk/pypy/doc/index.html'),
       ('Blog', 'http://morepypy.blogspot.com'),
+      ('Contact', 'contact.html'),
       ],
     }
 

Added: pypy/extradoc/pypy.org/source/contact.txt
==============================================================================
--- (empty file)
+++ pypy/extradoc/pypy.org/source/contact.txt	Thu Mar 11 11:10:19 2010
@@ -0,0 +1,20 @@
+---
+layout: page
+title: Contact
+---
+
+Contact
+============================================================
+
+* irc: **#pypy** on **irc.freenode.net**
+
+* mailing list: `pypy-dev at codespeak.net`__
+
+* the `bug tracker`_
+
+* more on our `dev site`_.
+
+
+.. __: http://codespeak.net/mailman/listinfo/pypy-dev
+.. _`bug tracker`: https://codespeak.net/issue/pypy-dev/
+.. _`dev site`: http://codespeak.net/pypy/trunk/pypy/doc/

Modified: pypy/extradoc/pypy.org/source/download.txt
==============================================================================
--- pypy/extradoc/pypy.org/source/download.txt	(original)
+++ pypy/extradoc/pypy.org/source/download.txt	Thu Mar 11 11:10:19 2010
@@ -209,7 +209,7 @@
 .. _`x86-64`: http://en.wikipedia.org/wiki/X86-64
 .. _SSE2: http://en.wikipedia.org/wiki/SSE2
 .. _`ctypes`: http://www.python.org/doc/2.5.4/lib/module-ctypes.html
-.. _`contact us`: http://codespeak.net/mailman/listinfo/pypy-dev
+.. _`contact us`: contact.html
 .. _`sandboxing`: features.html#sandboxing
 .. _`stackless`: http://www.stackless.com/
 .. _`greenlets`: http://codespeak.net/svn/greenlet/trunk/doc/greenlet.txt

Modified: pypy/extradoc/pypy.org/source/features.txt
==============================================================================
--- pypy/extradoc/pypy.org/source/features.txt	(original)
+++ pypy/extradoc/pypy.org/source/features.txt	Thu Mar 11 11:10:19 2010
@@ -19,7 +19,6 @@
 
 .. _`compatibility`: compat.html
 .. _`x86 (IA-32)`: http://en.wikipedia.org/wiki/IA-32
-.. _`contact us`: http://codespeak.net/mailman/listinfo/pypy-dev
 
 
 Speed or memory usage?
@@ -87,7 +86,7 @@
 * **the Java backend:** PyPy can run on the Java VM, but more care is
   needed to finish this project.  (Requires `the cli-jit branch`_ for
   now.)  Writing a backend for our high-level JIT compiler would be
-  excellent.  `Contact us!`_
+  excellent.  `Contact us`_!
 
 * **Other languages:** available in a `separate part of the repository`_,
   we implemented other languages too: Prolog_ (almost complete), as
@@ -95,6 +94,6 @@
 
 
 .. _`the cli-jit branch`: http://codespeak.net/svn/pypy/branch/cli-jit/
-.. _`contact us!`: http://codespeak.net/mailman/listinfo/pypy-dev
+.. _`contact us`: contact.html
 .. _`separate part of the repository`: http://codespeak.net/svn/pypy/lang/
 .. _Prolog: http://codespeak.net/svn/pypy/lang/prolog



More information about the Pypy-commit mailing list