crossley | 1 Jun 2005 06:04
Picon
Favicon

svn commit: r179347 - /forrest/trunk/main/fresh-site/src/documentation/content/xdocs/index.xml

Author: crossley
Date: Tue May 31 21:03:58 2005
New Revision: 179347

URL: http://svn.apache.org/viewcvs?rev=179347&view=rev
Log:
Remind people that the Forrest website sources also provide good examples.

Modified:
    forrest/trunk/main/fresh-site/src/documentation/content/xdocs/index.xml

Modified: forrest/trunk/main/fresh-site/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/fresh-site/src/documentation/content/xdocs/index.xml?rev=179347&r1=179346&r2=179347&view=diff
==============================================================================
--- forrest/trunk/main/fresh-site/src/documentation/content/xdocs/index.xml (original)
+++ forrest/trunk/main/fresh-site/src/documentation/content/xdocs/index.xml Tue May 31 21:03:58 2005
 <at>  <at>  -26,8 +26,21  <at>  <at> 
       <p>You have successfully generated and rendered an <a
           href="ext:forrest">Apache Forrest</a> site.
         This page is from the site template. It is found in
-        <code>my-site/src/documentation/content/xdocs/index.xml</code>
+        <code>src/documentation/content/xdocs/index.xml</code>
         Please edit it and replace this text with content of your own.</p>
+    </section>
+
+    <section id="examples">
+      <title>Using examples as templates</title>
+      <p>
+        This demo site has many examples. See the menu at the left.
+        The sources for these examples are in the directory
(Continue reading)

crossley | 1 Jun 2005 06:29
Picon
Favicon

svn commit: r179353 - /forrest/trunk/site-author/content/xdocs/contrib.xml

Author: crossley
Date: Tue May 31 21:29:29 2005
New Revision: 179353

URL: http://svn.apache.org/viewcvs?rev=179353&view=rev
Log:
Point to the ASF dev docs for version control info for committers.

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

Modified: forrest/trunk/site-author/content/xdocs/contrib.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/contrib.xml?rev=179353&r1=179352&r2=179353&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/contrib.xml (original)
+++ forrest/trunk/site-author/content/xdocs/contrib.xml Tue May 31 21:29:29 2005
 <at>  <at>  -92,7 +92,11  <at>  <at> 
     <title>SVN Committer with Secure Shell access</title>
       <p>After a developer has consistently provided contributions (code,
         documentation and discussion) and demonstrated committment, then the rest of the dev community may vote to
-        grant this developer commit access to the Subversion repository. </p>
+        grant this developer commit access to the Subversion repository.
+        See the <link href="http://www.apache.org/dev/">ASF developers resources</link>
+        especially the 
+        <link href="http://www.apache.org/dev/version-control.html">Source code repositories</link>.
+      </p>
       <p>You will need secure access to the repository to be able to commit
         patches. Commits to the SVN repository must use the https: protocol.
         If you already have the codebase
 <at>  <at>  -101,9 +105,11  <at>  <at> 
(Continue reading)

crossley | 1 Jun 2005 07:26
Picon
Favicon

svn commit: r179360 - /forrest/trunk/site-author/content/xdocs/contrib.xml

Author: crossley
Date: Tue May 31 22:26:53 2005
New Revision: 179360

URL: http://svn.apache.org/viewcvs?rev=179360&view=rev
Log:
Add section "Procedure for reporting bugs and issues and enhancement suggestions".

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

Modified: forrest/trunk/site-author/content/xdocs/contrib.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/contrib.xml?rev=179360&r1=179359&r2=179360&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/contrib.xml (original)
+++ forrest/trunk/site-author/content/xdocs/contrib.xml Tue May 31 22:26:53 2005
 <at>  <at>  -77,6 +77,33  <at>  <at> 
       </ul>
     </section>

+    <section id="issues">
+    <title>Procedure for reporting bugs and issues and enhancement suggestions</title>
+      <p>
+        If you think that you have found a bug or you have a suggestion for
+        improvement, then please discuss it on
+        one of the <link href="site:mail-lists">mailing lists</link>.
+        However, please check our Issue Tracker first as it may be already reported.
+      </p>
+      <p>
+        The <link href="site:bugs">Apache Forrest Issue Tracker</link> collates
(Continue reading)

crossley | 2 Jun 2005 06:33
Picon
Favicon

svn commit: r179505 - /forrest/trunk/main/webapp/skins/pelt/css/profile.css.xslt

Author: crossley
Date: Wed Jun  1 21:33:49 2005
New Revision: 179505

URL: http://svn.apache.org/viewcvs?rev=179505&view=rev
Log:
Clarify the statement about xsl:output

Modified:
    forrest/trunk/main/webapp/skins/pelt/css/profile.css.xslt

Modified: forrest/trunk/main/webapp/skins/pelt/css/profile.css.xslt
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/skins/pelt/css/profile.css.xslt?rev=179505&r1=179504&r2=179505&view=diff
==============================================================================
--- forrest/trunk/main/webapp/skins/pelt/css/profile.css.xslt (original)
+++ forrest/trunk/main/webapp/skins/pelt/css/profile.css.xslt Wed Jun  1 21:33:49 2005
 <at>  <at>  -19,7 +19,7  <at>  <at> 

   <xsl:import href="../../common/css/forrest.css.xslt"/>

-  <!-- This is not used by Forrest but makes it possible to debug the 
+  <!-- xsl:output is not used by Forrest but makes it possible to debug the 
        stylesheet in standalone editors -->
   <xsl:output method = "text"  omit-xml-declaration="yes"  />

crossley | 2 Jun 2005 09:01
Picon
Favicon

svn commit: r179530 - /forrest/trunk/main/fresh-site/src/documentation/skinconf.xml

Author: crossley
Date: Thu Jun  2 00:01:06 2005
New Revision: 179530

URL: http://svn.apache.org/viewcvs?rev=179530&view=rev
Log:
Try to further clarify the <color> elements.
Show how each one is used for the pelt skin.

Modified:
    forrest/trunk/main/fresh-site/src/documentation/skinconf.xml

Modified: forrest/trunk/main/fresh-site/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/fresh-site/src/documentation/skinconf.xml?rev=179530&r1=179529&r2=179530&view=diff
==============================================================================
--- forrest/trunk/main/fresh-site/src/documentation/skinconf.xml (original)
+++ forrest/trunk/main/fresh-site/src/documentation/skinconf.xml Thu Jun  2 00:01:06 2005
 <at>  <at>  -183,34 +183,49  <at>  <at> 
   <colors>
   <!-- These values are used for the generated CSS files.
     They essentially "override" the default colors defined in the chosen skin.
-    There are four duplicate "sections" of colors below denoted by comments:
-      Forrest, Krysalis, Collabnet, and Lenya using Pelt.
+    There are four duplicate "groups" of colors below, denoted by comments:
+      Color group: Forrest, Krysalis, Collabnet, and Lenya using Pelt.
     They are provided for example only. To customize the colors of any skin,
-    uncomment one of these sections of color elements and change the values
+    uncomment one of these groups of color elements and change the values
     of the particular color elements that you wish to change.
+    Note that by default, all color groups are commented-out which means that
(Continue reading)

crossley | 2 Jun 2005 09:04
Picon
Favicon

svn commit: r179532 - /forrest/trunk/index.html

Author: crossley
Date: Thu Jun  2 00:04:49 2005
New Revision: 179532

URL: http://svn.apache.org/viewcvs?rev=179532&view=rev
Log:
Explain the requirement for Java 1.4+

Modified:
    forrest/trunk/index.html

Modified: forrest/trunk/index.html
URL: http://svn.apache.org/viewcvs/forrest/trunk/index.html?rev=179532&r1=179531&r2=179532&view=diff
==============================================================================
--- forrest/trunk/index.html (original)
+++ forrest/trunk/index.html Thu Jun  2 00:04:49 2005
 <at>  <at>  -44,6 +44,12  <at>  <at> 
    </p>

    <h2>What do I do now?</h2>
+   <p>Apache Forrest requires that Java 1.4 (or newer) be installed on your system.
+     If you need help with that, then see the Forrest FAQ. Basically,
+     if you are only going to use Forrest as-is then you need only the
+     Java Runtime Environment (JRE) and if you intend to enhance and rebuild
+     Forrest then you need the full JDK.
+   </p>
    <p>With a downloaded distribution, Forrest is already built. Just set the
      environment variables for convenience: FORREST_HOME to refer to this
      top-level of the distribution

(Continue reading)

crossley | 2 Jun 2005 09:28
Picon
Favicon

svn commit: r179544 - /forrest/trunk/site-author/status.xml

Author: crossley
Date: Thu Jun  2 00:28:46 2005
New Revision: 179544

URL: http://svn.apache.org/viewcvs?rev=179544&view=rev
Log:
Explain the old Todo list.

Modified:
    forrest/trunk/site-author/status.xml

Modified: forrest/trunk/site-author/status.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/status.xml?rev=179544&r1=179543&r2=179544&view=diff
==============================================================================
--- forrest/trunk/site-author/status.xml (original)
+++ forrest/trunk/site-author/status.xml Thu Jun  2 00:28:46 2005
 <at>  <at>  -2009,10 +2009,12  <at>  <at> 

   <todo>
     <actions priority="high">
-      <action dev="open">
+      <action context="code" dev="open">
         <!-- Please leave this action at the top -->
         Please see our Jira
         <link href="site:bugs">issue tracker</link> for tasks to be done.
+        Note that the Todo list below is old. We need someone to move those
+        tasks over to the issue tracker.
       </action>
       <action context="code" dev="open">
         Rework the menu generation system to make it more flexible.  See thread
(Continue reading)

crossley | 3 Jun 2005 03:58
Picon
Favicon

svn commit: r179697 - /forrest/trunk/main/webapp/skins/pelt/xslt/html/site2xhtml.xsl

Author: crossley
Date: Thu Jun  2 18:58:44 2005
New Revision: 179697

URL: http://svn.apache.org/viewcvs?rev=179697&view=rev
Log:
Issue: FOR-515 "Duplicate year in Pelt copyright text"
Thanks to: Tim Williams and Addison Berry.

Modified:
    forrest/trunk/main/webapp/skins/pelt/xslt/html/site2xhtml.xsl

Modified: forrest/trunk/main/webapp/skins/pelt/xslt/html/site2xhtml.xsl
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/skins/pelt/xslt/html/site2xhtml.xsl?rev=179697&r1=179696&r2=179697&view=diff
==============================================================================
--- forrest/trunk/main/webapp/skins/pelt/xslt/html/site2xhtml.xsl (original)
+++ forrest/trunk/main/webapp/skins/pelt/xslt/html/site2xhtml.xsl Thu Jun  2 18:58:44 2005
 <at>  <at>  -298,8 +298,6  <at>  <at> 
             </a>
           </xsl:when>
           <xsl:otherwise>
-            <xsl:value-of select="$config/year"/>
-            <xsl:text> </xsl:text>
             <xsl:value-of select="$config/vendor"/>
           </xsl:otherwise>
         </xsl:choose>

crossley | 3 Jun 2005 05:23
Picon
Favicon

svn commit: r179712 - /forrest/trunk/etc/cocoon_upgrade/README.txt

Author: crossley
Date: Thu Jun  2 20:23:17 2005
New Revision: 179712

URL: http://svn.apache.org/viewcvs?rev=179712&view=rev
Log:
Keep our Cocoon config files in sync.

Modified:
    forrest/trunk/etc/cocoon_upgrade/README.txt

Modified: forrest/trunk/etc/cocoon_upgrade/README.txt
URL: http://svn.apache.org/viewcvs/forrest/trunk/etc/cocoon_upgrade/README.txt?rev=179712&r1=179711&r2=179712&view=diff
==============================================================================
--- forrest/trunk/etc/cocoon_upgrade/README.txt (original)
+++ forrest/trunk/etc/cocoon_upgrade/README.txt Thu Jun  2 20:23:17 2005
 <at>  <at>  -69,12 +69,14  <at>  <at> 

     Otherwise, copy the relavent license.txt file from $COCOON_HOME/legal.

-9.  cd $FORREST_HOME/main
+9.  Keep our Cocoon config files synchronised at main/webapp/WEB-INF/

-10. Build a regular forrest distribution and test, test test.
+10. cd $FORREST_HOME/main
+
+11. Build a regular forrest distribution and test, test test.

     The testing should consist of doing a "forrest site", "forrest run"
     and "forrest war" against existing forrest projects and also against
(Continue reading)

crossley | 3 Jun 2005 05:24
Picon
Favicon

svn commit: r179713 - /forrest/trunk/main/webapp/WEB-INF/cli.xconf

Author: crossley
Date: Thu Jun  2 20:24:08 2005
New Revision: 179713

URL: http://svn.apache.org/viewcvs?rev=179713&view=rev
Log:
Point directly to the Cocoon CLI docs.

Modified:
    forrest/trunk/main/webapp/WEB-INF/cli.xconf

Modified: forrest/trunk/main/webapp/WEB-INF/cli.xconf
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/WEB-INF/cli.xconf?rev=179713&r1=179712&r2=179713&view=diff
==============================================================================
--- forrest/trunk/main/webapp/WEB-INF/cli.xconf (original)
+++ forrest/trunk/main/webapp/WEB-INF/cli.xconf Thu Jun  2 20:24:08 2005
 <at>  <at>  -48,7 +48,8  <at>  <at> 
     |        consistent method for accessing the CLI, it is recommended
     |        that you use the command line parameters to configure
     |        the CLI. See documentation at:
-    |        /userdocs/offline/index.html and Wiki:CommandLine
+    |        http://cocoon.apache.org/2.1/userdocs/offline/
+    |        http://wiki.apache.org/cocoon/CommandLine
     |
     +-->


Gmane