Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jack-zh/zwiki
A simple wiki written in Flask.
https://github.com/jack-zh/zwiki
Last synced: 3 months ago
JSON representation
A simple wiki written in Flask.
- Host: GitHub
- URL: https://github.com/jack-zh/zwiki
- Owner: jack-zh
- License: mit
- Created: 2014-12-24T16:16:49.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T21:38:20.000Z (about 4 years ago)
- Last Synced: 2024-07-20T03:49:07.686Z (4 months ago)
- Language: JavaScript
- Size: 371 KB
- Stars: 31
- Watchers: 8
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zwiki
=====## version
0.3.0
+ [中文](https://github.com/jack-zh/zwiki/blob/master/README_zh.md)
A simple wiki(blog?) written in Flask.
## Start
git clone https://github.com/jack-zh/zwiki.git
cd zwiki
pip install -r requirements.txt
gunicorn app:app### About config`/static/jsterm/config.js`
## Next version
+ The attachment list
+ The custom Menu## Note
You can edit `static/jsterm/config.js`, set yourself message for geek menu
## LICENSE
MIT
## Example online
[http://demo.zwiki.link-pub.cn](http://demo.zwiki.link-pub.cn)