diff --git a/download.html b/download.html index 4ac87f8f1159960299edc3d0a90b9d1fa767fbf0_ZG93bmxvYWQuaHRtbA==..8be4740f13e06dfac04abc2c6aa8a5e3ba009512_ZG93bmxvYWQuaHRtbA== 100644 --- 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 index 4ac87f8f1159960299edc3d0a90b9d1fa767fbf0_c291cmNlL1JFQURNRQ==..8be4740f13e06dfac04abc2c6aa8a5e3ba009512_c291cmNlL1JFQURNRQ== 100644 --- a/source/README +++ b/source/README @@ -1,2 +1,2 @@ -You generate this website by using yatiblog from here: +You can get necessary software by doing: @@ -2,3 +2,3 @@ -http://github.com/tav/ampify/blob/master/environ/yatiblog +git clone https://github.com/tav/ampify.git @@ -4,7 +4,7 @@ -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/ @@ -6,9 +6,9 @@ ..../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 index 4ac87f8f1159960299edc3d0a90b9d1fa767fbf0_c291cmNlL2Rvd25sb2FkLnR4dA==..8be4740f13e06dfac04abc2c6aa8a5e3ba009512_c291cmNlL2Rvd25sb2FkLnR4dA== 100644 --- 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 ---------