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
Will Norris cf7cd27d50 website: include blackfriday's CommonExtensions
WithExtension() options passed to Run() are not additive, so the
AutoHeadingIDs extension must be ORed together with CommonExtensions.

Fixes #1046

Change-Id: Ib0984397b251ff9277b7b2e4dac79add962709b7
2018-01-30 05:23:21 +00:00
.hackfests Add a hackfest entry. Missed a lot of these, but still fun. 2013-12-27 16:16:09 -08:00
app blobserver, all: add contexts to ReceiveBlob, Fetch & million resulting deps 2018-01-18 16:22:16 -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 all: simpify constructs by running gofmt -s on all code 2018-01-21 10:27:12 -08:00
cmd cmd/client: remove NewStorageClient, convert to an option 2018-01-24 08:52:07 -08:00
config blobserver/encrypt: rewrite encryption to use NaCl and a simpler meta 2017-12-29 14:16:34 -08:00
dev pkg/client: reduce the number of New constructors, return error by default 2018-01-24 07:42:04 -08:00
doc doc: warn that multi claims are not implemented 2018-01-24 01:34:52 +01:00
internal all: simpify constructs by running gofmt -s on all code 2018-01-21 10:27:12 -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: simpify constructs by running gofmt -s on all code 2018-01-21 10:27:12 -08:00
old Rename import paths from camlistore.org to perkeep.org. 2018-01-01 16:03:34 -08:00
pkg pkg/client: init http client and gate when noExtConfig 2018-01-25 01:17:55 +01:00
server pkg/client: reduce the number of New constructors, return error by default 2018-01-24 07:42:04 -08:00
vendor server/camlistored: use Let's Encrypt http-01 challenge 2018-01-16 23:43:13 +01:00
website website: include blackfriday's CommonExtensions 2018-01-30 05:23:21 +00:00
.dockerignore Dockerfile: update 2016-03-11 18:05:35 +01:00
.gitignore vendor: run dep ensure && dep prune on a clean client with latest dep 2018-01-17 22:55:55 -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: run dep ensure && dep prune on a clean client with latest dep 2018-01-17 22:55:55 -08:00
Gopkg.toml vendor: run dep ensure && dep prune on a clean client with latest dep 2018-01-17 22:55:55 -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