Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yuchan/gowiki


https://github.com/yuchan/gowiki

Last synced: 4 days ago
JSON representation

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
- []