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

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

Author: rfscholte
Date: Wed Dec  7 22:12:49 2011
New Revision: 1211671

URL: http://svn.apache.org/viewvc?rev=1211671&view=rev
Log:
Add header per custom option
Describe visibility external links

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=1211671&r1=1211670&r2=1211671&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 Wed Dec  7 22:12:49 2011
@@ -51,6 +51,8 @@ ${project.name}
 </project>
 +-----+
 
+** 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>>>:
 
@@ -81,6 +83,8 @@ ${project.name}
 
  Default skin setting is the option <<1>>.
 
+** 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>>>:
 
@@ -102,6 +106,8 @@ ${project.name}
 </project>
 +-----+
 
+** GoogleSearch
+
  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>>>:
@@ -140,6 +146,11 @@ ${project.name}
  
  []
 
+ External links are either rendered in the sidebar or the topbar. When both sidebar and topbar are enabled,
+ they are rendered as dropdown in the topbar only.
+
+** SourceLineNumbers
+
  Source code sections are enhanced by {{{http://code.google.com/p/google-code-prettify/}Google Code Prettify}}, users can
  optionally enable line numbers rendering (disabled by default):
 
@@ -155,7 +166,7 @@ ${project.name}
 </project>
 +-----+
 
-Footers placeholders
+** Footers placeholders
 
  Since <<<#eval>>> Velocity macro is not supported yet, the only placeholder
  available in additional footers is <<<@project.name@>>>.