summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Babenhauserheide <arne_bab@web.de>2011-04-19 09:56:11 +0200
committerArne Babenhauserheide <arne_bab@web.de>2011-04-19 09:56:11 +0200
commit8a94211c681506e0130bac7bb314875f06d0e3f3 (patch)
treeaad517fa356c8fdd43ff444e1d8091b0e9fd98d5
parentd01349af32f38db92d950a928a51710beb9a1c83 (diff)
gsoc PyHurd application: doublechecked the timeline
-rw-r--r--community/weblogs/ArneBab/2011-04-06-application-pyhurd.mdwn6
1 files changed, 2 insertions, 4 deletions
diff --git a/community/weblogs/ArneBab/2011-04-06-application-pyhurd.mdwn b/community/weblogs/ArneBab/2011-04-06-application-pyhurd.mdwn
index ad9a2059..b0e57bfb 100644
--- a/community/weblogs/ArneBab/2011-04-06-application-pyhurd.mdwn
+++ b/community/weblogs/ArneBab/2011-04-06-application-pyhurd.mdwn
@@ -20,8 +20,6 @@ For this years GSoC I want to turn the currently rudimentary Python Bindings of
## Preliminary Schedule
-*still needs a thorough reality check.*
-
* *Community bonding period.*
Read up on the current C-interface to the Hurd and Cython. Especially grok the Hurd hacking guide. Add docstrings to all existing source files (where they are missing) explaining what they do. Add auto-generated API-docs. Deliverable: Easy to understand API-docs of the current PyHurd, a simple way to generate them from the sources automatically.
* *May 23.*
@@ -51,9 +49,9 @@ For this years GSoC I want to turn the currently rudimentary Python Bindings of
* *July 11.*
Mid-term: trivfs in python works: It is possible to write translators in Python with relative ease.
* *July 18.*
- More complex, specialized and helper translator libraries, along with example translators. This should recreate the Hurd libraries for Python and add some more convenience options. Showing directory trees, accessing disks (store), etc.
+ More complex, specialized and helper translator libraries, along with example translators. This should recreate some of the Hurd libraries for Python and add convenience options.
* *July 25.*
- Full featured setttrans in Python
+ Full featured setttrans in Python.
* *August 1.*
Redesigned and realized an updated controlling API with the existing direct Cython bindings.
* *August 8.*