Author: thorsten
Date: Tue Nov  8 01:54:49 2005
New Revision: 331765

URL: http://svn.apache.org/viewcvs?rev=331765&view=rev
Log:
HEADSUP: This commit is renaming 'default' to 'common' like proposed on the ml. 

Added:
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/common/
      - copied from r331256, 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/default/
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/common.fv
      - copied, changed from r331581, 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/default.fv
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/common/css/
      - copied from r331756, 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/default/css/
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/common/html/
      - copied from r331756, 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/default/html/
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/common/images/
      - copied from r331756, 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/default/images/
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/common/js/
      - copied from r331756, 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/default/js/
Removed:
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/common/html/compliance-links.ft
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/default/
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/default.fv
Modified:
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/resources/stylesheets/ls.contracts-to-document.xsl
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/resources/stylesheets/themer.html.xsl
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/documentation/content/xdocs/how/howItWork.xml
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/documentation/content/xdocs/how/index.xml
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/documentation/content/xdocs/howItWork.xml
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/documentation/content/xdocs/index.xml
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/pelt.fv

Modified: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/resources/stylesheets/ls.contracts-to-document.xsl
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/resources/stylesheets/ls.contracts-to-document.xsl?rev=331765&r1=331764&r2=331765&view=diff
==============================================================================
--- 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/resources/stylesheets/ls.contracts-to-document.xsl
 (original)
+++ 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/resources/stylesheets/ls.contracts-to-document.xsl
 Tue Nov  8 01:54:49 2005
@@ -64,7 +64,7 @@
     </section>
   </xsl:template>
   <xsl:template match="forrest:contract">
-    <xsl:param name="theme" select="default"/>
+    <xsl:param name="theme" select="common"/>
     <xsl:choose>
       <xsl:when test="$requestedContract!='false'">
         <section id="[EMAIL PROTECTED]">

Modified: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/resources/stylesheets/themer.html.xsl
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/resources/stylesheets/themer.html.xsl?rev=331765&r1=331764&r2=331765&view=diff
==============================================================================
--- 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/resources/stylesheets/themer.html.xsl
 (original)
+++ 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/resources/stylesheets/themer.html.xsl
 Tue Nov  8 01:54:49 2005
@@ -87,7 +87,7 @@
                       <!--*No* forrest:css found in the view-->
                         <xsl:if test="not(/*/forrest:view/forrest:css)">
                             <link rel="stylesheet" type="text/css">
-                                <xsl:attribute 
name="href">{$root}themes/default.css</xsl:attribute>
+                                <xsl:attribute 
name="href">{$root}themes/common.css</xsl:attribute>
                             </link>
                         </xsl:if>
                       <!-- forrest:css *found* in the view-->

Modified: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/documentation/content/xdocs/how/howItWork.xml
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/documentation/content/xdocs/how/howItWork.xml?rev=331765&r1=331764&r2=331765&view=diff
==============================================================================
--- 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/documentation/content/xdocs/how/howItWork.xml
 (original)
+++ 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/documentation/content/xdocs/how/howItWork.xml
 Tue Nov  8 01:54:49 2005
@@ -90,7 +90,7 @@
 
 GENERAL:
 Views are stored in forrest:view ({file-name}.fv) please have look on
-plugins/org.apache.forrest.plugin.internal.structurer/src/documentation/default.fv
 do
+plugins/org.apache.forrest.plugin.internal.structurer/src/documentation/common.fv
 do
 get an idea how your own implementation have to look like.
 
       </source>
@@ -167,10 +167,10 @@
 naming convention [EMAIL PROTECTED](css|head|body).
 
 
-b. If you want a default view for your project then copy the default.fv
+b. If you want a default view for your project then copy the common.fv
 from the viewHelper implementation to your ${project.conf-dir} and modify this 
file. When
 you want another view for a specific file (e.g. 
${project.xdocs-dir}/index.html) then copy
-the default.fv to your ${project.xdocs-dir} and renamed it to 
+the common.fv to your ${project.xdocs-dir} and renamed it to 
 ${project.xdocs-dir}/index.fv.</source>
     </section>
   </body>

Modified: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/documentation/content/xdocs/how/index.xml
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/documentation/content/xdocs/how/index.xml?rev=331765&r1=331764&r2=331765&view=diff
==============================================================================
--- 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/documentation/content/xdocs/how/index.xml
 (original)
+++ 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/documentation/content/xdocs/how/index.xml
 Tue Nov  8 01:54:49 2005
@@ -32,7 +32,7 @@
         A view will be configured by a config file 
         which basically contains the following tags (it is still evolving): 
</p>
 <source><![CDATA[<forrest:view type="xhtml">
-  <forrest:css url="default.css"/>
+  <forrest:css url="common.css"/>
   <forrest:contract name="meta"/>
   <forrest:hook name="container">
    <forrest:contract name="feedback"/>
@@ -45,7 +45,7 @@
 <source><![CDATA[<forrest:views
   xmlns:forrest="http://apache.org/forrest/templates/1.0";>
 <forrest:view type="xhtml">
-  <forrest:css url="default.css"/>
+  <forrest:css url="common.css"/>
   <forrest:contract name="meta"/>
   <forrest:hook name="container">
    <forrest:contract name="feedback"/>

Modified: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/documentation/content/xdocs/howItWork.xml
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/documentation/content/xdocs/howItWork.xml?rev=331765&r1=331764&r2=331765&view=diff
==============================================================================
--- 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/documentation/content/xdocs/howItWork.xml
 (original)
+++ 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/documentation/content/xdocs/howItWork.xml
 Tue Nov  8 01:54:49 2005
@@ -90,7 +90,7 @@
 
 GENERAL:
 Views are stored in forrest:view ({file-name}.fv) please have look on
-plugins/org.apache.forrest.plugin.internal.structurer/src/documentation/default.fv
 do
+plugins/org.apache.forrest.plugin.internal.structurer/src/documentation/common.fv
 do
 get an idea how your own implementation have to look like.
 
       </source>
@@ -167,10 +167,10 @@
 naming convention [EMAIL PROTECTED](css|head|body).
 
 
-b. If you want a default view for your project then copy the default.fv
+b. If you want a default view for your project then copy the common.fv
 from the viewHelper implementation to your ${project.conf-dir} and modify this 
file. When
 you want another view for a specific file (e.g. 
${project.xdocs-dir}/index.html) then copy
-the default.fv to your ${project.xdocs-dir} and renamed it to 
+the common.fv to your ${project.xdocs-dir} and renamed it to 
 ${project.xdocs-dir}/index.fv.</source>
     </section>
   </body>

Modified: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/documentation/content/xdocs/index.xml
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/documentation/content/xdocs/index.xml?rev=331765&r1=331764&r2=331765&view=diff
==============================================================================
--- 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/documentation/content/xdocs/index.xml
 (original)
+++ 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/documentation/content/xdocs/index.xml
 Tue Nov  8 01:54:49 2005
@@ -32,7 +32,7 @@
         A view will be configured by a config file 
         which basically contains the following tags (it is still evolving): 
</p>
 <source><![CDATA[<forrest:view type="xhtml">
-  <forrest:css url="default.css"/>
+  <forrest:css url="common.css"/>
   <forrest:contract name="meta"/>
   <forrest:hook name="container">
    <forrest:contract name="feedback"/>
@@ -45,7 +45,7 @@
 <source><![CDATA[<forrest:views
   xmlns:forrest="http://apache.org/forrest/templates/1.0";>
 <forrest:view type="xhtml">
-  <forrest:css url="default.css"/>
+  <forrest:css url="common.css"/>
   <forrest:contract name="meta"/>
   <forrest:hook name="container">
    <forrest:contract name="feedback"/>

Copied: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/common.fv
 (from r331581, 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/default.fv)
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/common.fv?p2=forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/common.fv&p1=forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/default.fv&r1=331581&r2=331765&rev=331765&view=diff
==============================================================================
--- 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/default.fv
 (original)
+++ 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/common.fv
 Tue Nov  8 01:54:49 2005
@@ -20,7 +20,7 @@
   xmlns:forrest="http://apache.org/forrest/templates/1.0";
   xmlns:jx="http://apache.org/cocoon/templates/jx/1.0";>
   <forrest:view type="html">
-    <forrest:css url="default.css"/>
+    <forrest:css url="common.css"/>
     <forrest:contract name="siteinfo-meta">
       <forrest:properties contract="siteinfo-meta">
         <forrest:property name="siteinfo-meta" nugget="get.build.info">

Modified: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/pelt.fv
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/pelt.fv?rev=331765&r1=331764&r2=331765&view=diff
==============================================================================
--- 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/pelt.fv
 (original)
+++ 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/pelt.fv
 Tue Nov  8 01:54:49 2005
@@ -20,8 +20,8 @@
   xmlns:forrest="http://apache.org/forrest/templates/1.0";
   xmlns:jx="http://apache.org/cocoon/templates/jx/1.0";>
   <forrest:view type="html">
-    <forrest:css url="default.css" media="screen" rel="alternate stylesheet" 
theme="default"/>
-    <forrest:css url="leather-dev.css" media="screen" rel="alternate 
stylesheet" theme="default"/>
+    <forrest:css url="common.css" media="screen" rel="alternate stylesheet" 
theme="common"/>
+    <forrest:css url="leather-dev.css" media="screen" rel="alternate 
stylesheet" theme="common"/>
     <forrest:css url="pelt.basic.css" media="screen" theme="Pelt"/>
     <forrest:css url="pelt.screen.css" media="screen" theme="Pelt"/>
     <forrest:css url="pelt.print.css" media="print"/>


Reply via email to