perkeep/server/camlistored
Aaron Boodman aac43b56fc Move to "G+-style" selection.
To select an item, click the checkmark that overlays on rollover.
To navigate, just click anywhere else on the item.

Also move selection from additive by default rather than exclusive.

Change-Id: I47e6ca1942fe1fdaaf615f6ab0e0a547f1a51735
2013-10-03 22:06:31 +00:00
..
test Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
ui Move to "G+-style" selection. 2013-10-03 22:06:31 +00: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 add diskpacked storage system 2013-09-02 10:35:32 +10:00
option_sqlite.go camlistored: make sqlite a build option. 2012-04-13 16:16:24 -07: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