Changes between Version 101 and Version 102 of Doc
- Timestamp:
- 2012-09-04T19:15:25Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc
v101 v102 3 3 There are two collections of documents for users. One collection is made up of pages on this wiki, and the other is made up of files in the 'docs' directory of the Tahoe-LAFS source tree. 4 4 5 Note: these links are to the 'trunk' (latest) versions of the documentation. See the 'docs' directory of a Tahoe-LAFS release for docs relating to that version. 5 == first steps == 6 6 7 == User Docs, on the wiki ==8 7 * [source:docs/about.rst about]: the Tahoe-LAFS filesystem and the unique properties that it offers 9 8 * [source:docs/quickstart.rst quickstart]: how to get the software and set it up 10 9 * [source:docs/running.rst running]: how to run it once it is set up 10 11 == User Docs, on the wiki == 12 13 Note: these links are to the 'trunk' (latest) versions of the documentation. See the 'docs' directory of a Tahoe-LAFS release for docs relating to that version. 14 11 15 * [wiki:TestGrid Public Test Grid]: an existing grid to use for testing your installation 12 16 13 * [source:docs/known_issues.rst Known Issues]: things you need to be aware of if you want to rely on Tahoe-LAFS to store your valuable data.14 17 * [wiki:HowToReportABug How To Report A Bug]: We love bug reports! Here's how. 15 18 … … 22 25 * [wiki:TipsTricks Tips & Tricks] 23 26 27 * [wiki:Capabilities] what are capabilities; the different kinds that we currently use 28 24 29 == User Docs, in source code == 25 30 * [source:docs/ the 'docs' directory] 26 31 27 == A Glance Under The Hood or "Gee What Does This Button Do?" ==28 32 * [source:trunk/docs/configuration.rst configuration]: a description of the contents of your ".tahoe" directory 29 33 * [source:trunk/docs/architecture.rst architecture]: a succinct overview of the whole system 30 34 * [source:trunk/docs/frontends/CLI.rst Command Line Interface]: the basic "how to" for the CLI 31 35 * [source:trunk/docs/frontends/webapi.rst Web API]: the basic "how to" for the WAPI 32 * [wiki:Capabilities] what are capabilities; the different kinds that we currently use 36 37 * [source:docs/known_issues.rst Known Issues]: things you need to be aware of if you want to rely on Tahoe-LAFS to store your valuable data. 38 39 == Developer Docs == 40 41 * [wiki:Dev#DeveloperDocs Developer Docs] 33 42 34 43 == See Also == 35 * [wiki:Dev The Dev page] for Tahoe-LAFS hackers has more detailed technical documentation.36 44 * [wiki:RelatedProjects The RelatedProjects page] extensions to Tahoe-LAFS, integrations of Tahoe-LAFS into your favorite other tools, and links to a few other decentralized storage projects that you might be interested in. 37 45 * [wiki:News The News page] has sources of news and information. 38 * [wiki:Bibliography The Bibliography page] contains links to scientific papers of interest.39 46 40 47 == The Parade of Release Notes ==