diff --git a/website/content/docs/overview b/website/content/docs/overview index 66e8ccf47..52fa277f7 100644 --- a/website/content/docs/overview +++ b/website/content/docs/overview @@ -2,7 +2,39 @@

Camlistore is your personal storage system for life.

-

What does that mean?

+

Summary

+ +The project began because I wanted to... + + +

Most of this works as of the 0.1 release, and the rest and more is in progress.

+ +

Longer Answer

Throughout our life, we all continue to generate content, whether that's writing documents, taking photos, writing comments online, @@ -72,7 +104,10 @@ optional and can be turn on or off per-instance:

their digest. The only metadata a storage server needs to track per-blob is its size. (No other metadata is permitted, as it's stored elsewhere) Implementations are trivial and exist for local - disk, Amazon S3, Google Storage, etc. + disk, Amazon S3, Google Storage, etc. They're also composable, so + there exists "shard", "replica", "remote", "conditional", and + "encrypt" (in-progress) storage targets, which layer upon + others<.
  • Index: index is implemented in terms of the Storage interface, so can be synchronously or asynchronously replicated to @@ -96,3 +131,7 @@ optional and can be turn on or off per-instance:

    also just use the command-line tools or API.
  • + +

    Enough words for now. See the docs and code for more.

    + +

    Last updated 2013-06-12

    \ No newline at end of file