snip
About
snip is a simple, lightweight wiki implemented in Go. snip was inspired by dokuwiki. It was created with simplicity in mind trying to minimise dependencies as much as possible.
Running instructions
tar xjvf snip.tar.bz2
cd snip
go build
./snip
Features
- just 11MB
- compile and run
- mobile friendly interface
- minimum javascript
- full markdown support
- syntax highlighting for most languages
- client encrypted content
- indexing per category
- no databases required
- no web servers required
- patching support
- ...