crossley | 2 Feb 2006 10:39
Picon
Favicon

svn commit: r374323 - /forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dispatcher-quickstart.xml

Author: crossley
Date: Thu Feb  2 01:39:17 2006
New Revision: 374323

URL: http://svn.apache.org/viewcvs?rev=374323&view=rev
Log:
Update the instructions.

Modified:
    forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dispatcher-quickstart.xml

Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dispatcher-quickstart.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dispatcher-quickstart.xml?rev=374323&r1=374322&r2=374323&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dispatcher-quickstart.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dispatcher-quickstart.xml
Thu Feb  2 01:39:17 2006
 <at>  <at>  -19,8 +19,8  <at>  <at> 
 <howto>
   <header>
    <title>Dispatcher quickstart</title>
-    <version>0.1</version>
-    <last-modified-content-date date="2006-01-19" />
+    <version>0.2</version>
+    <last-modified-content-date date="2006-02-02" />
   </header>

   <audience title="Intended Audience">
 <at>  <at>  -37,14 +37,22  <at>  <at> 
       existing site and show how to add/remove ready-made contacts.
(Continue reading)

rgardler | 2 Feb 2006 16:19
Picon
Favicon
Gravatar

svn commit: r374405 - /forrest/trunk/main/webapp/skins/common/xslt/fo/document-to-fo.xsl

Author: rgardler
Date: Thu Feb  2 07:19:23 2006
New Revision: 374405

URL: http://svn.apache.org/viewcvs?rev=374405&view=rev
Log:
make the printing of image alt text optional

Modified:
    forrest/trunk/main/webapp/skins/common/xslt/fo/document-to-fo.xsl

Modified: forrest/trunk/main/webapp/skins/common/xslt/fo/document-to-fo.xsl
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/skins/common/xslt/fo/document-to-fo.xsl?rev=374405&r1=374404&r2=374405&view=diff
==============================================================================
--- forrest/trunk/main/webapp/skins/common/xslt/fo/document-to-fo.xsl (original)
+++ forrest/trunk/main/webapp/skins/common/xslt/fo/document-to-fo.xsl Thu Feb  2 07:19:23 2006
 <at>  <at>  -800,8 +800,10  <at>  <at> 
         </xsl:if>
       </fo:external-graphic>
       <!-- alt text -->
-      <xsl:if test="normalize-space( <at> alt)!=''">
-          <fo:block><xsl:value-of select=" <at> alt"/></fo:block>
+      <xsl:if test="//skinconfig/pdf/show-image-alt-text='true'">
+        <xsl:if test="normalize-space( <at> alt)!=''">
+            <fo:block><xsl:value-of select=" <at> alt"/></fo:block>
+        </xsl:if>
       </xsl:if>
     </fo:block>
   </xsl:template>

(Continue reading)

crossley | 3 Feb 2006 02:41
Picon
Favicon

svn commit: r374558 - /forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dispatcher-quickstart.xml

Author: crossley
Date: Thu Feb  2 17:40:59 2006
New Revision: 374558

URL: http://svn.apache.org/viewcvs?rev=374558&view=rev
Log:
Add some words from the ../dispatcher.xml warning.

Modified:
    forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dispatcher-quickstart.xml

Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dispatcher-quickstart.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dispatcher-quickstart.xml?rev=374558&r1=374557&r2=374558&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dispatcher-quickstart.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_80/howto/howto-dispatcher-quickstart.xml
Thu Feb  2 17:40:59 2006
 <at>  <at>  -28,6 +28,8  <at>  <at> 
     <warning> The "Dispatcher" (previously known as "Views") is new functionality which is 
       still in development phase. That is why it is in the "whiteboard" section 
       of Forrest. This document will also need to change to keep pace.
+      We are working at the moment on moving this plugin
+      from the whiteboard into the core plugins.
     </warning>
   </audience>

crossley | 3 Feb 2006 23:22
Picon
Favicon

svn commit: r374763 - /forrest/zone/htdocs/index.html

Author: crossley
Date: Fri Feb  3 14:22:41 2006
New Revision: 374763

URL: http://svn.apache.org/viewcvs?rev=374763&view=rev
Log:
Cocoon want less forrestbot.

Modified:
    forrest/zone/htdocs/index.html

Modified: forrest/zone/htdocs/index.html
URL: http://svn.apache.org/viewcvs/forrest/zone/htdocs/index.html?rev=374763&r1=374762&r2=374763&view=diff
==============================================================================
--- forrest/zone/htdocs/index.html (original)
+++ forrest/zone/htdocs/index.html Fri Feb  3 14:22:41 2006
 <at>  <at>  -47,7 +47,7  <at>  <at> 
 <ul>
   <li>
     <a href="/ft/build/cocoon-docs/2.1/index.html">Cocoon Docs</a> 
-      - Built by the forrestbot via cron every three hours. This site uses 
+      - Built by the forrestbot via cron every twelve hours. This site uses 
       forrest-trunk and Forrest's Daisy plugin and locationmap which
       retrieves the published html from Cocoon's Daisy instance on their
       <a href="http://cocoon.zones.apache.org/">zone</a>.
 <at>  <at>  -61,7 +61,7  <at>  <at> 
   </li>
   <li>
     <a href="/ft/build/cocoon-site/">Cocoon site</a> top-level docs.
-    - Built by the forrestbot via cron every hour. This site uses 
(Continue reading)

crossley | 6 Feb 2006 01:20
Picon
Favicon

svn commit: r375141 - /forrest/trunk/site-author/content/doap.xml

Author: crossley
Date: Sun Feb  5 16:20:37 2006
New Revision: 375141

URL: http://svn.apache.org/viewcvs?rev=375141&view=rev
Log:
Add "shortdesc" based on our existing one at www.apache.org/foundation/projects.html

Modified:
    forrest/trunk/site-author/content/doap.xml

Modified: forrest/trunk/site-author/content/doap.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/doap.xml?rev=375141&r1=375140&r2=375141&view=diff
==============================================================================
--- forrest/trunk/site-author/content/doap.xml (original)
+++ forrest/trunk/site-author/content/doap.xml Sun Feb  5 16:20:37 2006
 <at>  <at>  -53,6 +53,10  <at>  <at> 
         <doap:homepage rdf:resource="http://forrest.apache.org"/>
         <doap:created>2005-06-23</doap:created>

+        <doap:shortdesc xml:lang="en">
+          Aggregated multi-channel documentation framework, separation of concerns.
+        </doap:shortdesc>
+
         <doap:description xml:lang="en">
           Apache Forrest is a publishing framework that transforms input from various
           sources into a unified presentation in one or more output formats. The

crossley | 6 Feb 2006 03:01
Picon
Favicon

svn commit: r375152 - /forrest/trunk/main/webapp/locationmap.xml

Author: crossley
Date: Sun Feb  5 18:01:56 2006
New Revision: 375152

URL: http://svn.apache.org/viewcvs?rev=375152&view=rev
Log:
Look in the preferred resources/images before the old xdocs/images.

Modified:
    forrest/trunk/main/webapp/locationmap.xml

Modified: forrest/trunk/main/webapp/locationmap.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/locationmap.xml?rev=375152&r1=375151&r2=375152&view=diff
==============================================================================
--- forrest/trunk/main/webapp/locationmap.xml (original)
+++ forrest/trunk/main/webapp/locationmap.xml Sun Feb  5 18:01:56 2006
 <at>  <at>  -104,10 +104,10  <at>  <at> 

     <match pattern="project.images.**.*">
       <select>
-        <location src="{project:content.xdocs}images/{1}.{2}" />
-        <location src="{project:content.xdocs}{1}.{2}" />
         <location src="{project:resources.images}{1}.{2}" />
         <location src="{project:content}../resources/images/{1}.{2}" />
+        <location src="{project:content.xdocs}images/{1}.{2}" />
+        <location src="{project:content.xdocs}{1}.{2}" />
       </select>
     </match>

(Continue reading)

crossley | 6 Feb 2006 03:08
Picon
Favicon

svn commit: r375154 [3/3] - in /forrest/site: ./ docs_0_60/ docs_0_60/howto/ docs_0_60/howto/bugzilla-patch/ docs_0_60/howto/multi/ docs_0_70/ docs_0_70/howto/ docs_0_70/howto/cvs-ssh/ docs_0_70/howto/multi/ docs_0_80/ docs_0_80/howto/ docs_0_80/howto/...

Modified: forrest/site/pluginDocs/index.html
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/index.html?rev=375154&r1=375153&r2=375154&view=diff
==============================================================================
--- forrest/site/pluginDocs/index.html (original)
+++ forrest/site/pluginDocs/index.html Sun Feb  5 18:08:39 2006
 <at>  <at>  -1,7 +1,7  <at>  <at> 
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <meta content="Apache Forrest" name="Generator">
 <meta name="Forrest-version" content="0.8-dev">
 <meta name="Forrest-skin-name" content="pelt">

Modified: forrest/site/pluginDocs/plugins_0_70/index.html
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/index.html?rev=375154&r1=375153&r2=375154&view=diff
==============================================================================
--- forrest/site/pluginDocs/plugins_0_70/index.html (original)
+++ forrest/site/pluginDocs/plugins_0_70/index.html Sun Feb  5 18:08:39 2006
 <at>  <at>  -1,7 +1,7  <at>  <at> 
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <meta content="Apache Forrest" name="Generator">
 <meta name="Forrest-version" content="0.8-dev">
 <meta name="Forrest-skin-name" content="pelt">

(Continue reading)

crossley | 6 Feb 2006 03:08
Picon
Favicon

svn commit: r375154 [1/3] - in /forrest/site: ./ docs_0_60/ docs_0_60/howto/ docs_0_60/howto/bugzilla-patch/ docs_0_60/howto/multi/ docs_0_70/ docs_0_70/howto/ docs_0_70/howto/cvs-ssh/ docs_0_70/howto/multi/ docs_0_80/ docs_0_80/howto/ docs_0_80/howto/...

Author: crossley
Date: Sun Feb  5 18:08:39 2006
New Revision: 375154

URL: http://svn.apache.org/viewcvs?rev=375154&view=rev
Log:
Automatic publish from forrestbot

Modified:
    forrest/site/abs-linkmap
    forrest/site/abs-menulinks
    forrest/site/changes.xml
    forrest/site/committed-1.png
    forrest/site/committed.html
    forrest/site/committed.pdf
    forrest/site/contrib.html
    forrest/site/docs_0_60/build.html
    forrest/site/docs_0_60/cap.html
    forrest/site/docs_0_60/catalog.html
    forrest/site/docs_0_60/changes.html
    forrest/site/docs_0_60/changes.pdf
    forrest/site/docs_0_60/compliance.html
    forrest/site/docs_0_60/faq.html
    forrest/site/docs_0_60/forrest-contract.html
    forrest/site/docs_0_60/howto/bugzilla-patch/howto-bugzilla-patch.html
    forrest/site/docs_0_60/howto/bugzilla-patch/howto-bugzilla-patch.pdf
    forrest/site/docs_0_60/howto/howto-asf-mirror.html
    forrest/site/docs_0_60/howto/howto-howto.html
    forrest/site/docs_0_60/howto/howto-pdf-tab.html
    forrest/site/docs_0_60/howto/index.html
(Continue reading)

crossley | 6 Feb 2006 03:08
Picon
Favicon

svn commit: r375154 [2/3] - in /forrest/site: ./ docs_0_60/ docs_0_60/howto/ docs_0_60/howto/bugzilla-patch/ docs_0_60/howto/multi/ docs_0_70/ docs_0_70/howto/ docs_0_70/howto/cvs-ssh/ docs_0_70/howto/multi/ docs_0_80/ docs_0_80/howto/ docs_0_80/howto/...

Modified: forrest/site/docs_0_70/searching.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_70/searching.html?rev=375154&r1=375153&r2=375154&view=diff
==============================================================================
--- forrest/site/docs_0_70/searching.html (original)
+++ forrest/site/docs_0_70/searching.html Sun Feb  5 18:08:39 2006
 <at>  <at>  -1,7 +1,7  <at>  <at> 
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <meta content="Apache Forrest" name="Generator">
 <meta name="Forrest-version" content="0.8-dev">
 <meta name="Forrest-skin-name" content="pelt">

Modified: forrest/site/docs_0_70/sitemap-ref.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_70/sitemap-ref.html?rev=375154&r1=375153&r2=375154&view=diff
==============================================================================
--- forrest/site/docs_0_70/sitemap-ref.html (original)
+++ forrest/site/docs_0_70/sitemap-ref.html Sun Feb  5 18:08:39 2006
 <at>  <at>  -1,7 +1,7  <at>  <at> 
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <meta content="Apache Forrest" name="Generator">
 <meta name="Forrest-version" content="0.8-dev">
 <meta name="Forrest-skin-name" content="pelt">

(Continue reading)

crossley | 6 Feb 2006 03:30
Picon
Favicon

svn commit: r375162 [2/3] - in /forrest/site: ./ docs_0_60/ docs_0_60/howto/ docs_0_60/howto/bugzilla-patch/ docs_0_60/howto/multi/ docs_0_70/ docs_0_70/howto/ docs_0_70/howto/cvs-ssh/ docs_0_70/howto/multi/ docs_0_80/ docs_0_80/howto/ docs_0_80/howto/...

Modified: forrest/site/docs_0_70/skins.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_70/skins.html?rev=375162&r1=375161&r2=375162&view=diff
==============================================================================
--- forrest/site/docs_0_70/skins.html (original)
+++ forrest/site/docs_0_70/skins.html Sun Feb  5 18:30:44 2006
 <at>  <at>  -1,7 +1,7  <at>  <at> 
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta content="Apache Forrest" name="Generator">
 <meta name="Forrest-version" content="0.8-dev">
 <meta name="Forrest-skin-name" content="pelt">

Modified: forrest/site/docs_0_70/todo.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_70/todo.html?rev=375162&r1=375161&r2=375162&view=diff
==============================================================================
--- forrest/site/docs_0_70/todo.html (original)
+++ forrest/site/docs_0_70/todo.html Sun Feb  5 18:30:44 2006
 <at>  <at>  -1,7 +1,7  <at>  <at> 
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta content="Apache Forrest" name="Generator">
 <meta name="Forrest-version" content="0.8-dev">
 <meta name="Forrest-skin-name" content="pelt">

(Continue reading)


Gmane