github.com/slspeek/camlistore_namedsearch@v0.0.0-20140519202248-ed6f70f7721a/website/content/docs/index.html (about)

     1  <h1>Documentation</h1>
     2  
     3  <ul>
     4     <li><a href="/docs/overview">Overview</a>: The original motivation and background for why Camlistore exists and what one might use it for.</li>
     5  </ul>
     6  
     7  <h2>For Users</h2>
     8  
     9  <p><strong>If you're just looking to set up a Camlistore server and use it yourself, check out our <a href="/download">getting started guide</a>.</strong> The documents below go into more detail on customizing the high level configuration for use such as alternative blob storage or synchronization to cloud storage.</p>
    10  
    11  <ul class="lispaced">
    12  	<li><a href="/cmd/">Command-line tools</a></li>
    13  	<li><a href="/docs/server-config">Server Config</a>: Details for configuring server storage and access, including synchronization to other Camlistore servers or backup to cloud storage providers</li>
    14  	<li><a href="/docs/client-config">Client config</a>: Clients need this configuration file to securely connect to your Camlistore server(s)</li>
    15  </ul>
    16  
    17  <h2>For Developers</h2>
    18  
    19  <p>If you want to help the development of Camlistore or just want to know more about the how and why behind Camlistore, these docs are the going to help you get started. <strong>Something we didn't cover here that you're interested in?</strong> Ask on the <a href="https://groups.google.com/group/camlistore">mailing list</a>.</p>
    20  
    21  <h3>Concepts</h3>
    22  
    23  <ul class="lispaced">
    24  	<li><a href="/docs/principles">Principles</a>:  our base principles, goals, assumptions</li>
    25  	<li><a href="/docs/terms">Terminology</a>:  let's agree on terms to stay sane</li>
    26  	<li><a href="/docs/uses">Use Cases</a>: what one might do with all this (or at least our aspirations)</li>
    27  	<li><a href="/docs/prior-art">Prior Art</a>: other projects with similar goals or strategies</li>
    28  	<li><a href="/docs/contributing">Contributing</a>: how to help</li>
    29  	<li><a href="/docs/web-ui-styleguide">Style guide</a> for the Web UI</li>
    30  </ul>
    31  
    32  <h3>Technical Docs</h3>
    33  
    34  <ul class="lispaced">
    35  	<li><a href="/pkg/">Packages</a>: internal API documentation</li>
    36  	<li><a href="/docs/arch">Architecture</a>: the pieces, layers, and how they interact</li>
    37  	<li><a href="/docs/schema">Schema</a>: how we model data in Camlistore</li>
    38  	<li><a href="/docs/json-signing">JSON Signing</a></li>
    39  	<li><a href="/docs/sharing">Sharing</a></li>
    40  </ul>
    41  
    42  <h2 id="presentations">Presentations</h2>
    43  
    44  <ul class="lispaced">
    45    <li><a href="https://www.youtube.com/watch?v=kBCQq5hfsug">February 2014 FOSDEM Presentation</a> (<a href="http://video.fosdem.org/2014/K4601/Sunday/Camlistore.webm">WebM version</a>)</li>
    46    <li><a href="https://www.youtube.com/watch?v=yxSzQIwXM1k">June 2013 Intro Video</a></li>
    47    <li><a href="/talks/2011-05-07-Camlistore-Sao-Paolo/">May 2011 São Paolo Presentation</a>
    48    <li><a href="https://docs.google.com/present/view?id=dgks53wm_2j86hwnhs">February 2011 Presentation</a></li>
    49  </ul>
    50  
    51  <h2 id="tutorials">Video tutorials</h2>
    52  
    53  <ul class="lispaced">
    54    <li><a href="https://www.youtube.com/watch?v=RUv-8PhnNp8">Getting started with Camlistore</a></li>
    55    <li><a href="https://www.youtube.com/watch?v=DdccwBFc5ZI">Getting started with camput and the Camlistore client tools</a></li>
    56  </ul>