perkeep/website/content/index.html

26 lines
1.2 KiB
HTML

<h1>What is Camlistore?</h1>
<p>Camlistore is:</p>
<ul>
<li>a way to store, sync, share, model and back up content</li>
<li>a work in progress</li>
<li>Open Source (Apache licensed)</li>
<li>an acronym for <i>"Content-Addressable Multi-Layer Indexed Storage"</i>, hinting that Camlistore is about:
<ul>
<li>content-addressable storage</li>
<li>separate interoperable parts (storage, sync, sharing,
modeling), with well-defined protocols and roles</li>
</ul></li>
<li>your "home directory for the web"</li>
<li>pro-JSON (yet aggressively format agnostic)</li>
<li>pro-GnuPG (for signing claims)</li>
<li>pro-paranoia and privacy</li>
<li>ambitious, but ...</li>
<li>simple!</li>
<li>programning language-agnostic (parts and different implementations in <a href="http://golang.org/">Go</a>, Python, Java, Perl, Bash, ... the language doesn't matter.)</li>
<li>neither "Cloud" nor "Local". happily both.</li>
<li>a "20% project" from a few Google employees, but not Google-centric nor endorsed by Google (other than them letting us open source our side project)</li>
<li>not yet ready for users</li>
<li>ready for developers (at least those without strong color preferences)</li>
</ul>