Go to file
2017-07-09 14:41:30 +12:00
cmd/yatwiki-server add log message on startup 2017-07-09 12:14:59 +12:00
static use go-bindata to embed static assets 2017-07-09 12:12:47 +12:00
.gitignore initial commit 2017-07-09 11:13:36 +12:00
bbcode.go fix offsets in [html] tags 2017-07-09 13:52:26 +12:00
DB.go implement /raw/[0-9]+ endpoint 2017-07-09 13:18:18 +12:00
Makefile use go-bindata to embed static assets 2017-07-09 12:12:47 +12:00
pageTemplate.go urlencode all page names - fixes non-url-safe characters in article titles 2017-07-09 13:00:11 +12:00
regex.go working bbcode support 2017-07-09 12:13:16 +12:00
rErrors.go refactor all routes out to separate files 2017-07-09 13:26:26 +12:00
rFormatting.go refactor all routes out to separate files 2017-07-09 13:26:26 +12:00
rIndex.go refactor all routes out to separate files 2017-07-09 13:26:26 +12:00
rModify.go initial /modify/ endpoint implementation 2017-07-09 13:50:13 +12:00
rRawView.go refactor all routes out to separate files 2017-07-09 13:26:26 +12:00
rView.go refactor all routes out to separate files 2017-07-09 13:26:26 +12:00
ServerOptions.go serverOptions: add config options for banning (not yet implemented) 2017-07-09 12:15:30 +12:00
staticResources.go use go-bindata to embed static assets 2017-07-09 12:12:47 +12:00
TODO.txt doc: TODO.txt 2017-07-09 14:41:30 +12:00
WikiServer.go initial /modify/ endpoint implementation 2017-07-09 13:50:13 +12:00