crossley | 1 Oct 2006 09:03
Picon
Favicon

svn commit: r451722 - /forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml

Author: crossley
Date: Sun Oct  1 00:03:22 2006
New Revision: 451722

URL: http://svn.apache.org/viewvc?view=rev&rev=451722
Log:
Tag the "site" SVN too.

Modified:
    forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml

Modified: forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml?view=diff&rev=451722&r1=451721&r2=451722
==============================================================================
--- forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml (original)
+++ forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml Sun Oct  1
00:03:22 2006
 <at>  <at>  -559,16 +559,25  <at>  <at> 
                         integrate fixes and doc-changes back into trunk. wdyt?</fixme>
                 </li>
                 <li>
-                    <p>Tag SVN by doing <code>'svn copy -m "Create tag forrest_xy from release
-                            branch" \ https://svn.apache.org/repos/asf/forrest/branches/forrest_xy_branch \
-                            https://svn.apache.org/repos/asf/forrest/tags/forrest_xy'</code>
-                        where 'xy' is a compact (without the dots) form of the version number (e.g. 04,
+                    <p>Tag SVN by doing:</p>
+<source>svn copy -m "Create tag forrest_xy from release branch" \
+  https://svn.apache.org/repos/asf/forrest/branches/forrest_xy_branch \
+  https://svn.apache.org/repos/asf/forrest/tags/forrest_xy</source>
+                    <p>where 'xy' is a compact (without the dots) form of the version number (e.g. 04,
(Continue reading)

cdupoirieux | 2 Oct 2006 15:08
Picon
Favicon

svn commit: r452024 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.odt/src/documentation/content/xdocs/samples/opendocument-writer.odt

Author: cdupoirieux
Date: Mon Oct  2 06:08:27 2006
New Revision: 452024

URL: http://svn.apache.org/viewvc?view=rev&rev=452024
Log:
It was a little more complicated than I thought.
Ok, now the styles management is Ok (em, sub, sup and strong at least...)
I am going to work on the boxes (Warnings, Notes...)

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.odt/src/documentation/content/xdocs/samples/opendocument-writer.odt

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.odt/src/documentation/content/xdocs/samples/opendocument-writer.odt
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.odt/src/documentation/content/xdocs/samples/opendocument-writer.odt?view=diff&rev=452024&r1=452023&r2=452024
==============================================================================
Binary files - no diff available.

crossley | 4 Oct 2006 10:39
Picon
Favicon

svn commit: r452796 - in /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher: internal.xmap status.xml

Author: crossley
Date: Wed Oct  4 01:39:32 2006
New Revision: 452796

URL: http://svn.apache.org/viewvc?view=rev&rev=452796
Log:
i18n: Add LocaleAction action wrapper, and use the locale provided by it.
Issue: FOR-935
Contributed by: Sjur Moshagen

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/internal.xmap
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/status.xml

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/internal.xmap
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/internal.xmap?view=diff&rev=452796&r1=452795&r2=452796
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/internal.xmap (original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/internal.xmap
Wed Oct  4 01:39:32 2006
 <at>  <at>  -92,6 +92,7  <at>  <at> 
       prepares and transforms the requested contracts (themes) and populate them with the content (businessHelper).
     -->
     <map:pipeline>
+      <map:act type="locale" >
       <map:match pattern="resolve.structurer.**">
         <map:generate src="lm://resolve.structurer.{1}" />
         <map:serialize />
(Continue reading)

crossley | 4 Oct 2006 10:51
Picon
Favicon

svn commit: r452798 - /forrest/trunk/main/webapp/sitemap.xmap

Author: crossley
Date: Wed Oct  4 01:51:07 2006
New Revision: 452798

URL: http://svn.apache.org/viewvc?view=rev&rev=452798
Log:
Keep the chosen locale when switching between pages.
Changed the LocaleAction configuration in root sitemap.
Turned on locale negotiation in the LocaleMatcher.
Issue: FOR-936
Contributed by: Sjur Moshagen

Modified:
    forrest/trunk/main/webapp/sitemap.xmap

Modified: forrest/trunk/main/webapp/sitemap.xmap
URL: http://svn.apache.org/viewvc/forrest/trunk/main/webapp/sitemap.xmap?view=diff&rev=452798&r1=452797&r2=452798
==============================================================================
--- forrest/trunk/main/webapp/sitemap.xmap (original)
+++ forrest/trunk/main/webapp/sitemap.xmap Wed Oct  4 01:51:07 2006
 <at>  <at>  -229,7 +229,7  <at>  <at> 
         <default-locale language="en" country="US"/>
         <negotiate>true</negotiate>
         <use-locale>true</use-locale>
-        <use-locales>false</use-locales>
+        <use-locales>true</use-locales>
         <use-blank-locale>true</use-blank-locale>
         <locale-attribute>locale</locale-attribute>
       </map:matcher>
 <at>  <at>  -242,9 +242,9  <at>  <at> 
(Continue reading)

cdupoirieux | 4 Oct 2006 14:14
Picon
Favicon

svn commit: r452870 - /forrest/trunk/main/webapp/resources/stylesheets/html-to-document.xsl

Author: cdupoirieux
Date: Wed Oct  4 05:14:24 2006
New Revision: 452870

URL: http://svn.apache.org/viewvc?view=rev&rev=452870
Log:
Take into account of paragraphs included before the first section...

Modified:
    forrest/trunk/main/webapp/resources/stylesheets/html-to-document.xsl

Modified: forrest/trunk/main/webapp/resources/stylesheets/html-to-document.xsl
URL: http://svn.apache.org/viewvc/forrest/trunk/main/webapp/resources/stylesheets/html-to-document.xsl?view=diff&rev=452870&r1=452869&r2=452870
==============================================================================
--- forrest/trunk/main/webapp/resources/stylesheets/html-to-document.xsl (original)
+++ forrest/trunk/main/webapp/resources/stylesheets/html-to-document.xsl Wed Oct  4 05:14:24 2006
 <at>  <at>  -66,6 +66,8  <at>  <at> 
     <!--infer structure from sibling headings-->
     <xsl:template match="body">
        <body>
+       <!-- some paragraphs may be included before the first title... -->
+       <xsl:apply-templates select="*[1]" mode="next"/>
         <xsl:choose>
           <xsl:when test="h1">
             <xsl:call-template name="process_h1"/>

cdupoirieux | 4 Oct 2006 14:21
Picon
Favicon

svn commit: r452873 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.odt/src/documentation/content/xdocs/samples/opendocument-writer.odt

Author: cdupoirieux
Date: Wed Oct  4 05:21:01 2006
New Revision: 452873

URL: http://svn.apache.org/viewvc?view=rev&rev=452873
Log:
Suppress a $ that should not be there in the list management,
Add a sample of a two level list,
Add a simple Boxes management (Fixme, Warning, Notes) which is not XHTML yet...

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.odt/src/documentation/content/xdocs/samples/opendocument-writer.odt

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.odt/src/documentation/content/xdocs/samples/opendocument-writer.odt
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.odt/src/documentation/content/xdocs/samples/opendocument-writer.odt?view=diff&rev=452873&r1=452872&r2=452873
==============================================================================
Binary files - no diff available.

crossley | 5 Oct 2006 03:23
Picon
Favicon

svn commit: r453079 - /forrest/trunk/main/webapp/sitemap.xmap

Author: crossley
Date: Wed Oct  4 18:23:54 2006
New Revision: 453079

URL: http://svn.apache.org/viewvc?view=rev&rev=453079
Log:
Reverting r452798: o.a.c.environment.commandline.CommandLineRequest.getLocales() not implemented.
Issue: FOR-936

Modified:
    forrest/trunk/main/webapp/sitemap.xmap

Modified: forrest/trunk/main/webapp/sitemap.xmap
URL: http://svn.apache.org/viewvc/forrest/trunk/main/webapp/sitemap.xmap?view=diff&rev=453079&r1=453078&r2=453079
==============================================================================
--- forrest/trunk/main/webapp/sitemap.xmap (original)
+++ forrest/trunk/main/webapp/sitemap.xmap Wed Oct  4 18:23:54 2006
 <at>  <at>  -229,7 +229,7  <at>  <at> 
         <default-locale language="en" country="US"/>
         <negotiate>true</negotiate>
         <use-locale>true</use-locale>
-        <use-locales>true</use-locales>
+        <use-locales>false</use-locales>
         <use-blank-locale>true</use-blank-locale>
         <locale-attribute>locale</locale-attribute>
       </map:matcher>
 <at>  <at>  -242,9 +242,9  <at>  <at> 
         <default-locale language="en" country="US"/>
         <use-locale>true</use-locale>
         <store-in-request>false</store-in-request>
(Continue reading)

crossley | 5 Oct 2006 04:22
Picon
Favicon

svn commit: r453086 - in /forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/messages: ContractsMessages_en.xml ContractsMessages_us.xml

Author: crossley
Date: Wed Oct  4 19:22:05 2006
New Revision: 453086

URL: http://svn.apache.org/viewvc?view=rev&rev=453086
Log:
Renamed file.
Issue: FOR-939
Contributed by: Sjur Moshagen

Added:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/messages/ContractsMessages_en.xml
      - copied, changed from r453072, forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/messages/ContractsMessages_us.xml
Removed:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/messages/ContractsMessages_us.xml

Copied:
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/messages/ContractsMessages_en.xml
(from r453072, forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/messages/ContractsMessages_us.xml)
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/messages/ContractsMessages_en.xml?view=diff&rev=453086&p1=forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/messages/ContractsMessages_us.xml&r1=453072&p2=forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/messages/ContractsMessages_en.xml&r2=453086
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/messages/ContractsMessages_us.xml (original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/messages/ContractsMessages_en.xml
Wed Oct  4 19:22:05 2006
 <at>  <at>  -18,7 +18,7  <at>  <at> 
 <catalogue>
   <message  key="Font size:">Font size:</message>
   <message key="Last Published:">Last Published:</message>
(Continue reading)

cdupoirieux | 5 Oct 2006 11:31
Picon
Favicon

svn commit: r453159 - in /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.odt: input.xmap resources.xmap resources/stylesheets/odt-to-forrest-xhtml.xsl src/documentation/content/xdocs/samples/opendocument-writer.odt

Author: cdupoirieux
Date: Thu Oct  5 02:31:28 2006
New Revision: 453159

URL: http://svn.apache.org/viewvc?view=rev&rev=453159
Log:
Images management.
(inspired by the OOo plugin.)

Added:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.odt/resources.xmap
      - copied, changed from r452028, forrest/trunk/plugins/org.apache.forrest.plugin.input.OpenOffice.org/resources.xmap
Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.odt/input.xmap
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.odt/resources/stylesheets/odt-to-forrest-xhtml.xsl
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.odt/src/documentation/content/xdocs/samples/opendocument-writer.odt

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.odt/input.xmap
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.odt/input.xmap?view=diff&rev=453159&r1=453158&r2=453159
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.odt/input.xmap (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.odt/input.xmap Thu Oct  5
02:31:28 2006
 <at>  <at>  -28,7 +28,7  <at>  <at> 
               element="content" />
           </map:aggregate>
           <map:transform src="{lm:transform.odt-forrest.xhtml}">
-            <map:parameter name="filename" value="{1}" /> 
+            <map:parameter name="path" value="{1}"/>
           </map:transform>
(Continue reading)

crossley | 6 Oct 2006 04:09
Picon
Favicon

svn commit: r453464 - /forrest/trunk/site-author/content/xdocs/events.xml

Author: crossley
Date: Thu Oct  5 19:09:32 2006
New Revision: 453464

URL: http://svn.apache.org/viewvc?view=rev&rev=453464
Log:
There is a Forrest event at ApacheCon US 2006. Thanks Ferdinand.

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

Modified: forrest/trunk/site-author/content/xdocs/events.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/events.xml?view=diff&rev=453464&r1=453463&r2=453464
==============================================================================
--- forrest/trunk/site-author/content/xdocs/events.xml (original)
+++ forrest/trunk/site-author/content/xdocs/events.xml Thu Oct  5 19:09:32 2006
 <at>  <at>  -41,6 +41,18  <at>  <at> 
          - Please make plans to join us for the conference in
          Austin, Texas, USA on 9-13 October 2006.
         </p>
+        <p>
+          Apart from all of the general ApacheCon events, there are a number of
+          Forrest-specific events. In chronological order ...
+        </p>
+        <section id="WE21-austin-2006">
+          <title>ApacheCon Session: WE21: Single Source Publishing with Apache Forrest</title>
+          <p>
+            Wednesday 11 October - Official ApacheCon session
+            conducted by Ferdinand Soethe.
+            <a href="http://www.us.apachecon.com/html/sessions.html">Read more</a>.
(Continue reading)


Gmane