perkeep/server/camlistored
Mario Russo 62e1a1f7f7 ui: fixing broken 'View original' link on contextual nav bar
Issue: #576

Change-Id: I9ca432aafdb4ec0b783aded74f51360254da88b5
2015-02-04 19:47:32 +01:00
..
ui ui: fixing broken 'View original' link on contextual nav bar 2015-02-04 19:47:32 +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 server/camlistored: link in blobpacked 2015-01-18 18:03:44 -08:00
run_test.go camlistored, serverinit: allow server config from URLs. 2014-08-02 16:53:58 -07: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