The minimalistic knowledge base web app. https://owl.gch.icu
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
gd c024615796 v1.1 2 years ago
docs v1.1 2 years ago
static v1.1 2 years ago
templates v1.1 2 years ago
.gitignore init 2 years ago
CHANGELOG.md v1.1 2 years ago
LICENSE init 2 years ago
README.md v1.1 2 years ago
config.py v1.1 2 years ago
owl.py v1.1 2 years ago
pass.py init 2 years ago
requirements.txt v1.1 2 years ago

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.