Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 30466 invoked from network); 17 Mar 2005 04:26:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 17 Mar 2005 04:26:52 -0000 Received: (qmail 61611 invoked by uid 500); 17 Mar 2005 04:26:51 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 61528 invoked by uid 500); 17 Mar 2005 04:26:51 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 61506 invoked by uid 99); 17 Mar 2005 04:26:50 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 16 Mar 2005 20:26:49 -0800 Received: (qmail 30420 invoked by uid 65534); 17 Mar 2005 04:26:48 -0000 Message-ID: <20050317042648.30419.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Mailer: svnmailer-1.0.0-dev Date: Thu, 17 Mar 2005 04:26:48 -0000 Subject: svn commit: r157889 - in forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org: ./ resources/stylesheets/ src/documentation/content/xdocs/ src/documentation/content/xdocs/samples/ To: svn@forrest.apache.org From: crossley@apache.org X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: crossley Date: Wed Mar 16 20:26:46 2005 New Revision: 157889 URL: http://svn.apache.org/viewcvs?view=3Drev&rev=3D157889 Log: Support Forrest HowTo docs via OpenOffice.org Writer documents. Contributed by: Ferdinand Soethe Issue: FOR-464 Added: forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/src/docu= mentation/content/xdocs/samples/openoffice-writer-howto.sxw (with props) Modified: forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/resource= s/stylesheets/openoffice-common2forrest.xsl forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/resource= s/stylesheets/openoffice-writer2forrest.xsl forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/src/docu= mentation/content/xdocs/samples/index.xml forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/src/docu= mentation/content/xdocs/site.xml forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/status.x= ml Modified: forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/re= sources/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=3Ddiff&r1=3D157888&r2=3D157889 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/resource= s/stylesheets/openoffice-common2forrest.xsl (original) +++ forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/resource= s/stylesheets/openoffice-common2forrest.xsl Wed Mar 16 20:26:46 2005 @@ -19,6 +19,9 @@ + =20 + + =20 + + + + + =20 + + + @@ -57,8 +68,31 @@ +--> - - =20 + + +
+ + <xsl:choose> + <xsl:when test=3D"/office:document/office:meta/dc:title = =3D '' or not(/office:document/office:meta/dc:title)"> + <xsl:value-of select=3D"$filename"/> + </xsl:when> + <xsl:otherwise> + <xsl:value-of select=3D"/office:document/office:meta/dc:= title"/> + </xsl:otherwise> + </xsl:choose> + +
+ Overview +

+ +

+
+
+ =20 +
=20 + =20 + =20
=20 @@ -71,6 +105,7 @@
+ =20 @@ -78,29 +113,26 @@ + =20 - - -
- hugo - - - - -
-
- -
- - <xsl:apply-templates/> - - - -
-
-
+ =20 + =20 +
=20 + + <xsl:apply-templates/> + + + + + The previous heading is more than one level below the heading be= fore it. To remove this fixme, correct the structuring of your document. + + + + +
+ =20
=20 + + + + + + =20 =20 + =20 + + + + =20 + =20 + =20 + + +

+ +

+
=20 + =20
Modified: forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/sr= c/documentation/content/xdocs/samples/index.xml URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest= .plugin.OpenOffice.org/src/documentation/content/xdocs/samples/index.xml?vi= ew=3Ddiff&r1=3D157888&r2=3D157889 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/src/docu= mentation/content/xdocs/samples/index.xml (original) +++ forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/src/docu= mentation/content/xdocs/samples/index.xml Wed Mar 16 20:26:46 2005 @@ -23,6 +23,7 @@ =20 Added: forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/src/d= ocumentation/content/xdocs/samples/openoffice-writer-howto.sxw URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest= .plugin.OpenOffice.org/src/documentation/content/xdocs/samples/openoffice-w= riter-howto.sxw?view=3Dauto&rev=3D157889 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D Binary file - no diff available. Propchange: forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/= src/documentation/content/xdocs/samples/openoffice-writer-howto.sxw ---------------------------------------------------------------------------= --- svn:mime-type =3D application/octet-stream Modified: forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/sr= c/documentation/content/xdocs/site.xml URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest= .plugin.OpenOffice.org/src/documentation/content/xdocs/site.xml?view=3Ddiff= &r1=3D157888&r2=3D157889 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/src/docu= mentation/content/xdocs/site.xml (original) +++ forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/src/docu= mentation/content/xdocs/site.xml Wed Mar 16 20:26:46 2005 @@ -41,6 +41,7 @@ + =20 Modified: forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/st= atus.xml URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest= .plugin.OpenOffice.org/status.xml?view=3Ddiff&r1=3D157888&r2=3D157889 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/status.x= ml (original) +++ forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/status.x= ml Wed Mar 16 20:26:46 2005 @@ -24,6 +24,10 @@ =20 + + Support Forrest HowTo docs via OpenOffice.org Writer documents. + Support embedded images in documents.