perkeep/server/camlistored
Mario Russo ae85a3ff4e ui: added 'No references' placeholder text to the blob detail aspect when there are no references to display
Change-Id: I9bd7b10ab8954c41a3b4a7c375748e087fdc77b3
2015-04-23 11:08:17 +02:00
..
ui ui: added 'No references' placeholder text to the blob detail aspect when there are no references to display 2015-04-23 11:08:17 +02:00
.gitignore
README
camlistored.go Revert "Temporary GCE-specific log spam for debugging." 2015-04-02 03:25:46 -07:00
run_test.go camlistored, serverinit: allow server config from URLs. 2014-08-02 16:53:58 -07:00
setup.go

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