Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuchan/gowiki
https://github.com/yuchan/gowiki
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuchan/gowiki
- Owner: yuchan
- Created: 2016-04-07T08:17:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-07T08:17:50.000Z (almost 9 years ago)
- Last Synced: 2024-11-09T13:40:36.616Z (about 2 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoWiki
inspired by and borrowed from [Writing Web Applications](https://golang.org/doc/articles/wiki/).
## TODO
- [x] Store templates in tmpl/ and page data in data/.
- [] Add a handler to make the web root redirect to /view/FrontPage.
- [] Spruce up the page templates by making them valid HTML and adding some CSS rules.
- [] Implement inter-page linking by converting instances of [PageName] to PageName. (hint: you could use regexp.ReplaceAllFunc to do this)
- [] markdown
- []