perkeep/website
Brad Fitzpatrick 12894d4630 all: Windows fixes (don't listen on file descriptors in test.World, etc)
test/integration: don't listen on file descriptors.
make.go: unrelated, but options to make it much faster.
internal/images: t.Skip on HEIC dependency failures

Fixes #1140
Updates golang/go#25210

Change-Id: I8092155411826d6ed1f8d85230b753d1369044af
2018-05-01 21:38:19 -07:00
..
blobserver-example all: more renaming of Camlistore to Perkeep 2018-01-30 03:02:56 -08:00
containers Rename camlistored to perkeepd. 2018-04-21 11:06:09 -07:00
content doc: add lfnw 2018 talk 2018-04-30 22:40:50 -07:00
pk-web website: revert bin name to camlistored for demo 2018-05-01 10:19:43 -07:00
scripts Rename camlistored to perkeepd. 2018-04-21 11:06:09 -07:00
static website: add header anchor links on hover 2018-02-25 00:46:45 +03:00
talks/2011-05-07-Camlistore-Sao-Paolo all: update copyright holder from Google Inc to The Perkeep Authors 2018-01-03 16:52:49 -08:00
testdata all: Windows fixes (don't listen on file descriptors in test.World, etc) 2018-05-01 21:38:19 -07:00
tmpl website: add header anchor links on hover 2018-02-25 00:46:45 +03:00
.gitignore website: add website binary to gitignore 2015-12-28 17:23:19 -08:00
README.md website: first pass of s/Camlistore/Perkeep/ on contents 2017-12-18 16:46:08 +01:00
test.cgi Go CGI HTTP handler, for gitweb.cgi 2011-01-25 09:21:20 -08:00

README.md

This is the webserver that serves perkeep.org. You will need to build and run it in order to preview changes to the documentation.

go build
./website

The webserver runs on port 31798.