From 7d5e10390348e473ee01923955becf544ff466dc Mon Sep 17 00:00:00 2001 From: lebek <> Date: Thu, 22 Mar 2012 18:02:22 +0000 Subject: [PATCH] first attempt at organizing the docs into something more coherent [Imported from Trac: page Manual, version 1] --- Manual.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 Manual.md diff --git a/Manual.md b/Manual.md new file mode 100644 index 0000000..d444b57 --- /dev/null +++ b/Manual.md @@ -0,0 +1,46 @@ +RE: , work in progress... + +## Users' Manual +### Overview +[What is Tahoe-LAFS?]source:docs/about.rst + +[SystemRequirments](SystemRequirments) + +### [Installation]source:docs/quickstart.rst + +### [Configuration]source:trunk/docs/configuration.rst + +### Usage + +[Starting a Tahoe-LAFS node]source:docs/running.rst + +[User Interface]Web + +[Command Line Interface]source:trunk/docs/frontends/CLI.rst + +[(S)FTP]source:frontends/FTP-and-SFTP.rst + +*** + +[Statistics]source:docs/stats.rst + +[Upload Helper]source:docs/helper.rst + +[Garbage Collection]source:docs/garbage-collection.rst + +### Under the Hood + +[Architecture]source:trunk/docs/architecture.rst + +[Capabilities](Capabilities) + + +## Developers' Manual + +[up a local test grid]Setting + +[Logging]source:docs/logging.rst + +[Web API]source:trunk/docs/frontends/webapi.rst + +[File Encoding]source:docs/specifications/file-encoding.rst \ No newline at end of file