Author: tchemit Date: 2011-02-24 15:44:44 +0100 (Thu, 24 Feb 2011) New Revision: 628 Url: http://nuiton.org/repositories/revision/maven-nuiton-skin/628 Log: Evolution #1359: Add a little documentation on what can be customized on this skin Added: trunk/src/site/apt/index.apt.vm trunk/src/site/en/apt/index.apt.vm Removed: trunk/src/site/apt/index.apt trunk/src/site/en/apt/index.apt Deleted: trunk/src/site/apt/index.apt =================================================================== --- trunk/src/site/apt/index.apt 2011-02-24 14:39:29 UTC (rev 627) +++ trunk/src/site/apt/index.apt 2011-02-24 14:44:44 UTC (rev 628) @@ -1,72 +0,0 @@ -~~~ -~~ #%L -~~ Maven Nuiton Skin -~~ -~~ $Id$ -~~ $HeadURL$ -~~ %% -~~ Copyright (C) 2006 - 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% -~~~ -~~~ *##% -~~~ Maven Nuiton Skin -~~~ Copyright (C) 2006 - 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>. -~~~ ##%* - ------- -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.4</version> - </skin> - -------------------------------------------------------------------- - - Ce skin copiera les resources nécessaires, y compris les CSS - et les images. Copied: trunk/src/site/apt/index.apt.vm (from rev 624, trunk/src/site/apt/index.apt) =================================================================== --- trunk/src/site/apt/index.apt.vm (rev 0) +++ trunk/src/site/apt/index.apt.vm 2011-02-24 14:44:44 UTC (rev 628) @@ -0,0 +1,67 @@ +~~~ +~~ #%L +~~ Maven Nuiton Skin +~~ +~~ $Id$ +~~ $HeadURL$ +~~ %% +~~ Copyright (C) 2006 - 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% + +------ +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>${project.version}</version> + </skin> + +------------------------------------------------------------------- + + Ce skin copiera les resources nécessaires, y compris les CSS + et les images. + +Paramétrage + + Quelques propriétés sont configurables via le pom, à savoir + + * <scmwebeditorEnabled> : mettre n'importe quoi sauf <<false>> pour pouvoir éditer le site via <scmwebeditor> configuré sur le bon svn. + + * <payPalEnabled> : mettre n'importe quoi sauf <<false>> pour afficher une boite <Donation> (paypal) dans la colonne de gauche. + + * <googleSearchEnabled> : mettre n'importe quoi sauf <<false>> pour afficher une boîte de recherche google dans la colonne de gauche. + + * <googleAdSenseEnabled> : mettre n'importe quoi sauf <<false>> pour que afficher des google-Ads dans la colonne de gauche. + + * <googleAnalyticsEnabled> : mettre n'importe quoi sauf <<false>> pour que le site soit analysé par google analytics. \ No newline at end of file Property changes on: trunk/src/site/apt/index.apt.vm ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Deleted: trunk/src/site/en/apt/index.apt =================================================================== --- trunk/src/site/en/apt/index.apt 2011-02-24 14:39:29 UTC (rev 627) +++ trunk/src/site/en/apt/index.apt 2011-02-24 14:44:44 UTC (rev 628) @@ -1,72 +0,0 @@ -~~~ -~~ #%L -~~ Maven Nuiton Skin -~~ -~~ $Id$ -~~ $HeadURL$ -~~ %% -~~ Copyright (C) 2006 - 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% -~~~ -~~~ *##% -~~~ Maven Nuiton Skin -~~~ Copyright (C) 2006 - 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>. -~~~ ##%* - ------- -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.4</version> - </skin> - -------------------------------------------------------------------- - - This skin will copy the necessary resources including CSS and - pictures. \ No newline at end of file Copied: trunk/src/site/en/apt/index.apt.vm (from rev 624, trunk/src/site/en/apt/index.apt) =================================================================== --- trunk/src/site/en/apt/index.apt.vm (rev 0) +++ trunk/src/site/en/apt/index.apt.vm 2011-02-24 14:44:44 UTC (rev 628) @@ -0,0 +1,67 @@ +~~~ +~~ #%L +~~ Maven Nuiton Skin +~~ +~~ $Id$ +~~ $HeadURL$ +~~ %% +~~ Copyright (C) 2006 - 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% + +------ +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>${project.version}</version> + </skin> + +------------------------------------------------------------------- + + This skin will copy the necessary resources including CSS and + pictures. + +Customize this skin + + Some properties are configurables via your pom: + + * <scmwebeditorEnabled> : Set anything else to <<false>> to make site editable via <scmwebeditor> configured on the good svn repository. + + * <payPalEnabled> : Set anything else to <<false>> to display a paypal donate box in the left column. + + * <googleSearchEnabled> : Set anything else to <<false>> to display google search for the site in the left column. + + * <googleAdSenseEnabled> : Set anything else to <<false>> to display google ads in the left column. + + * <googleAnalyticsEnabled> : Set anything else to <<false>> to make site analyze by google analytics. \ No newline at end of file Property changes on: trunk/src/site/en/apt/index.apt.vm ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL