mirror of https://github.com/perkeep/perkeep.git
0f0ad341c4
Touch devices still deliver 'mouseover' events, so you can't rely on that. Anyway, on things like the Chromebook pixel there is a mouse and a touchscreen. So it just has to work for both modes simultaneously. Change-Id: Ia63f159d5c7edd319a56cf1f79d65d799a71367c |
||
---|---|---|
.. | ||
ui | ||
.gitignore | ||
README | ||
camlistored.go | ||
run_test.go | ||
setup.go |
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