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

     1  <h1>Release 0.1 ("Grenoble")</h1>
     2  
     3  <p><b>2013-06-11</b></p>
     4  
     5  <p>After three years of development, we're proud to release our first
     6  version of Camlistore, 0.1, codename "Grenoble", the beautiful city
     7  where we're currently releasing it from.</p>
     8  
     9  <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>
    10  <div style='margin-top: 0.5em'>
    11  Or browse at Github: <a href="https://github.com/bradfitz/camlistore/tree/0.1">github.com/bradfitz/camlistore/tree/0.1</a>
    12  </div>
    13  </center>
    14  
    15  <p>As reflected in the version number, Camlistore is not yet done, but
    16  it's at least ready for people to start using and playing with.  We've
    17  been using it ourselves for a year.</p>
    18  
    19  <p>We plan to do subsequent releases in a more timely fashion.</p>
    20  
    21  <h1>What works</h1>
    22  
    23  <ul>
    24    <li>Linux and OS X support. And probably any Unix.</li>
    25    <li>Command-line tools:<ul>
    26          <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>
    27          <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>
    28          <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>
    29          <li><b><code>camtool</code></b>: additional swiss-army knife tools, and manual sync tool ("camtool sync").</li>
    30       </ul>
    31    </li>
    32    <li><b><code>camlistored</code></b>: the server.</li>
    33    <li>Web UI (optional part of the server, on by default). Not great, but lets you browse your Camlistore resources.</li>
    34    <li>Android client: upload photos ("Share to Camlistore")</li>
    35    <li>Blob storage options: local disk, Amazon S3, Google Cloud Storage, ...</li>
    36    <li>Search index storage options: in-memory, SQLite, MySQL, Postgres, Mongo, ...</li>
    37    <li>All sorts of replication:
    38        <ul>
    39          <li><b><code>camlistored</code></b>: The server supports both asynchronous and synchronous replication from incoming blobs to any storage backend, which includes other remote Camlistore servers</li>
    40          <li><b><code>camtool sync</code></b>: The camtool command supports syncing from servers (or local disk blob directories) to other servers (or other local disk blob directories), as well as a "third-leg" mode, where you can sync from <b>A</b> to <b>B></b> by using the network to communicate differences, but instead copying missing blobs to destination <b>C</b> (e.g. a local portable harddisk to be manually transported to <b>B</b>)</li>
    41        </ul>
    42    </li>
    43    <li>The server and command-line tools are written in <a href="http://golang.org/">Go</a>, so it runs everywhere, and easily (no library versioning stress). Just a single binary to copy to your Raspberry Pi running NetBSD or Linux or whatever.</li>
    44    <li>Sharding, mirroring, unioning, ...</li>
    45  </ul>
    46  
    47  
    48  <h1>What doesn't work (or work well)</h1>
    49  
    50  <p>Things currently known to be broken or not yet finished:</p>
    51  
    52  <ul>
    53    <li>Windows support. Has worked at times, but may currently be broken again. It will improve and hopefully stay stable in future releases.</li>
    54    <li>iOS client. Nascent.</li>
    55    <li>WebDAV server (for mounting your Camlistore resources on Windows) is currently broken, but once worked.</li>
    56    <li>App Engine support. App Engine used to work, but is currently broken until a new App Engine SDK comes out with Go 1.1 support (soon).</li>
    57    <li>Encryption. Designed, but not implemented.</li>
    58    <li>The web UI could use some JavaScript / CSS / design love.</li>
    59  </ul>
    60  
    61  <h1>What's coming</h1>
    62  
    63  Much is planned:
    64  
    65  <ul>
    66     <li>Much more documentation</li>
    67     <li>Photo gallery & blog serving</li>
    68     <li>More sharing support</li>
    69     <li>Encryption</li>
    70     <li>Import from social networks & web services</li>
    71     <li>Fixing all the broken things.</li>
    72     <li>Optimizations</li>
    73     <li>Better, sexier web interface</li>
    74     <li>Easier to install and use</li>
    75  </ul>
    76  
    77  <h1>Get involved!</h1>
    78  
    79  <p>We welcome feedback, feature requests, bug reports, and code
    80  contributions!</p>
    81  
    82  <p>Feel free to email us on our <a
    83  href="https://groups.google.com/forum/?fromgroups#!forum/camlistore">mailing
    84  list</a>, and/or <a
    85  href="//code.google.com/p/camlistore/issues/entry">file a bug</a> (or
    86  see <a href="//code.google.com/p/camlistore/issues/list">existing
    87  bugs</a>).  </p>
    88  
    89  <p>While we welcome user bug reports, we also welcome code
    90  contributions. See <a href="/docs/contributing">the Contributing
    91  page</a> for details. While most the codebase (the server and
    92  command-line tools) are written in <a href="http://golang.org">Go</a>,
    93  there's also a lot of JavaScript which needs love, as well as Java
    94  (for Android) and Objective C (for iOS). Or anything useful you'd like
    95  to contribute.</p>