diff --git a/MANPAGE-render.bash b/Documentation/MANPAGE-render.bash similarity index 100% rename from MANPAGE-render.bash rename to Documentation/MANPAGE-render.bash diff --git a/MANPAGE.md b/Documentation/MANPAGE.md similarity index 100% rename from MANPAGE.md rename to Documentation/MANPAGE.md diff --git a/SECURITY.md b/Documentation/SECURITY.md similarity index 100% rename from SECURITY.md rename to Documentation/SECURITY.md diff --git a/XFSTESTS.md b/Documentation/XFSTESTS.md similarity index 100% rename from XFSTESTS.md rename to Documentation/XFSTESTS.md diff --git a/performance.txt b/Documentation/performance.txt similarity index 100% rename from performance.txt rename to Documentation/performance.txt diff --git a/README.md b/README.md index fa83629..3191e6f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ LoopbackFileSystem API. This project was inspired by [EncFS](https://github.com/vgough/encfs) and strives to fix its security issues (see EncFS tickets 9, 13, 14, 16). For details on the security of gocryptfs see the -[SECURITY.md](SECURITY.md) document. +[SECURITY.md](Documentation/SECURITY.md) document. Current Status -------------- @@ -32,7 +32,7 @@ as it mounts several test filesystems. In addition, I have ported `xfstests` to FUSE, the result is the [fuse-xfstests](https://github.com/rfjakob/fuse-xfstests) project. gocryptfs -passes the "generic" tests with one exception, results: [XFSTESTS.md](XFSTESTS.md) +passes the "generic" tests with one exception, results: [XFSTESTS.md](Documentation/XFSTESTS.md) A lot of work has gone into this. The testing has found bugs in gocryptfs as well as in go-fuse. @@ -62,7 +62,7 @@ Quickstart: -rw-rw-r--. 1 user user 233 7. Okt 23:23 gocryptfs.conf $ fusermount -u plain -See [MANPAGE.md](MANPAGE.md) for a description of available options. If you already +See [MANPAGE.md](Documentation/MANPAGE.md) for a description of available options. If you already have gocryptfs installed, run `./MANPAGE-render.bash` to bring up the rendered manpage in the pager (requires pandoc).