Or browse at Github: <ahref="https://github.com/bradfitz/camlistore/tree/0.4">github.com/bradfitz/camlistore/tree/0.4</a>
</div>
</center>
<h1>What is Camlistore?</h1>
<p>See the <ahref="/docs/">docs</a> and <ahref="/docs/overview">overview</a>.</p>
<h1>New in 0.4</h1>
<p>There were 8 contributors to this release (3 of whom are new). Here's what we've been up to:</p>
<ul>
<li>No external dependencies! Camlistore can still use any indexer that it could before (SQLite, MySQL, Postgres, Mongo, App Engine, etc) but it now also comes with <ahref="https://github.com/cznic/kv">cznic/kv</a> built-in. If SQLite is available, that is the default for new installs, otherwise cznic/kv is used. This makes things much easier for new Windows users, for instance. (Thanks to Jan Mercl for cznic/kv!)</li>
<li>UI work (thanks Aaron Boodman!)<br/>Click for more screenshots:<br/><ahref="http://imgur.com/XN9qFLP,PeEDPnW,CS35Pw6,VS0nHaG,SNT1ZXZ,2nMWVYz,8RmuLuw,NE8b26n,EFErMdg"><imgsrc="/static/ss/8RmuLuw.jpg"width=650height=370></a></li>
<li>Start of Google Drive backend (thanks Burcu Dogan!)</li>
<li>The <code>dev-server</code> and <code>dev-appengine</code> scripts are gone. Use the new portable <code>devcam</code> tool instead. Build with "go get camlistore.org/dev/devcam"</li>