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.
07cce4a3e6
The detail view now loads with only two HTTP requests: one for the piggy, and one for the big image. No other resources are loaded, even the blob descriptions, because they are cached by SearchSession, which is shared between the search ui and the detail ui. Likewise, when you go back to the search results page, no additional requests are done. Also: - When you press back on detail page, scroll position is now usually restored (if you refresh between index and detail, it still won't restore). - Detail page live updates! It came for free with using SearchSession. Change-Id: I58ada7bdd30afc2644860fbda6167fc5ce865b0d |
||
---|---|---|
.hackfests | ||
bin | ||
clients | ||
cmd | ||
config | ||
dev | ||
doc | ||
lib/python | ||
misc | ||
old | ||
pkg | ||
server | ||
third_party | ||
website | ||
.gitignore | ||
.header | ||
AUTHORS | ||
BUILDING | ||
CONTRIBUTORS | ||
COPYING | ||
HACKING | ||
Makefile | ||
README | ||
TESTS | ||
TODO | ||
dev-db | ||
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: http://camlistore.org/ http://camlistore.org/docs/ Other useful files: BUILDING how to compile it ("go run make.go") HACKING how to do development and contribute Mailing lists: http://camlistore.org/lists Bugs and contributing: https://code.google.com/p/camlistore/issues/list http://camlistore.org/docs/contributing