[pypy-commit] pypy.org extradoc: Tweaks.

arigo noreply at buildbot.pypy.org
Thu May 9 22:45:08 CEST 2013


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r413:435b4bed2864
Date: 2013-05-09 22:44 +0200
http://bitbucket.org/pypy/pypy.org/changeset/435b4bed2864/

Log:	Tweaks.

diff --git a/download.html b/download.html
--- a/download.html
+++ b/download.html
@@ -91,9 +91,11 @@
 <li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-osx64.tar.bz2">Mac OS/X binary (64bit)</a></li>
 <li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-win32.zip">Windows binary (32bit)</a> (you might need the <a class="reference external" href="http://www.microsoft.com/en-us/download/details.aspx?id=5582">VS 2008 runtime library
 installer vcredist_x86.exe</a>.)</li>
-<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-src.tar.bz2">Source (unix line endings)</a></li>
-<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-src.zip">Source (also unix line endings, sorry)</a></li>
+<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-src.tar.bz2">Source (tar.bz2, unix line endings)</a></li>
+<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-src.zip">Source (zip, also unix line endings, sorry)</a></li>
 </ul>
+<p>If your CPU is really old, it may not have SSE2.  In this case, you need
+to <a class="reference internal" href="#translate">translate</a> yourself with the option <tt class="docutils literal"><span class="pre">--jit-backend=x86-without-sse2</span></tt>.</p>
 </div>
 <div class="section" id="for-arm-alpha">
 <h1>2.0 for ARM alpha</h1>
@@ -103,8 +105,6 @@
 <li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-alpha-arm-armhf.tar.bz2">Linux binary (32bit, armhf)</a></li>
 <li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-upstream_2.0~alpha+arm_armhf.deb">Linux deb for raspbian (raspberry pi)</a></li>
 </ul>
-<p>If your CPU is really old, it may not have SSE2.  In this case, you need
-to <a class="reference internal" href="#translate">translate</a> yourself with the option <tt class="docutils literal"><span class="pre">--jit-backend=x86-without-sse2</span></tt>.</p>
 </div>
 <div class="section" id="other-versions">
 <span id="other-versions-without-a-jit"></span><h1>Other versions</h1>
@@ -118,7 +118,8 @@
 sandboxing and the JIT compiler, although as the JIT is relatively
 complicated, this reduces a bit the level of confidence we can put in
 the result.) <strong>Note that the sandboxed binary needs a full pypy checkout
-to work</strong>. Consult the <a class="reference external" href="http://doc.pypy.org/en/latest/sandbox.html">sandbox docs</a> for details<ul>
+to work</strong>. Consult the <a class="reference external" href="http://doc.pypy.org/en/latest/sandbox.html">sandbox docs</a> for details. (These are old,
+PyPy 1.8.)<ul>
 <li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.8-sandbox-linux64.tar.bz2">Linux binary (64bit)</a></li>
 <li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.8-sandbox-linux.tar.bz2">Linux binary (32bit)</a></li>
 </ul>
diff --git a/source/download.txt b/source/download.txt
--- a/source/download.txt
+++ b/source/download.txt
@@ -73,8 +73,8 @@
 * `Mac OS/X binary (64bit)`__
 * `Windows binary (32bit)`__ (you might need the `VS 2008 runtime library
   installer vcredist_x86.exe`_.)
-* `Source (unix line endings)`__
-* `Source (also unix line endings, sorry)`__
+* `Source (tar.bz2, unix line endings)`__
+* `Source (zip, also unix line endings, sorry)`__
 
 .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-linux.tar.bz2
 .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-linux64.tar.bz2
@@ -84,6 +84,9 @@
 .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-src.tar.bz2
 .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-src.zip
 
+If your CPU is really old, it may not have SSE2.  In this case, you need
+to translate_ yourself with the option ``--jit-backend=x86-without-sse2``.
+
 2.0 for ARM alpha
 -----------------
 
@@ -97,9 +100,6 @@
 .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-alpha-arm-armhf.tar.bz2
 .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-upstream_2.0~alpha+arm_armhf.deb
 
-If your CPU is really old, it may not have SSE2.  In this case, you need
-to translate_ yourself with the option ``--jit-backend=x86-without-sse2``.
-
 .. _`Other versions (without a JIT)`:
 
 Other versions
@@ -116,7 +116,8 @@
   sandboxing and the JIT compiler, although as the JIT is relatively
   complicated, this reduces a bit the level of confidence we can put in
   the result.) **Note that the sandboxed binary needs a full pypy checkout
-  to work**. Consult the `sandbox docs`_ for details
+  to work**. Consult the `sandbox docs`_ for details. (These are old,
+  PyPy 1.8.)
 
   * `Linux binary (64bit)`__
 


More information about the pypy-commit mailing list