small wiki engine based on static reST files in a directory and git for versionning
Project description
attowiki is a very small wiki engine for personal use.
It’s main functions are:
can be started in any directory
uses all .rst files in directory structure as wiki files
uses git for revision control
usage
Launching a wiki
$ attowiki
that’s all.
attowiki will start a small server (by default, serving to http://localhost:8080)
all the .rst files inside the current directory will be used for the wiki
installation
pip install attowiki
project dependencies
bottle
docutils
gitpython
Version History
v0.2
start in a dir, looks for .rst files and serve them in html
looks for index.rst at first and serve it
if index.rst not found serve a page with the list of files
simple edition (text area). Save and Cancel buttons
git commit when saving
v0.1
first (non-working) version
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
File details
Details for the file attowiki-v0.2.2.tar.gz
.
File metadata
- Download URL: attowiki-v0.2.2.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ece9a04bec24b4f363e778a8635736b14305c671f3693d54042bda0b1c787242 |
|
MD5 | dc1d3327de5b7349781a2f5fab705f5f |
|
BLAKE2b-256 | a68c7056091edeb23fbc53a23f1757e6824b5244db1a74e9df74f65cec18bbad |