Author: crossley
Date: Tue Oct 19 22:30:40 2004
New Revision: 55130

Modified:
   incubator/public/trunk/README.txt
   incubator/public/trunk/forrest.properties
   incubator/public/trunk/site-author/howtoparticipate.xml
   incubator/public/trunk/site-author/skinconf.xml
   incubator/public/trunk/site-publish/howtoparticipate.html
   incubator/public/trunk/site-publish/howtoparticipate.pdf
Log:
Update to use apache-forest-0.6 release.


Modified: incubator/public/trunk/README.txt
==============================================================================
--- incubator/public/trunk/README.txt   (original)
+++ incubator/public/trunk/README.txt   Tue Oct 19 22:30:40 2004
@@ -22,7 +22,7 @@
 =============
 
 The top-level Incubator website is currently generated by Apache Forrest
-http://forrest.apache.org/ (using the current development version from SVN).
+http://forrest.apache.org/ (using version forrest-0.6).
 
 The source documents are in the "incubator" SVN repository at "site-author".
 Most documents are in site-author/*.xml format.

Modified: incubator/public/trunk/forrest.properties
==============================================================================
--- incubator/public/trunk/forrest.properties   (original)
+++ incubator/public/trunk/forrest.properties   Tue Oct 19 22:30:40 2004
@@ -65,19 +65,20 @@
 # Determine if validation is performed
 #forrest.validate=true
 
-# *.failonerror=(true|false)    stop when an XML file is invalid
+# *.failonerror=(true|false) - stop when an XML file is invalid
 #forrest.validate.failonerror=true
 
-# *.excludes=(pattern)  Comma-separated list of path patterns to not validate
+# *.excludes=(pattern) - comma-separated list of path patterns to not validate
 # e.g.
 #forrest.validate.xdocs.excludes=samples/subdir/**, samples/faq.xml
+#forrest.validate.xdocs.excludes=
 forrest.validate.xdocs.excludes=site.xml
 
 ##############
 # General Forrest properties
 
 # The URL to start crawling from
-#project.start-uri=index.html
+#project.start-uri=linkmap.html
 # Set logging level for messages printed to the console
 # (DEBUG, INFO, WARN, ERROR, FATAL_ERROR)
 #project.debuglevel=ERROR
@@ -88,7 +89,7 @@
 #forrest.jvmargs=
 # The bugtracking URL - the issue number will be appended
 #project.bugtracking-url=http://issues.apache.org/bugzilla/show_bug.cgi?id=
-#project.bugtracking-url=http://issues.apace.org/jira/browse/
+#project.bugtracking-url=http://issues.apache.org/jira/browse/
 # The issues list as rss
 #project.issues-rss-url=
 #I18n Property only works for the "forrest run" target.

Modified: incubator/public/trunk/site-author/howtoparticipate.xml
==============================================================================
--- incubator/public/trunk/site-author/howtoparticipate.xml     (original)
+++ incubator/public/trunk/site-author/howtoparticipate.xml     Tue Oct 19 
22:30:40 2004
@@ -162,11 +162,9 @@
                <section id="forrest">
                  <title>Using a local Forrest installation</title>
             <p>
-              Install the current development version of Forrest from SVN.
-              (A reliable recent revision is 45932.)
-              Follow the
-              <link 
href="ext:apache/projects/forrest/build">installation</link>
-              instructions to build it and set the environment variables
+              Install the current release of Apache Forrest (v0.6) 
+              by following the instructions at the index.html in the
+              distribution, to set the environment variables
               $FORREST_HOME and $PATH.
             </p>
             <p>

Modified: incubator/public/trunk/site-author/skinconf.xml
==============================================================================
--- incubator/public/trunk/site-author/skinconf.xml     (original)
+++ incubator/public/trunk/site-author/skinconf.xml     Tue Oct 19 22:30:40 2004
@@ -20,18 +20,16 @@
 which will be used to configure the chosen Forrest skin.
 -->
 
-<!-- See Forrest Issue FOR-255
 <!DOCTYPE skinconfig PUBLIC "-//APACHE//DTD Skin Configuration V0.6-3//EN" 
"http://forrest.apache.org/dtd/skinconfig-v06-3.dtd";>
--->
-<!DOCTYPE skinconfig PUBLIC "-//APACHE//DTD Skin Configuration V0.6-3//EN" 
"skinconfig-v06-3.dtd">
 <skinconfig>
-  <!-- To enable lucene search add provider="lucene"
+  <!-- To enable lucene search add provider="lucene" (default is google).
     Add box-location="alt" to move the search box to an alternate location
     (if the skin supports it) and box-location="all" to show it in all
     available locations on the page.  Remove the <search> element to show
-    no search box.
+    no search box. @domain will enable sitesearch for the specific domain with 
google.
+    In other words google will search the @domain for the query string.
   -->
-  <search name="Incubator" domain="incubator.apache.org"/>
+  <search name="Incubator" domain="incubator.apache.org" provider="google"/>
 
   <!-- Disable the print link? If enabled, invalid HTML 4.0.1 -->
   <disable-print-link>false</disable-print-link>  
@@ -58,6 +56,7 @@
 
   <!-- Render mailto: links unrecognisable by spam harvesters? -->
   <obfuscate-mail-links>true</obfuscate-mail-links>
+  <obfuscate-mail-value>.at.</obfuscate-mail-value>
 
   <!-- Disable the javascript facility to change the font size -->
   <disable-font-script>false</disable-font-script>
@@ -65,6 +64,7 @@
   <!-- mandatory project logo
        default skin: renders it at the top -->
   <project-name>Apache Incubator</project-name>
+  <project-description>Apache Incubator</project-description>
   <project-url>http://incubator.apache.org/</project-url>
   <project-logo>images/apache-incubator-logo.png</project-logo>
 
@@ -82,7 +82,7 @@
   <!-- relative url of a favicon file, normally favicon.ico -->
   <favicon-url></favicon-url>
 
-  <!-- The following used to construct a copyright statement -->
+  <!-- The following are used to construct a copyright statement -->
   <year>2002-2004</year>
   <vendor>The Apache Software Foundation.</vendor>
   <!-- The optional copyright-link URL will be used as a link in the
@@ -125,9 +125,18 @@
     Send feedback about the website to:
   </feedback>
     -->
-
+  <!--
+    extra-css - here you can define custom css-elements that are 
+    a. overriding the fallback elements or 
+    b. adding the css definition from new elements that you may have 
+       used in your documentation.
+    -->
   <extra-css>
-    <!-- A sample to show how the class attribute can be used -->
+    <!--Example of b. 
+        To define the css definition of a new element that you may have used
+        in the class attribute of a <p> node. 
+        e.g. <p class="quote"/>
+    -->
     p.quote {
       margin-left: 2em;
       padding: .5em;
@@ -269,7 +278,7 @@
 -->
   </colors>
  
-  <!-- Settings specific to PDF output.  -->
+  <!-- Settings specific to PDF output. -->
   <pdf>
     <!-- 
        Supported page sizes are a0, a1, a2, a3, a4, a5, executive,
@@ -299,6 +308,14 @@
       Print the URL text next to all links going outside the file
     -->
     <show-external-urls>false</show-external-urls>
+
+    <!--
+      Disable the copyright footer on each page of the PDF.
+      A footer is composed for each page. By default, a "credit" with role=pdf
+      will be used, as explained below. Otherwise a copyright statement
+      will be generated. This latter can be disabled.
+    -->
+    <disable-copyright-footer>false</disable-copyright-footer>
   </pdf>
 
   <!-- Credits are typically rendered as a set of small clickable
@@ -314,8 +331,15 @@
       <width>88</width>
       <height>31</height>
     </credit>
-    <!-- A credit with @role='pdf' will have its name and url
-      displayed in the PDF page's footer. -->
+    <!-- A credit with @role="pdf" will be used to compose a footer
+     for each page in the PDF, using either "name" or "url" or both.
+    -->
+    <!--
+    <credit role="pdf">
+      <name>Built with Apache Forrest</name>
+      <url>http://forrest.apache.org/</url>
+    </credit>
+    -->
   </credits>
 
 </skinconfig>

Modified: incubator/public/trunk/site-publish/howtoparticipate.html
==============================================================================
--- incubator/public/trunk/site-publish/howtoparticipate.html   (original)
+++ incubator/public/trunk/site-publish/howtoparticipate.html   Tue Oct 19 
22:30:40 2004
@@ -1,9 +1,9 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 
Transitional//EN""http://www.w3.org/TR/html4/loose.dtd";>
+<!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 content="Apache Forrest" name="Generator">
-<meta name="Forrest-version" content="0.6-dev">
+<meta name="Forrest-version" content="0.6">
 <meta name="Forrest-skin-name" content="forrest-site">
 <title>How to Participate</title>
 <link type="text/css" href="skin/page.css" rel="stylesheet">
@@ -26,7 +26,7 @@
 <!--================= start Group Logo ==================-->
 <td bgcolor="#294563"><a href="http://www.apache.org";><img class="logoImage" 
alt="Apache" src="images/apache-incubator.png"></a></td>
 <!--================= end Group Logo ==================-->
-<!--================= start Project Logo ==================--><td width="100%" 
align="center" bgcolor="#294563"><a href="http://incubator.apache.org/";><img 
class="logoImage" alt="Apache Incubator" 
src="images/apache-incubator-logo.png"></a></td>
+<!--================= start Project Logo ==================--><td width="100%" 
align="center" bgcolor="#294563"><a href="http://incubator.apache.org/";><img 
class="logoImage" alt="Apache Incubator" src="images/apache-incubator-logo.png" 
title="Apache Incubator"></a></td>
 <!--================= end Project Logo ==================-->
 <!--================= start Search ==================--><td valign="top" 
rowspan="2" bgcolor="#294563">
 <form target="_blank" action="http://www.google.com/search"; method="get">
@@ -240,14 +240,11 @@
 <td valign="middle">
 <h1>How to Participate</h1>
 </td><script language="Javascript" type="text/javascript">
-function printit() {  
-if (window.print) {
-    window.print() ;  
-} else {
-    var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH="0" HEIGHT="0" 
CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
-document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
-    WebBrowser1.ExecWB(6, 2);//Use a 1 vs. a 2 for a prompting dialog box    
WebBrowser1.outerHTML = "";  
-}
+function printit() {
+  if (window.print) {
+    window.focus();
+    window.print();
+  }
 }
 </script><script language="Javascript" type="text/javascript">
 var NS = (navigator.appName == "Netscape");
@@ -496,11 +493,9 @@
 <h5>Using a local Forrest installation</h5>
 <div style="margin-left: 0 ; border: 2px">
 <p>
-              Install the current development version of Forrest from SVN.
-              (A reliable recent revision is 45932.)
-              Follow the
-              <a class="external" 
href="http://forrest.apache.org/build.html";>installation</a>
-              instructions to build it and set the environment variables
+              Install the current release of Apache Forrest (v0.6) 
+              by following the instructions at the index.html in the
+              distribution, to set the environment variables
               $FORREST_HOME and $PATH.
             </p>
 <p>
@@ -570,13 +565,13 @@
 </div>
 
       
-<a name="N10152"></a><a name="project"></a>
+<a name="N1014E"></a><a name="project"></a>
 <h3>Project-specific resources</h3>
 <div style="margin-left: 0 ; border: 2px">
 <p>Some <a href="projects/">projects</a> under incubation have their own 
mailing lists, 
          or their development discussion occurs on the mailing list of another 
project. Check out 
          the project websites to be sure what mailing list is the right 
one.</p>
-<a name="N1015F"></a><a name="project-website"></a>
+<a name="N1015B"></a><a name="project-website"></a>
 <h4>Project Website Howto</h4>
 <div style="margin-left: 0 ; border: 2px">
 <p>Each project can use whatever documentation system that it

Modified: incubator/public/trunk/site-publish/howtoparticipate.pdf
==============================================================================
Binary files. No diff available.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to