# HG changeset patch # User Carl Friedrich Bolz <cfbolz@gmx.de> # Date 1475569524 -7200 # Tue Oct 04 10:25:24 2016 +0200 # Branch extradoc # Node ID c8b879eee424217c47ac9a4e1432e7ea237191cc # Parent baf5f6543eb11f385cee00596dc0f3dc91258a9e fix ReST (thanks sanxiyn). :: means 'literal block' diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -106,10 +106,8 @@ that <strong>Linux binaries are only usable on the distributions written next to them</strong> unless you're ready to hack your system by adding symlinks to the libraries it tries to open. There are better solutions:</p> -<pre class="literal-block"> -* use Squeaky's `portable Linux binaries`_. -</pre> <ul class="simple"> +<li>use Squeaky's <a class="reference external" href="https://github.com/squeaky-pl/portable-pypy#portable-pypy-distribution-for-linux">portable Linux binaries</a>.</li> <li>or download PyPy from your release vendor (usually an outdated version): <a class="reference external" href="http://packages.ubuntu.com/search?keywords=pypy&searchon=names">Ubuntu</a> (<a class="reference external" href="https://launchpad.net/~pypy/+archive/ppa">PPA</a>), <a class="reference external" href="http://packages.debian.org/sid/pypy">Debian</a>, <a class="reference external" href="https://github.com/mxcl/homebrew/blob/master/Library/Formula/pypy.rb">Homebrew</a>, MacPorts, <a class="reference external" href="http://fedoraproject.org/wiki/Features/PyPyStack">Fedora</a>, <a class="reference external" href="http://packages.gentoo.org/package/dev-python/pypy">Gentoo</a> and <a class="reference external" href="https://wiki.archlinux.org/index.php/PyPy">Arch</a> are known to package PyPy, with various diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +++ b/source/download.txt @@ -56,7 +56,7 @@ not be usable due to the sad story of linux binary compatibility. This means that **Linux binaries are only usable on the distributions written next to them** unless you're ready to hack your system by adding symlinks to the -libraries it tries to open. There are better solutions:: +libraries it tries to open. There are better solutions: * use Squeaky's `portable Linux binaries`_.