summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorArne Babenhauserheide <arne_bab@web.de>2011-04-08 15:32:12 +0200
committerArne Babenhauserheide <arne_bab@web.de>2011-04-08 15:32:12 +0200
commitcf9e38dec8d9a08166cd23607cb7fedd277396f9 (patch)
tree65eee14ad98592ef9eadce94f0e148d99faab14d /community
parentfd5b568b614fb930517681c0dfc630d499c6398e (diff)
GSoC PyHurd application: Ideas for translators.
Diffstat (limited to 'community')
-rw-r--r--community/weblogs/ArneBab/2011-04-06-application-pyhurd.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/weblogs/ArneBab/2011-04-06-application-pyhurd.mdwn b/community/weblogs/ArneBab/2011-04-06-application-pyhurd.mdwn
index 47d16f3a..8e887e41 100644
--- a/community/weblogs/ArneBab/2011-04-06-application-pyhurd.mdwn
+++ b/community/weblogs/ArneBab/2011-04-06-application-pyhurd.mdwn
@@ -29,9 +29,9 @@ For this years GSoC I want to turn the currently rudimentary Python Bindings of
3. design a pythonic high-level API for translators.
2. Realize a pythonic trivfs library and an example translator using it.
3. Mid-Term: trivfs works. Push the code to https://github.com/ArneBab/PyHurd
-4. Implement more complex and specialized translator libraries, along with example translators.
+4. Implement more complex and specialized translator libraries, along with example translators. This should recreate the Hurd libraries for Python. Ideally seperate the libraries, so programmes can simply import the convenience functionality they need.
5. Re-implement some hurd specific utils in pyhurd such as settrans.
-6. With the remaining time, create as many cool translators as possible :)
+6. With the remaining time, create as many interesting translators as possible. Ideas include all compression formats supported by Python, markdown to HTML translators to be accessed with nsmux (file.mdwn,,html), automatic version tracking directories and overlay stores which store changes to nonchanging files like squaschfs, but also simple translators like translator-based write-locking of files by not catching write-accesses.
7. Push the final code to https://github.com/ArneBab/PyHurd
## Initial Fix