Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenichiro22/rst2confluence
Convert restructuredText to Confluence style wiki.
https://github.com/kenichiro22/rst2confluence
Last synced: 4 months ago
JSON representation
Convert restructuredText to Confluence style wiki.
- Host: GitHub
- URL: https://github.com/kenichiro22/rst2confluence
- Owner: kenichiro22
- Created: 2010-04-21T04:38:38.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2021-05-22T13:50:37.000Z (almost 4 years ago)
- Last Synced: 2024-08-01T10:17:17.350Z (7 months ago)
- Language: Python
- Homepage:
- Size: 355 KB
- Stars: 33
- Watchers: 5
- Forks: 21
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- Changelog: ChangeLog
Awesome Lists containing this project
README
=============================================
Convert reStructuredText to Confluence markup
=============================================Supported directives
====================- bullet list
- enumerated list
- note, warning
- image, figure
- definition list
- simple table
- block quote
- text effect- strong
- emphasis
- monospace
- code blocks
- linksUsage
=====
::./rst2confluence.py /path/to/file.rst
Installation
============
::sudo ./setup.py install
Tests
=====
We have some examples how rst2confluence should behave.Check if it does what it should::
./run-tests.sh
Run a single test::
./run-test.sh test/figure.rst