[pypy-svn] r12675 - pypy/dist/pypy/documentation

hpk at codespeak.net hpk at codespeak.net
Fri May 20 22:03:22 CEST 2005


Author: hpk
Date: Fri May 20 22:03:22 2005
New Revision: 12675

Removed:
   pypy/dist/pypy/documentation/news-0.6.txt
Modified:
   pypy/dist/pypy/documentation/getting_started.txt
Log:
removing news-0.6 (i keep it in a local buffer) 
putting download links into getting-started 


Modified: pypy/dist/pypy/documentation/getting_started.txt
==============================================================================
--- pypy/dist/pypy/documentation/getting_started.txt	(original)
+++ pypy/dist/pypy/documentation/getting_started.txt	Fri May 20 22:03:22 2005
@@ -15,11 +15,12 @@
 
 Download one of the following release files and unpack it: 
 
-*pypy-0.6 (not released yet)*
+*pypy-0.6 (05/20/2005)*
     
-    * download `pypy-0.6.zip` or `pypy-0.6.tar.gz` and unpack it 
+    * download one of `pypy-0.6.tar.bz2`_, `pypy-0.6.tar.gz`_ or 
+      `pypy-0.6.zip`_ and unpack it 
     
-    * alternatively run ``svn co http://codespeak.net/svn/pypy/tag/0.6 pypy-0.6`` 
+    * alternatively run ``svn co http://codespeak.net/svn/pypy/release/0.6 pypy-0.6`` 
 
 then change to the ``pypy-0.6`` directory
 and execute the following command line:: 
@@ -37,6 +38,9 @@
 for guidance on how to continue. 
 
 .. _`90% of CPythons core language regression tests`: http://codespeak.net/~hpk/pypy-testresult/ 
+.. _`pypy-0.6.tar.bz2`: http://codespeak.net/download/pypy/pypy-0.6.tar.bz2
+.. _`pypy-0.6.zip`: http://codespeak.net/download/pypy/pypy-0.6.zip
+.. _`pypy-0.6.tar.gz`: http://codespeak.net/download/pypy/pypy-0.6.tar.gz
 
 Svn-check out & run the latest PyPy as a two-liner
 --------------------------------------------------

Deleted: /pypy/dist/pypy/documentation/news-0.6.txt
==============================================================================
--- /pypy/dist/pypy/documentation/news-0.6.txt	Fri May 20 22:03:22 2005
+++ (empty file)
@@ -1,14 +0,0 @@
-
-First PyPy release!
-=================== 
-
-We are happy to announce the first public release of PyPy after two years of
-spare-time and half a year of EU funded development.  The 0.6 release is
-a preview release, concentrating on CPython compatibility, good documentation 
-and nice starting points into the PyPy code base.  We invite you to head 
-over to to the `getting started`_ document or read more in the 
-`release announcement`_.  *(05/20/2005)*
-
-.. _`release announcement`: http://codespeak.net/pypy/index.cgi?doc/release-0.6.html
-.. _`getting started`: http://codespeak.net/pypy/index.cgi?getting-started
-



More information about the Pypy-commit mailing list