More text on the 0.1 release page.

Change-Id: Ie2017ddf16c87c89dc7b6db99c561343fb06abef
This commit is contained in:
Brad Fitzpatrick 2013-06-11 14:21:51 +02:00
parent aa4447ba83
commit 6f06d0d0f3
1 changed files with 21 additions and 2 deletions

View File

@ -6,7 +6,11 @@
version of Camlistore, 0.1, codename "Grenoble", the beautiful city
where we're currently releasing it from.</p>
<center><a href="https://github.com/bradfitz/camlistore/archive/0.1.zip">camlistore-0.1.zip</a></center>
<center><div style='font-size: 18pt; font-weight: bold'><a href="https://github.com/bradfitz/camlistore/archive/0.1.zip">camlistore-0.1.zip</a></div>
<div style='margin-top: 0.5em'>
Or browse at Github: <a href="https://github.com/bradfitz/camlistore/tree/0.1">github.com/bradfitz/camlistore/tree/0.1</a>
</div>
</center>
<p>As reflected in the version number, Camlistore is not yet done, but
it's at least ready for people to start using and playing with. We've
@ -18,7 +22,7 @@ been using it ourselves for a year.</p>
<li>Linux and OS X support. And probably any Unix.</li>
<li>Command-line tools:<ul>
<li><b><code>camput</code></b>: upload blobs, files, or directories (any size). The camput tool can also make share claims to share those resources with others, or can be used to make raw permanodes & claims.</li>
<li><b><code>camget</code></b>: get blobs or files (not directories)</li>
<li><b><code>camget</code></b>: get blobs or files (not directories), either your own, or from friends' Camlistore servers if they've shared with you.</li>
<li><b><code>cammount</code></b>: FUSE-mount your Camlistore (Linux and OS X only): either static directories (e.g. backups from camput), or a virtual "recent" directories of recent files uploaded (e.g. from your Android phone)</li>
<li><b><code>camtool</code></b>: additional swiss-army knife tools, and manual sync tool ("camtool sync").
</ul>
@ -45,6 +49,21 @@ been using it ourselves for a year.</p>
<li>The web UI could use some JavaScript / CSS / design love.</li>
</ul>
<h1>What's coming</h1>
Much is planned:
<ul>
<li>Photo gallery & blog serving</li>
<li>More sharing support</li>
<li>Encryption</li>
<li>Import from social networks & web services</li>
<li>Fixing all the broken things.</li>
<li>Optimizations</li>
<li>Better, sexier web UI.</li>
<li>Easier to install and use</li>
</ul>
<h1>Get involved!</h1>
<p>We welcome feedback, feature requests, bug reports, and code