Perkeep (née Camlistore) is your personal storage system for life: a way of storing, syncing, sharing, modelling and backing up content.
Go to file
Brad Fitzpatrick 0d989a6ae6 camput: fix up statcache to work with Go 1. crashed before with gob error on os.FileInfo.
Change-Id: I9b88435e00352988e5f89e64f45ea4cb3d2c76ab
2012-04-20 14:27:52 -07:00
.hackfests Added done section 2010-12-01 19:27:05 -08:00
clients move camdbinit to cmd/ 2012-03-24 19:46:38 -07:00
cmd camput: fix up statcache to work with Go 1. crashed before with gob error on os.FileInfo. 2012-04-20 14:27:52 -07:00
config serverconfig & camlistored: simplify low/high-level config bootstrapping. 2012-03-19 13:09:00 -07:00
doc add WIP notes on modeling a blog 2012-02-28 19:43:33 -08:00
gopath add a dummy gopath directory, if the user's GOPATH isn't setup. 2012-02-21 01:48:39 -08:00
lib/python Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
misc update dev-* scripts to use misc/devlib.pl and install binaries in gopath/bin/OS_ARCH 2012-03-27 10:37:21 -07:00
pkg localdisk: fix race deleting empty directories w/ uploading new blobs 2012-04-20 13:04:42 -07:00
server camlistored: don't block server start-up on opening URLs 2012-04-20 11:59:58 -07:00
third_party add github.com/mattn/go-sqlite3 to third_party 2012-04-08 11:11:51 -07:00
website update camweb to Go 1 2012-02-21 02:11:28 -08:00
.gitignore move fileembed from misc 2012-02-28 12:45:46 +11:00
.header update header's date 2012-02-28 12:45:58 +11:00
CONTRIBUTORS add Jrabbit to CONTRIBUTORS 2011-08-07 17:13:47 -07:00
COPYING Add Apache license. 2011-01-27 23:00:13 -08:00
Makefile update Makefile to use the go command 2012-04-13 13:51:52 -07:00
README Add a README 2011-05-11 11:45:34 -07:00
TODO remove netutil TODO item. 2012-03-27 17:37:19 -07:00
camfix.pl Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
dev-appengine AE script: Fixing perl opt escaping 2011-12-04 14:16:19 -08:00
dev-blobserver update dev-server and dev-blobserver (but dev-blobserver still broken on start-up) 2012-03-05 16:36:28 -08:00
dev-camget update dev-* scripts to use misc/devlib.pl and install binaries in gopath/bin/OS_ARCH 2012-03-27 10:37:21 -07:00
dev-cammount update dev-* scripts to use misc/devlib.pl and install binaries in gopath/bin/OS_ARCH 2012-03-27 10:37:21 -07:00
dev-camput update dev-* scripts to use misc/devlib.pl and install binaries in gopath/bin/OS_ARCH 2012-03-27 10:37:21 -07:00
dev-camsync update dev-* scripts to use misc/devlib.pl and install binaries in gopath/bin/OS_ARCH 2012-03-27 10:37:21 -07:00
dev-camwebdav first cut at a Camlistore WebDAV server 2011-08-06 20:46:37 -05:00
dev-db update dev-* scripts to use misc/devlib.pl and install binaries in gopath/bin/OS_ARCH 2012-03-27 10:37:21 -07:00
dev-indexer Add camdbinit tool, convert from Perl to Go. 2011-05-01 18:21:22 -07:00
dev-pass-camput Add a dev-pass-camput script, improve error messages. 2011-06-02 16:57:49 -07:00
dev-server Get the MySQL indexer working again. 2012-03-26 13:57:53 -07:00
dev-synctoindexer update dev-synctoindexer to use dev-server paths 2011-05-10 19:26:46 -07:00

README

Camlistore is 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:

     http://camlistore.org/

... for actual documentation.