perkeep/server/camlistored
Aaron Boodman 9929e0ed50 Infinite scroll: keep loading more results until we overfill the screen
by at least 50%.

BUG=295

Change-Id: Ifdf3f05d4831cd7638d091a2e6e65a47b6b0e585
2013-12-29 10:26:24 -08:00
..
test Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
ui Infinite scroll: keep loading more results until we overfill the screen 2013-12-29 10:26:24 -08:00
.gitignore Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
README Rearrange the server directory a bit, and update some READMEs 2013-02-02 08:56:57 -08:00
camlistored.go Make the reindex flag actually work. 2013-12-25 09:49:51 -08:00
option_sqlite.go camlistored: make sqlite a build option. 2012-04-13 16:16:24 -07:00
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
test-put.pl Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -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