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 6643ccb34a Add a BUILDING file, update HACKING, clean some stuff
Change-Id: I39c310556cfa7643c3d1aa271acab8ce130e0953
2013-06-11 13:14:05 +02:00
.hackfests Add hackfest. 2013-01-20 12:08:58 -08:00
bin New build tool. Should even work on Windows, if Go 1.1 is available, without MinGW/msys/etc. 2013-06-11 00:55:17 +02:00
clients Allow HTTPS with a self-signed certificate. 2013-04-23 17:10:37 +02:00
cmd Let camtool sync's --dest and --thirdleg flags take local disk paths, instead of servers. 2013-06-09 11:36:26 +02:00
config show server status on index page 2013-06-09 18:46:24 +02:00
dev Add a BUILDING file, update HACKING, clean some stuff 2013-06-11 13:14:05 +02:00
doc doc: start of multi-claim. 2013-02-25 06:40:36 -08:00
lib/python client: fix blobserver path in curl and python clients 2013-01-01 00:27:11 +05:30
misc Stop using $USER in misc/review 2013-06-04 17:30:23 -07:00
old Clean up the clients dir a bit 2013-02-02 09:02:43 -08:00
pkg Merge "misc/genjsdeps: command to generate closure deps" 2013-06-11 09:04:52 +00:00
server Merge branch 'master' of ssh://camlistore.org:29418/camlistore 2013-06-10 01:34:39 +02:00
third_party third_party: update mymysql to d9480a7740 2013-03-19 18:56:37 +01:00
website Stop using $USER in misc/review 2013-06-04 17:30:23 -07:00
.gitignore New build tool. Should even work on Windows, if Go 1.1 is available, without MinGW/msys/etc. 2013-06-11 00:55:17 +02:00
.header Update template header's copyright date to 2013. 2013-01-04 19:29:34 -08:00
AUTHORS A+C: add Josh Bleecher Snyder 2013-06-04 17:24:12 -07:00
BUILDING Add a BUILDING file, update HACKING, clean some stuff 2013-06-11 13:14:05 +02:00
CONTRIBUTORS A+C: add Josh Bleecher Snyder 2013-06-04 17:24:12 -07:00
COPYING Add Apache license. 2011-01-27 23:00:13 -08:00
HACKING Add a BUILDING file, update HACKING, clean some stuff 2013-06-11 13:14:05 +02:00
Makefile New build tool. Should even work on Windows, if Go 1.1 is available, without MinGW/msys/etc. 2013-06-11 00:55:17 +02:00
README Add a README 2011-05-11 11:45:34 -07:00
TODO Fix environment of dev-camtool. 2013-06-09 11:03:48 +02:00
dev-appengine Rearrange the server directory a bit, and update some READMEs 2013-02-02 08:56:57 -08:00
dev-camget Fix environment of dev-camtool. 2013-06-09 11:03:48 +02:00
dev-cammount dev-cammount: make it start up again. needs auth env now. 2013-02-06 21:56:44 -08:00
dev-camput config: Rename blobServer config key and flag to just server. use auth from environment when an explicit server is given 2013-01-25 16:23:31 -08:00
dev-camtool Fix environment of dev-camtool. 2013-06-09 11:03:48 +02: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-pass-camput Fix broken secring references in dev-camput and dev-camget. Fix dev-pass-camput. 2012-05-14 01:07:04 +10:00
dev-server dev-server: camdbinit is now camtool dbinit 2013-03-07 21:44:28 +01:00
make.go make.go: use a different temp GOPATH for sqlite-vs-not; add verbose flag 2013-06-11 01:22:28 +02: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.