[pypy-svn] r79569 - pypy/extradoc/pypy.org/source

hpk at codespeak.net hpk at codespeak.net
Fri Nov 26 17:42:56 CET 2010


Author: hpk
Date: Fri Nov 26 17:42:54 2010
New Revision: 79569

Added:
   pypy/extradoc/pypy.org/source/howtohelp.txt
Modified:
   pypy/extradoc/pypy.org/source/features.txt
Log:
some suggestions for refinements


Modified: pypy/extradoc/pypy.org/source/features.txt
==============================================================================
--- pypy/extradoc/pypy.org/source/features.txt	(original)
+++ pypy/extradoc/pypy.org/source/features.txt	Fri Nov 26 17:42:54 2010
@@ -6,20 +6,21 @@
 PyPy features
 ===========================================================
 
-**PyPy 1.4** implements **Python 2.5.** It supports all of the core
-language, passing the Python test suite (with minor modifications that were
-already accepted in the main python in newer versions). It supports most
-of the commonly used Python standard library modules.  For known differences
-with CPython, see our `compatibility`_ page.  If you are interested in
-helping with 2.6, 2.7 or 3.x features, `contact us`_!
-
-PyPy 1.4 runs essentially only on Intel `x86 (IA-32)`_ and `x86_64`_ platforms,
-with ARM being underway.
-Feel free to contact us if you want to port it to any other platform!
+**PyPy 1.4** implements **Python 2.5.** and runs on Intel
+`x86 (IA-32)`_ and `x86_64`_ platforms, with ARM being underway.
+It supports all of the core language, passing the Python test suite
+(with minor modifications that were already accepted in the main python
+in newer versions). It supports most of the commonly used Python
+standard library modules.  For known differences with CPython, see our
+`compatibility`_ page.
+
+If you are interested in helping to move forward, see our `howtohelp`_ page.
 
 .. _`compatibility`: compat.html
 .. _`x86 (IA-32)`: http://en.wikipedia.org/wiki/IA-32
 .. _`x86_64`: http://en.wikipedia.org/wiki/X86_64
+.. _`how can i help`: howtohelp.html
+
 
 Speed
 -----
@@ -29,7 +30,7 @@
 
 .. _`main executable`: download.html#with-a-jit-compiler
 .. _`Try it out!`: download.html#with-a-jit-compiler
-.. _`really fast`: http://speed.pypy.org/
+.. _`really fast`: http://bit.ly/fhSlfk
 
 Sandboxing
 --------------------

Added: pypy/extradoc/pypy.org/source/howtohelp.txt
==============================================================================
--- (empty file)
+++ pypy/extradoc/pypy.org/source/howtohelp.txt	Fri Nov 26 17:42:54 2010
@@ -0,0 +1,15 @@
+How to help PyPy development?
+=====================================
+
+Here are some ideas to help PyPy development:
+
+- use pypy for your projects and provide detailed feedback_
+- help implement Python2.6, 2.7 or 3.x features
+- write blog posts or tweets about your experiences
+- help porting to new platforms
+- contact_ us and get involved
+- donate_ some money to enable others to help
+
+.. _contact: contact.html
+.. _feedback: contact.html
+.. _`donate`: http://morepypy.blogspot.com/2010/11/speeding-up-pypy-by-donations.html



More information about the Pypy-commit mailing list