https://github.com/spirali/lnotes
Personal wiki based on Git + Asciidoctor/Markdown + Flask
https://github.com/spirali/lnotes
Last synced: 20 days ago
JSON representation
Personal wiki based on Git + Asciidoctor/Markdown + Flask
- Host: GitHub
- URL: https://github.com/spirali/lnotes
- Owner: spirali
- License: bsd-2-clause
- Created: 2015-07-30T11:07:43.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-30T11:17:38.000Z (almost 11 years ago)
- Last Synced: 2025-01-13T06:28:40.887Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 191 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= lnotes
*lnotes* is a personal wiki based on Git + Asciidoctor/Markdown + Flask
== Requirements
* Python 2.7
* Git
* Asciidoctor/Markdown (Not Asciidoc!)
== Installation (optional)
$ python setup.py build
$ python setup.py install
== How to use lnotes
Make a git repository:
git init mynotes
When 'lnotes' are installed, run the following:
cd mynotes
python -m lnotes
*OR* runnning 'lnotes' without installation
cd mynotes
python /path/to/lnotes/src/lnotes.py
'lnotes' are now running at http://127.0.0.1:7722
Configuration can be changed in +mynotes/.lnotes.conf+
image::docs/screenshot.png[]
== Author
Stanislav Böhm (stanislav.bohm /at/ vsb /dot/ cz)