You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by si...@apache.org on 2011/12/27 01:15:27 UTC

svn commit: r1224841 - /maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm

Author: simonetripodi
Date: Tue Dec 27 00:15:27 2011
New Revision: 1224841

URL: http://svn.apache.org/viewvc?rev=1224841&view=rev
Log:
use the dotted format only to describe elements path

Modified:
    maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm

Modified: maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm?rev=1224841&r1=1224840&r2=1224841&view=diff
==============================================================================
--- maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm (original)
+++ maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm Tue Dec 27 00:15:27 2011
@@ -54,7 +54,7 @@ ${project.name}
 ** TopBar and/or sideBar
 
  The skin supports different layouts, enabling/disabling the left sidebar menu and the topbar menu.
- Users have just play with flags in the <<<custom/fluidoSkin>>> element in <<<site.xml>>>:
+ Users have just play with flags in the <<<custom.fluidoSkin>>> element in <<<site.xml>>>:
 
 +-----+
 <project name="xxx">
@@ -86,7 +86,7 @@ ${project.name}
 ** TopBarIcon
 
  When users decide to enable the topbar, they can plug a small icon/logo there (typically 108*20 px) just configuring
- the <<<custom/fluidoSkin/topBarIcon>>> element in <<<site.xml>>>:
+ the <<<custom.fluidoSkin.topBarIcon>>> element in <<<site.xml>>>:
 
 +-----+
 <project name="xxx">
@@ -110,7 +110,7 @@ ${project.name}
 
  Users can optionally enable the <<Google Search>> for the generated site, requirements are:
 
- * the <<<project/url>>> property in <<<pom.xml>>>, unless the <<<custom/fluidoSkin/googleSearch/sitesearch>>> property is set in the <<<site.xml>>>:
+ * the <<<project.url>>> property in <<<pom.xml>>>, unless the <<<custom.fluidoSkin.googleSearch.sitesearch>>> property is set in the <<<site.xml>>>:
 
 +-----+
 <project
@@ -120,7 +120,7 @@ ${project.name}
 </project>
 +-----+
 
- * the <<<custom/fluidoSkin/googleSearch>>> element in <<<site.xml>>>:
+ * the <<<custom.fluidoSkin.googleSearch>>> element in <<<site.xml>>>:
 
 +-----+
 <project name="xxx">
@@ -140,7 +140,7 @@ ${project.name}
 
  By default, the search form:
 
- * is <not> enabled; adding <<\<googleSearch/\>>>> is enough to enable the searchbox.
+ * is <not> enabled; adding <<custom.fluidoSkin.googleSearch>>> is enough to enable the searchbox.
  
  * is rendered in the sidebar, if the topbar only is available it will be rendered there.