mirror of https://github.com/perkeep/perkeep.git
b3e91ad9f0
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 |
||
---|---|---|
.. | ||
blobserver-example | ||
containers | ||
content | ||
scripts | ||
static | ||
talks/2011-05-07-Camlistore-Sao-Paolo | ||
testdata | ||
tmpl | ||
.gitignore | ||
README.md | ||
camweb.go | ||
camweb_test.go | ||
chrome_bug-repro.go | ||
contributors.go | ||
dirtrees.go | ||
email.go | ||
format.go | ||
github.go | ||
godoc.go | ||
logging.go | ||
test.cgi |
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.