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

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.0:

  • This is brand new owl!
  • New frontend and refactored backend.
  • Bootstrap 5
  • Optional authentication.

See CHANGELOG.md

License

This software is licensed under The Unlicense. See LICENSE.