A personal Wiki
I like wikis and I find them fascinating. Every now and then I feel like I should do something about it.
So this is an attempt to make a personal wiki in Python (with bottle).
This is a work in progress and is not finished (it may never be!).
How to use it
Why would you want to use this? OK, go on.
- Create a virtual enviromement
- Install the dependencies using pip
- run
wiki,py
For example:
python3 -m venv ENV
source ENV/bin/activate
pip install -r requirements.txt
python3 wiki.py
The configuration should be in wiki.conf
(not much at the moment), and the logger configuraion is in logger.json
.
Licence
My code is licensed GPL 3.0.
bottle_sqlite.py
is licensed MIT and it is included here because it has a fix regarding API changes in Python 3.x. Read the file for further details.