The minimalistic knowledge base web app. https://owl.gch.icu
Go to file
gd c024615796 v1.1 2021-03-28 13:21:31 +03:00
docs v1.1 2021-03-28 13:21:31 +03:00
static v1.1 2021-03-28 13:21:31 +03:00
templates v1.1 2021-03-28 13:21:31 +03:00
.gitignore init 2021-03-23 23:11:57 +03:00
CHANGELOG.md v1.1 2021-03-28 13:21:31 +03:00
LICENSE init 2021-03-23 23:11:57 +03:00
README.md v1.1 2021-03-28 13:21:31 +03:00
config.py v1.1 2021-03-28 13:21:31 +03:00
owl.py v1.1 2021-03-28 13:21:31 +03:00
pass.py init 2021-03-23 23:11:57 +03:00
requirements.txt v1.1 2021-03-28 13:21:31 +03:00

README.md

owl

owl — is the minimalistic knowledge base web app written in Python.

See full docs and demo here: https://owl.gch.icu/docs/.

Run owl in five lines:

python3 -m venv env
source env/bin/activate
git clone https://github.com/gechandesu/owl.git && cd owl
pip install -r requirements.txt
python owl.py

App is now available at http://localhost:5000/.

owl doesn't use a database, all files are stored in plain text.

This solution is suitable for creating documentation or maintaining a personal knowledge base.

New in v1.1:

See CHANGELOG.md.

License

This software is licensed under The Unlicense. See LICENSE.