perkeep/server/camlistored
mpl 8fa2ec5a06 camlistored/ui: refresh blob and permanode aspects state on navigation
Fixes #922

Change-Id: I02c3c01947f7ab29681fb96e69e6b1f17fa7b067
2017-04-28 19:35:22 +02:00
..
ui camlistored/ui: refresh blob and permanode aspects state on navigation 2017-04-28 19:35:22 +02:00
.gitignore
README Rearrange the server directory a bit, and update some READMEs 2013-02-02 08:56:57 -08:00
camlistored.go camlistored: do not use syslog on windows 2017-02-08 02:16:21 +01:00
camlistored_unix.go camlistored: do not use syslog on windows 2017-02-08 02:16:21 +01: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