An open API service indexing awesome lists of open source software.

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

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)