perkeep/website
Paul Lindner b3e91ad9f0 website: fix docHandler test when run via devcam
The test added for proper markdown title generation
do not work when run via devcam.  This is caused by
depending on doc/uses.md as the input testdata.
devcam does not copy markdown files into the target tmp
directory so this test fails when run that way.

Solution is create a markdown file in a testdata directory.
These are copied to the target tmp directory and the test
succeeds.

Change-Id: Iae654dca2374b925e6c895a71d4d93b12ccc188b
2018-01-08 06:08:19 -08:00
..
blobserver-example website: move blobserver example root files to new localdisk layout 2014-01-06 08:11:41 -08:00
containers Rename import paths from camlistore.org to perkeep.org. 2018-01-01 16:03:34 -08:00
content website: rename perkeep irc room 2018-01-07 10:09:49 -06:00
scripts Dynamically generate the contributors page from git log. 2014-10-27 13:21:18 +00:00
static all: change github.com/camlistore/camlistore to github.com/perkeep/perkeep 2018-01-05 19:49:59 -08: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: Perkeep updates 2018-01-02 16:36:48 -08: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 website: generate proper titles for markdown files 2018-01-06 15:46:59 -08:00
camweb_test.go website: fix docHandler test when run via devcam 2018-01-08 06:08:19 -08:00
chrome_bug-repro.go website: fix missing return from prev commit 2016-01-19 00:46:46 +01:00
contributors.go Move more packages out of pkg/ and into internal/ 2018-01-02 21:03:30 -08:00
dirtrees.go website: derive godoc package domain from serving dir 2018-01-05 23:57:46 +00:00
email.go all: update copyright holder from Google Inc to The Perkeep Authors 2018-01-03 16:52:49 -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: allow serving godoc for any valid package 2018-01-06 00:54:22 +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.