mirror of https://github.com/perkeep/perkeep.git
![]() 1) Everything in ui/ except for js-notes.txt was removed. 2) mv newui/* ui/ 3) modified pkg/server/ui.go to make it all work 4) modified Makefile to generate server/camlistored/ui/deps.js 5) regenerated all the zembeds 6) Some fixes to attempt to make it (re-)work on appengine: -removed the Go1.1 check -added pkg/osutil/restart_stub.go (for restarting a process) 7) The closure handler now redirects to the online files when the closure library is not on disk, because we do not embed the required closure js files. Change-Id: Id1bcf007550cafb7188ba2674352e8f3bd07fb8c |
||
---|---|---|
.. | ||
test | ||
ui | ||
.gitignore | ||
README | ||
camlistored.go | ||
option_sqlite.go | ||
setup.go | ||
test-put.pl |
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