You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cd...@apache.org on 2005/10/14 17:01:25 UTC

svn commit: r321141 - in /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer: ./ resources/skin/css/pelt/ resources/templates/ resources/views/ src/documentation/ src/documentation/content/xdocs/

Author: cdupoirieux
Date: Fri Oct 14 08:01:09 2005
New Revision: 321141

URL: http://svn.apache.org/viewcvs?rev=321141&view=rev
Log:
Rename themes into themer...

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/build.xml
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/skin/css/pelt/pelt.screen.css
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/templates/branding-breadcrumbs.ft
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/templates/content-ls-contracts.ft
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/views/pelt.fv
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/src/documentation/content/xdocs/index.xml
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/src/documentation/content/xdocs/site.xml
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/src/documentation/skinconf.xml

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/build.xml?rev=321141&r1=321140&r2=321141&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/build.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/build.xml Fri Oct 14 08:01:09 2005
@@ -17,13 +17,13 @@
 -->
 <project default="docs" basedir="." name="Forrest plugin build file">
 
-  <property name="plugin-name" value="org.apache.forrest.plugin.output.themes"/>
+  <property name="plugin-name" value="org.apache.forrest.plugin.output.themer"/>
   <property name="forrest.version" value="0.7"/>
   <property name="type" value="output"/>
   <property name="plugin-version" value="0.1-dev"/>
   <property name="description" value="The XHTML representation of a view."/>
   <property name="author" value="Apache Forrest Project"/>
-  <property name="websiteURL" value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.output.themes/"/>
+  <property name="websiteURL" value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.output.themer/"/>
   <property name="downloadURL" value="http://forrest.apache.org/plugins/"/>
 
   <import file="../build.xml"/>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/skin/css/pelt/pelt.screen.css
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/skin/css/pelt/pelt.screen.css?rev=321141&r1=321140&r2=321141&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/skin/css/pelt/pelt.screen.css (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/skin/css/pelt/pelt.screen.css Fri Oct 14 08:01:09 2005
@@ -98,7 +98,7 @@
 }
 
 /* branding-logo Template */
-#header #logo {
+#header .logo {
     padding: 7px 0px 10px 10px;
     float: left;
     text-align: left;
@@ -427,9 +427,17 @@
     margin: 0;
     width: 45%;
 }
+#footer .lastmodified {
+    position: relative; /* IE bugfix cont'd */
+    float: right;
+    width: 45%;
+    padding: 5px;
+    margin: 0;
+    text-align: right;
+}
 #footer a { color: brown; }
 
-#footer #logos {
+#footer #siteinfo-compliance-links {
     text-align: left;
 }
 

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/templates/branding-breadcrumbs.ft
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/templates/branding-breadcrumbs.ft?rev=321141&r1=321140&r2=321141&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/templates/branding-breadcrumbs.ft (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/templates/branding-breadcrumbs.ft Fri Oct 14 08:01:09 2005
@@ -28,7 +28,7 @@
       <trail>
         <link1 name="Apache Forrest" href="http://forrest.apache.org/"/>
         <link2 name="Plugins" href="http://forrest.apache.org/docs/plugins/"/>
-        <link3 name="org.apache.forrest.plugin.output.themes" href="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.output.themes/"/>
+        <link3 name="org.apache.forrest.plugin.output.themer" href="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.output.themer/"/>
       </trail>
     </forrest:property>
   </forrest:properties>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/templates/content-ls-contracts.ft
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/templates/content-ls-contracts.ft?rev=321141&r1=321140&r2=321141&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/templates/content-ls-contracts.ft (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/templates/content-ls-contracts.ft Fri Oct 14 08:01:09 2005
@@ -20,7 +20,7 @@
   xmlns:forrest="http://apache.org/forrest/templates/1.0">
   <description>
     content-ls-contracts will output the contracts provided by the 
-    themes plugin (the org.apache.forrest.plugin.input.viewHelper.xhtml.ls needs to be installed!). 
+    themer plugin (the org.apache.forrest.plugin.input.viewHelper.xhtml.ls needs to be installed!). 
   </description>
 	<usage><![CDATA[<forrest:contract name="content-ls-contracts">
   <forrest:properties contract="content-ls-contracts">

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/views/pelt.fv
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/views/pelt.fv?rev=321141&r1=321140&r2=321141&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/views/pelt.fv (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/views/pelt.fv Fri Oct 14 08:01:09 2005
@@ -50,7 +50,7 @@
             <trail>  
               <link1 name="Apache Forrest" href="http://forrest.apache.org/"/>
               <link2 name="Plugins" href="http://forrest.apache.org/docs/plugins/"/>
-              <link3 name="org.apache.forrest.plugin.output.themes" href="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.output.themes/"/>
+              <link3 name="org.apache.forrest.plugin.output.themer" href="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.output.themer/"/>
             </trail>
           </forrest:property>
         </forrest:properties>
@@ -64,7 +64,7 @@
               forrest:views</forrest:property>
           </forrest:properties>
         </forrest:contract>
-        <forrest:hook name="logo">
+        <forrest:hook class="logo">
           <forrest:contract name="branding-logo">
             <forrest:properties contract="branding-logo">
               <forrest:property name="branding-logo-name">
@@ -77,6 +77,8 @@
                 images/group.png</forrest:property>
             </forrest:properties>
           </forrest:contract>
+          </forrest:hook>
+          <forrest:hook class="logo">
           <forrest:contract name="branding-logo">
             <forrest:properties contract="branding-logo">
               <forrest:property name="branding-logo-name">
@@ -252,6 +254,9 @@
         </forrest:hook>
       </forrest:hook>
       <forrest:hook name="footer">
+        <forrest:hook class="lastmodified">
+          <forrest:contract name="siteinfo-last-published"/>
+        </forrest:hook>
         <forrest:hook class="copyright">
           <forrest:contract name="siteinfo-copyright">
             <forrest:properties contract="siteinfo-copyright">
@@ -282,7 +287,6 @@
             </forrest:property>
           </forrest:properties>
         </forrest:contract>
-        <forrest:contract name="siteinfo-last-published"/>
         <forrest:contract name="siteinfo-feedback">
           <forrest:properties contract="siteinfo-feedback">
             <forrest:property name="siteinfo-feedback">

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/src/documentation/content/xdocs/index.xml?rev=321141&r1=321140&r2=321141&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/src/documentation/content/xdocs/index.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/src/documentation/content/xdocs/index.xml Fri Oct 14 08:01:09 2005
@@ -63,7 +63,7 @@
 <li>Change the css in <![CDATA[<xsl:template name="nav-main-css">]]>. I tried but
 the result is not nice. If you succeed please change the name of the
 contract to "nav-main-div", add the patch to the issue-tracker and I add
-the new contract to the themes plugin. ;-)</li>
+the new contract to the themer plugin. ;-)</li>
 	</ol>
 </section>
 	

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/src/documentation/content/xdocs/site.xml?rev=321141&r1=321140&r2=321141&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/src/documentation/content/xdocs/site.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/src/documentation/content/xdocs/site.xml Fri Oct 14 08:01:09 2005
@@ -30,10 +30,10 @@
 See http://forrest.apache.org/docs/linking.html for more info
 -->
 
-<site label="org.apache.forrest.plugin.output.themes" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="">
+<site label="org.apache.forrest.plugin.output.themer" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="">
 
   <about label="About">
-    <index label="Index" href="index.html" description="Welcome to org.apache.forrest.plugin.output.themes"/>
+    <index label="Index" href="index.html" description="Welcome to org.apache.forrest.plugin.output.themer"/>
     <changes label="Changes" href="changes.html" description="History of Changes" />
     <todo label="Todo" href="todo.html" description="Todo List" />
   </about>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/src/documentation/skinconf.xml?rev=321141&r1=321140&r2=321141&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/src/documentation/skinconf.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/src/documentation/skinconf.xml Fri Oct 14 08:01:09 2005
@@ -30,7 +30,7 @@
     no search box. @domain will enable sitesearch for the specific domain with google.
     In other words google will search the @domain for the query string.
   -->
-  <search name="org.apache.forrest.plugin.output.themes Plugin" domain="mydomain" provider="google"/>
+  <search name="org.apache.forrest.plugin.output.themer Plugin" domain="mydomain" provider="google"/>
 
   <!-- Disable the print link? If enabled, invalid HTML 4.0.1 -->
   <disable-print-link>true</disable-print-link>  
@@ -66,9 +66,9 @@
 
   <!-- mandatory project logo
        default skin: renders it at the top -->
-  <project-name>Plugin: themes output</project-name>
-  <project-description>org.apache.forrest.plugin.output.themes plugin for Apache Forrest</project-description>
-  <project-url>http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.output.themes/</project-url>
+  <project-name>Plugin: themer output</project-name>
+  <project-description>org.apache.forrest.plugin.output.themer plugin for Apache Forrest</project-description>
+  <project-url>http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.output.themer/</project-url>
   <project-logo>images/project.png</project-logo>
   <!-- Alternative static image:
   <project-logo>images/project-logo.gif</project-logo> -->
@@ -113,7 +113,7 @@
   <trail>
     <link1 name="Apache Forrest" href="http://forrest.apache.org/"/>
     <link2 name="Plugins" href="http://forrest.apache.org/docs/plugins/"/>
-    <link3 name="org.apache.forrest.plugin.output.themes" href="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.output.themes/"/>
+    <link3 name="org.apache.forrest.plugin.output.themer" href="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.output.themer/"/>
   </trail>
 
   <!-- Configure the TOC, i.e. the Table of Contents.