perkeep/server/camlistored
mpl f8ef262ff9 make.go: clean up, notably remove the tmp source code mirroring
Fixes #1004

Change-Id: Iea01cfc601b8dd8f2a81fe5da40cdd272b164bb1
2018-04-17 19:39:46 +02:00
..
ui make.go: clean up, notably remove the tmp source code mirroring 2018-04-17 19:39:46 +02:00
.gitignore Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
README all: more renaming of Camlistore to Perkeep 2018-01-30 03:02:56 -08:00
camlistored.go pkg/blobserver/overlay: add “overlay” blobserver type 2018-02-21 05:51:00 +01:00
camlistored_unix.go Rename import paths from camlistore.org to perkeep.org. 2018-01-01 16:03:34 -08:00
run_test.go Move more packages out of pkg/ and into internal/ 2018-01-02 21:03:30 -08:00

README

This is the main Perkeep 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