diff options
author | GNU Hurd wiki engine <web-hurd@gnu.org> | 2008-07-19 18:50:56 +0000 |
---|---|---|
committer | GNU Hurd wiki engine <web-hurd@gnu.org> | 2008-07-19 18:50:56 +0000 |
commit | 2425b5c0b28c65553edeca7e88724955ffbff1a2 (patch) | |
tree | f5415ba57eccb3e0f142948cb7261430b649abe6 | |
parent | 09a53cfa2eb955621ce83a3020504acbd8230e3a (diff) |
web commit by scolobb
-rw-r--r-- | community/scolobb.mdwn | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/community/scolobb.mdwn b/community/scolobb.mdwn index 2990f5e1..b4aadde0 100644 --- a/community/scolobb.mdwn +++ b/community/scolobb.mdwn @@ -24,11 +24,33 @@ Write the filesystem proxy for namespace-based translator selection (*nsmux*). The code is at <http://github.com/scolobb/nsmux/tree/master>. +--- + +###Current Status + +####DONE: + +* The skeleton which mirrors the filesystem. + +####TODO: + +* Provide the looking up of files with special suffixes like 'file,,x' + +* Provide RPC for accessing the untranslated node. + +* Create special translators for the main proxy so that its functionality + should be complete. + +* Refine the skeleton in several places so that it should become faster + and more reliable. + +--- + ###Progress -####2: Thu Jul 17, ~13:00 UTC - ?: +####2: Thu Jul 17, ~13:00 UTC - Fri Jul 18, ~21:00 UTC: -> Extend the lookup code in *nsmux* to allow for looking up nodes like 'file,,x'. +> Extended the lookup code in *nsmux* to allow for looking up nodes like 'file,,x' and added the possibility to escape the double-comma in the following way: ',,,'. ####1: Mon Jul 12, ~13:00 UTC - Tue Jul 13, ~15:00 UTC: |