perkeep/website
Brad Fitzpatrick ca76a40bbc Rename camlistored to perkeepd.
Updates #981

Change-Id: I8fe43c240c149074c23128a89ab426af9cbf94b4
2018-04-21 11:06:09 -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 Rename camlistored to perkeepd. 2018-04-21 11:06:09 -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 website: fix docHandler test when run via devcam 2018-01-08 06:08:19 -08: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
camweb.go Rename camlistored to perkeepd. 2018-04-21 11:06:09 -07:00
camweb_test.go website: fix docHandler test when run via devcam 2018-01-08 06:08:19 -08:00
contributors.go all: simpify constructs by running gofmt -s on all code 2018-01-21 10:27:12 -08:00
dirtrees.go website: derive godoc package domain from serving dir 2018-01-05 23:57:46 +00:00
email.go all: more Camlistore to Perkeep renamings 2018-01-30 13:31:59 -08:00
format.go website: more work showing pkg and cmd doc (camlistore.org/issue/108) 2013-02-23 13:38:58 -08:00
github.go Rename import paths from camlistore.org to perkeep.org. 2018-01-01 16:03:34 -08:00
godoc.go website: properly calculate domainName in prod 2018-01-12 19:25:03 +00:00
logging.go vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +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.