mirror of https://github.com/perkeep/perkeep.git
bf2d1123b8
BlobItemDemoContent is a demo node type, useful for giving talks and showing how a custom renderer can be invoked just by making a permanode, setting its "camliNodeType" attribute to "camlistore.org:demo", and then changing its background color with the "color" property or text with the "title" property. Change-Id: Ib592471b785fde5750754bde3aa71eb8e2c10f3b |
||
---|---|---|
.. | ||
ui | ||
.gitignore | ||
README | ||
camlistored.go | ||
run_test.go | ||
setup.go |
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