perkeep/server/camlistored
Aaron Boodman d3c6824495 Prevents the little horizontal jostle that happens in the detail page
when you press 'right' the first time.

Change-Id: Ic39607258c056bcee898463ef4ed80cc64799baf
2014-01-17 00:15:36 -08:00
..
ui Prevents the little horizontal jostle that happens in the detail page 2014-01-17 00:15:36 -08:00
.gitignore
README Rearrange the server directory a bit, and update some READMEs 2013-02-02 08:56:57 -08:00
camlistored.go Start of Foursquare importer. 2014-01-14 20:45:23 -08:00
option_sqlite.go
run_test.go serverconfig/genconfig: add kv queues to all sync handlers. 2013-11-24 15:12:11 -08: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