[pypy-svn] r41916 - pypy/dist/pypy/doc

hpk at codespeak.net hpk at codespeak.net
Thu Apr 5 18:29:15 CEST 2007


Author: hpk
Date: Thu Apr  5 18:29:13 2007
New Revision: 41916

Modified:
   pypy/dist/pypy/doc/index-report.txt
Log:
added reference to 14.4 and rewrote the intro to make it a bit more timeless. 



Modified: pypy/dist/pypy/doc/index-report.txt
==============================================================================
--- pypy/dist/pypy/doc/index-report.txt	(original)
+++ pypy/dist/pypy/doc/index-report.txt	Thu Apr  5 18:29:13 2007
@@ -2,16 +2,21 @@
 PyPy - Overview over the EU-reports
 ============================================
 
-
-We have written several reports for the EU of which some are also quite useful
-as documentation. The ones not so useful as documentation mostly contain text
-that can also be found in the regular documentation section. All of these
-documents from the years 2006 and 2007 are preliminary versions, none of them
-have been approved by the European Union. 
+Below reports summarize and discuss research and development results 
+of the PyPy project during the EU funding period (Dez 2004 - March 2007). 
+They also are very good documentation if you'd like to know in more
+detail about motivation and implementation of the various parts 
+and aspects of PyPy.  Feel free to send questions or comments
+to `pypy-dev`_, the development list. 
 
 Reports of 2007
 ===============
 
+`D14.4 PyPy-1.0 Milestone report`_ (for language developers and researchers)
+summarizes research & technical results of the PyPy-1.0 release and discusses
+related development process and community aspects. This report is an interim 
+version, we may still incorporate feedback. *(2007-04-05)*
+
 `D06.1 Core Object Optimization Results`_ documents the optimizations
 we implemented in the interpreter and object space: dictionary
 imlementations, method call optimizations, etc. The report is still not final
@@ -81,6 +86,7 @@
 .. _`py-lib`: http://codespeak.net/py/current/doc/
 .. _`py.test`: http://codespeak.net/py/current/doc/test.html
 .. _codespeak: http://codespeak.net/
+.. _`pypy-dev`: http://codespeak.net/mailman/listinfo/pypy-dev
 
 
 Reports of 2006
@@ -145,6 +151,7 @@
 .. _`D14.1 Report about Milestone/Phase 1`: http://codespeak.net/svn/pypy/extradoc/eu-report/D14.1_Report_about_Milestone_Phase_1.pdf
 .. _`D14.2 Tutorials and Guide Through the PyPy Source Code`: http://codespeak.net/pypy/extradoc/eu-report/D14.2_Tutorials_and_Guide_Through_the_PyPy_Source_Code-2007-03-22.pdf
 .. _`D14.3 Report about Milestone/Phase 2`: http://codespeak.net/pypy/extradoc/eu-report/D14.3_Report_about_Milestone_Phase_2-final-2006-08-03.pdf
+.. _`D14.4 PyPy-1.0 Milestone report`: http://codespeak.net/pypy/extradoc/eu-report/D14.4_Report_About_Milestone_Phase_3-interim-2007-2007-04-05.pdf
 .. _`D14.5 Documentation of the development process`: http://codespeak.net/pypy/extradoc/eu-report/D14.5_Documentation_of_the_development_process-2007-03-30.pdf
 
 



More information about the Pypy-commit mailing list