napsy / wijiwiki

A very small wiki engine, written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wijiwiki

A small wiki engine, written in Go.

  • supports basic user authentication
  • pages are written in markdown
  • pages are cached in memory and the cache is refreshed on change
  • can be run as standalone or as a FCGI process
  • uses standard net/http, no web frameworks

Missing:

  • Go dependency management (godep)
  • tests
  • templates (you have to create them by yourself)

About

A very small wiki engine, written in Go

License:MIT License


Languages

Language:Go 100.0%