A minimalist note engine
Project description
A minimalist note engine
~500 lines of code
no javascript
usable on any browser, including on mobile
no database, just a bare git repo for storage and sync
http basic auth
pages are markdown files in the git repo. earch “directory” must have an index.md at the top
title of each page is the top line of the markdown file
sub-pages are sorted alphabetically
edition is a text area containing the markdown
Usage
zpov is a python application built using flask. refer to the flask documentation to learn about developement and/or debugging.
note that you will need a config file named zpov.yml in the current directory, looking like this
public_access: <true|false>
users: # required if public_access is ``false``
<user>: "<hashed password>"
repo_path: 'path/to/repo.git
where:
path/to/repo.git is a bare git repository containing the markdown files.
hashed_password was generated with nacl.pwhash.str('<password>').
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file zpov-1.0.1.tar.gz
.
File metadata
- Download URL: zpov-1.0.1.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e55460d661833f02e182a426049b035c081acc6c3aac792827ab197a41e6211a |
|
MD5 | 1c326a94326107afc099c394296700f4 |
|
BLAKE2b-256 | 89ab3f3eed62f60f18f50fae09fe4507ae8efdd895e41a7d812a642c18c9c657 |
File details
Details for the file zpov-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: zpov-1.0.1-py3-none-any.whl
- Upload date:
- Size: 1.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d6f52888e8f57f2d267f6e38064ad39b8cc658575ff88a944e9c4634ef0ab7f |
|
MD5 | 0557bc5ced158c378ff75eabef07d1a5 |
|
BLAKE2b-256 | 8b08233d634bd7a8c1ee5114abc9f123b7b0aed7a919449d096cfb9b34338458 |