r38 - in trunk: . docbook-style-nuiton/src docbook-style-nuiton/src/site docbook-style-nuiton/src/site/rst docbook-xsl-nuiton/src docbook-xsl-nuiton/src/site docbook-xsl-nuiton/src/site/rst src src/site src/site/rst
Author: jcouteau Date: 2011-11-19 12:26:08 +0100 (Sat, 19 Nov 2011) New Revision: 38 Url: http://nuiton.org/repositories/revision/docbook-tools/38 Log: Empty maven site Added: trunk/docbook-style-nuiton/src/site/ trunk/docbook-style-nuiton/src/site/rst/ trunk/docbook-style-nuiton/src/site/rst/index.rst trunk/docbook-style-nuiton/src/site/site.xml trunk/docbook-xsl-nuiton/src/site/ trunk/docbook-xsl-nuiton/src/site/rst/ trunk/docbook-xsl-nuiton/src/site/rst/index.rst trunk/docbook-xsl-nuiton/src/site/site.xml trunk/src/ trunk/src/site/ trunk/src/site/rst/ trunk/src/site/rst/index.rst trunk/src/site/site.xml Modified: trunk/pom.xml Added: trunk/docbook-style-nuiton/src/site/rst/index.rst =================================================================== --- trunk/docbook-style-nuiton/src/site/rst/index.rst (rev 0) +++ trunk/docbook-style-nuiton/src/site/rst/index.rst 2011-11-19 11:26:08 UTC (rev 38) @@ -0,0 +1,4 @@ +Docbook-style +============= + +Common css for docbook html generation \ No newline at end of file Added: trunk/docbook-style-nuiton/src/site/site.xml =================================================================== --- trunk/docbook-style-nuiton/src/site/site.xml (rev 0) +++ trunk/docbook-style-nuiton/src/site/site.xml 2011-11-19 11:26:08 UTC (rev 38) @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<project name="${project.name}"> + + <bannerLeft> + <name>${project.name}</name> + <href>index.html</href> + </bannerLeft> + + <body> + + <breadcrumbs> + <item name="${project.name}" href="index.html"/> + </breadcrumbs> + + <menu ref="parent"/> + + <menu ref="reports"/> + + </body> +</project> Added: trunk/docbook-xsl-nuiton/src/site/rst/index.rst =================================================================== --- trunk/docbook-xsl-nuiton/src/site/rst/index.rst (rev 0) +++ trunk/docbook-xsl-nuiton/src/site/rst/index.rst 2011-11-19 11:26:08 UTC (rev 38) @@ -0,0 +1,4 @@ +Docbook-xsl +=========== + +common xsl transformation for html and pdf docbook generation. \ No newline at end of file Added: trunk/docbook-xsl-nuiton/src/site/site.xml =================================================================== --- trunk/docbook-xsl-nuiton/src/site/site.xml (rev 0) +++ trunk/docbook-xsl-nuiton/src/site/site.xml 2011-11-19 11:26:08 UTC (rev 38) @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<project name="${project.name}"> + + <bannerLeft> + <name>${project.name}</name> + <href>index.html</href> + </bannerLeft> + + <body> + + <breadcrumbs> + <item name="${project.name}" href="index.html"/> + </breadcrumbs> + + <menu ref="parent"/> + + <menu ref="reports"/> + + </body> +</project> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-11-18 14:26:09 UTC (rev 37) +++ trunk/pom.xml 2011-11-19 11:26:08 UTC (rev 38) @@ -71,6 +71,8 @@ <properties> <!-- redmine configuration --> <projectId>docbook-tools</projectId> + + <siteLocales>en</siteLocales> </properties> <!-- Source control management. --> @@ -96,6 +98,17 @@ <artifactId>maven-shade-plugin</artifactId> <version>1.4</version> </plugin> + + <plugin> + <artifactId>maven-site-plugin</artifactId> + <dependencies> + <dependency> + <groupId>org.nuiton.jrst</groupId> + <artifactId>doxia-module-jrst</artifactId> + <version>${jrstPluginVersion}</version> + </dependency> + </dependencies> + </plugin> </plugins> </pluginManagement> </build> Added: trunk/src/site/rst/index.rst =================================================================== --- trunk/src/site/rst/index.rst (rev 0) +++ trunk/src/site/rst/index.rst 2011-11-19 11:26:08 UTC (rev 38) @@ -0,0 +1,5 @@ +Docbook-tools +============= + +Utilities for docbook documentation generation. Common css for html generation +and common xsl transformation for html and pdf generation. \ No newline at end of file Added: trunk/src/site/site.xml =================================================================== --- trunk/src/site/site.xml (rev 0) +++ trunk/src/site/site.xml 2011-11-19 11:26:08 UTC (rev 38) @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<project name="${project.name}"> + + <bannerLeft> + <name>${project.name}</name> + <href>index.html</href> + </bannerLeft> + + <body> + + <breadcrumbs> + <item name="${project.name}" href="index.html"/> + </breadcrumbs> + + <menu ref="modules"/> + + <menu ref="reports"/> + + </body> +</project>
participants (1)
-
jcouteau@users.nuiton.org