[pypy-svn] r38870 - pypy/extradoc/planning/1.0

pedronis at codespeak.net pedronis at codespeak.net
Thu Feb 15 00:50:14 CET 2007


Author: pedronis
Date: Thu Feb 15 00:50:13 2007
New Revision: 38870

Modified:
   pypy/extradoc/planning/1.0/documentation.txt
Log:
update, reduce down tasks...



Modified: pypy/extradoc/planning/1.0/documentation.txt
==============================================================================
--- pypy/extradoc/planning/1.0/documentation.txt	(original)
+++ pypy/extradoc/planning/1.0/documentation.txt	Thu Feb 15 00:50:13 2007
@@ -1,39 +1,47 @@
 Documentation for release 1.0
 ================================
 
+release announcement!
 
-index.txt: review the directory cross-reference (done)
+improve getting-started (cfbolz, partially)
+ XXX put the windows things into their own file?
+ XXX add optional tools needed
 
+important cross-check that things still works, update links...
 
-config pages, for all the options.
-Link to the other pages as much as possible.
-
+contributor.txt: needs to be updated
 
-pypy.net      - also update translation.txt (antocuni, done)
+faq.txt: write answers (arigo, fijal, cfbolz) complete!
 
+config pages, for all the options.
+Link to the other pages as much as possible.
 
 js backend    - is there something to update in translation.txt?
                  BasicExternal approach, external functions? (fijal)
 
+consult, improve *how-to-release.txt*
 
-jit.txt: add examples of nice colors - postponed
+Leave as is?
 
+   * dynamic-language-translation.txt (old report, leave as it is? or remove and
+                                       point to the report?)
 
-faq.txt: write answers (arigo, fijal, cfbolz)
+   * low-level-encapsulation.txt (old report, leave as it is? or remove and
+                                  point to the report?)
 
+Done, postponed
+=====================
 
-improve getting-started (cfbolz, partially)
- XXX put the windows things into their own file?
- XXX add optional tools needed
+index.txt: review the directory cross-reference (done)
+
+pypy.net      - also update translation.txt (antocuni, done)
+
+jit.txt: add examples of nice colors - postponed
 
 short how to compile on windows (based on docstring of
 goal/win32/gc_patch_windows.py) (antocuni, done)
 
-release announcement
-
-architecture.txt: should grow a bit and have an updated "status" section.
-
-contributor.txt: needs to be updated
+architecture.txt: killed status, updated
 
 theory.txt: add specialization
 
@@ -46,21 +54,17 @@
    * constraints-and-logic.txt
    * contact.txt
    * dev_method.txt
-   * dynamic-language-translation.txt (old report, leave as it is? or remove and
-                                       point to the report?)
-
 
    * extcompiler.txt
    * extradoc.txt
-   * garbage_collection.txt (out of date)
-   * geninterp.txt (incomplete)
+   * garbage_collection.txt (transformed into a reference)
+   * geninterp.txt (made it good enough, pedronis)
    * glossary.txt (add terms)
-   * how-to-release.txt
+
    * howto-logicobjspace-0.9.txt
    * index-report.txt (shouldn't be changed, I guess)
    * interpreter.txt
-   * low-level-encapsulation.txt (old report, leave as it is? or remove and
-                                  point to the report?)
+
    * objspace.txt
    * parser.txt (horribly incomplete)
    * project-ideas.txt
@@ -73,5 +77,4 @@
    * standalone-howto.txt (remove/or update)
    * svn-help.txt
    * translation-aspects.txt
-   * translation.txt (contains long standing XXXd sections, kill them
-                      or put something in them)
+   * translation.txt (made up-to-date, partially)



More information about the Pypy-commit mailing list