r680 - in branches/jrst-docutils-jython: . jrst-doc/src/site src/site
Author: jpages Date: 2012-05-29 10:47:10 +0200 (Tue, 29 May 2012) New Revision: 680 Url: http://nuiton.org/repositories/revision/jrst/680 Log: Modification des fichiers xmls relatifs au site (ajout banner right et links) Modified: branches/jrst-docutils-jython/jrst-doc/src/site/site_en.xml branches/jrst-docutils-jython/jrst-doc/src/site/site_fr.xml branches/jrst-docutils-jython/pom.xml branches/jrst-docutils-jython/src/site/site_en.xml branches/jrst-docutils-jython/src/site/site_fr.xml Modified: branches/jrst-docutils-jython/jrst-doc/src/site/site_en.xml =================================================================== --- branches/jrst-docutils-jython/jrst-doc/src/site/site_en.xml 2012-05-29 08:02:04 UTC (rev 679) +++ branches/jrst-docutils-jython/jrst-doc/src/site/site_en.xml 2012-05-29 08:47:10 UTC (rev 680) @@ -25,22 +25,7 @@ --> <project name="${project.name}"> - <skin> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-fluido-skin</artifactId> - <version>1.2.1</version> - </skin> - <custom> - <fluidoSkin> - <topBarEnabled>true</topBarEnabled> - <googleSearch/> - <sideBarEnabled>false</sideBarEnabled> - <searchEnabled>true</searchEnabled> - <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled> - </fluidoSkin> - </custom> - <poweredBy> <logo href="http://jrst.labs.libre-entreprise.org" name="JRst" img="${project.url}/images/jrst-logo.png"/> Modified: branches/jrst-docutils-jython/jrst-doc/src/site/site_fr.xml =================================================================== --- branches/jrst-docutils-jython/jrst-doc/src/site/site_fr.xml 2012-05-29 08:02:04 UTC (rev 679) +++ branches/jrst-docutils-jython/jrst-doc/src/site/site_fr.xml 2012-05-29 08:47:10 UTC (rev 680) @@ -26,22 +26,6 @@ <project name="${project.name}"> - <skin> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-fluido-skin</artifactId> - <version>1.2.1</version> - </skin> - - <custom> - <fluidoSkin> - <topBarEnabled>true</topBarEnabled> - <googleSearch/> - <sideBarEnabled>false</sideBarEnabled> - <searchEnabled>true</searchEnabled> - <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled> - </fluidoSkin> - </custom> - <poweredBy> <logo href="http://jrst.labs.libre-entreprise.org" name="JRst" img="${project.url}/images/jrst-logo.png"/> Modified: branches/jrst-docutils-jython/pom.xml =================================================================== --- branches/jrst-docutils-jython/pom.xml 2012-05-29 08:02:04 UTC (rev 679) +++ branches/jrst-docutils-jython/pom.xml 2012-05-29 08:47:10 UTC (rev 680) @@ -433,11 +433,11 @@ <!-- Source control management. --> <scm> - <connection>scm:svn:http://svn.nuiton.org/svn/jrst/trunk</connection> + <connection>scm:svn:http://svn.nuiton.org/svn/jrst/branches/jrst-docutils-jython</connection> <developerConnection> - scm:svn:http://svn.nuiton.org/svn/jrst/trunk + scm:svn:http://svn.nuiton.org/svn/jrst/branches/jrst-docutils-jython </developerConnection> - <url>http://www.nuiton.org/repositories/browse/jrst/trunk</url> + <url>http://www.nuiton.org/repositories/browse/jrst/branches/jrst-docutils-jython</url> </scm> <distributionManagement> Modified: branches/jrst-docutils-jython/src/site/site_en.xml =================================================================== --- branches/jrst-docutils-jython/src/site/site_en.xml 2012-05-29 08:02:04 UTC (rev 679) +++ branches/jrst-docutils-jython/src/site/site_en.xml 2012-05-29 08:47:10 UTC (rev 680) @@ -25,12 +25,32 @@ --> <project name="${project.name}"> + <skin> + <groupId>org.apache.maven.skins</groupId> + <artifactId>maven-fluido-skin</artifactId> + <version>1.2.1</version> + </skin> + <custom> + <fluidoSkin> + <topBarEnabled>true</topBarEnabled> + <googleSearch/> + <sideBarEnabled>false</sideBarEnabled> + <searchEnabled>true</searchEnabled> + <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled> + </fluidoSkin> + </custom> + <bannerLeft> <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> + <poweredBy> <logo href="http://maven.apache.org" name="Maven" img="${project.url}/images/logos/maven-feather.png"/> @@ -42,7 +62,9 @@ </breadcrumbs> <links> - <item name="Libre-Entreprise" href="http://www.libre-entreprise.org/"/> + <item name="Nuiton.org" href="http://nuiton.org"/> + <item name="Code Lutin" href="http://www.codelutin.com"/> + <item name="Libre entreprise" href="http://www.libre-entreprise.org"/> </links> <menu name="Language"> Modified: branches/jrst-docutils-jython/src/site/site_fr.xml =================================================================== --- branches/jrst-docutils-jython/src/site/site_fr.xml 2012-05-29 08:02:04 UTC (rev 679) +++ branches/jrst-docutils-jython/src/site/site_fr.xml 2012-05-29 08:47:10 UTC (rev 680) @@ -26,11 +26,32 @@ <project name="${project.name}"> + <skin> + <groupId>org.apache.maven.skins</groupId> + <artifactId>maven-fluido-skin</artifactId> + <version>1.2.1</version> + </skin> + + <custom> + <fluidoSkin> + <topBarEnabled>true</topBarEnabled> + <googleSearch/> + <sideBarEnabled>false</sideBarEnabled> + <searchEnabled>true</searchEnabled> + <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled> + </fluidoSkin> + </custom> + <bannerLeft> <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> + <poweredBy> <logo href="http://maven.apache.org" name="Maven" img="${project.url}/images/logos/maven-feather.png"/> @@ -39,7 +60,9 @@ <body> <links> - <item name="Libre-Entreprise" href="http://www.libre-entreprise.org/"/> + <item name="Nuiton.org" href="http://nuiton.org"/> + <item name="Code Lutin" href="http://www.codelutin.com"/> + <item name="Libre entreprise" href="http://www.libre-entreprise.org"/> </links> <breadcrumbs>
participants (1)
-
jpages@users.nuiton.org