what is it?
who created it?
what does it do?
status
future
contribute
a program that transforms restructured text
into html5 markup with css3 styles
that allows to post process it
Mariano Guerra

stuff like this presentation
import antigravity the_anwser = 42
<html> <head> <title>hi</title> </head> <body> <h1>hi!</h1> </body> </html>
Before I speak, I have something important to say.
works *
needs some battle testing
add more transformations
add more plugin options
add an authoring tool for it
promote
document
rst2html5
=========
* what is it?
* who created it?
* what does it do?
* status
* future
* contribute
what is it?
===========
* a program that transforms restructured text
* into html5 markup with css3 styles
* that allows to post process it
who created it?
===============
* Mariano Guerra
hi!
---
.. image:: data/spongebob.jpg
what does it do?
================
* stuff like this presentation
some code
---------
.. class:: prettyprint lang-python
::
import antigravity
the_anwser = 42
.. class:: prettyprint lang-html
::
<html>
<head>
<title>hi</title>
</head>
<body>
<h1>hi!</h1>
</body>
</html>
some quote
----------
Before I speak, I have something important to say.
status
======
* works [*]_
.. [*] needs some battle testing
future
======
* add more transformations
* add more plugin options
* add an authoring tool for it
* promote
* document
contribute
==========
*