# HG changeset patch # User Maciej Fijalkowski <fijall@gmail.com> # Date 1302527013 -7200 # Mon Apr 11 15:03:33 2011 +0200 # Branch extradoc # Node ID 8be4740f13e06dfac04abc2c6aa8a5e3ba009512 # Parent 4ac87f8f1159960299edc3d0a90b9d1fa767fbf0 mention nightly builds diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -47,6 +47,9 @@ <div> <div id="main"> <h1 class="title">Download and install</h1> +<p class="download-menu">There are <a class="reference external" href="http://buildbot.pypy.org/nightly/trunk/">nightly binary builds</a> available. Those builds are not always +as stable as the release, but they contain Python 2.7 compatibility, +numerous bugfixes and performance improvements.</p> <p>Here are the various binaries of <strong>PyPy 1.4.1</strong> that we provide for x86 Linux, Mac OS/X or Windows. This is mostly a bugfix release, although the performance over the previous release 1.4 has improved in some cases.</p> diff --git a/source/README b/source/README --- a/source/README +++ b/source/README @@ -1,14 +1,14 @@ -You generate this website by using yatiblog from here: +You can get necessary software by doing: -http://github.com/tav/ampify/blob/master/environ/yatiblog +git clone https://github.com/tav/ampify.git -by running +and then recreate the website in this directory by running ..../ampify/environ/yatiblog -o .. you'll get html output in the parent directory. Then you can check it in, go to codespeak in /www/pypy.org/htdocs/ -and type "svn up". +and type "hg pull -u". Other required dependencies: * "docutils" from "easy_install docutils" diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +++ b/source/download.txt @@ -6,6 +6,12 @@ Download ============================================================ +.. class:: download_menu + + There are `nightly binary builds`_ available. Those builds are not always + as stable as the release, but they contain Python 2.7 compatibility, + numerous bugfixes and performance improvements. + Here are the various binaries of **PyPy 1.4.1** that we provide for x86 Linux, Mac OS/X or Windows. This is mostly a bugfix release, although the performance over the previous release 1.4 has improved in some cases. @@ -160,6 +166,7 @@ .. _`stackless`: http://www.stackless.com/ .. _`greenlets`: http://codespeak.net/svn/greenlet/trunk/doc/greenlet.txt .. _Mercurial: http://mercurial.selenic.com/ +.. _`nightly binary builds`: http://buildbot.pypy.org/nightly/trunk/ Checksums ---------