Index: jrst2/doc/index.rst diff -u jrst2/doc/index.rst:1.1 jrst2/doc/index.rst:1.2 --- jrst2/doc/index.rst:1.1 Fri Nov 10 14:21:51 2006 +++ jrst2/doc/index.rst Fri Dec 29 09:23:45 2006 @@ -1,7 +1,12 @@ -==== JRst ==== +.. contents:: + + +Présentation +------------ + JRst is Java ReStructuredText parser. Internaly Rst document is a dom4j tree that represent python docutils xml. @@ -9,7 +14,7 @@ files. Usage -===== +----- To generate python docutils xml just write:: @@ -23,3 +28,10 @@ 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.