Skip to content
Snippets Groups Projects
Commit d40e0339 authored by Armin Rigo's avatar Armin Rigo
Browse files

Add a page "contact.html".

parent 29c8709e
No related branches found
No related tags found
No related merge requests found
......@@ -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'),
],
}
......
---
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/
......@@ -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
......
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment