summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-17 15:16:49 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-17 15:16:49 +0200
commita8a6f80492292a4394615a50e2f1fadda2b48d24 (patch)
treec4dad12d7d433266eab5b16df7b82a5513f9c0de /README
parentbc6c82f3bb7d50875dfbc5b039c13ac21e46719b (diff)
downloadpgfuse-a8a6f80492292a4394615a50e2f1fadda2b48d24.tar.gz
pgfuse-a8a6f80492292a4394615a50e2f1fadda2b48d24.tar.bz2
small docu cleanups
warn if -s is not specified
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 8 insertions, 8 deletions
diff --git a/README b/README
index a628e91..d5dfe7b 100644
--- a/README
+++ b/README
@@ -22,22 +22,22 @@ Other projects
Pgfs:
-Stores a filesystem in Postgres, exposes it as a NFS server, rather old
-and I was unable to find the sources.
+ Stores a filesystem in Postgres, exposes it as a NFS server, rather old
+ and I was unable to find the sources.
mysqlfs:
-The blueprint I used and got inspired from. Does exactly the same for
-the MySQL database.
+ The blueprint I used and got inspired from. Does exactly the same for
+ the MySQL database.
curlftpfs:
-Blueprint for some debugging code.
+ Blueprint for some debugging code.
-zip-fs
+zip-fs:
-Blueprint for handling files in memory (in my current implementation,
-this should be changed of course)
+ Blueprint for handling files in memory (in my current implementation,
+ this should be changed of course)
References
----------