svn commit: r159571 - forrest/site/plugins/plugins.xml

2005-03-31 Thread thorsten
Author: thorsten
Date: Thu Mar 31 00:24:37 2005
New Revision: 159571

URL: http://svn.apache.org/viewcvs?view=revrev=159571
Log:
Deployment plugins descriptor file (plugins.xml) (deployed by 
'deploy-plugins.xml' target of plugin build script)

Modified:
forrest/site/plugins/plugins.xml

Modified: forrest/site/plugins/plugins.xml
URL: 
http://svn.apache.org/viewcvs/forrest/site/plugins/plugins.xml?view=diffr1=159570r2=159571
==
--- forrest/site/plugins/plugins.xml (original)
+++ forrest/site/plugins/plugins.xml Thu Mar 31 00:24:37 2005
@@ -186,7 +186,7 @@
 /description
 forrestVersion0.7/forrestVersion
   /plugin
-  
+
   plugin name=org.apache.forrest.plugin.text-output
 type=output
 author=Apache Forrest Project
@@ -198,7 +198,7 @@
 /description
 forrestVersion0.7/forrestVersion
   /plugin
-  
+
   plugin name=org.apache.forrest.plugin.fbits
 type=output
 author=Apache Forrest Project




svn commit: r159574 - forrest/site/plugins/plugins.xml

2005-03-31 Thread thorsten
Author: thorsten
Date: Thu Mar 31 01:50:46 2005
New Revision: 159574

URL: http://svn.apache.org/viewcvs?view=revrev=159574
Log:
Deployment plugins descriptor file (plugins.xml) (deployed by 
'deploy-plugins.xml' target of plugin build script)

Modified:
forrest/site/plugins/plugins.xml

Modified: forrest/site/plugins/plugins.xml
URL: 
http://svn.apache.org/viewcvs/forrest/site/plugins/plugins.xml?view=diffr1=159573r2=159574
==
--- forrest/site/plugins/plugins.xml (original)
+++ forrest/site/plugins/plugins.xml Thu Mar 31 01:50:46 2005
@@ -199,18 +199,6 @@
 forrestVersion0.7/forrestVersion
   /plugin
 
-  plugin name=org.apache.forrest.plugin.fbits
-type=output
-author=Apache Forrest Project
-website=http://forrest.apache.org;
-url=http://forrest.apache.org/plugins/;
-version=0.1-dev
-description
-  Allow Forrest documents to output fbits that are used in e.g. leather. 
-/description
-forrestVersion0.7/forrestVersion
-  /plugin
-  
   plugin name=s5
 type=output
 author=Ross Gardler




svn commit: r159576 - forrest/site/plugins/plugins.xml

2005-03-31 Thread thorsten
Author: thorsten
Date: Thu Mar 31 01:55:03 2005
New Revision: 159576

URL: http://svn.apache.org/viewcvs?view=revrev=159576
Log:
Deployment plugins descriptor file (plugins.xml) (deployed by 
'deploy-plugins.xml' target of plugin build script)

Modified:
forrest/site/plugins/plugins.xml

Modified: forrest/site/plugins/plugins.xml
URL: 
http://svn.apache.org/viewcvs/forrest/site/plugins/plugins.xml?view=diffr1=159575r2=159576
==
--- forrest/site/plugins/plugins.xml (original)
+++ forrest/site/plugins/plugins.xml Thu Mar 31 01:55:03 2005
@@ -198,7 +198,19 @@
 /description
 forrestVersion0.7/forrestVersion
   /plugin
-
+  
+   plugin name=org.apache.forrest.plugin.views
+type=output
+author=Apache Forrest Project
+website=http://forrest.apache.org;
+url=http://forrest.apache.org/plugins/;
+version=0.7
+description
+  Allow Forrest to use page specific views and contracts. Next generation 
skining.
+/description
+forrestVersion0.1/forrestVersion
+  /plugin
+  
   plugin name=s5
 type=output
 author=Ross Gardler




svn commit: r159611 - in forrest/trunk/plugins/org.apache.forrest.plugin.projectInfo/resources/stylesheets: changes2document.xsl todo2document.xsl

2005-03-31 Thread rgardler
Author: rgardler
Date: Thu Mar 31 08:16:14 2005
New Revision: 159611

URL: http://svn.apache.org/viewcvs?view=revrev=159611
Log:
add copyover template instead of importing (fixes FOR-473, thanks to Cyriaque 
Dupoirieux)

Modified:

forrest/trunk/plugins/org.apache.forrest.plugin.projectInfo/resources/stylesheets/changes2document.xsl

forrest/trunk/plugins/org.apache.forrest.plugin.projectInfo/resources/stylesheets/todo2document.xsl

Modified: 
forrest/trunk/plugins/org.apache.forrest.plugin.projectInfo/resources/stylesheets/changes2document.xsl
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.projectInfo/resources/stylesheets/changes2document.xsl?view=diffr1=159610r2=159611
==
--- 
forrest/trunk/plugins/org.apache.forrest.plugin.projectInfo/resources/stylesheets/changes2document.xsl
 (original)
+++ 
forrest/trunk/plugins/org.apache.forrest.plugin.projectInfo/resources/stylesheets/changes2document.xsl
 Thu Mar 31 08:16:14 2005
@@ -18,10 +18,7 @@
 
 xsl:stylesheet
 xmlns:xsl=http://www.w3.org/1999/XSL/Transform;
-version=1.0
-
- xsl:import href=copyover.xsl/
- 
+version=1.0 
 
  !-- FIXME (JJP):  bugzilla is hardwired --
  xsl:variable name=bugzilla 
select='http://issues.apache.org/bugzilla/buglist.cgi?bug_id='/
@@ -124,5 +121,11 @@
  /xsl:otherwise
/xsl:choose
  /xsl:template
+
+  xsl:template match=@*|*|text()|processing-instruction()|comment()
+xsl:copy
+  xsl:apply-templates 
select=@*|*|text()|processing-instruction()|comment()/
+/xsl:copy
+  /xsl:template
 
 /xsl:stylesheet

Modified: 
forrest/trunk/plugins/org.apache.forrest.plugin.projectInfo/resources/stylesheets/todo2document.xsl
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.projectInfo/resources/stylesheets/todo2document.xsl?view=diffr1=159610r2=159611
==
--- 
forrest/trunk/plugins/org.apache.forrest.plugin.projectInfo/resources/stylesheets/todo2document.xsl
 (original)
+++ 
forrest/trunk/plugins/org.apache.forrest.plugin.projectInfo/resources/stylesheets/todo2document.xsl
 Thu Mar 31 08:16:14 2005
@@ -20,8 +20,6 @@
 xmlns:xsl=http://www.w3.org/1999/XSL/Transform;
 version=1.0
 
- xsl:import href=copyover.xsl/
-
  xsl:template match=/
   xsl:apply-templates select=//todo/
  /xsl:template
@@ -51,5 +49,11 @@
/ul
   /section
  /xsl:template
+
+  xsl:template match=@*|*|text()|processing-instruction()|comment()
+xsl:copy
+  xsl:apply-templates 
select=@*|*|text()|processing-instruction()|comment()/
+/xsl:copy
+  /xsl:template
 
 /xsl:stylesheet




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

2005-03-31 Thread rgardler
Author: rgardler
Date: Thu Mar 31 14:35:19 2005
New Revision: 159647

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

Modified:

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

forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/resources/stylesheets/openoffice-writer2forrest.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=diffr1=159646r2=159647
==
--- 
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 14:35:19 2005
@@ -256,12 +256,20 @@
   !--  --
   
   xsl:template match=@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
+--
   /xsl:template
   
   xsl:template name=style
+!-- HACK: This makes intermediate documents invalid per the
+Forrest Document DTD. To find out why this is done this way
+nonetheless, read the comments attached to issue FOR-433. --
 style
   xsl:apply-templates select=//office:styles/style:style/
   xsl:apply-templates select=//office:automatic-styles/style:style/

Modified: 
forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/resources/stylesheets/openoffice-writer2forrest.xsl
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/resources/stylesheets/openoffice-writer2forrest.xsl?view=diffr1=159646r2=159647
==
--- 
forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/resources/stylesheets/openoffice-writer2forrest.xsl
 (original)
+++ 
forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/resources/stylesheets/openoffice-writer2forrest.xsl
 Thu Mar 31 14:35:19 2005
@@ -104,7 +104,7 @@
   |   XHTML2 anyway ... (RP)
   +--
   xsl:template match=text:[EMAIL PROTECTED]:style-name='Forrest: Fixme']
-fixme
+fixme author=
   xsl:apply-templates/
 /fixme
   /xsl:template




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

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

URL: http://svn.apache.org/viewcvs?view=revrev=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=diffr1=159649r2=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
@@ -256,14 +256,9 @@
   !--  --
   
   xsl:template match=@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
---
   /xsl:template
   
   xsl:template name=style




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

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

URL: http://svn.apache.org/viewcvs?view=revrev=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=diffr1=159656r2=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
@@ -35,7 +35,7 @@
 
 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




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

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

URL: http://svn.apache.org/viewcvs?view=revrev=159661
Log:
There is no action/@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=diffr1=159660r2=159661
==
--- forrest/trunk/docs-author/status.xml (original)
+++ forrest/trunk/docs-author/status.xml Thu Mar 31 20:36:52 2005
@@ -52,18 +52,16 @@
 link href=site:upgrading_07upgrading 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
+and removed the fbits plugin.
   /action
   action dev=RDG type=update context=skins
 Add FAQ about pageBreakBefore and pageBreakAfter class int PDF 
 documents and describe how to enable the page break behaviour in HTML
-docuemnts.
+documents.
   /action
   action dev=RDG type=update context=skins
 Use pageBreakBefore and pageBreakAfter class to sections to force a