Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ondratu/docutils-online-editor
Concept of docutils ReStructuredText online editor
https://github.com/ondratu/docutils-online-editor
Last synced: 28 days ago
JSON representation
Concept of docutils ReStructuredText online editor
- Host: GitHub
- URL: https://github.com/ondratu/docutils-online-editor
- Owner: ondratu
- License: bsd-3-clause
- Created: 2016-01-12T19:08:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-12T19:27:56.000Z (almost 9 years ago)
- Last Synced: 2024-10-24T10:43:35.295Z (2 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Docutils `ReStructuredText` online editor
=========================================This is concept of docutils online editor. Code does not store any document,
but editor append lines to textarea. If rst source is saved (checked), it could
be shown in preview section. If there is some errors, it will be shown over
editor lines.dependences
-----------* docutils
* docutils-tinywriter (it is simle to use only docutils html4css1 Writer)
* PoorWSGI as WSGI connector (simple to change to your preferred connector/
framework)Simple run
----------.. code-block:: sh
pip install docutils # install dependences
pip install docutils-tinyhtmlwriter
pip install PoorWSGIgit clone https://github.com/ondratu/docutils-online-editor.git
cd docutils-online-editor
python src/__init__.py # run server on http://localhost:8080