website: document the 0.3 release

Change-Id: I1055f8606fe542fc6b994cdbb1f590e0024d6339
This commit is contained in:
Brad Fitzpatrick 2013-07-28 18:58:51 -07:00
parent 30682116cf
commit 6c639c7c3f
4 changed files with 61 additions and 8 deletions

View File

@ -6,17 +6,13 @@
<li><a href="http://bradfitz.com/">Brad Fitzpatrick</a></li>
<li><a href="http://www.onebigfluke.com/">Brett Slatkin</a></li>
<li>Mathieu Lonjaret</li>
<li><a href="http://nf.id.au/">Andrew Gerrand</a></li>
<li>Lindsey Simon</li>
<li><a href="http://www.erat.org/">Dan Erat</a></li>
<li><a href="http://neugierig.org/">Evan Martin</a></li>
<li><a href="http://www.imperialviolet.org/">Adam Langley</a></li>
<li><a href="http://nf.id.au/">Andrew Gerrand</a></li>
<li>Iain Peet</li>
<li>Julien Danjou</li>
<li>Caine Tighe</li>
<li>...</li>
<li>see <a href="/gw/CONTRIBUTORS">official list in the tree</a></li>
<li>see <a href="https://github.com/bradfitz/camlistore/blob/master/CONTRIBUTORS">complete list in the tree</a></li>
</ul>
<p>Want to help? See <a href="/docs/contributing">contributing</a>.</p>

View File

@ -0,0 +1,55 @@
<h1>Release 0.3 ("Glebe")</h1>
<p><b>2013-07-28</b></p>
<p>Another Camlistore release! Building on the <a href="0.2">0.2 release
(Portland)</a>, we're happy to release 0.3, codename "Glebe". <a
href="https://maps.google.com/maps?q=glebe,+nsw&hl=en&ll=-33.87462,151.208096&spn=0.049741,0.087376&sll=37.6,-95.665&sspn=47.962475,89.472656&hnear=Glebe+New+South+Wales,+Australia&t=m&z=14">Glebe,
NSW</a> is where Andrew Gerrand and I did much of the hacking for this
release, working on the read-write FUSE support.</p>
<center><div style='font-size: 18pt; font-weight: bold'><a href="https://github.com/bradfitz/camlistore/archive/0.3.zip">camlistore-0.3.zip</a></div>
<div style='margin-top: 0.5em'>
Or browse at Github: <a href="https://github.com/bradfitz/camlistore/tree/0.3">github.com/bradfitz/camlistore/tree/0.3</a>
</div>
</center>
<h1>What is Camlistore?</h1>
<p>See the <a href="/docs/">docs</a> and <a href="/docs/overview">overview</a>.</p>
<h1>New in 0.3</h1>
<ul>
<li>8 new <a href="https://github.com/bradfitz/camlistore/blob/master/CONTRIBUTORS">contributors</a></li>
<li>read/write FUSE support</li>
<li>publishing handler supports serving zip files of contents</li>
<li>start of OS X status bar / launcher</li>
<li>better sqlite3 detection</li>
<li>start of the portable "devcam" tool, removing dependencies on shell and perl to build &amp; test.</li>
<li>UI tweaks and additions</li>
<li>bug fixes</li>
<li>update postgres driver</li>
<li>fix compilation on FreeBSD</li>
<li>more developer docs</li>
/ul>
<h1>Get involved!</h1>
<p>We welcome feedback, feature requests, bug reports, and code
contributions!</p>
<p>Feel free to email us on our <a
href="https://groups.google.com/forum/?fromgroups#!forum/camlistore">mailing
list</a>, and/or <a
href="//code.google.com/p/camlistore/issues/entry">file a bug</a> (or
see <a href="//code.google.com/p/camlistore/issues/list">existing
bugs</a>). </p>
<p>While we welcome user bug reports, we also welcome code
contributions. See <a href="/docs/contributing">the Contributing
page</a> for details. While most the codebase (the server and
command-line tools) are written in <a href="http://golang.org">Go</a>,
there's also a lot of JavaScript which needs love, as well as Java
(for Android) and Objective C (for iOS). Or anything useful you'd like
to contribute.</p>

View File

@ -1,6 +1,6 @@
<h1>Download Camlistore</h1>
<p>The latest release is <a href="/docs/release/0.2">0.2 ("Portland")</a>.</p>
<p>The latest release is <a href="/docs/release/0.3">0.3 ("Glebe")</a>.</p>
<p>Or, the canonical git repo is:</p>
<pre>$ git clone https://camlistore.org/r/p/camlistore</pre>
@ -16,5 +16,7 @@
<li><a href="/docs/release/0.2">0.2 ("Portland")</a>, 2013-06-22</li>
<li><a href="/docs/release/0.3">0.2 ("Glebe")</a>, 2013-07-28</li>
</ul>

View File

@ -33,7 +33,7 @@ you can access via a FUSE filesystem. Whatever.</p>
<h2>Latest Release</h2>
<p>The latest release is <a href="docs/release/0.2">0.2 ("Portland")</a>, released 2013-06-22.</p>
<p>The latest release is <a href="docs/release/0.3">0.3 ("Glebe")</a>, released 2013-07-28.</p>
<h2>Video Demo</h2>