Index: jrst2/doc/en/index.rst diff -u /dev/null jrst2/doc/en/index.rst:1.1 --- /dev/null Wed May 30 17:07:11 2007 +++ jrst2/doc/en/index.rst Wed May 30 17:07:06 2007 @@ -0,0 +1,37 @@ +JRst +==== + +.. contents:: + + +Présentation +------------ + +JRst is Java ReStructuredText parser. + +Internaly Rst document is a dom4j tree that represent python docutils xml. +You can generate docbook, xhtml, xdoc or your own files with your own XSL +files. + +Usage +----- + +To generate python docutils xml just write:: + + JRST myfile.rst + +To generate html:: + + JRST -t html myfile.rst + +To generate in specified file:: + + JRST -t xdoc -o myfile.xml myfile.rst + + +Plugin maven +------------ + +Un plugin maven est disponnible à l'adresse suivante +http://jrst.labs.libre-entreprise.org/maven-jrst-plugin . Il permet l'utilisation +depuis maven de JRst.