Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-11-16T22:47:28.000Z (about 6 years ago)
- Last Synced: 2024-08-01T12:24:28.497Z (4 months ago)
- Language: Go
- Homepage: http://wiki.simonwaldherr.de:8080/
- Size: 9.77 KB
- Stars: 20
- Watchers: 3
- 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/)