This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository scmwebeditor. See http://git.nuiton.org/scmwebeditor.git commit 30ca083b00062e8af17c962785583df741645f82 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Dec 22 11:08:21 2015 +0100 Create a default maven site (Fixes #3821) --- src/site/site_en.xml | 15 ++++++--- src/site/site_fr.xml | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 98 insertions(+), 4 deletions(-) diff --git a/src/site/site_en.xml b/src/site/site_en.xml index fa862ee..7574927 100644 --- a/src/site/site_en.xml +++ b/src/site/site_en.xml @@ -54,11 +54,18 @@ <breadcrumbs> <item name="${project.name}" href="${project.url}/s/index.html"/> - <item name="${project.version}" href="${project.url}/v/${siteDeployClassifier}/index.html"/> + <item name="${project.version}" href="${project.url}/v/en/${siteDeployClassifier}/index.html"/> </breadcrumbs> - <menu name="Téléchargement"> - <item name="Téléchargement" href="https://forge.nuiton.org/projects/scmwebeditor/files"/> + <menu name="Documentation"> + <item name="User" href="user.html"> + <item name="Install" href="install.html"/> + <item name="Tutoriel" href="tutoriel.html"/> + </item> + </menu> + + <menu name="Download"> + <item name="Download" href="https://forge.nuiton.org/projects/scmwebeditor/files"/> </menu> <menu name="Demo"> @@ -68,7 +75,7 @@ <menu ref="reports"/> <footer> - <div id='mavenProjectProperties' locale='fr' + <div id='mavenProjectProperties' locale='en' projectId='${project.projectId}' version='${project.siteDeployClassifier}' sourcesType='${project.siteSourcesType}' diff --git a/src/site/site_fr.xml b/src/site/site_fr.xml index e69de29..4d1767b 100644 --- a/src/site/site_fr.xml +++ b/src/site/site_fr.xml @@ -0,0 +1,87 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + ScmWebEditor + %% + Copyright (C) 2009 - 2010 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Lesser Public License for more details. + + You should have received a copy of the GNU General Lesser Public + License along with this program. If not, see + <http://www.gnu.org/licenses/lgpl-3.0.html>. + #L% + --> + +<project name="${project.name}" xmlns="http://maven.apache.org/DECORATION/1.4.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd"> + + <bannerLeft> + <name>${project.name}</name> + <href>index.html</href> + </bannerLeft> + + <bannerRight> + <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> + <href>https://www.codelutin.com</href> + </bannerRight> + + <poweredBy> + <logo href="http://maven.apache.org" name="Maven" img="${siteCommonResourcesUrl}/images/logos/maven-feather.png"/> + <logo href="https://jrst.nuiton.org" name="JRst" img="${siteCommonResourcesUrl}/images/logos/jrst-logo.png"/> + <logo href="http://docutils.sourceforge.net/rst.html" name="ReStructuredText" + img="${siteCommonResourcesUrl}/images/logos/restructuredtext-logo.png"/> + </poweredBy> + + <body> + + <links> + <item name="[fr" href="${project.url}/v/${siteDeployClassifier}/index.html"/> + <item name="en]" href="${project.url}/v/${siteDeployClassifier}/en/index.html"/> + <item name="Nuiton.org" href="https://forge.nuiton.org"/> + <item name="Code Lutin" href="https://www.codelutin.com"/> + <item name="Libre entreprise" href="http://www.libre-entreprise.org"/> + </links> + + <breadcrumbs> + <item name="${project.name}" href="${project.url}/s/index.html"/> + <item name="${project.version}" href="${project.url}/v/${siteDeployClassifier}/index.html"/> + </breadcrumbs> + + <menu name="Documentation"> + <item name="Utilisateur" href="user.html"> + <item name="Installation" href="install.html"/> + <item name="Tutorial" href="tutoriel.html"/> + </item> + </menu> + + <menu name="Téléchargement"> + <item name="Téléchargement" href="https://forge.nuiton.org/projects/scmwebeditor/files"/> + </menu> + + <menu name="Demo"> + <item name="Demo" href="https://scmwebeditor2.nuiton.org"/> + </menu> + + <menu ref="reports"/> + + <footer> + <div id='mavenProjectProperties' locale='fr' + projectId='${project.projectId}' + version='${project.siteDeployClassifier}' + sourcesType='${project.siteSourcesType}' + scmwebeditor_vmFiles=",install,"/> + </footer> + + </body> + +</project> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.