mirror of https://github.com/perkeep/perkeep.git
Perkeep (née Camlistore) is your personal storage system for life: a way of storing, syncing, sharing, modelling and backing up content.
bf001df550
So far only images were served with their MIME types set properly, so they would display directly in the browser, instead of being served as a file download. Now the same is done for a subset of text types: i.e. text/plain, text/html, text/xml, and text/json. Aside from the browsing convenience, the obvious advantage is being able to serve HTML directly, which should allow us to build other things on top of the publisher. Also a bit of related refactoring: moving the extension matching to pkg/magic Change-Id: Id98065c7c685036a272d1d2e293bfcbca33015ee |
||
---|---|---|
.hackfests | ||
app | ||
bin | ||
clients | ||
cmd | ||
config | ||
dev | ||
doc | ||
internal/chanworker | ||
lib/python | ||
misc | ||
old | ||
pkg | ||
server | ||
vendor | ||
website | ||
.dockerignore | ||
.gitignore | ||
.header | ||
.travis.yml | ||
AUTHORS | ||
BUILDING | ||
CONTRIBUTING.md | ||
CONTRIBUTORS | ||
COPYING | ||
Dockerfile | ||
Makefile | ||
README | ||
TESTS | ||
TODO | ||
make.go |
README
Camlistore is your personal storage system for life. It's a way to store, sync, share, model and back up content. It stands for "Content-Addressable Multi-Layer Indexed Storage", for lack of a better name. For more, see: https://camlistore.org/ https://camlistore.org/doc/ Other useful files: BUILDING how to compile it ("go run make.go") CONTRIBUTING how to do development and contribute Mailing lists: http://camlistore.org/lists Bugs and contributing: https://github.com/camlistore/camlistore/issues https://camlistore.org/doc/contributing