You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2005/09/07 05:25:33 UTC

svn commit: r279229 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/src/documentation/content/xdocs/index.fv

Author: rgardler
Date: Tue Sep  6 20:25:16 2005
New Revision: 279229

URL: http://svn.apache.org/viewcvs?rev=279229&view=rev
Log:
adding a file specific *fv because it is not resolving the default one and it's to early in the morning for me to work out why

Added:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/src/documentation/content/xdocs/index.fv

Added: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/src/documentation/content/xdocs/index.fv
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/src/documentation/content/xdocs/index.fv?rev=279229&view=auto
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/src/documentation/content/xdocs/index.fv (added)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/src/documentation/content/xdocs/index.fv Tue Sep  6 20:25:16 2005
@@ -0,0 +1,73 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Copyright 2002-2005 The Apache Software Foundation or its licensors,
+as applicable.
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+
+<forrest:views xmlns:forrest="http://apache.org/forrest/templates/1.0" >
+    <forrest:view type="xhtml">
+        <forrest:css url="default.css"/>
+        <!--<forrest:contract name="siteinfo-meta"/>-->
+        <forrest:hook name="container">
+        <!--
+            <forrest:hook name="header">
+              <forrest:contract name="branding-tagline">
+		            <forrest:properties contract="branding-tagline">
+								  <forrest:property name="branding-tagline-name">new seed</forrest:property>
+		              <forrest:property name="branding-tagline-tagline">powered by forrest:views</forrest:property>
+								 </forrest:properties>
+		          </forrest:contract>
+              <forrest:hook name="nav-main-hook">
+                <forrest:contract name="nav-main"/>
+              	<forrest:contract name="nav-main-sub"/>
+              </forrest:hook>
+            </forrest:hook>
+            -->
+            <forrest:hook name="page">
+            <!--
+                <forrest:hook name="leftbar">
+                    <forrest:contract name="nav-section"/>
+                    <forrest:contract name="search-input"/>
+                </forrest:hook>
+                -->
+                <!-- You can group elements to a template and call it from any view.
+	                e.g.
+	                <forrest:hook name="export-link">
+	                  <forrest:contract name="content-xml-link"/>
+	                  <forrest:contract name="content-pdf-link"/>
+	                </forrest:hook>
+	                can be called as <forrest:call-template name="export-link"/>
+	                when saved as {project:resources}/templates/export-link.vt.xml 
+	              -->
+                <!--
+                <forrest:call-template name="export-link"/>
+                -->
+                
+                <forrest:hook name="content">
+                   <!-- <forrest:contract name="content-title"/> -->
+                   <!-- <forrest:contract name="content-abstract"/> -->
+                   <!--  <forrest:contract name="content-minitoc"/> -->
+                    <forrest:contract name="content-main"/>
+                </forrest:hook>
+            </forrest:hook>
+        </forrest:hook>
+        <!--
+        <forrest:hook name="footer">
+            <forrest:contract name="siteinfo-feedback"/>
+            <forrest:contract name="siteinfo-last-published"/>
+        </forrest:hook>
+        -->
+    </forrest:view>
+</forrest:views>