r549 - in trunk: . src/site src/site/apt src/site/en src/site/en/apt
Author: tchemit Date: 2009-08-22 17:28:05 +0200 (Sat, 22 Aug 2009) New Revision: 549 Added: trunk/src/site/apt/ trunk/src/site/apt/index.apt trunk/src/site/en/apt/ trunk/src/site/en/apt/index.apt Modified: trunk/pom.xml trunk/src/site/site.xml trunk/src/site/site_en.xml Log: do not use jrst in this module Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-22 15:28:02 UTC (rev 548) +++ trunk/pom.xml 2009-08-22 15:28:05 UTC (rev 549) @@ -63,13 +63,13 @@ <generateReports>${maven.reports.generate}</generateReports> <locales>fr,en</locales> </configuration> - <dependencies> + <!--dependencies> <dependency> <groupId>org.nuiton.jrst</groupId> <artifactId>doxia-module-jrst</artifactId> <version>1.0.0-rc-3</version> </dependency> - </dependencies> + </dependencies--> </plugin> <plugin> Copied: trunk/src/site/apt/index.apt (from rev 547, trunk/src/site/rst/index.rst) =================================================================== --- trunk/src/site/apt/index.apt (rev 0) +++ trunk/src/site/apt/index.apt 2009-08-22 15:28:05 UTC (rev 549) @@ -0,0 +1,29 @@ +------ +Nuiton skin +------ +------ +2009-08-22 +------ + +Présentation + + Ce projet constitue un skin personnalisé pour les sites + {{{http://www.nuiton.org/} nuiton}}. + +Utilisation + + Pour utiliser ce skin, il suffit d'ajouter la configuration suivante + dans le fichier <<site.xml>>: + +------------------------------------------------------------------- + + <skin> + <groupId>org.nuiton</groupId> + <artifactId>maven-nuiton-skin</artifactId> + <version>1.0.0</version> + </skin> + +------------------------------------------------------------------- + + Ce skin copiera les resources nécessaires, y compris les CSS + et les images. Added: trunk/src/site/en/apt/index.apt =================================================================== --- trunk/src/site/en/apt/index.apt (rev 0) +++ trunk/src/site/en/apt/index.apt 2009-08-22 15:28:05 UTC (rev 549) @@ -0,0 +1,29 @@ +------ +Nuiton skin +------ +------ +2009-08-22 +------ + +Presentation + + This project is used to customize {{{http://www.nuiton.org/} nuiton}} + projects websites. + +Using + + To use this skin, you can put following configuration into + <<site.xml>> file : + +------------------------------------------------------------------- + + <skin> + <groupId>org.nuiton</groupId> + <artifactId>maven-nuiton-skin</artifactId> + <version>1.0.0</version> + </skin> + +------------------------------------------------------------------- + + This skin will copy the necessary resources including CSS and + pictures. \ No newline at end of file Modified: trunk/src/site/site.xml =================================================================== --- trunk/src/site/site.xml 2009-08-22 15:28:02 UTC (rev 548) +++ trunk/src/site/site.xml 2009-08-22 15:28:05 UTC (rev 549) @@ -22,8 +22,8 @@ <poweredBy> <logo href="http://maven.apache.org" name="Maven" img="images/logos/maven-feather.png"/> - <logo href="http://jrst.labs.libre-entreprise.org" name="JRst" img="images/jrst-logo.png"/> - <logo href="http://docutils.sourceforge.net/rst.html" name="ReStructuredText" img="images/restructuredtext-logo.png"/> + <!--logo href="http://jrst.labs.libre-entreprise.org" name="JRst" img="images/jrst-logo.png"/> + <logo href="http://docutils.sourceforge.net/rst.html" name="ReStructuredText" img="images/restructuredtext-logo.png"/--> </poweredBy> <body> Modified: trunk/src/site/site_en.xml =================================================================== --- trunk/src/site/site_en.xml 2009-08-22 15:28:02 UTC (rev 548) +++ trunk/src/site/site_en.xml 2009-08-22 15:28:05 UTC (rev 549) @@ -20,8 +20,8 @@ <poweredBy> <logo href="http://maven.apache.org" name="Maven" img="images/logos/maven-feather.png"/> - <logo href="http://jrst.labs.libre-entreprise.org" name="JRst" img="images/jrst-logo.png"/> - <logo href="http://docutils.sourceforge.net/rst.html" name="ReStructuredText" img="images/restructuredtext-logo.png"/> + <!--logo href="http://jrst.labs.libre-entreprise.org" name="JRst" img="images/jrst-logo.png"/> + <logo href="http://docutils.sourceforge.net/rst.html" name="ReStructuredText" img="images/restructuredtext-logo.png"/--> </poweredBy> <body>
participants (1)
-
tchemit@users.nuiton.org