perkeep/server/camlistored
Brad Fitzpatrick 924c895b22 server/camlistored/ui: rename confusing Pudgy menu to Camli
Change-Id: Ic7785881f2db65aff562ef329753d78aa131e68b
2016-04-23 17:42:56 -07:00
..
ui server/camlistored/ui: rename confusing Pudgy menu to Camli 2016-04-23 17:42:56 -07: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 canonical import paths 2016-03-13 19:57:14 -07:00
run_test.go camlistored, serverinit: allow server config from URLs. 2014-08-02 16:53:58 -07: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