marianoguerra / rst2html5

transform restructuredtext documents to html5 + twitter's bootstrap css, deck.js or reveal.js
http://marianoguerra.github.com/rst2html5
MIT License
177 stars 51 forks source link

Please add rst2html5 to standard Docutils distribution #20

Closed pcav closed 9 years ago

pcav commented 11 years ago

The policies at http://docutils.sourceforge.net/docs/dev/policies.html describe several "stages of association": inclusion in the Docutils core, the Sandbox and parallel projects. Besides this, there are several related but independent projects listed in http://docutils.sourceforge.net/docs/user/links.html

marianoguerra commented 11 years ago

can you help me on this?

the project still needs some improvements, mainly issue #16 and check for some hacks (the project started as a hack to make a presentation and not to write it in html :)

marianoguerra commented 11 years ago

@pcav if you think with the latest fixes is good enough we can start working on integrating this in docutils

pcav commented 11 years ago

Main issue is text wrapping and image placement, but this can be fixed later - having it in stadard docutils will help debugging it, perhaps having more contribs

marianoguerra commented 11 years ago

until now I haven't implemented any kind of placing directive, my first idea was to do all the styling in css since depending on which post processor you use the placement will differ, but I can start working at some point to add support for those directives, can you provide me with an example with the directives you tend to use so I start with those?

pcav commented 11 years ago

ex.:

.. image:: images/qgis_logo.png :width: 100 px :align: left

.. class:: center .. class:: incremental .. class:: tiny

Thanks a lot.

russkel commented 11 years ago

There are no non-std lib dependencies which is a good thing.

How ever you will need a comprehensive test suite before they'll accept it, I'll bet.

pcav commented 9 years ago

Now that we have standard pip packages, IMHO this can be closed. Thanks.

marianoguerra commented 9 years ago

ok :)