github.com/olivere/camlistore@v0.0.0-20140121221811-1b7ac2da0199/website/content/docs/index.html (about) 1 <h1>Documentation</h1> 2 3 <p>The documentation is mostly in the project's <a href="/gw/doc">doc/ 4 directory</a> or in the source itself. It's now being promoted to 5 HTML, though:</p> 6 7 <h2>Intro</h2> 8 9 <ul> 10 <li><a href="/docs/overview">Overview</a>: What is Camlistore? Motivation, background.</li> 11 </ul> 12 13 <h2>For Users</h2> 14 15 <ul> 16 <li><a href="/docs/server-config">Server Config</a>: how to configure your Camlistore server</li> 17 <li><a href="/cmd/">Commands</a>: Camlistore command-line tools</li> 18 <li><a href="/docs/client-config">Client config</a>: how to configure a Camlistore client</li> 19 <li><a href="https://code.google.com/p/camlistore/wiki/GettingStarted">Getting started</a></li> 20 </ul> 21 22 <h2>For Developers</h2> 23 24 <ul> 25 <li><a href="/docs/arch">Architecture</a>: the pieces, layers, and how they interact</li> 26 <li><a href="/docs/principles">Principles</a>: our base principles, goals, assumptions</li> 27 <li><a href="/docs/terms">Terminology</a>: let's agree on terms to stay sane</li> 28 <li><a href="/docs/uses">Use Cases</a>: what one might do with all this (or at least our aspirations)</li> 29 <li><a href="/docs/schema">Schema</a>: how we model data in Camlistore</li> 30 <li><a href="/docs/json-signing">JSON Signing</a></li> 31 <li><a href="/docs/sharing">Sharing</a></li> 32 <li><a href="/pkg/">Packages</a>: internal API documentation</li> 33 <li><a href="/docs/prior-art">Prior Art</a>: other projects doing similar stuff</li> 34 <li><a href="/download">Release History</a>: previous releases and notable features of each</li> 35 <li><a href="/docs/contributing">Contributing</a>: how to help</li> 36 <li><a href="/docs/web-ui-styleguide">The style to use when working on the Web UI</a></li> 37 </ul>