https://github.com/gedex/wiki.go
My first stab at writing web apps in Go
https://github.com/gedex/wiki.go
Last synced: over 1 year ago
JSON representation
My first stab at writing web apps in Go
- Host: GitHub
- URL: https://github.com/gedex/wiki.go
- Owner: gedex
- Created: 2013-06-15T22:25:11.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-16T06:46:59.000Z (about 13 years ago)
- Last Synced: 2025-02-15T08:24:32.278Z (over 1 year ago)
- Language: Go
- Homepage: http://golang.org/doc/articles/wiki/
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Wiki.go
=======
My first stab at writing web apps in Go by folllowing [this article](http://golang.org/doc/articles/wiki/).
## Run it
~~~
go build wiki.go
./wiki
open http://localhost:8080
~~~
## TODO
* Add configuration file
* Use DB instead of text files.
* Add user login and register handler
* Use session for logged-in user
* Add history of a Page
* Add diff of a Page revision
* Allow Markdown syntax and/or safe HTML markups