source: trunk/docs/index.rst

Last change on this file was f67c75c, checked in by Florian Sesser <florian@…>, at 2024-08-22T17:08:51Z

Merge moving build docs to developer documentation

  • Property mode set to 100644
File size: 1.7 KB
Line 
1
2Tahoe-LAFS
3==========
4
5.. Please view a nicely formatted version of this documentation at
6   http://tahoe-lafs.readthedocs.io/en/latest/
7
8   Please see the notes under "Organizing Tahoe-LAFS documentation" in
9   docs/README.txt if you are editing this file.
10
11Tahoe-LAFS is a Free and Open decentralized storage system.
12It distributes your data across multiple servers.
13Even if some of the servers fail or are taken over by an attacker,
14the entire file store continues to function correctly,
15preserving your privacy and security.
16
17.. toctree::
18   :maxdepth: 1
19   :caption: Getting Started with Tahoe-LAFS
20
21   about-tahoe
22
23   Installation/install-tahoe
24
25   running
26   configuration
27   servers
28   frontends/CLI
29   frontends/FTP-and-SFTP
30   frontends/download-status
31   magic-wormhole-invites
32   anonymity-configuration
33   known_issues
34
35.. toctree::
36   :maxdepth: 1
37   :caption: Tahoe-LAFS in Depth
38
39   architecture
40   gpg-setup
41   servers
42   managed-grid
43   helper
44   convergence-secret
45   garbage-collection
46   filesystem-notes
47   key-value-store
48   frontends/webapi
49   write_coordination
50   cautions
51   backupdb
52   nodekeys
53   performance
54   logging
55   stats
56
57.. toctree::
58   :maxdepth: 1
59   :caption: Specifications
60
61   specifications/index
62   proposed/index
63
64.. toctree::
65   :maxdepth: 1
66   :caption: Contributing to Tahoe-LAFS
67
68   contributing
69   CODE_OF_CONDUCT
70   build/build-on-windows
71   build/build-on-linux
72   build/build-on-desert-island
73   developer-guide
74   ticket-triage
75   release-checklist
76
77.. toctree::
78   :maxdepth: 1
79   :caption: Notes of Community Interest
80
81   backdoors
82   donations
83   accepting-donations
84   expenses
85
86.. toctree::
87   :maxdepth: 1
88   :caption: Notes of Historical Interest
89
90   historical/configuration
91   debian
92   build/build-pyOpenSSL
Note: See TracBrowser for help on using the repository browser.