diff --git a/README b/README index 26c0248d9..9b1d92007 100644 --- a/README +++ b/README @@ -1,11 +1,21 @@ -Camlistore is a way to store, sync, share, model and back up content. +Camlistore is your personal storage system for life. + +It's a way to store, sync, share, model and back up content. It stands for "Content-Addressable Multi-Layer Indexed Storage", for -lack of a better name. - -See: +lack of a better name. For more, see: http://camlistore.org/ -... for actual documentation. +Other useful files: + BUILDING how to compile it ("go run make.go") + HACKING how to do development and contribute + +Mailing lists: + + http://camlistore.org/lists + +Bugs: + + https://code.google.com/p/camlistore/issues/list diff --git a/website/content/docs/release/0.1 b/website/content/docs/release/0.1 index 2f817ac1a..a4d4f1595 100644 --- a/website/content/docs/release/0.1 +++ b/website/content/docs/release/0.1 @@ -16,6 +16,8 @@ Or browse at Github: g it's at least ready for people to start using and playing with. We've been using it ourselves for a year.

+

We plan to do subsequent releases in a more timely fashion.

+

What works

-
  • Web UI. Not great, but lets you browse your Camlistore resources. +
  • camlistored: the server.
  • +
  • Web UI (optional part of the server, on by default). Not great, but lets you browse your Camlistore resources.
  • Android client: upload photos ("Share to Camlistore")
  • Blob storage options: local disk, Amazon S3, Google Cloud Storage, ...
  • Search index storage options: in-memory, SQLite, MySQL, Postgres, Mongo, ...
  • -
  • Synchronous and asynchronous replication support between any storage types or Camlistore instances.
  • -
  • Sharding, mirroring, ...
  • +
  • All sorts of replication: + +
  • +
  • Sharding, mirroring, unioning, ...
  • @@ -54,6 +62,7 @@ been using it ourselves for a year.

    Much is planned: