Author: tchemit Date: 2009-05-17 09:33:17 +0000 (Sun, 17 May 2009) New Revision: 471 Added: maven-nuiton-skin/trunk/src/site/en/ maven-nuiton-skin/trunk/src/site/en/rst/ maven-nuiton-skin/trunk/src/site/en/rst/index.rst Removed: maven-nuiton-skin/trunk/src/site/rst/en/index.rst Modified: maven-nuiton-skin/trunk/pom.xml maven-nuiton-skin/trunk/src/site/site.xml maven-nuiton-skin/trunk/src/site/site_en.xml Log: fix site, no more use site.home.url since in site.xml we can use project.url Modified: maven-nuiton-skin/trunk/pom.xml =================================================================== --- maven-nuiton-skin/trunk/pom.xml 2009-05-17 09:05:47 UTC (rev 470) +++ maven-nuiton-skin/trunk/pom.xml 2009-05-17 09:33:17 UTC (rev 471) @@ -18,7 +18,7 @@ <description>Theme Nuiton pour les sites maven.</description> <inceptionYear>2006</inceptionYear> - <url>${site.home.url}</url> + <url>http://www.nuiton.org/embedded/${project.artifactId}</url> <organization> @@ -41,8 +41,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <maven.site.locales>fr</maven.site.locales> - <site.home.url>http://www.nuiton.org/embedded/${project.artifactId}</site.home.url> + <maven.site.locales>fr,en</maven.site.locales> </properties> @@ -129,6 +128,7 @@ <site> <id>nuiton</id> <url>scpexe://labs.libre-entreprise.org/home/groups/lutinbuilder/htdocs/nuiton/${project.artifactId}</url> + <!--url>scpexe://www.nuiton.org/var/lib/redmine-nuiton/project-site/${project.artifactId}</url--> </site> </distributionManagement> Copied: maven-nuiton-skin/trunk/src/site/en/rst/index.rst (from rev 459, maven-nuiton-skin/trunk/src/site/rst/en/index.rst) =================================================================== --- maven-nuiton-skin/trunk/src/site/en/rst/index.rst (rev 0) +++ maven-nuiton-skin/trunk/src/site/en/rst/index.rst 2009-05-17 09:33:17 UTC (rev 471) @@ -0,0 +1,28 @@ +Home +==== + +.. contents:: + +Presentation +------------ + +This project is used to customize `CodeLutin`_ projects websites. + +Using +----- + +To use this skin, you can put following configuration into +``site.xml`` file : + +:: + + <skin> + <groupId>org.codelutin</groupId> + <artifactId>maven-lutin-skin</artifactId> + <version>0.2.2</version> + </skin> + +This skin will copy the necessary resources including CSS and +pictures. + +.. _CodeLutin: http://www.codelutin.com/ \ No newline at end of file Property changes on: maven-nuiton-skin/trunk/src/site/en/rst/index.rst ___________________________________________________________________ Name: svn:mergeinfo + Deleted: maven-nuiton-skin/trunk/src/site/rst/en/index.rst =================================================================== --- maven-nuiton-skin/trunk/src/site/rst/en/index.rst 2009-05-17 09:05:47 UTC (rev 470) +++ maven-nuiton-skin/trunk/src/site/rst/en/index.rst 2009-05-17 09:33:17 UTC (rev 471) @@ -1,28 +0,0 @@ -Home -==== - -.. contents:: - -Presentation ------------- - -This project is used to customize `CodeLutin`_ projects websites. - -Using ------ - -To use this skin, you can put following configuration into -``site.xml`` file : - -:: - - <skin> - <groupId>org.codelutin</groupId> - <artifactId>maven-lutin-skin</artifactId> - <version>0.2.2</version> - </skin> - -This skin will copy the necessary resources including CSS and -pictures. - -.. _CodeLutin: http://www.codelutin.com/ \ No newline at end of file Modified: maven-nuiton-skin/trunk/src/site/site.xml =================================================================== --- maven-nuiton-skin/trunk/src/site/site.xml 2009-05-17 09:05:47 UTC (rev 470) +++ maven-nuiton-skin/trunk/src/site/site.xml 2009-05-17 09:33:17 UTC (rev 471) @@ -11,6 +11,8 @@ <bannerLeft> <name>${project.name}</name> + <src>${project.url}</src> + <href>index.html</href> </bannerLeft> <bannerRight> Modified: maven-nuiton-skin/trunk/src/site/site_en.xml =================================================================== --- maven-nuiton-skin/trunk/src/site/site_en.xml 2009-05-17 09:05:47 UTC (rev 470) +++ maven-nuiton-skin/trunk/src/site/site_en.xml 2009-05-17 09:33:17 UTC (rev 471) @@ -9,6 +9,8 @@ <bannerLeft> <name>${project.name}</name> + <src>${project.url}</src> + <href>index.html</href> </bannerLeft> <bannerRight>