diff --git a/source/_layouts/site.genshi b/source/_layouts/site.genshi index 29c8709ea9d34eb046fa748cae37b4bdb3c005e9_c291cmNlL19sYXlvdXRzL3NpdGUuZ2Vuc2hp..d40e0339b964399d9bcbfd8a65f9403a9b7f18fa_c291cmNlL19sYXlvdXRzL3NpdGUuZ2Vuc2hp 100644 --- a/source/_layouts/site.genshi +++ b/source/_layouts/site.genshi @@ -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'), ], } diff --git a/source/contact.txt b/source/contact.txt new file mode 100644 index 0000000000000000000000000000000000000000..d40e0339b964399d9bcbfd8a65f9403a9b7f18fa_c291cmNlL2NvbnRhY3QudHh0 --- /dev/null +++ b/source/contact.txt @@ -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/ diff --git a/source/download.txt b/source/download.txt index 29c8709ea9d34eb046fa748cae37b4bdb3c005e9_c291cmNlL2Rvd25sb2FkLnR4dA==..d40e0339b964399d9bcbfd8a65f9403a9b7f18fa_c291cmNlL2Rvd25sb2FkLnR4dA== 100644 --- a/source/download.txt +++ b/source/download.txt @@ -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 diff --git a/source/features.txt b/source/features.txt index 29c8709ea9d34eb046fa748cae37b4bdb3c005e9_c291cmNlL2ZlYXR1cmVzLnR4dA==..d40e0339b964399d9bcbfd8a65f9403a9b7f18fa_c291cmNlL2ZlYXR1cmVzLnR4dA== 100644 --- a/source/features.txt +++ b/source/features.txt @@ -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