Author: Maciej Fijalkowski <[email protected]> Branch: extradoc Changeset: r236:e2ebe04c1457 Date: 2011-08-18 19:28 +0200 http://bitbucket.org/pypy/pypy.org/changeset/e2ebe04c1457/
Log: update sourec diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -67,9 +67,9 @@ (This is the official release 1.6; for the most up-to-date version see below.)</p> <ul class="simple"> -<li><a href="#id7"><span class="problematic" id="id8">`Linux binary (32bit)`__</span></a></li> -<li><a href="#id7"><span class="problematic" id="id9">`Linux binary (64bit)`__</span></a></li> -<li><a href="#id7"><span class="problematic" id="id10">`Mac OS/X binary (64bit)`__</span></a></li> +<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.6-linux.tar.bz2">Linux binary (32bit)</a></li> +<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.6-linux64.tar.bz2">Linux binary (64bit)</a></li> +<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.6-osx64.tar.bz2">Mac OS/X binary (64bit)</a></li> <li>Windows binary (32bit) (BETA!) (you may need to install the <a class="reference external" href="http://www.microsoft.com/downloads/en/details.aspx?familyid=A7B7A05E-6DE6-4D3A-A423-37BF0912DB84">VS 2010 runtime libraries</a>), not available yet</li> </ul> <p>If your CPU is really old, it may not have SSE2. In this case, you need @@ -111,7 +111,7 @@ <li><p class="first">Get the source code. The following packages contain the source at the same revision as the above binaries:</p> <ul class="simple"> -<li><a href="#id7"><span class="problematic" id="id11">`pypy-1.6-src.tar.bz2`__</span></a> (sources, Unix line endings)</li> +<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/get/release-1.6.tar.bz2">pypy-1.6-src.tar.bz2</a> (sources, Unix line endings)</li> <li>pypy-1.6-src.zip (sources, Windows line endings) not available</li> </ul> <p>Or you can checkout the current trunk using <a class="reference external" href="http://mercurial.selenic.com/">Mercurial</a> (the trunk @@ -120,7 +120,7 @@ hg clone http://bitbucket.org/pypy/pypy </pre> </li> -<li><p class="first">Make sure you installed the dependencies. See the list <a href="#id7"><span class="problematic" id="id12">here__</span></a>.</p> +<li><p class="first">Make sure you installed the dependencies. See the list <a class="reference external" href="http://pypy.readthedocs.org/en/latest/getting-started-python.html#translating-the-pypy-python-interpreter">here</a>.</p> </li> <li><p class="first">Enter the <tt class="docutils literal">goal</tt> directory:</p> <pre class="literal-block"> @@ -179,13 +179,6 @@ d703aa34fe1a45682ce4a09470ee9b1fa873d9be pypy-1.6-osx64.tar.bz2 </pre> </div> -<div class="system-messages section"> -<h1>Docutils System Messages</h1> -<div class="system-message" id="id7"> -<p class="system-message-title">System Message: ERROR/3 (<tt class="docutils">[dynamic-text]</tt>); <em>backlinks: <a href="#id8">1</a>, <a href="#id9">2</a>, <a href="#id10">3</a>, <a href="#id11">4</a>, <a href="#id12">5</a></em></p> -Anonymous hyperlink mismatch: 5 references but 6 targets. -See “backrefs” attribute for IDs.</div> -</div> </div> <div id="sidebar"> <ul> diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +++ b/source/download.txt @@ -45,7 +45,6 @@ .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.6-linux.tar.bz2 .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.6-linux64.tar.bz2 .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.6-osx64.tar.bz2 -.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.6-win32.zip .. _`VS 2010 runtime libraries`: http://www.microsoft.com/downloads/en/details.aspx?familyid=A7B7A05E-6DE6-4D3A-A423-37BF0912DB84 If your CPU is really old, it may not have SSE2. In this case, you need _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
