forked from mirror/oddmu
ce6af76f69f906363a4cb382da17f2fda4d63b25
Oddµ: A Small Wiki Written in Go
This is a minimal wiki in the spirit of Shortest Wiki Contest and Wiki Principles. The article Writing Web Applications provided the initial code. It's how I learned Go.
To get started, use go run . to compile and run it; then use your browser to visit
http://localhost:8080/edit/index.
Some context
Initially, this wiki used Cajun to render Wiki Creole but I switched it to Markdown.
At the time, I planned to use git2go to implement history pages, recent changes, reverting to old versions. None of that ever came about, however.
Many years later I did use it as the basis for Oddμ, however.
Languages
Go
69.5%
HTML
29.5%
Makefile
1%