Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zpov-1.0.0.tar.gz (8.5 kB view details)

Uploaded Source

Built Distribution

zpov-1.0.0-py3-none-any.whl (1.7 kB view details)

Uploaded Python 3

File details

Details for the file zpov-1.0.0.tar.gz.

File metadata

  • Download URL: zpov-1.0.0.tar.gz
  • Upload date:
  • Size: 8.5 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

Hashes for zpov-1.0.0.tar.gz
Algorithm Hash digest
SHA256 0fde36e707ea376c3d390147364ad17c031e64a51700b899a79fbe04da410c1a
MD5 6a71d7015584159bd9d42f269bf550d2
BLAKE2b-256 375ea7c0c9926f360badaa179765cf23cf4516032cc5eddb45a81a1f2659ddc7

See more details on using hashes here.

File details

Details for the file zpov-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: zpov-1.0.0-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

Hashes for zpov-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a4ce98f300579d3c2ea826f75b6f7f1eeef2d5c2fdd8d02a8c049d0a89de89dd
MD5 a871684ef52cd4611b6db1c133b1160c
BLAKE2b-256 77940d44b8a10ec034456cfa87c7c26e3ad7ab4716252d2ec2047a793ff9fdb2

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page