You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2005/03/22 12:55:15 UTC

svn commit: r158598 - in forrest/trunk/plugins/org.apache.forrest.plugin.fbits: ./ resources/stylesheets/templates/ resources/templates/ src/documentation/

Author: thorsten
Date: Tue Mar 22 03:55:12 2005
New Revision: 158598

URL: http://svn.apache.org/viewcvs?view=rev&rev=158598
Log:
added support for css. Each contract saves his own css. To discuss how to store non-contract specific css. I implemended the css-support inline maybe in the future it a good idea to link the css.

Added:
    forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/templates/pdf.link.ft
    forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/templates/pod.link.ft
Removed:
    forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/templates/c-pdf.link-fct.xsl
    forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/templates/c-pod.link-fct.xsl
Modified:
    forrest/trunk/plugins/org.apache.forrest.plugin.fbits/forrest.properties
    forrest/trunk/plugins/org.apache.forrest.plugin.fbits/output.xmap
    forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/stylesheets/templates/contract.property.xsl
    forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/stylesheets/templates/prepare.xhtml.xsl
    forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/stylesheets/templates/transform.ft.xsl
    forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/templates/feedback.ft
    forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/templates/fontsize.ft
    forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/templates/txt-link.ft
    forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/templates/xml-link.ft
    forrest/trunk/plugins/org.apache.forrest.plugin.fbits/src/documentation/skinconf.xml
    forrest/trunk/plugins/org.apache.forrest.plugin.fbits/status.xml

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.fbits/forrest.properties
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.fbits/forrest.properties?view=diff&r1=158597&r2=158598
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.fbits/forrest.properties (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.fbits/forrest.properties Tue Mar 22 03:55:12 2005
@@ -26,7 +26,7 @@
 
 # Specifies name of Forrest skin to use
 #project.skin=tigris
-#project.skin=pelt
+project.skin=leather
 
 # comma separated list, file:// is supported
 #forrest.skins.descriptors=http://forrest.apache.org/skins/skins.xml,file:///c:/myskins/skins.xml
@@ -106,4 +106,4 @@
 # The names of plugins that are required to build the project
 # comma separated list (no spaces)
 # Run "forrest available-plugins" for a list of plug-ins currently available
-project.required.plugins=org.apache.forrest.plugin.projectInfo,org.apache.forrest.plugin.fbits
+project.required.plugins=org.apache.forrest.plugin.projectInfo,org.apache.forrest.plugin.fbits,org.apache.forrest.plugin.pdf-output

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.fbits/output.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.fbits/output.xmap?view=diff&r1=158597&r2=158598
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.fbits/output.xmap (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.fbits/output.xmap Tue Mar 22 03:55:12 2005
@@ -51,10 +51,25 @@
 	      <doctype-system>http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd</doctype-system>
 	      <encoding>UTF-8</encoding>
 	    </map:serializer>
+      <map:serializer name="txt" 
+			   src="org.apache.cocoon.serialization.TextSerializer"
+			   mime-type="text/plain" 
+			   logger="sitemap.serializer.text" 
+			 />
     </map:serializers>
   </map:components>
 
-<map:pipelines>
+	<map:pipelines>
+    <map:pipeline>
+
+  <!-- FIXME: add your plugin matches here -->
+    <map:match pattern="test">
+      <map:generate src="foo.xml"/>
+      <map:transform src="resources/stylesheets/templates/java.xsl" />
+      <map:serialize type="html"/>
+    </map:match>
+  </map:pipeline>
+  
 <!--Get the xsl:templates of the requested contract 
   -->
  <map:pipeline>
@@ -77,11 +92,21 @@
    </map:match>
   </map:pipeline>
 
+<!--<!-#-Get the forrest:css of the requested contract 
+  -#->
+	<map:pipeline>
+   <map:match pattern="get.css-meta.*">
+     <map:generate src="resources/templates/{1}.ft"/>
+     <map:transform src="resources/stylesheets/templates/contract.css.xsl"/>
+     <map:serialize type="xml"/>
+   </map:match>
+  </map:pipeline>-->
+
   <map:pipeline>
     <map:match pattern="prepare.view.*">
       <map:select type="exists">
         <!--here we will have to test, whether the requested page needs a specific view.
-          This will be assumed as soon there is a .ft 
+          This will be assumed as soon there is a .fv
           e.g. index.xml + index.fv-->
         <map:when test="{project:content.xdocs}{1}.fv">
           <map:generate src="{project:content.xdocs}{1}.fv"/>
@@ -115,7 +140,7 @@
      	<map:serialize type="xml"/>
     </map:match>
   </map:pipeline>
-<!--Aggregate the forrest:properties requested by the main.ft-->
+<!--Aggregate the forrest:properties requested by the *.fv-->
   <map:pipeline>
     <map:match pattern="prepare.meta.*">
       <map:generate src="cocoon:/prepare.view.{1}"/>
@@ -124,7 +149,15 @@
      	<map:serialize type="xml"/>
     </map:match>
   </map:pipeline>
-  
+<!--<!-#-Aggregate the forrest:css requested by the *.fv-#->
+  <map:pipeline>
+    <map:match pattern="prepare.css.*">
+      <map:generate src="cocoon:/prepare.view.{1}"/>
+      <map:transform src="resources/stylesheets/templates/prepare.css.xsl"/>
+      <map:transform type="xinclude"/> 
+     	<map:serialize type="xml"/>
+    </map:match>
+  </map:pipeline>-->  
  <!--Aggregate all contracts-templates requested by the view
   getHead - will parse the xhtml head output
   getBody - will parse the xhtml body output 
@@ -139,7 +172,7 @@
      	<map:serialize type="xml"/>
     </map:match>
   </map:pipeline>
-  <!--Outputs xhtml of the main.ft-->
+  <!--Outputs xhtml of the *.fv-->
   <map:pipeline>
     <map:match pattern="transform.*">
       <map:aggregate element="forrest:filter">
@@ -155,6 +188,22 @@
     </map:match>
     
   </map:pipeline>
+  <!--Outputs xhtml of the *.fv-->
+<!--  <map:pipeline>
+    <map:match pattern="css.*">
+      <map:aggregate element="forrest:filter">
+        <map:part src="cocoon:/prepare.view.{1}" />
+        <map:part src="cocoon:/prepare.meta.{1}" /> 
+      </map:aggregate>
+      <map:transform src="resources/stylesheets/templates/transform.ft.css.xsl" >
+        <map:parameter name="path" value="{path}"/>
+        <map:parameter name="request" value="{1}"/>
+        <map:parameter name="config-file" value="{project:skinconf}"/>
+      </map:transform>
+     	<map:serialize type="txt"/>
+    </map:match>
+    
+  </map:pipeline>-->
  <!-- 
   <!-#-Old stuff-#->
 <!-#-

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/stylesheets/templates/contract.property.xsl
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/stylesheets/templates/contract.property.xsl?view=diff&r1=158597&r2=158598
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/stylesheets/templates/contract.property.xsl (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/stylesheets/templates/contract.property.xsl Tue Mar 22 03:55:12 2005
@@ -21,9 +21,13 @@
   xmlns:forrest="http://apache.org/forrest/templates/1.0">
   
   <xsl:template match="/">
-    <forrest:property body="{forrest:contract/forrest:template/@body}" 
-      head="{forrest:contract/forrest:template/@head}" 
-      name="{forrest:contract/forrest:template/@name}"/>
+    <xsl:apply-templates select="//forrest:template"/>
   </xsl:template>
-  
+
+	<xsl:template match="forrest:template">
+    <forrest:property body="{@body}" 
+      head="{@head}"
+      css="{@css}"
+      name="{@name}"/>
+	</xsl:template>
 </xsl:stylesheet>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/stylesheets/templates/prepare.xhtml.xsl
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/stylesheets/templates/prepare.xhtml.xsl?view=diff&r1=158597&r2=158598
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/stylesheets/templates/prepare.xhtml.xsl (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/stylesheets/templates/prepare.xhtml.xsl Tue Mar 22 03:55:12 2005
@@ -32,7 +32,13 @@
 		      <alias:call-template name="{@name}-head" />
 			  </xsl:for-each>
 		   </alias:template>
-		   
+	    <xsl:comment>All xhtml css elements requested by the forrest:template</xsl:comment>
+			<alias:template name="getCss">
+			  <xsl:for-each select="/*/forrest:properties/*[@css='true']">
+		      <alias:call-template name="{@name}-css" />
+			  </xsl:for-each>
+		   </alias:template>
+		   	   
       <xsl:comment>All xhtml body elements requested by the forrest:template</xsl:comment>
 			<alias:template name="getBody">
           <xsl:apply-templates select="/*/forrest:view"/>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/stylesheets/templates/transform.ft.xsl
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/stylesheets/templates/transform.ft.xsl?view=diff&r1=158597&r2=158598
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/stylesheets/templates/transform.ft.xsl (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/stylesheets/templates/transform.ft.xsl Tue Mar 22 03:55:12 2005
@@ -26,11 +26,16 @@
   >
   
   <xsl:namespace-alias stylesheet-prefix="alias" result-prefix="xsl"/>
-  <!--FIXME Need to make sure all variables are matched!!!-->
+  <!--FIXME 
+    - Need to make sure all variables are matched!!!
+    - Make sure that this variables get dynamically-->
  	<xsl:param name="config-file"/>
   <xsl:param name="path"/>
   <xsl:param name="request"/>
   <xsl:variable name="config" select="document($config-file)/skinconfig"/>
+  <xsl:variable name="filename-noext">toBeImplemended</xsl:variable>
+  <xsl:variable name="skin-img-dir">skin/images</xsl:variable>
+  <xsl:variable name="root"></xsl:variable>
 
 	<xsl:include href="cocoon:/prepare.include.dyn:evaluate($request)"/>
   <xsl:include href="cocoon:/prepare.xhtml.dyn:evaluate($request)"/>
@@ -39,6 +44,16 @@
     <xhtml>
       <head>
     		<xsl:call-template name="getHead"/>
+<!--FIXME:
+  Need to discuss how to insert default values-->
+         <style type="text/css">
+body {background-color: yellow}
+h1 {font-size: 36pt}
+h2 {color: blue}
+p {margin-left: 50px}
+<xsl:call-template name="getCss"/>
+</style>
+
       </head>
       <body onload="init()">
         <xsl:call-template name="getBody"/>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/templates/feedback.ft
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/templates/feedback.ft?view=diff&r1=158597&r2=158598
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/templates/feedback.ft (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/templates/feedback.ft Tue Mar 22 03:55:12 2005
@@ -21,23 +21,27 @@
   <description>
     This function will output the html feedback information.
   </description>
-  
+
   <forrest:template
   xmlns:forrest="http://apache.org/forrest/templates/1.0"
-  format="xhtml" name="feedback" inputFormat="xsl" body="true" head="false">
-      
-      <!--Looking for: -->
-      <!-- The optional feedback element will be used to construct a
-    feedback link in the footer with the page pathname appended:
-    <a href="@href">{@to}</a>
-    -->
-<!--  <feedback to="webmaster@foo.com"
-    href="mailto:webmaster@foo.com?subject=Feedback&#160;" >
-    Send feedback about the website to:
-  </feedback>-->
+  format="xhtml" name="feedback" inputFormat="xsl" body="true" head="false" css="true">
+
       <xsl:stylesheet version="1.1" 
         xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
         xmlns:jx="http://apache.org/cocoon/templates/jx/1.0">
+        
+        <xsl:template name="feedback-css">
+#feedback {
+    color: black;
+    background: #CFDCED;
+    text-align:center;
+    margin-top: 5px;
+}
+#feedback #feedbackto {
+    font-size: 90%;
+    color: black;
+}</xsl:template>
+        
 	    <xsl:template name="feedback-body">
 		    <div id="feedback">
 		      <xsl:value-of select="$config/feedback"/>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/templates/fontsize.ft
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/templates/fontsize.ft?view=diff&r1=158597&r2=158598
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/templates/fontsize.ft (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/templates/fontsize.ft Tue Mar 22 03:55:12 2005
@@ -20,17 +20,26 @@
   <description>
     This function lets you change the size of the font you are using in the site with a jscript.
   </description>
-  
   <forrest:template
   xmlns:forrest="http://apache.org/forrest/templates/1.0"
-  format="xhtml" name="fontsize" inputFormat="xsl" body="true" head="true">
+  format="xhtml" name="fontsize" inputFormat="xsl" body="true" head="true" css="true">
 	 	<xsl:stylesheet version="1.1" 
         xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 			  <xsl:template name="fontsize-head">
 		      <script type="text/javascript" language="javascript" 
-			        src="${root}skin/fontsize.js"></script>
+			        src="{$root}skin/fontsize.js">&#160;</script>
 			  </xsl:template>
 			  
+        <xsl:template name="fontsize-css">
+.branding-trail {
+  position: relative; /* IE bugfix cont'd */
+  font-size: 70%;
+  text-align: right;
+  float: right;
+  margin: -10px 5px 0px 5px;
+  padding: 0;
+}</xsl:template>
+        
 			  <xsl:template name="fontsize-body">
 			      <script type="text/javascript">ndeSetTextSize();</script>
 			      <div class="branding-trail">

Added: forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/templates/pdf.link.ft
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/templates/pdf.link.ft?view=auto&rev=158598
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/templates/pdf.link.ft (added)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/templates/pdf.link.ft Tue Mar 22 03:55:12 2005
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2002-2004 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:contract name="pdf-fct" type="nugget"
+  xmlns:forrest="http://apache.org/forrest/templates/1.0">
+  <description>
+    This functions will output the PDF link with image.
+  </description>
+
+	<forrest:template
+  	xmlns:forrest="http://apache.org/forrest/templates/1.0"
+  	format="xhtml" name="pdf-link" inputFormat="xsl" body="true" head="false">
+  	<xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+		  <xsl:template name="pdf-body">
+		    <body>
+		      <div id="pdf" title="Portable Document Format"><a href="{$filename-noext}.pdf" class="dida">
+		        <img class="skin" src="{$skin-img-dir}/pdfdoc.gif" alt="PDF - icon"/><br/>
+		        PDF</a>
+		      </div>
+		    </body>
+		  </xsl:template>
+		
+		</xsl:stylesheet>
+	</forrest:template>
+</forrest:contract>
\ No newline at end of file

Added: forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/templates/pod.link.ft
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/templates/pod.link.ft?view=auto&rev=158598
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/templates/pod.link.ft (added)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/templates/pod.link.ft Tue Mar 22 03:55:12 2005
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2002-2004 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:contract name="pod-link" type="nugget"
+  xmlns:forrest="http://apache.org/forrest/templates/1.0">
+  <description>
+    This functions will output the POD link with image.
+  </description>
+
+	<forrest:template
+  	xmlns:forrest="http://apache.org/forrest/templates/1.0"
+  	format="xhtml" name="pod-link" inputFormat="xsl" body="true" head="false">
+    <xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+		  <xsl:template name="xml-body">
+		    <body>
+		      <div class="podlink" title="Plain Old Documentation"><a href="{$filename-noext}.pod" class="dida">
+		        <img class="skin" src="{$skin-img-dir}/poddoc.png" alt="POD - icon" /><br/>
+		        POD</a>
+		      </div>
+		    </body>
+		  </xsl:template>
+		</xsl:stylesheet>
+  </forrest:template>
+</forrest:contract>
\ No newline at end of file

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/templates/txt-link.ft
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/templates/txt-link.ft?view=diff&r1=158597&r2=158598
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/templates/txt-link.ft (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/templates/txt-link.ft Tue Mar 22 03:55:12 2005
@@ -20,7 +20,7 @@
   <description>
     This functions will output the TXT link with image and print link.
   </description>
-  
+  <css/>
   
   <forrest:template
   xmlns:forrest="http://apache.org/forrest/templates/1.0"
@@ -44,7 +44,7 @@
 	if (VERSION > 3) {
 	  document.write('<div class="txt" title="Print this Page">');
 	  document.write('  <a href="javascript:printit()" class="dida">');
-	  document.write('    <img class="skin" src="${skin-img-dir}/printer.gif" alt="print - icon" />');
+	  document.write('    <img class="skin" src="{$skin-img-dir}/printer.gif" alt="print - icon" />');
 	  document.write('    <br />');
 	  document.write('  PRINT</a>');
 	  document.write('</div>');

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/templates/xml-link.ft
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/templates/xml-link.ft?view=diff&r1=158597&r2=158598
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/templates/xml-link.ft (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.fbits/resources/templates/xml-link.ft Tue Mar 22 03:55:12 2005
@@ -23,12 +23,35 @@
     
     <forrest:template
   xmlns:forrest="http://apache.org/forrest/templates/1.0"
-  format="xhtml" name="xml-link" inputFormat="xsl" body="true" head="false">
+  format="xhtml" name="xml-link" inputFormat="xsl" body="true" css="true">
       <xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-			  
+			  <xsl:template name="xml-link-css">
+.xml-link {
+    position: relative; /* IE bugfix cont'd */
+    float: right;
+    margin: 0px 5px;
+    padding: 0;
+}
+.xml-link br {
+    margin-top: -10px;
+    padding-left: 1px;
+}
+.xml-link a {
+    display: block;
+    font-size: 70%;
+    text-align: center;
+    margin: 0;
+    padding: 0;
+}
+
+.xml-link img {
+    display: block;
+    height: 16px;
+    width: 16px;
+}</xsl:template>
 			  <xsl:template name="xml-link-body">
-				    <div class="xml" title="raw XML"><a href="${filename-noext}.xml" class="dida">
-				      <img class="skin" src="${skin-img-dir}/xmldoc.gif" alt="XML - icon" /><br/>
+				    <div class="xml-link" title="raw XML"><a href="{$filename-noext}.xml" class="dida">
+				      <img class="skin" src="{$skin-img-dir}/xmldoc.gif" alt="XML - icon" /><br/>
 				      XML</a>
 				    </div>
 			  </xsl:template>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.fbits/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.fbits/src/documentation/skinconf.xml?view=diff&r1=158597&r2=158598
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.fbits/src/documentation/skinconf.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.fbits/src/documentation/skinconf.xml Tue Mar 22 03:55:12 2005
@@ -35,7 +35,7 @@
   <!-- Disable the print link? If enabled, invalid HTML 4.0.1 -->
   <disable-print-link>true</disable-print-link>  
   <!-- Disable the PDF link? -->
-  <disable-pdf-link>true</disable-pdf-link>
+  <disable-pdf-link>false</disable-pdf-link>
   <!-- Disable the POD link? -->
   <disable-pod-link>true</disable-pod-link>
   <!-- Disable the Text link? FIXME: NOT YET IMPLEMENETED. -->

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.fbits/status.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.fbits/status.xml?view=diff&r1=158597&r2=158598
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.fbits/status.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.fbits/status.xml Tue Mar 22 03:55:12 2005
@@ -26,9 +26,12 @@
   <changes>
     <!-- Add new releases here -->
     <release version="0.1" date="unreleased">
-      <action dev="RDG" type="add" context="admin">
+      <action dev="TS" type="add" context="admin">
         Initial plugin code.
       </action>
+      <action dev="TS" type="add" context="admin">
+        added fbits-.
+      </action>
     </release>
   </changes>
 
@@ -38,7 +41,7 @@
         Extract all functionality to fbits.
       </action>
       <action context="docs" dev="TS">
-        Extract all functionality description of the fbits via xsl
+        Cleanup plugin by moving all needed function to the forrest.view plugin
       </action>
       <action context="docs" dev="TS">
         Extract all contracts with description of the fbits via xsl