perkeep/server/camlistored
mpl 03c676342f ui/search_session.js: make PAGE_SIZE_ static
Change-Id: Ife649587eb52188eaa3b5bbf0de01890c14cc9c4
2014-05-21 00:59:53 +02:00
..
ui ui/search_session.js: make PAGE_SIZE_ static 2014-05-21 00:59:53 +02:00
.gitignore
README Rearrange the server directory a bit, and update some READMEs 2013-02-02 08:56:57 -08:00
camlistored.go importer: update flickr 2014-05-20 01:40:52 +02:00
run_test.go pkg/index: cleanup, refactor sub pkgs 2014-04-05 01:22:05 +02:00
setup.go uploadhelper: use a type for JSON response, not maps. 2013-02-11 20:33:53 -08:00

README

This is the main Camlistore server.

See also:
 - The storage interface is in <root>/pkg/blobserver
 - The storage implementations are under that e.g. <root>/pkg/blobserver/localdisk
 - The HTTP handlers are implemented in <root>/pkg/blobserver/handlers
 - The UI code is in <root>/server/camlistored/ui