Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabioz/confluencewikiandrst
A project used to convert pages to/from the wiki confluence format and rst
https://github.com/fabioz/confluencewikiandrst
Last synced: 27 days ago
JSON representation
A project used to convert pages to/from the wiki confluence format and rst
- Host: GitHub
- URL: https://github.com/fabioz/confluencewikiandrst
- Owner: fabioz
- Created: 2012-01-16T11:47:44.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-06-28T16:33:54.000Z (over 12 years ago)
- Last Synced: 2024-10-06T12:51:25.040Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 137 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This project allows converting from RST (Restructured Text) to the Confluence Wiki format
(and Confluence Wiki format to HTML)License: GPL 3
It's target is doing a one-off conversion of the PyDev homepage to a wiki
(http://pydev.org -> https://wiki.appcelerator.org/display/tis/Python+Development
-- so, that's the subset it must implement, but having a few manual edits afterwards
is acceptable).At this point, the conversion from RST -> wiki is already finished and there are no plans for
more improvements in this area, however, as this may be useful for others, the code is
available in GPL 3 and patches are welcome (just note that test cases are required for any
new features added -- as I won't be running the code to really check things again, please
test extensively before submitting a patch).The code which updates the PyDev homepage from the generated wiki is available, but it uses
mostly the confluence API to get pages directly as HTML and just pre-processes it as needed
to generate the PyDev homepage.