perkeep/server/go/camlistored
Brad Fitzpatrick 41ecf43eb0 publish: let js & css files be configurable
Temporary hack to unblock Lindsey

Fixes (partially) http://code.google.com/p/camlistore/issues/detail?id=26

Change-Id: I9541d62622116bd30ce7d7e5507a4808089fe6d7
2011-07-08 10:03:53 -07:00
..
test Rename server/go/blobserver to server/go/camlistored 2011-03-29 20:29:32 -07:00
ui publish: let js & css files be configurable 2011-07-08 10:03:53 -07:00
.gitignore Start of configuration wizard stuff. 2011-04-01 12:48:43 -07:00
README test commit: fixing old paths in README 2011-06-09 23:16:09 +02:00
camlistored.go Let all handlers be able to be disabled in config file 2011-07-08 09:08:41 -07:00
download.go publish: serve subresource files (e.g. gallery members), with access control 2011-07-03 12:28:39 -07:00
image.go Move UI thumbnail handler off into separate ImageHandler 2011-07-03 13:33:41 -07:00
partitions.go Remove old partition interface. 2011-05-12 19:17:59 -07:00
publish.go publish: let js & css files be configurable 2011-07-08 10:03:53 -07:00
publish_test.go publishing: new URLs, tests. Yay photo galleries. 2011-07-06 18:38:27 -07:00
root.go gofmt the whole tree 2011-07-02 09:09:50 -07:00
setup.go some cleanup of camlistored 2011-04-01 22:14:23 -07:00
sig.go publish work: optionally create publish root permanodes+claims on start 2011-06-23 12:12:37 -07:00
sync.go convert sync to handler registry; all converted. less code. 2011-05-29 23:01:29 -07:00
test-put.pl Rename server/go/blobserver to server/go/camlistored 2011-03-29 20:29:32 -07:00
ui.go publish: static file support. and ditch camli/misc/vfs now that it's in Go's pkg http. 2011-07-05 12:10:35 -07:00
uploadhelper.go gofmt the whole tree 2011-07-02 09:09:50 -07:00

README

The Camlistore blob server HTTP server binary.

See also:
 - The storage interface is in lib/go/camli/blobserver/
 - The storage implementations are under that e.g. lib/go/camli/blobserver/localdisk/
 - The HTTP handlers are implemented in lib/go/camli/blobserver/handlers/