perkeep/server/camlistored
Brad Fitzpatrick f8912713ca newui: more js type annotation fixes
Change-Id: I0c7bdc265c8f0ff746dcd1e1a90d54054958c8b7
2013-02-10 18:14:42 -08:00
..
newui newui: more js type annotation fixes 2013-02-10 18:14:42 -08:00
test Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
ui search handler: all funcs now rid of manual maps responses. 2013-02-09 02:12:06 +01: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 --version flags to tools. 2013-02-02 10:59:39 -08:00
option_sqlite.go camlistored: make sqlite a build option. 2012-04-13 16:16:24 -07:00
setup.go Modifications allowing /setup to be view on Windows 2012-11-18 20:20:25 -05: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