r399 - in trunk: . jrst-doc jrst-doc/src jrst-doc/src/site
Author: tchemit Date: 2009-08-23 16:18:38 +0200 (Sun, 23 Aug 2009) New Revision: 399 Added: trunk/jrst-doc/ trunk/jrst-doc/README.txt trunk/jrst-doc/changelog.txt trunk/jrst-doc/pom.xml trunk/jrst-doc/src/ trunk/jrst-doc/src/site/ Modified: trunk/jrst-doc/src/site/site.xml trunk/jrst-doc/src/site/site_en.xml Log: new jrst module to build the rst site in rst! in that way can display new feature in all release :) Property changes on: trunk/jrst-doc ___________________________________________________________________ Added: svn:ignore + target nbactions.xml Copied: trunk/jrst-doc/README.txt (from rev 396, trunk/jrst/README.txt) =================================================================== --- trunk/jrst-doc/README.txt (rev 0) +++ trunk/jrst-doc/README.txt 2009-08-23 14:18:38 UTC (rev 399) @@ -0,0 +1,3 @@ +jRST +==== + Property changes on: trunk/jrst-doc/README.txt ___________________________________________________________________ Added: svn:mergeinfo + Copied: trunk/jrst-doc/changelog.txt (from rev 396, trunk/jrst/changelog.txt) =================================================================== --- trunk/jrst-doc/changelog.txt (rev 0) +++ trunk/jrst-doc/changelog.txt 2009-08-23 14:18:38 UTC (rev 399) @@ -0,0 +1,41 @@ +ver 1.0.0 ? + * migrate to org.nuiton groupId + +ver 0.8.6 chemit 20090511 + * bump versions (lutinproject, lutinutil, maven-i18n-plugin, maven-license-switcher-plugin) + * use doxia-modules-jrst instead of maven-jrst-plugin + * improve download section on site + * fix some javadoc, reformat code, remove redundant cast,... + +ver-0.8.5 chemit 20090409 + + * Fix admonition + * Fix comment directive and titles trailing spaces + * Readd ODT support ? + * Readd PDF support ? + +ver-0.8.4 chemit 20090218 + + * Fix javadoc + * Fix anchor in content + * Update xml2rst.xsl stylesheet + * Re add i18n plugin on build + * Reenable tests during maven build + * Move test to junit 4 + * switch to lutinproject 3.4 + +ver-0.8.3 chemit 20081009 + + * Add title property in xdoc xslt + * Switch license to lgpl + * maven 2 layout + +ver-0.7 poussin 20061110 + + * complete rewrite where dom4j tree is use as memory model + * parser is in 3 classes, reader, lexer, composer + * generation is based on XSL (support, xhtml, xdoc, docbook, other xsl) + +ver-0.6 poussin 20060327 + + * first version with only regexp and own memory model \ No newline at end of file Copied: trunk/jrst-doc/pom.xml (from rev 396, trunk/jrst/pom.xml) =================================================================== --- trunk/jrst-doc/pom.xml (rev 0) +++ trunk/jrst-doc/pom.xml 2009-08-23 14:18:38 UTC (rev 399) @@ -0,0 +1,61 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + + <modelVersion>4.0.0</modelVersion> + + <!-- ************************************************************* --> + <!-- *** POM Relationships *************************************** --> + <!-- ************************************************************* --> + + <parent> + <groupId>org.nuiton</groupId> + <artifactId>jrst</artifactId> + <version>1.0.0-rc-4-SNAPSHOT</version> + </parent> + + <groupId>org.nuiton.jrst</groupId> + <artifactId>jrst-doc</artifactId> + + <!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> + + <name>JRst - doc</name> + <description>JRST documentations</description> + <inceptionYear>2009</inceptionYear> + + <!-- ************************************************************* --> + <!-- *** Build Settings ****************************************** --> + <!-- ************************************************************* --> + <packaging>pom</packaging> + + <properties> + <maven.reports.generate>false</maven.reports.generate> + </properties> + + <build> + + <pluginManagement> + <plugins> + <plugin> + <artifactId>maven-site-plugin</artifactId> + <dependencies> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>doxia-module-jrst</artifactId> + <version>${project.version}</version> + </dependency> + </dependencies> + </plugin> + + </plugins> + </pluginManagement> + + </build> + + <!-- ************************************************************* --> + <!-- *** Build Environment ************************************** --> + <!-- ************************************************************* --> + +</project> + Property changes on: trunk/jrst-doc/pom.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision Added: svn:mergeinfo + Added: svn:eol-style + native Property changes on: trunk/jrst-doc/src/site ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/jrst-doc/src/site/site.xml =================================================================== --- trunk/jrst/src/site/site.xml 2009-08-20 15:09:44 UTC (rev 396) +++ trunk/jrst-doc/src/site/site.xml 2009-08-23 14:18:38 UTC (rev 399) @@ -1,24 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> -<project name="JRst"> +<project name="${project.name}"> - <publishDate format="dd/MM/yyyy"/> - - <skin> - <groupId>org.nuiton</groupId> - <artifactId>maven-nuiton-skin</artifactId> - <version>1.0.0</version> - </skin> - + <poweredBy> + <logo href="http://jrst.labs.libre-entreprise.org" name="JRst" img="${project.url}/images/jrst-logo.png"/> + <logo href="http://docutils.sourceforge.net/rst.html" name="ReStructuredText" img="${project.url}/images/restructuredtext-logo.png"/> + </poweredBy> + <bannerLeft> - <name>Java ReStructuredText parser</name> + <name>${project.name}</name> <href>/</href> </bannerLeft> - <bannerRight> - <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> - <href>http://www.codelutin.com</href> - </bannerRight> - <body> <breadcrumbs> @@ -31,7 +23,6 @@ <item href="/user/index.html" name="Présentation du JRST"/> <item href="/user/presentationRST.html" name="Introduction à ReStructuredText"/> <item href="/user/fonctionnalites.html" name="Fonctionnalités incluses"/> - <!--item href="http://labs.libre-entreprise.org/frs/?group_id=54" name="Télécharger"/--> </menu> <menu name="Developpeur"> @@ -42,16 +33,5 @@ <item name="Documentation externe" href="/devel/docExterne.html"/> </menu> - <menu name="Téléchargement"> - <item href="${repository.home.url}/org/nuiton/${project.artifactId}/${project.version}/${project.build.finalName}.jar" - name="Librairie (jar)"/> - <item href="${repository.home.url}/org/nuiton/${project.artifactId}/${project.version}/${project.build.finalName}-javadoc.jar" - name="Javadoc (jar)"/> - <item href="${repository.home.url}/org/nuiton/${project.artifactId}/${project.version}/${project.build.finalName}-sources.jar" - name="Sources (jar)"/> - </menu> - - <menu ref="reports"/> - </body> </project> \ No newline at end of file Modified: trunk/jrst-doc/src/site/site_en.xml =================================================================== --- trunk/jrst/src/site/site_en.xml 2009-08-20 15:09:44 UTC (rev 396) +++ trunk/jrst-doc/src/site/site_en.xml 2009-08-23 14:18:38 UTC (rev 399) @@ -1,22 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> -<project name="JRst"> - - <skin> - <groupId>org.nuiton</groupId> - <artifactId>maven-nuiton-skin</artifactId> - <version>1.0.0</version> - </skin> - +<project name="${project.name}"> + + <poweredBy> + <logo href="http://jrst.labs.libre-entreprise.org" name="JRst" img="${project.url}/images/jrst-logo.png"/> + <logo href="http://docutils.sourceforge.net/rst.html" name="ReStructuredText" img="${project.url}/images/restructuredtext-logo.png"/> + </poweredBy> + <bannerLeft> - <name>Java ReStructuredText parser</name> + <name>${project.name}</name> <href>/</href> </bannerLeft> - <bannerRight> - <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> - <href>http://www.codelutin.com</href> - </bannerRight> - <body> <breadcrumbs> @@ -29,8 +23,6 @@ <item href="/user/index.html" name="About"/> <item href="/user/RSTpresentation.html" name="A ReStructuredText Primer"/> <item href="/user/functionality.html" name="Functionalities suggested"/> - <!--item href="http://labs.libre-entreprise.org/frs/?group_id=54" name="Download"/--> - </menu> <menu name="Developer"> @@ -41,16 +33,5 @@ <item name="External documentation" href="/devel/externalDoc.html"/> </menu> - <menu name="Download"> - <item href="${repository.home.url}/org/nuiton/${project.artifactId}/${project.version}/${project.build.finalName}.jar" - name="Library (jar)"/> - <item href="${repository.home.url}/org/nuiton/${project.artifactId}/${project.version}/${project.build.finalName}-javadoc.jar" - name="Javadoc (jar)"/> - <item href="${repository.home.url}/org/nuiton/${project.artifactId}/${project.version}/${project.build.finalName}-sources.jar" - name="Sources (jar)"/> - </menu> - - <menu ref="reports"/> - </body> </project>
participants (1)
-
tchemit@users.nuiton.org