rick | 1 Dec 2004 21:18
Picon
Favicon

svn commit: r109375 - /forrest/trunk/main/webapp/skins/common/xslt/html/site2xhtml.xsl /forrest/trunk/main/webapp/skins/pelt/xslt/html/site2xhtml.xsl /forrest/trunk/main/webapp/skins/tigris/xslt/html/site2xhtml.xsl

Author: rick
Date: Wed Dec  1 12:18:26 2004
New Revision: 109375

URL: http://svn.apache.org/viewcvs?view=rev&rev=109375
Log:
Added code to handle the text links on the pelt (and common) skins.
Corrected a typo on the tigris skin.

Modified:
   forrest/trunk/main/webapp/skins/common/xslt/html/site2xhtml.xsl
   forrest/trunk/main/webapp/skins/pelt/xslt/html/site2xhtml.xsl
   forrest/trunk/main/webapp/skins/tigris/xslt/html/site2xhtml.xsl

Modified: forrest/trunk/main/webapp/skins/common/xslt/html/site2xhtml.xsl
Url: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/skins/common/xslt/html/site2xhtml.xsl?view=diff&rev=109375&p1=forrest/trunk/main/webapp/skins/common/xslt/html/site2xhtml.xsl&r1=109374&p2=forrest/trunk/main/webapp/skins/common/xslt/html/site2xhtml.xsl&r2=109375
==============================================================================
--- forrest/trunk/main/webapp/skins/common/xslt/html/site2xhtml.xsl	(original)
+++ forrest/trunk/main/webapp/skins/common/xslt/html/site2xhtml.xsl	Wed Dec  1 12:18:26 2004
 <at>  <at>  -205,6 +205,16  <at>  <at> 
     </xsl:if>
   </xsl:template>

+  <!-- Generates the TXT link -->
+  <xsl:template match="div[ <at> id='skinconf-txtlink']">
+    <xsl:if test="$disable-txt-link = 'false'">
+      <td align="center" width="40" nowrap="nowrap"><a href="{$filename-noext}.txt" class="dida">
+        <img class="skin" src="{$skin-img-dir}/txtdoc.png" alt="TXT"/><br/>
+        TXT</a>
+      </td>
(Continue reading)

rick | 1 Dec 2004 22:27
Picon
Favicon

svn commit: r109378 - /forrest/trunk/plugins/text-output/resources/stylesheets/txt/document2txt.xsl

Author: rick
Date: Wed Dec  1 13:27:23 2004
New Revision: 109378

URL: http://svn.apache.org/viewcvs?view=rev&rev=109378
Log:
Replace &#160; entities with a space
Modified:
   forrest/trunk/plugins/text-output/resources/stylesheets/txt/document2txt.xsl

Modified: forrest/trunk/plugins/text-output/resources/stylesheets/txt/document2txt.xsl
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/text-output/resources/stylesheets/txt/document2txt.xsl?view=diff&rev=109378&p1=forrest/trunk/plugins/text-output/resources/stylesheets/txt/document2txt.xsl&r1=109377&p2=forrest/trunk/plugins/text-output/resources/stylesheets/txt/document2txt.xsl&r2=109378
==============================================================================
--- forrest/trunk/plugins/text-output/resources/stylesheets/txt/document2txt.xsl	(original)
+++ forrest/trunk/plugins/text-output/resources/stylesheets/txt/document2txt.xsl	Wed Dec  1
13:27:23 2004
 <at>  <at>  -76,8 +76,8  <at>  <at> 
   <xsl:template match="header/authors">
     <xsl:for-each select="person">
       <xsl:choose>
-        <xsl:when test="position()=1">by&#160;</xsl:when>
-        <xsl:otherwise>,&#160;</xsl:otherwise>
+        <xsl:when test="position()=1">by </xsl:when>
+        <xsl:otherwise>, </xsl:otherwise>
       </xsl:choose>
       <xsl:value-of select=" <at> name"/>
     </xsl:for-each>

rick | 1 Dec 2004 22:29
Picon
Favicon

svn commit: r109379 - /forrest/trunk/docs-author/status.xml

Author: rick
Date: Wed Dec  1 13:29:46 2004
New Revision: 109379

URL: http://svn.apache.org/viewcvs?view=rev&rev=109379
Log:
Added the text-output plugin
Modified:
   forrest/trunk/docs-author/status.xml

Modified: forrest/trunk/docs-author/status.xml
Url: http://svn.apache.org/viewcvs/forrest/trunk/docs-author/status.xml?view=diff&rev=109379&p1=forrest/trunk/docs-author/status.xml&r1=109378&p2=forrest/trunk/docs-author/status.xml&r2=109379
==============================================================================
--- forrest/trunk/docs-author/status.xml	(original)
+++ forrest/trunk/docs-author/status.xml	Wed Dec  1 13:29:46 2004
 <at>  <at>  -34,7 +34,8  <at>  <at> 
     <person name="Reinhard P&#246;tz"   email="reinhard <at> apache.org"     id="RP"/>    
     <person name="Ross Gardler"         email="rgardler <at> apache.org"     id="RDG"/>
     <person name="Thorsten Scherler"    email="thorsten <at> apache.org"     id="TS"/>
-	
+    <person name="Rick Tessner"         email="rick <at> apache.org"         id="RFT"/>
+
     <person name="Volunteer needed"   email="forrest-dev <at> xml.apache.org" id="open"/>
   </developers>

 <at>  <at>  -44,6 +45,9  <at>  <at> 

   <changes>
     <release version="0.7-dev" date="not yet released">
+      <action dev="RFT" type="add" context="plugins" fixes-bug="FOR-125">
(Continue reading)

cheche | 2 Dec 2004 00:37
Picon
Favicon

svn commit: r109398 - /forrest/trunk/docs-author/content/xdocs/howto/howto-buildPlugin.xml

Author: cheche
Date: Wed Dec  1 15:37:09 2004
New Revision: 109398

URL: http://svn.apache.org/viewcvs?view=rev&rev=109398
Log:
fix an error validation

Modified:
   forrest/trunk/docs-author/content/xdocs/howto/howto-buildPlugin.xml

Modified: forrest/trunk/docs-author/content/xdocs/howto/howto-buildPlugin.xml
Url: http://svn.apache.org/viewcvs/forrest/trunk/docs-author/content/xdocs/howto/howto-buildPlugin.xml?view=diff&rev=109398&p1=forrest/trunk/docs-author/content/xdocs/howto/howto-buildPlugin.xml&r1=109397&p2=forrest/trunk/docs-author/content/xdocs/howto/howto-buildPlugin.xml&r2=109398
==============================================================================
--- forrest/trunk/docs-author/content/xdocs/howto/howto-buildPlugin.xml	(original)
+++ forrest/trunk/docs-author/content/xdocs/howto/howto-buildPlugin.xml	Wed Dec  1 15:37:09 2004
 <at>  <at>  -182,7 +182,7  <at>  <at> 
         <code>sitemap.xmap</code>.</p>
         <p>If you want to use the realpath where the sitemap.xmap of your plugin 
         resides then you have to use 
-        <source>{forrest:plugins}/PLUGIN_NAME</source> instead of <source>{realpath:/}</source>.
+        <code>{forrest:plugins}/PLUGIN_NAME</code> instead of <code>{realpath:/}</code>.
         </p>
         <p>See the examples below for more details.</p>
       </section>

rgardler | 2 Dec 2004 02:18
Picon
Favicon
Gravatar

svn commit: r109412 - in forrest/trunk/plugins/OpenOffice.org/resources/stylesheets: . aggregates

Author: rgardler
Date: Wed Dec  1 17:18:50 2004
New Revision: 109412

URL: http://svn.apache.org/viewcvs?view=rev&rev=109412
Log:
removing mistakenly committed resources
Removed:
   forrest/trunk/plugins/OpenOffice.org/resources/stylesheets/aggregateToRSS20.xsl
   forrest/trunk/plugins/OpenOffice.org/resources/stylesheets/aggregates/
   forrest/trunk/plugins/OpenOffice.org/resources/stylesheets/rss20ToSnippet.xsl
   forrest/trunk/plugins/OpenOffice.org/resources/stylesheets/rss20ToXdoc.xsl

Deleted: /forrest/trunk/plugins/OpenOffice.org/resources/stylesheets/aggregateToRSS20.xsl
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/OpenOffice.org/resources/stylesheets/aggregateToRSS20.xsl?view=auto&rev=109411
==============================================================================

Deleted: /forrest/trunk/plugins/OpenOffice.org/resources/stylesheets/rss20ToSnippet.xsl
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/OpenOffice.org/resources/stylesheets/rss20ToSnippet.xsl?view=auto&rev=109411
==============================================================================

Deleted: /forrest/trunk/plugins/OpenOffice.org/resources/stylesheets/rss20ToXdoc.xsl
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/OpenOffice.org/resources/stylesheets/rss20ToXdoc.xsl?view=auto&rev=109411
==============================================================================

rgardler | 2 Dec 2004 02:19
Picon
Favicon
Gravatar

svn commit: r109413 - in forrest/trunk/plugins/OpenOffice.org: . docs docs/src src src/documentation/content/xdocs/samples

Author: rgardler
Date: Wed Dec  1 17:19:54 2004
New Revision: 109413

URL: http://svn.apache.org/viewcvs?view=rev&rev=109413
Log:
moving docs to root directory
Added:
   forrest/trunk/plugins/OpenOffice.org/forrest.properties
      - copied unchanged from r109397, forrest/trunk/plugins/OpenOffice.org/docs/forrest.properties
   forrest/trunk/plugins/OpenOffice.org/src/
      - copied from r109397, forrest/trunk/plugins/OpenOffice.org/docs/src/
   forrest/trunk/plugins/OpenOffice.org/status.xml
      - copied unchanged from r109397, forrest/trunk/plugins/OpenOffice.org/docs/status.xml
Removed:
   forrest/trunk/plugins/OpenOffice.org/docs/forrest.properties
   forrest/trunk/plugins/OpenOffice.org/docs/src/
   forrest/trunk/plugins/OpenOffice.org/docs/status.xml
Modified:
   forrest/trunk/plugins/OpenOffice.org/src/documentation/content/xdocs/samples/openoffice-impress.sxi

Deleted: /forrest/trunk/plugins/OpenOffice.org/docs/forrest.properties
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/OpenOffice.org/docs/forrest.properties?view=auto&rev=109412
==============================================================================

Deleted: /forrest/trunk/plugins/OpenOffice.org/docs/status.xml
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/OpenOffice.org/docs/status.xml?view=auto&rev=109412
==============================================================================

Copied: forrest/trunk/plugins/OpenOffice.org/forrest.properties (from r109397, forrest/trunk/plugins/OpenOffice.org/docs/forrest.properties)
(Continue reading)

rgardler | 2 Dec 2004 02:22
Picon
Favicon
Gravatar

svn commit: r109414 - /forrest/trunk/plugins/OpenOffice.org/docs

Author: rgardler
Date: Wed Dec  1 17:22:02 2004
New Revision: 109414

URL: http://svn.apache.org/viewcvs?view=rev&rev=109414
Log:
removing now unused docs directory (content moved to root)
Removed:
   forrest/trunk/plugins/OpenOffice.org/docs/

rgardler | 2 Dec 2004 02:22
Picon
Favicon
Gravatar

svn commit: r109415 - /forrest/trunk/plugins/OpenOffice.org/input.xmap /forrest/trunk/plugins/OpenOffice.org/resources.xmap

Author: rgardler
Date: Wed Dec  1 17:22:52 2004
New Revision: 109415

URL: http://svn.apache.org/viewcvs?view=rev&rev=109415
Log:
move handling of resources to resource.xmap
Added:
   forrest/trunk/plugins/OpenOffice.org/resources.xmap   (contents, props changed)
Modified:
   forrest/trunk/plugins/OpenOffice.org/input.xmap

Modified: forrest/trunk/plugins/OpenOffice.org/input.xmap
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/OpenOffice.org/input.xmap?view=diff&rev=109415&p1=forrest/trunk/plugins/OpenOffice.org/input.xmap&r1=109414&p2=forrest/trunk/plugins/OpenOffice.org/input.xmap&r2=109415
==============================================================================
--- forrest/trunk/plugins/OpenOffice.org/input.xmap	(original)
+++ forrest/trunk/plugins/OpenOffice.org/input.xmap	Wed Dec  1 17:22:52 2004
 <at>  <at>  -34,6 +34,7  <at>  <at> 
             <map:transform type="cinclude"/>
             <map:transform src="{forrest:plugins}/OpenOffice.org/resources/stylesheets/openoffice-writer2forrest.xsl">
               <map:parameter name="filename" value="{2}" />
+              <map:parameter name="extension" value="sxw" />
             </map:transform>
             <map:serialize type="xml-document"/>
           </map:match>
 <at>  <at>  -48,6 +49,7  <at>  <at> 
             <map:transform type="cinclude"/>
             <map:transform src="{forrest:plugins}/OpenOffice.org/resources/stylesheets/openoffice-impress2forrest.xsl">
               <map:parameter name="filename" value="{2}" />
+              <map:parameter name="extension" value="sxi" />
(Continue reading)

rgardler | 2 Dec 2004 02:28
Picon
Favicon
Gravatar

svn commit: r109416 - /forrest/trunk/plugins/OpenOffice.org /forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org

Author: rgardler
Date: Wed Dec  1 17:28:49 2004
New Revision: 109416

URL: http://svn.apache.org/viewcvs?view=rev&rev=109416
Log:
rename OpenOffice.org plugin to conform to naming conventions
Added:
   forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/
      - copied from r109415, forrest/trunk/plugins/OpenOffice.org/
Removed:
   forrest/trunk/plugins/OpenOffice.org/

rgardler | 2 Dec 2004 02:31
Picon
Favicon
Gravatar

svn commit: r109417 - /forrest/trunk/plugins/plugins.xml

Author: rgardler
Date: Wed Dec  1 17:31:33 2004
New Revision: 109417

URL: http://svn.apache.org/viewcvs?view=rev&rev=109417
Log:
rename OpenOffice.org to conform to naming conventions
Modified:
   forrest/trunk/plugins/plugins.xml

Modified: forrest/trunk/plugins/plugins.xml
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/plugins.xml?view=diff&rev=109417&p1=forrest/trunk/plugins/plugins.xml&r1=109416&p2=forrest/trunk/plugins/plugins.xml&r2=109417
==============================================================================
--- forrest/trunk/plugins/plugins.xml	(original)
+++ forrest/trunk/plugins/plugins.xml	Wed Dec  1 17:31:33 2004
 <at>  <at>  -73,7 +73,7  <at>  <at> 
     <forrestVersion>0.7</forrestVersion>
   </plugin>

-  <plugin name="OpenOffice.org"
+  <plugin name="org.apache.forrest.plugin.OpenOffice.org"
         type="input"
         author="Apache Forrest Project"
         website="http://forrest.apache.org/plugins/OpenOffice.org"


Gmane