rgardler | 1 Apr 2005 01:08
Picon
Favicon
Gravatar

svn commit: r159649 - forrest/trunk/main/webapp/skins/common/xslt/fo/document2fo.xsl

Author: rgardler
Date: Thu Mar 31 15:08:04 2005
New Revision: 159649

URL: http://svn.apache.org/viewcvs?view=rev&rev=159649
Log:
handle non-standard intermediate format from OOo (temporary wokraround see issue FOR-433) - thanks to
Florian G. Haas

Modified:
    forrest/trunk/main/webapp/skins/common/xslt/fo/document2fo.xsl

Modified: forrest/trunk/main/webapp/skins/common/xslt/fo/document2fo.xsl
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/skins/common/xslt/fo/document2fo.xsl?view=diff&r1=159648&r2=159649
==============================================================================
--- forrest/trunk/main/webapp/skins/common/xslt/fo/document2fo.xsl (original)
+++ forrest/trunk/main/webapp/skins/common/xslt/fo/document2fo.xsl Thu Mar 31 15:08:04 2005
 <at>  <at>  -954,4 +954,16  <at>  <at> 
    </fo:block>
  </xsl:template>

+<!-- ====================================================================== -->
+<!-- Temporary section - subject to change on short notice  -->
+<!-- ====================================================================== -->
+
+ <xsl:template match="//style"> 
+   <!-- HACK: The OpenOffice.org input plugin currently produces
+   intermediate documents that contain a style element, invalid per
+   the Forrest Document DTD. This style element must be ignored
+   here. To find out why this is done this way, read the comments
(Continue reading)

rgardler | 1 Apr 2005 01:19
Picon
Favicon
Gravatar

svn commit: r159650 - forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/resources/stylesheets/openoffice-common2forrest.xsl

Author: rgardler
Date: Thu Mar 31 15:19:45 2005
New Revision: 159650

URL: http://svn.apache.org/viewcvs?view=rev&rev=159650
Log:
style attributes are legal in Document V2.0

Modified:
    forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/resources/stylesheets/openoffice-common2forrest.xsl

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/resources/stylesheets/openoffice-common2forrest.xsl
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/resources/stylesheets/openoffice-common2forrest.xsl?view=diff&r1=159649&r2=159650
==============================================================================
---
forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/resources/stylesheets/openoffice-common2forrest.xsl (original)
+++
forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/resources/stylesheets/openoffice-common2forrest.xsl
Thu Mar 31 15:19:45 2005
 <at>  <at>  -256,14 +256,9  <at>  <at> 
   <!-- ==================================================================== -->

   <xsl:template match=" <at> text:style-name">
-    <!-- class attributes on source document elements will be
-    available when Forrest's source document format is changed to
-    XHTML. -->
-    <!--
     <xsl:attribute name="class">
       <xsl:value-of select="."/>
     </xsl:attribute>
(Continue reading)

brondsem | 1 Apr 2005 05:05
Picon
Favicon

svn commit: r159657 - forrest/trunk/site-author/content/xdocs/tabs.xml

Author: brondsem
Date: Thu Mar 31 19:05:22 2005
New Revision: 159657

URL: http://svn.apache.org/viewcvs?view=rev&rev=159657
Log:
use a relative URL

Modified:
    forrest/trunk/site-author/content/xdocs/tabs.xml

Modified: forrest/trunk/site-author/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/tabs.xml?view=diff&r1=159656&r2=159657
==============================================================================
--- forrest/trunk/site-author/content/xdocs/tabs.xml (original)
+++ forrest/trunk/site-author/content/xdocs/tabs.xml Thu Mar 31 19:05:22 2005
 <at>  <at>  -35,7 +35,7  <at>  <at> 

     <tab id="home" label="Welcome" dir=""/>
     <tab id="project" label="Project" dir="" indexfile="contrib.html"/>
-    <tab id="docs" label="Documentation" href="http://forrest.apache.org/docs"/><!-- change to
/docs/0.7 after we make the 0.7 release and get rid of 0.6 doc structure -->
-    <tab id="howto" label="How-To" href="http://forrest.apache.org/howto"/><!-- change to
/docs/0.7/howto -->
+    <tab id="docs" label="Documentation" href="/docs"/><!-- change to /docs/0.7 after we make the 0.7
release and get rid of 0.6 doc structure -->
+    <tab id="howto" label="How-To" href="/howto"/><!-- change to /docs/0.7/howto -->

 </tabs>

(Continue reading)

crossley | 1 Apr 2005 06:36
Picon
Favicon

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

Author: crossley
Date: Thu Mar 31 20:36:52 2005
New Revision: 159661

URL: http://svn.apache.org/viewcvs?view=rev&rev=159661
Log:
There is no action/ <at> type=removed in Status DTD, so merge the item about removing "fbits" plugin.
Fix some other typos.

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&r1=159660&r2=159661
==============================================================================
--- forrest/trunk/docs-author/status.xml (original)
+++ forrest/trunk/docs-author/status.xml Thu Mar 31 20:36:52 2005
 <at>  <at>  -52,18 +52,16  <at>  <at> 
         <link href="site:upgrading_07">upgrading to v0.7</link>
       </action>
       <action dev="TS" type="add" context="plugins">
-        Added crontracts and nuggets to the view plugin.
+        Added contracts and nuggets to the views plugin.
       </action>
       <action dev="TS" type="add" context="plugins">
-        Created a new plugin org.apache.forrest.plugin.views from the fbits core.
-      </action>
-      <action dev="TS" type="removed" context="plugins">
-        Deleted the fbits plugin.
+        Created a new plugin org.apache.forrest.plugin.views from the fbits core
(Continue reading)

crossley | 1 Apr 2005 06:46
Picon
Favicon

svn commit: r159663 - in forrest/trunk: docs-author/skinconf.xml site-author/skinconf.xml

Author: crossley
Date: Thu Mar 31 20:46:19 2005
New Revision: 159663

URL: http://svn.apache.org/viewcvs?view=rev&rev=159663
Log:
Disable navigation icons on all external links.
Due to FOR-463 "Forrest Skin renders poorly in IE 5"
Various people have complained with other browsers too.

Modified:
    forrest/trunk/docs-author/skinconf.xml
    forrest/trunk/site-author/skinconf.xml

Modified: forrest/trunk/docs-author/skinconf.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/docs-author/skinconf.xml?view=diff&r1=159662&r2=159663
==============================================================================
--- forrest/trunk/docs-author/skinconf.xml (original)
+++ forrest/trunk/docs-author/skinconf.xml Thu Mar 31 20:46:19 2005
 <at>  <at>  -44,7 +44,7  <at>  <at> 
   <disable-xml-link>true</disable-xml-link>

   <!-- Disable navigation icons on all external links? -->
-  <disable-external-link-image>false</disable-external-link-image>
+  <disable-external-link-image>true</disable-external-link-image>

   <!-- Disable w3c compliance links? -->
   <disable-compliance-links>false</disable-compliance-links>

Modified: forrest/trunk/site-author/skinconf.xml
(Continue reading)

crossley | 1 Apr 2005 11:05
Picon
Favicon

svn commit: r159667 - forrest/trunk/site-author/content/xdocs/license.xml

Author: crossley
Date: Fri Apr  1 01:05:15 2005
New Revision: 159667

URL: http://svn.apache.org/viewcvs?view=rev&rev=159667
Log:
Accompanying product licenses have moved from the "legal" directory to "lib" directories.

Modified:
    forrest/trunk/site-author/content/xdocs/license.xml

Modified: forrest/trunk/site-author/content/xdocs/license.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/license.xml?view=diff&r1=159666&r2=159667
==============================================================================
--- forrest/trunk/site-author/content/xdocs/license.xml (original)
+++ forrest/trunk/site-author/content/xdocs/license.xml Fri Apr  1 01:05:15 2005
 <at>  <at>  -1,6 +1,6  <at>  <at> 
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright 2002-2004 The Apache Software Foundation or its licensors,
+  Copyright 2002-2005 The Apache Software Foundation or its licensors,
   as applicable.

   Licensed under the Apache License, Version 2.0 (the "License");
 <at>  <at>  -27,7 +27,7  <at>  <at> 
     The Forrest distribution is licensed according to the liberal
     Apache License. See the files in the top-level of the Forrest
     distribution called LICENSE.txt (copy shown below) and NOTICE.txt
-    and see licenses for accompanying products in the "legal" directory.
+    and see licenses for accompanying products in the "lib" directories.
(Continue reading)

rick | 2 Apr 2005 03:41
Picon
Favicon

svn commit: r159747 - forrest/trunk/bin/forrest

Author: rick
Date: Fri Apr  1 17:41:00 2005
New Revision: 159747

URL: http://svn.apache.org/viewcvs?view=rev&rev=159747
Log:
export the FORREST_HOME environment variable to make it available to
ant.  "forrest" was failing under Linux saying that it couldn't find
${env.FORREST_HOME}.

This corrects the problem.

Modified:
    forrest/trunk/bin/forrest

Modified: forrest/trunk/bin/forrest
URL: http://svn.apache.org/viewcvs/forrest/trunk/bin/forrest?view=diff&r1=159746&r2=159747
==============================================================================
--- forrest/trunk/bin/forrest (original)
+++ forrest/trunk/bin/forrest Fri Apr  1 17:41:00 2005
 <at>  <at>  -93,7 +93,7  <at>  <at> 

 echo "Apache Forrest.  Run 'forrest -projecthelp' to list options"
 echo
-FORREST_HOME="$FORREST_HOME"
+export FORREST_HOME
 "$ANT_HOME/bin/ant" --noconfig -buildfile "$ANTFILE" -Dbasedir="$PROJECT_HOME" -emacs $ <at> 
 RESULT=$?

(Continue reading)

crossley | 2 Apr 2005 07:30
Picon
Favicon

svn commit: r159757 - in forrest/trunk/site-author/content: dtd/ entity/

Author: crossley
Date: Fri Apr  1 21:30:27 2005
New Revision: 159757

URL: http://svn.apache.org/viewcvs?view=rev&rev=159757
Log:
These index.html and .htaccess have now moved
to trunk/main/webapp/resources/schema/dtd/
The webspace at /www/forrest.apache.org/dtd/ is 'svn co' of that.
Ditto for /entity/

Removed:
    forrest/trunk/site-author/content/dtd/
    forrest/trunk/site-author/content/entity/


crossley | 2 Apr 2005 08:54
Picon
Favicon

svn commit: r159761 - in forrest/trunk/docs-author/content/xdocs: build.xml primer.xml site.xml skins.xml your-project.xml

Author: crossley
Date: Fri Apr  1 22:54:57 2005
New Revision: 159761

URL: http://svn.apache.org/viewcvs?view=rev&rev=159761
Log:
Fix some broken site: and ext: links (relics of the documentation split).

Modified:
    forrest/trunk/docs-author/content/xdocs/build.xml
    forrest/trunk/docs-author/content/xdocs/primer.xml
    forrest/trunk/docs-author/content/xdocs/site.xml
    forrest/trunk/docs-author/content/xdocs/skins.xml
    forrest/trunk/docs-author/content/xdocs/your-project.xml

Modified: forrest/trunk/docs-author/content/xdocs/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/docs-author/content/xdocs/build.xml?view=diff&r1=159760&r2=159761
==============================================================================
--- forrest/trunk/docs-author/content/xdocs/build.xml (original)
+++ forrest/trunk/docs-author/content/xdocs/build.xml Fri Apr  1 22:54:57 2005
 <at>  <at>  -51,7 +51,7  <at>  <at> 
       <section id="snapshot">
         <title>Using source snapshots</title>
         <p>It is preferable to use SVN, but if you cannot for some reason, then
-          <link href="site:download">source snapshots</link> are available
+          <link href="ext:forrest/download">source snapshots</link> are available
           (automatically packed every six hours).
         </p>
       </section>

(Continue reading)

crossley | 2 Apr 2005 09:34
Picon
Favicon

svn commit: r159762 - in forrest/trunk/site-author/content/xdocs: flyer.xml index.xml mail-lists.xml site.xml

Author: crossley
Date: Fri Apr  1 23:34:58 2005
New Revision: 159762

URL: http://svn.apache.org/viewcvs?view=rev&rev=159762
Log:
Fix some broken site: and ext: links (relics of the documentation split).

Modified:
    forrest/trunk/site-author/content/xdocs/flyer.xml
    forrest/trunk/site-author/content/xdocs/index.xml
    forrest/trunk/site-author/content/xdocs/mail-lists.xml
    forrest/trunk/site-author/content/xdocs/site.xml

Modified: forrest/trunk/site-author/content/xdocs/flyer.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/flyer.xml?view=diff&r1=159761&r2=159762
==============================================================================
--- forrest/trunk/site-author/content/xdocs/flyer.xml (original)
+++ forrest/trunk/site-author/content/xdocs/flyer.xml Fri Apr  1 23:34:58 2005
 <at>  <at>  -48,7 +48,7  <at>  <at> 
     <ul>
       <li>Multiple task-specific source XML formats can be used
        (<a href="site:howto">How-To</a>,
-        <a href="site:faq"><acronym title="Frequently Asked
+        <a href="ext:forrest/docs/faq"><acronym title="Frequently Asked
             Questions">FAQ</acronym></a>,
         <a href="site:changes">changelogs</a> and
         <a href="site:todo">todo lists</a> supported natively).

Modified: forrest/trunk/site-author/content/xdocs/index.xml
(Continue reading)


Gmane