https://github.com/SimonWaldherr/wikiGo
mini wiki software in golang
https://github.com/SimonWaldherr/wikiGo
Last synced: about 1 month ago
JSON representation
mini wiki software in golang
- Host: GitHub
- URL: https://github.com/SimonWaldherr/wikiGo
- Owner: SimonWaldherr
- License: mit
- Created: 2014-05-19T21:52:01.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-11-16T22:47:28.000Z (over 6 years ago)
- Last Synced: 2025-03-29T00:41:19.810Z (about 1 month ago)
- Language: Go
- Homepage: http://wiki.simonwaldherr.de:8080/
- Size: 9.77 KB
- Stars: 21
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - SimonWaldherr/wikiGo - mini wiki software in golang (others)
README
# wikiGo
## demo
```sh
make
```## import
[µmarkdown](https://github.com/SimonWaldherr/micromarkdownGo)
[go-sqlite](https://github.com/mxk/go-sqlite/sqlite3)## license
[MIT](https://raw.githubusercontent.com/SimonWaldherr/wikiGo/master/LICENSE)
## idea
[based on the idea of golang.org/doc/articles/wiki/](http://golang.org/doc/articles/wiki/)