summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-17 11:09:34 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-17 11:09:34 +0200
commitbe2d2f0c1369d84759f4ad269088f14109eb3aff (patch)
tree4e201a7cb05889f0c94b8553c17831cd13236608 /README
parentd400fccb508684b418f6c97423c1b7ad82d2135b (diff)
downloadpgfuse-be2d2f0c1369d84759f4ad269088f14109eb3aff.tar.gz
pgfuse-be2d2f0c1369d84759f4ad269088f14109eb3aff.tar.bz2
-
Diffstat (limited to 'README')
-rw-r--r--README21
1 files changed, 15 insertions, 6 deletions
diff --git a/README b/README
index e16b175..a628e91 100644
--- a/README
+++ b/README
@@ -20,15 +20,24 @@ available model.
Other projects
--------------
-Pgfs: stores a filesystem in Postgres, exposes it as a NFS server, rather old
- and I was unable to find the sources.
+Pgfs:
-mysqlfs: the blueprint I used and got inspired from.
+Stores a filesystem in Postgres, exposes it as a NFS server, rather old
+and I was unable to find the sources.
-curlftpfs: blueprint for some debugging code.
+mysqlfs:
-zip-fs: blueprint for handling files in memory (in my current implementation,
- this should be changed of course)
+The blueprint I used and got inspired from. Does exactly the same for
+the MySQL database.
+
+curlftpfs:
+
+Blueprint for some debugging code.
+
+zip-fs
+
+Blueprint for handling files in memory (in my current implementation,
+this should be changed of course)
References
----------