_dist
|
doc: remove old TODO.txt, add README.txt based on yatwiki2
|
2017-07-11 20:10:43 +12:00 |
cmd/yatwiki-server
|
switch configuration from xml to json
|
2017-07-11 19:34:49 +12:00 |
diff
|
diff: correctness
|
2017-07-11 18:25:49 +12:00 |
static
|
use go-bindata to embed static assets
|
2017-07-09 12:12:47 +12:00 |
.gitignore
|
gitignore
|
2017-07-11 20:11:25 +12:00 |
AuthorHash.go
|
implement ban support
|
2017-07-11 19:14:26 +12:00 |
bbcode.go
|
fix offsets in [html] tags
|
2017-07-09 13:52:26 +12:00 |
DB.go
|
implement diff/parent/%d endpoint
|
2017-07-11 19:19:42 +12:00 |
gzflate.go
|
working save action; int64 conversion; strip port from remoteaddrs
|
2017-07-09 18:45:28 +12:00 |
Makefile
|
makefile: support release builds and dist artefacts
|
2017-07-11 20:10:23 +12:00 |
pageTemplate.go
|
implement download-database support
|
2017-07-09 18:11:39 +12:00 |
rArchive.go
|
implement /archive/[0-9]+ endpoint
|
2017-07-09 17:20:10 +12:00 |
rDiff.go
|
implement diff?f=&t= endpoint
|
2017-07-11 17:52:56 +12:00 |
regex.go
|
working bbcode support
|
2017-07-09 12:13:16 +12:00 |
rErrors.go
|
implement diff?f=&t= endpoint
|
2017-07-11 17:52:56 +12:00 |
rFormatting.go
|
refactor all routes out to separate files
|
2017-07-09 13:26:26 +12:00 |
rHistory.go
|
implement recent changes, article history
|
2017-07-09 18:05:03 +12:00 |
rIndex.go
|
refactor all routes out to separate files
|
2017-07-09 13:26:26 +12:00 |
rModify.go
|
working save action; int64 conversion; strip port from remoteaddrs
|
2017-07-09 18:45:28 +12:00 |
rRawView.go
|
refactor all routes out to separate files
|
2017-07-09 13:26:26 +12:00 |
rRecentChanges.go
|
implement recent changes, article history
|
2017-07-09 18:05:03 +12:00 |
rRSS.go
|
RSS implementation
|
2017-07-11 19:08:22 +12:00 |
rView.go
|
refactor all routes out to separate files
|
2017-07-09 13:26:26 +12:00 |
ServerOptions.go
|
configuration file handling (xml format)
|
2017-07-11 19:33:32 +12:00 |
staticResources.go
|
use go-bindata to embed static assets
|
2017-07-09 12:12:47 +12:00 |
WikiServer.go
|
db: automatically populate first article in blank databases
|
2017-07-11 20:19:37 +12:00 |