You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/11/12 03:06:56 UTC

svn commit: r1201162 - in /maven/sandbox/trunk/skin/maven-fluido-skin/src/site: apt/index.apt.vm site.xml

Author: hboutemy
Date: Sat Nov 12 02:06:55 2011
New Revision: 1201162

URL: http://svn.apache.org/viewvc?rev=1201162&view=rev
Log:
added links to layouts examples

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

Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/site/apt/index.apt.vm
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/site/apt/index.apt.vm?rev=1201162&r1=1201161&r2=1201162&view=diff
==============================================================================
--- maven/sandbox/trunk/skin/maven-fluido-skin/src/site/apt/index.apt.vm (original)
+++ maven/sandbox/trunk/skin/maven-fluido-skin/src/site/apt/index.apt.vm Sat Nov 12 02:06:55 2011
@@ -30,7 +30,8 @@ ${project.name}
 
  ${project.description}
 
- A {{{./sample.html}sample page}} is provided to see the skin in action.
+ A {{{./sample.html}sample page}} is provided to see the skin in action, and 2 complete sites: one for
+ {{{./sidebar/}sidebar layout (default)}} and the other for {{{./topbar/}topbar layout (default)}}.
 
 * Usage
 

Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/site/site.xml?rev=1201162&r1=1201161&r2=1201162&view=diff
==============================================================================
--- maven/sandbox/trunk/skin/maven-fluido-skin/src/site/site.xml (original)
+++ maven/sandbox/trunk/skin/maven-fluido-skin/src/site/site.xml Sat Nov 12 02:06:55 2011
@@ -39,10 +39,15 @@ under the License.
 
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
-      <item name="Sample" href="sample.html"/>
+      <item name="Sample Page" href="sample.html"/>
       <!--item name="FAQ" href="faq.html"/-->
     </menu>
 
+    <menu name="Layouts">
+      <item name="Sidebar" href="sidebar/"/>
+      <item name="Topbar" href="topbar/"/>
+    </menu>
+
     <menu ref="reports"/>
 
   </body>