Perkeep (née Camlistore) is your personal storage system for life: a way of storing, syncing, sharing, modelling and backing up content.
Go to file
Paul Lindner 020c6923ce vendor: fully switch to using the dep vendor tree management tool
Gopkg.toml / Gopkg.lock contain the full set of revisions used by
Perkeep now.  You can remove your entire vendor tree and

  dep ensure && dep prune

will restore you to a known good state.

This final change contains various files that were missing (like
LICENSE/README.md/tests) and also prunes a number of packages that
are transitively unused.

Fixes #889

Change-Id: I6ee6c4a4e14e2de6b6f33620eb7e2c44e97ce91b
2018-01-09 18:27:36 -08:00
.hackfests Add a hackfest entry. Missed a lot of these, but still fun. 2013-12-27 16:16:09 -08:00
app all: update copyright holder from Google Inc to The Perkeep Authors 2018-01-03 16:52:49 -08:00
bin New build tool. Should even work on Windows, if Go 1.1 is available, without MinGW/msys/etc. 2013-06-11 00:55:17 +02:00
clients clients/web/embed: Move vendor/embed to clients/web/embed and adjust paths 2018-01-09 22:33:03 +00:00
cmd blobserver: change BlobStatter interface, simplify proxycache 2018-01-08 16:54:52 -08:00
config blobserver/encrypt: rewrite encryption to use NaCl and a simpler meta 2017-12-29 14:16:34 -08:00
dev clients/web/embed: Move vendor/embed to clients/web/embed and adjust paths 2018-01-09 22:33:03 +00:00
doc doc: cross-link compare and prior-art pages 2018-01-09 11:14:00 -08:00
internal blobserver: change BlobStatter interface, simplify proxycache 2018-01-08 16:54:52 -08:00
lib/python all: update copyright holder from Google Inc to The Perkeep Authors 2018-01-03 16:52:49 -08:00
misc all: rename cammount to pk-mount 2018-01-08 09:54:41 -08:00
old Rename import paths from camlistore.org to perkeep.org. 2018-01-01 16:03:34 -08:00
pkg pkg/serverinit: improve error message to help people find config file with errors 2018-01-09 23:12:37 +00:00
server all: change github.com/camlistore/camlistore to github.com/perkeep/perkeep 2018-01-05 19:49:59 -08:00
vendor vendor: fully switch to using the dep vendor tree management tool 2018-01-09 18:27:36 -08:00
website website: fix docHandler test when run via devcam 2018-01-08 06:08:19 -08:00
.dockerignore Dockerfile: update 2016-03-11 18:05:35 +01:00
.gitignore vendor: fully switch to using the dep vendor tree management tool 2018-01-09 18:27:36 -08:00
.header Rename import paths from camlistore.org to perkeep.org. 2018-01-01 16:03:34 -08:00
.travis.yml travis CI: import name is now perkeep.org 2018-01-02 17:11:26 +01:00
AUTHORS C+A: add Michael Morrissey (Individual CLA) 2017-03-26 17:22:07 -04:00
BUILDING Update build instructions wrt Go 1.5 requirement 2015-08-23 16:32:21 +02:00
CONTRIBUTING.md vendor: update contributing docs to mention the upcoming use of the dep tool 2018-01-09 14:24:46 -08:00
CONTRIBUTORS C: add Paul Lindner (Google CLA) 2017-12-05 17:19:05 -08:00
COPYING Add Apache license. 2011-01-27 23:00:13 -08:00
Dockerfile all: rename cammount to pk-mount 2018-01-08 09:54:41 -08:00
Gopkg.lock vendor: fully switch to using the dep vendor tree management tool 2018-01-09 18:27:36 -08:00
Gopkg.toml vendor: fully switch to using the dep vendor tree management tool 2018-01-09 18:27:36 -08:00
Makefile Rename import paths from camlistore.org to perkeep.org. 2018-01-01 16:03:34 -08:00
README all: change github.com/camlistore/camlistore to github.com/perkeep/perkeep 2018-01-05 19:49:59 -08:00
TESTS cond: clean-up and start of tests 2014-01-19 15:06:55 -08:00
TODO all: rename cammount to pk-mount 2018-01-08 09:54:41 -08:00
make.go clients/web/embed: Move vendor/embed to clients/web/embed and adjust paths 2018-01-09 22:33:03 +00:00

README

Perkeep is your personal storage system.

It's a way to store, sync, share, import, model, and back up content.
Keep your stuff for life.

For more, see:

     https://perkeep.org/
     https://perkeep.org/doc/

Other useful files:

     BUILDING       how to compile it ("go run make.go")
     CONTRIBUTING   how to do development and contribute

Mailing lists:

     http://perkeep.org/lists

Bugs and contributing:

     https://github.com/perkeep/perkeep/issues
     https://perkeep.org/doc/contributing