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.
+camtool
: additional swiss-army knife tools, and manual sync tool ("camtool sync").
camlistored
: the server.camlistored
: The server supports both asynchronous and synchronous replication from incoming blobs to any storage backend, which includes other remote Camlistore serverscamtool sync
: 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 A to B> by using the network to communicate differences, but instead copying missing blobs to destination C (e.g. a local portable harddisk to be manually transported to B)While most the codebase (the server and command-line tools) are +written in Go, 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.
+File bugs at: https://code.google.com/p/camlistore/issues/entry.
diff --git a/website/content/index.html b/website/content/index.html index a691d75db..5b7763281 100644 --- a/website/content/index.html +++ b/website/content/index.html @@ -1,6 +1,15 @@Camlistore is your personal storage system for life. It is:
+Camlistore is your personal storage system for life.
+ +Note that it's a "storage system", not just a "file system". It +can store and be accessed like a traditional filesystem, but it +specializes in representing higher-level objects which don't need to +exist in purely one place in a tree. (e.g. a photo, a comment, a +"like", a blog post) Or a tree of 5TB videos with Unix mode bits that +you can access via a FUSE filesystem. Whatever.
+ +It is: