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

arigo at codespeak.net arigo at codespeak.net
Thu Mar 11 17:56:53 CET 2010


Author: arigo
Date: Thu Mar 11 17:56:52 2010
New Revision: 72115

Modified:
   pypy/extradoc/pypy.org/source/download.txt
Log:
Update the links.


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 17:56:52 2010
@@ -72,9 +72,9 @@
 * `Mac OS/X binary`__
 * `Windows binary`__
 
-.. __: http://pypy.org/download/pypy-nojit-1.2-linux.tar.bz2
-.. __: http://pypy.org/download/pypy-nojit-1.2-osx.tar.bz2
-.. __: http://pypy.org/download/pypy-nojit-1.2-win.zip
+.. __: http://pypy.org/download/pypy-1.2-linux-nojit.tar.bz2
+.. __: http://pypy.org/download/pypy-1.2-osx-nojit.tar.bz2
+.. __: http://pypy.org/download/pypy-1.2-win-nojit.zip
 
 If your CPU is a 64-bit machine and you want to translate_ a 32-bit
 version of PyPy yourself, `here are hints`_.
@@ -98,9 +98,9 @@
 * `Mac OS/X binary`__
 * `Windows binary`__
 
-.. __: http://pypy.org/download/pypy-sandbox-1.2-linux.bz2
-.. __: http://pypy.org/download/pypy-sandbox-1.2-osx.bz2
-.. __: http://pypy.org/download/pypy-sandbox-1.2-win.zip
+.. __: http://pypy.org/download/pypy-1.2-linux-sandbox.bz2
+.. __: http://pypy.org/download/pypy-1.2-osx-sandbox.bz2
+.. __: http://pypy.org/download/pypy-1.2-win-sandbox.zip
 
 It is also possible to translate_ a version that includes both
 sandboxing and the JIT compiler, although as the JIT is relatively
@@ -126,9 +126,9 @@
 * `Mac OS/X binary`__
 * `Windows binary`__
 
-.. __: http://pypy.org/download/pypy-stackless-1.2-linux.tar.bz2
-.. __: http://pypy.org/download/pypy-stackless-1.2-osx.tar.bz2
-.. __: http://pypy.org/download/pypy-stackless-1.2-win.zip
+.. __: http://pypy.org/download/pypy-1.2-linux-stackless.tar.bz2
+.. __: http://pypy.org/download/pypy-1.2-osx-stackless.tar.bz2
+.. __: http://pypy.org/download/pypy-1.2-win-stackless.zip
 
 It is not possible right now to combine Stackless features with the JIT.
 
@@ -158,10 +158,13 @@
 -------------------------------
 
 1. Get the source code.  The following packages contain the source at
-   the same revision as the above binaries:
+   the same revision as the above binaries (these are svn exports):
 
-   * pypy-1.2-src.tar.bz2 (sources, Unix line endings)
-   * pypy-1.2-src.zip (sources, Windows line endings)
+   * `pypy-1.2-src.tar.bz2`__ (sources, Unix line endings)
+   * `pypy-1.2-src.zip`__ (sources, Windows line endings)
+
+   .. __: http://pypy.org/download/pypy-1.2-src.tar.bz2
+   .. __: http://pypy.org/download/pypy-1.2-src.zip
 
    Or you can checkout the current trunk using Subversion_ (the trunk
    usually works and is of course more up-to-date)::



More information about the Pypy-commit mailing list