From c88ea89f1476ebf60d6cdc36f2905f015fa2710d Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Mon, 28 Apr 2008 07:05:44 -0700 Subject: [PATCH] contrib: add a note about Armin Rigo's fuse implementation --- contrib/{fuse => fuse_a}/README | 0 contrib/{fuse => fuse_a}/runtests.py | 0 contrib/{fuse => fuse_a}/tahoe_fuse.py | 0 contrib/fuse_b/announce.txt | 36 ++++++++++++++++++++++++++ 4 files changed, 36 insertions(+) rename contrib/{fuse => fuse_a}/README (100%) rename contrib/{fuse => fuse_a}/runtests.py (100%) rename contrib/{fuse => fuse_a}/tahoe_fuse.py (100%) create mode 100644 contrib/fuse_b/announce.txt diff --git a/contrib/fuse/README b/contrib/fuse_a/README similarity index 100% rename from contrib/fuse/README rename to contrib/fuse_a/README diff --git a/contrib/fuse/runtests.py b/contrib/fuse_a/runtests.py similarity index 100% rename from contrib/fuse/runtests.py rename to contrib/fuse_a/runtests.py diff --git a/contrib/fuse/tahoe_fuse.py b/contrib/fuse_a/tahoe_fuse.py similarity index 100% rename from contrib/fuse/tahoe_fuse.py rename to contrib/fuse_a/tahoe_fuse.py diff --git a/contrib/fuse_b/announce.txt b/contrib/fuse_b/announce.txt new file mode 100644 index 00000000..69db54be --- /dev/null +++ b/contrib/fuse_b/announce.txt @@ -0,0 +1,36 @@ +This announcement is archived in the tahoe-dev mailing list archive: + +http://allmydata.org/pipermail/tahoe-dev/2008-March/000465.html + +[tahoe-dev] Another FUSE interface +Armin Rigo arigo at tunes.org +Sat Mar 29 04:35:36 PDT 2008 + + * Previous message: [tahoe-dev] announcing allmydata.org "Tahoe", v1.0 + * Next message: [tahoe-dev] convergent encryption reconsidered -- salting and key-strengthening + * Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] + +Hi all, + +I implemented for fun another Tahoe-to-FUSE interface using my own set +of FUSE bindings. If you are interested, you can check out the +following subversion directory: + + http://codespeak.net/svn/user/arigo/hack/pyfuse + +tahoe.py is a 100-lines, half-an-hour-job interface to Tahoe, limited to +read-only at the moment. The rest of the directory contains PyFuse, and +many other small usage examples. PyFuse is a pure Python FUSE daemon +(no messy linking issues, no dependencies). + + +A bientot, + +Armin Rigo + + * Previous message: [tahoe-dev] announcing allmydata.org "Tahoe", v1.0 + * Next message: [tahoe-dev] convergent encryption reconsidered -- salting and key-strengthening + * Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] + +More information about the tahoe-dev mailing list + -- 2.45.2