github.com/slspeek/camlistore_namedsearch@v0.0.0-20140519202248-ed6f70f7721a/server/camlistored/README (about)

     1  This is the main Camlistore server.
     2  
     3  See also:
     4   - The storage interface is in <root>/pkg/blobserver
     5   - The storage implementations are under that e.g. <root>/pkg/blobserver/localdisk
     6   - The HTTP handlers are implemented in <root>/pkg/blobserver/handlers
     7   - The UI code is in <root>/server/camlistored/ui