You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/10/01 07:35:42 UTC

svn commit: r292928 [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_80/faq.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/faq.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/docs_0_80/faq.html (original)
+++ forrest/site/docs_0_80/faq.html Fri Sep 30 22:33:45 2005
@@ -144,7 +144,7 @@
 <a href="../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menuitem">
-<a href="../docs_0_80/views.html">Views-dev</a>
+<a href="../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menuitem">
 <a href="../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -295,7 +295,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+
@@ -348,6 +348,9 @@
 <li>
 <a href="#maxmemory">1.7.  How can I specify the amount of memory to be used by Java? </a>
 </li>
+<li>
+<a href="#debug">1.8.  How can I start forrest in debug mode? </a>
+</li>
 </ul>
 </li>
 <li>
@@ -597,9 +600,21 @@
           value you set it to is dependant on your JVM, but something like
           <span class="codefrag">ANT_OPTS=-Xmx500M</span> will probably work. </p>
 </div>
-<a name="N10080"></a><a name="content_faqs"></a>
+<a name="N10080"></a><a name="debug"></a>
+<h4 class="faq">1.8.  How can I start forrest in debug mode? </h4>
+<div align="right">
+<a href="#debug-menu">^</a>
+</div>
+<div style="margin-left: 15px">
+<p> The <span class="codefrag">forrest.jvmargs</span> property in the <span class="codefrag">forrest.properties</span> file 
+          can be used to start forrest in debug mode on a specific port.
+          <span class="codefrag">forrest.jvmargs=-Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n</span>
+        
+</p>
+</div>
+<a name="N10091"></a><a name="content_faqs"></a>
 <h3 class="underlined_5">2. Content Creation</h3>
-<a name="N10084"></a><a name="edit-content"></a>
+<a name="N10095"></a><a name="edit-content"></a>
 <h4 class="faq">2.1. What tools can be used to edit the content?</h4>
 <div align="right">
 <a href="#edit-content-menu">^</a>
@@ -615,7 +630,7 @@
           you can use text editors or "html editors" such as the one provided with the Mozilla web
           browser. </p>
 </div>
-<a name="N1009E"></a><a name="site-xml"></a>
+<a name="N100AF"></a><a name="site-xml"></a>
 <h4 class="faq">2.2. 
         How to use the site.xml configuration file for menus and linking.
       </h4>
@@ -657,7 +672,7 @@
         </p>
 <pre class="code">&lt;a href="site:docbook"&gt; link to the DocBook FAQ in the Tech FAQs</pre>
 </div>
-<a name="N100CC"></a><a name="examples"></a>
+<a name="N100DD"></a><a name="examples"></a>
 <h4 class="faq">2.3. 
         Where are examples of documents and site.xml and tabs.xml files?
       </h4>
@@ -671,7 +686,7 @@
             forrest run</span>).
         </p>
 </div>
-<a name="N100D7"></a><a name="PDF-output"></a>
+<a name="N100E8"></a><a name="PDF-output"></a>
 <h4 class="faq">2.4. How can I generate one pdf-file out of the whole site or selected pages of the site?</h4>
 <div align="right">
 <a href="#PDF-output-menu">^</a>
@@ -691,7 +706,7 @@
 <p> This assumes that you use the <a href="../docs_0_80/linking.html">site.xml</a> method for your
           site structure and navigation, rather than the old book.xml method. </p>
 </div>
-<a name="N100F1"></a><a name="pageBreaks"></a>
+<a name="N10102"></a><a name="pageBreaks"></a>
 <h4 class="faq">2.5. How do I insert page breaks into documents?</h4>
 <div align="right">
 <a href="#pageBreaks-menu">^</a>
@@ -719,7 +734,7 @@
             page-break-after: always; 
             } </pre>
 </div>
-<a name="N1010F"></a><a name="clickable-email-address"></a>
+<a name="N10120"></a><a name="clickable-email-address"></a>
 <h4 class="faq">2.6. How can I generate html-pages to show a 'clickable' email-address (of the
         author-element)?</h4>
 <div align="right">
@@ -730,7 +745,7 @@
             $FORREST_HOME/main/webapp/skins/common/xslt/html/document2html.xsl</span> and edit the
           "headers/authors" template. </p>
 </div>
-<a name="N1011A"></a><a name="link_raw"></a>
+<a name="N1012B"></a><a name="link_raw"></a>
 <h4 class="faq">2.7. How do I link to raw files such as config.txt and brochure.pdf? </h4>
 <div align="right">
 <a href="#link_raw-menu">^</a>
@@ -740,7 +755,7 @@
           <a href="../docs_0_70/upgrading_07.html#raw">Upgrading to Apache Forrest 0.7</a> for
           all the details.</p>
 </div>
-<a name="N10126"></a><a name="pdf_images"></a>
+<a name="N10137"></a><a name="pdf_images"></a>
 <h4 class="faq">2.8. Images don't display in PDFs. How do I fix this?</h4>
 <div align="right">
 <a href="#pdf_images-menu">^</a>
@@ -772,7 +787,7 @@
 <div class="content">Due to Sun's licensing, we cannot redistribute Jimi or JAI with Forrest.</div>
 </div>
 </div>
-<a name="N10156"></a><a name="tab-index"></a>
+<a name="N10167"></a><a name="tab-index"></a>
 <h4 class="faq">2.9.  The tab link in my site incorrectly assumes that 'index.html' is present in the
         linked-to directory. How do I fix this? </h4>
 <div align="right">
@@ -791,7 +806,7 @@
     &lt;map:redirect-to uri="manual/Introduction.html"/&gt;
   &lt;/map:match&gt;</pre>
 </div>
-<a name="N10172"></a><a name="tab-site"></a>
+<a name="N10183"></a><a name="tab-site"></a>
 <h4 class="faq">2.10. I need help with the interaction between tabs.xml and site.xml </h4>
 <div align="right">
 <a href="#tab-site-menu">^</a>
@@ -801,7 +816,7 @@
           See the <a href="../docs_0_80/linking.html#tab-site">tips</a>.
         </p>
 </div>
-<a name="N1017E"></a><a name="defaultFileName"></a>
+<a name="N1018F"></a><a name="defaultFileName"></a>
 <h4 class="faq">2.11.  How can I change the default file name that Forrest will look for when I request a
         URL like http://myserver or http://myserver/mydir/ ? </h4>
 <div align="right">
@@ -831,7 +846,7 @@
         
 </ol>
 </div>
-<a name="N101A6"></a><a name="defaultStartPage"></a>
+<a name="N101B7"></a><a name="defaultStartPage"></a>
 <h4 class="faq">2.12.  How can I use a start-up-page other than index.html? </h4>
 <div align="right">
 <a href="#defaultStartPage-menu">^</a>
@@ -862,7 +877,7 @@
         
 </ol>
 </div>
-<a name="N101CA"></a><a name="label-entity"></a>
+<a name="N101DB"></a><a name="label-entity"></a>
 <h4 class="faq">2.13.  How to use special characters in the labels of the site.xml file? </h4>
 <div align="right">
 <a href="#label-entity-menu">^</a>
@@ -874,7 +889,7 @@
 </p>
 <p> See the <a href="http://www.w3.org/TR/xhtml-modularization/dtd_module_defs.html#a_xhtml_character_entities">XHTML Character Entities</a> and see more discussion at <a href="http://issues.apache.org/jira/browse/FOR-244">Issue FOR-244</a>. </p>
 </div>
-<a name="N101E3"></a><a name="encoding"></a>
+<a name="N101F4"></a><a name="encoding"></a>
 <h4 class="faq">2.14. Does Forrest handle accents for non-English languages?</h4>
 <div align="right">
 <a href="#encoding-menu">^</a>
@@ -921,7 +936,7 @@
             Schlabach</a> and <a href="http://www.alanwood.net/unicode/">Alan Wood's Unicode
             resources</a>. </p>
 </div>
-<a name="N10235"></a><a name="xml-entities"></a>
+<a name="N10246"></a><a name="xml-entities"></a>
 <h4 class="faq">2.15. How to use XML entities, for example string
         replacement?</h4>
 <div align="right">
@@ -937,7 +952,7 @@
           Avoid lengthy typing and potential spelling errors.
         </p>
 </div>
-<a name="N10240"></a><a name="cleanSite"></a>
+<a name="N10251"></a><a name="cleanSite"></a>
 <h4 class="faq">2.16.  How can I make Forrest properly clean up the build/site-directory? </h4>
 <div align="right">
 <a href="#cleanSite-menu">^</a>
@@ -949,7 +964,7 @@
 <p>To ensure a clean build call 'forrest clean site' instead of just 'forrest' so Forrest
           will delete all build directories before creating new content. </p>
 </div>
-<a name="N1024B"></a><a name="i18n"></a>
+<a name="N1025C"></a><a name="i18n"></a>
 <h4 class="faq">2.17. How can I internationalise (i18n) my content?</h4>
 <div align="right">
 <a href="#i18n-menu">^</a>
@@ -963,7 +978,7 @@
         by the <a href="http://cocoon.apache.org/2.1/userdocs/transformers/i18n-transformer.html">Cocoon i18n 
         Transformer</a>. You can see an example of how it works in the above linked issue.</p>
 </div>
-<a name="N1025E"></a><a name="rawTML"></a>
+<a name="N1026F"></a><a name="rawTML"></a>
 <h4 class="faq">2.18. How can I include HTML content that is not to be skinned by Forrest?</h4>
 <div align="right">
 <a href="#rawTML-menu">^</a>
@@ -1004,7 +1019,7 @@
         
 </ol>
 </div>
-<a name="N10284"></a><a name="javascript"></a>
+<a name="N10295"></a><a name="javascript"></a>
 <h4 class="faq">2.19. How to include additional Javascript and CSS files?</h4>
 <div align="right">
 <a href="#javascript-menu">^</a>
@@ -1028,9 +1043,9 @@
           &lt;map:resource name="skin-read"&gt; section.
         </p>
 </div>
-<a name="N10292"></a><a name="technical"></a>
+<a name="N102A3"></a><a name="technical"></a>
 <h3 class="underlined_5">3. Technical</h3>
-<a name="N10296"></a><a name="proxy_config"></a>
+<a name="N102A7"></a><a name="proxy_config"></a>
 <h4 class="faq">3.1. I'm behind a proxy and it's preventing Plugins from being downloaded, what should I
         do?</h4>
 <div align="right">
@@ -1041,7 +1056,7 @@
             <span class="codefrag">proxy.host</span> and <span class="codefrag">proxy.port</span> accordingly (the port will default
           to port 80).</p>
 </div>
-<a name="N102A7"></a><a name="CVS_revison_tags"></a>
+<a name="N102B8"></a><a name="CVS_revison_tags"></a>
 <h4 class="faq">3.2. How can I generate html-pages to show the revision tag of cvs?</h4>
 <div align="right">
 <a href="#CVS_revison_tags-menu">^</a>
@@ -1054,7 +1069,7 @@
 <p>This technique could also be used for a modification date with $Date: 2004/01/15 08:52:47
           $</p>
 </div>
-<a name="N102B9"></a><a name="cli-xconf"></a>
+<a name="N102CA"></a><a name="cli-xconf"></a>
 <h4 class="faq">3.3.  How to control the processing of URIs by Cocoon, e.g. exclude certain URIs, include
         other additional ones. </h4>
 <div align="right">
@@ -1092,7 +1107,7 @@
           <strong>foo/**</strong> to match that. </div>
 </div>
 </div>
-<a name="N102F6"></a><a name="ignoring_javadocs"></a>
+<a name="N10307"></a><a name="ignoring_javadocs"></a>
 <h4 class="faq">3.4.  How do I stop Forrest breaking on links to external files that may not exist, like
         javadocs? </h4>
 <div align="right">
@@ -1103,7 +1118,7 @@
             <span class="codefrag">cli.xconf</span>
           </a> Cocoon config file, and defining patterns for URLs to exclude. </p>
 </div>
-<a name="N10305"></a><a name="claimed_patterns"></a>
+<a name="N10316"></a><a name="claimed_patterns"></a>
 <h4 class="faq">3.5. Some of my files are not being processed because they use common filenames. </h4>
 <div align="right">
 <a href="#claimed_patterns-menu">^</a>
@@ -1119,7 +1134,7 @@
           with this issue (<a href="http://issues.apache.org/jira/browse/FOR-217">FOR-217</a>).
         </p>
 </div>
-<a name="N10317"></a><a name="build_msg_a"></a>
+<a name="N10328"></a><a name="build_msg_a"></a>
 <h4 class="faq">3.6. What do the symbols and numbers mean when Forrest lists each document that it has
         built? </h4>
 <div align="right">
@@ -1152,7 +1167,7 @@
       
 </p>
 </div>
-<a name="N10333"></a><a name="headless_operation"></a>
+<a name="N10344"></a><a name="headless_operation"></a>
 <h4 class="faq">3.7.  When generating PNG images from SVG, I get an error: Can't connect to X11 window
         server using ':0.0' as the value of the DISPLAY variable. </h4>
 <div align="right">
@@ -1165,7 +1180,7 @@
 <pre class="code">forrest -Dforrest.jvmargs=-Djava.awt.headless=true site</pre>
 <p> See also <a href="http://cocoon.apache.org/2.1/faq/faq-configure-environment.html">Cocoon FAQ</a>. </p>
 </div>
-<a name="N1034F"></a><a name="project-logo-svg"></a>
+<a name="N10360"></a><a name="project-logo-svg"></a>
 <h4 class="faq">3.8.  
         The project logo that is generated from SVG is truncating my project name.
       </h4>
@@ -1185,7 +1200,7 @@
           <a href="http://www.w3.org/Graphics/SVG/">SVG</a> resources.
         </p>
 </div>
-<a name="N10367"></a><a name="catalog"></a>
+<a name="N10378"></a><a name="catalog"></a>
 <h4 class="faq">3.9.  How do i configure my favourite XML editor or parser to find the local Forrest
         DTDs? </h4>
 <div align="right">
@@ -1195,7 +1210,7 @@
 <p> Notes are provided for various tools at <a href="../docs_0_80/catalog.html">Using Catalog Entity
             Resolver for local DTDs</a>. </p>
 </div>
-<a name="N10373"></a><a name="skin"></a>
+<a name="N10384"></a><a name="skin"></a>
 <h4 class="faq">3.10.  How to make the site look better and change its skin? </h4>
 <div align="right">
 <a href="#skin-menu">^</a>
@@ -1207,7 +1222,7 @@
 <p> See notes about <a href="../docs_0_80/your-project.html#skins">configuration</a> of the skins.
           Some projects may have special needs and can define their <a href="../docs_0_80/your-project.html#new_skin">own skin</a>. </p>
 </div>
-<a name="N1038A"></a><a name="xsp"></a>
+<a name="N1039B"></a><a name="xsp"></a>
 <h4 class="faq">3.11. How do I enable XSP processing?</h4>
 <div align="right">
 <a href="#xsp-menu">^</a>
@@ -1255,7 +1270,7 @@
 </ol>
 <p>See also the <a href="http://wiki.apache.org/cocoon/AddingXSPToForrest">AddingXSPToForrest</a> Wiki page.</p>
 </div>
-<a name="N103C5"></a><a name="breadcrumbs"></a>
+<a name="N103D6"></a><a name="breadcrumbs"></a>
 <h4 class="faq">3.12. How do breadcrumbs work? Why don't they work locally?</h4>
 <div align="right">
 <a href="#breadcrumbs-menu">^</a>
@@ -1274,7 +1289,7 @@
           are viewing the site locally, there is no domain and so there will be no extra
           breadcrumbs, only the ones that are specified in <span class="codefrag">skinconf.xml</span>. </p>
 </div>
-<a name="N103DA"></a><a name="run_port"></a>
+<a name="N103EB"></a><a name="run_port"></a>
 <h4 class="faq">3.13. How do I make forrest run listen on a different port?</h4>
 <div align="right">
 <a href="#run_port-menu">^</a>
@@ -1290,7 +1305,7 @@
         
 </p>
 </div>
-<a name="N103EE"></a><a name="debugging"></a>
+<a name="N103FF"></a><a name="debugging"></a>
 <h4 class="faq">3.14. Can I run Forrest with Java debugging turned on?</h4>
 <div align="right">
 <a href="#debugging-menu">^</a>
@@ -1302,9 +1317,9 @@
         to the <span class="codefrag">forrest.jvmargs</span> property in the <span class="codefrag">forrest.properties</span>
         file. Don't forget to ensure the property is uncommented in that file.</p>
 </div>
-<a name="N103FF"></a><a name="old_faqs"></a>
+<a name="N10410"></a><a name="old_faqs"></a>
 <h3 class="underlined_5">4. Older version: 0.6</h3>
-<a name="N10403"></a><a name="old_claimed_patterns"></a>
+<a name="N10414"></a><a name="old_claimed_patterns"></a>
 <h4 class="faq">4.1. Some of my files are not being processed because they use common filenames. </h4>
 <div align="right">
 <a href="#old_claimed_patterns-menu">^</a>
@@ -1320,9 +1335,9 @@
           with this issue (<a href="http://issues.apache.org/jira/browse/FOR-217">FOR-217</a>).
         </p>
 </div>
-<a name="N10415"></a><a name="general"></a>
+<a name="N10426"></a><a name="general"></a>
 <h3 class="underlined_5">5. General</h3>
-<a name="N10419"></a><a name="generating_menus"></a>
+<a name="N1042A"></a><a name="generating_menus"></a>
 <h4 class="faq">5.1. What is the relationship between site.xml and book.xml? </h4>
 <div align="right">
 <a href="#generating_menus-menu">^</a>
@@ -1336,7 +1351,7 @@
           <span class="codefrag">site.xml</span>-generated menus aren't appropriate. See <a href="../docs_0_80/linking.html">Menus and
             Linking</a>. </p>
 </div>
-<a name="N10434"></a><a name="docbook"></a>
+<a name="N10445"></a><a name="docbook"></a>
 <h4 class="faq">5.2.  How do I use DocBook as the XML documentation format? </h4>
 <div align="right">
 <a href="#docbook-menu">^</a>
@@ -1382,7 +1397,7 @@
           different DTDs, then see <a href="../docs_0_80/your-project.html#new_dtd">Using Forrest</a> for
           configuration guidance. </p>
 </div>
-<a name="N10462"></a><a name="version"></a>
+<a name="N10473"></a><a name="version"></a>
 <h4 class="faq">5.3.  How to report which version of Forrest is being used and the properties that are
         set? </h4>
 <div align="right">
@@ -1395,7 +1410,7 @@
           watch the build messages. Doing <span class="codefrag">'forrest -v'</span> will provide verbose build
           messages. </p>
 </div>
-<a name="N10476"></a><a name="logs"></a>
+<a name="N10487"></a><a name="logs"></a>
 <h4 class="faq">5.4.  Where are the log files to find more infomation about errors? </h4>
 <div align="right">
 <a href="#logs-menu">^</a>
@@ -1406,15 +1421,15 @@
 </p>
 <p> The log level can be raised with the <span class="codefrag">logkit.xconf</span> configuration. If you are
           using Forrest in the interactive webapp mode (which is generally easiest for debugging
-          errors) then see the <span class="codefrag">build/webapp/WEB-INF/logkit.xconf</span> file. If you are
+          errors) then see the <span class="codefrag">main/webapp/WEB-INF/logkit.xconf</span> file. If you are
           generating a static site (with command-line 'forrest') then copy
             <span class="codefrag">$FORREST_HOME/main/webapp/WEB-INF/logkit.xconf</span> to your project at
-            <span class="codefrag">src/documentation/content/conf/logkit.xconf</span> and modify it. See more
+            <span class="codefrag">src/documentation/conf/logkit.xconf</span> and modify it. See more
           information and efficiency tips with <a href="http://wiki.apache.org/cocoon/ExploringTheLogs">Cocoon logging</a>. </p>
 <p> Doing <span class="codefrag">'forrest -v'</span> will provide verbose build messages to the standard
           output. </p>
 </div>
-<a name="N1049A"></a><a name="how_can_I_help"></a>
+<a name="N104AB"></a><a name="how_can_I_help"></a>
 <h4 class="faq">5.5.  How to help? </h4>
 <div align="right">
 <a href="#how_can_I_help-menu">^</a>
@@ -1425,7 +1440,7 @@
           particularly from newcomers&mdash;often, close proximity blinds software developers to
           faults that are obvious to everyone else. Don't be shy! </p>
 </div>
-<a name="N104A6"></a><a name="patch"></a>
+<a name="N104B7"></a><a name="patch"></a>
 <h4 class="faq">5.6.  How to contribute a patch? </h4>
 <div align="right">
 <a href="#patch-menu">^</a>

Modified: forrest/site/docs_0_80/faq.pdf
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/faq.pdf?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
Binary files - no diff available.

Modified: forrest/site/docs_0_80/faq.xml
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/faq.xml?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/docs_0_80/faq.xml (original)
+++ forrest/site/docs_0_80/faq.xml Fri Sep 30 22:33:45 2005
@@ -51,6 +51,11 @@
         <p> Set the <code>ANT_OPTS</code> environment variable before you run forrest. The exact
           value you set it to is dependant on your JVM, but something like
           <code>ANT_OPTS=-Xmx500M</code> will probably work. </p>
+      </section><section id="debug"><title>1.8.  How can I start forrest in debug mode? </title>
+        <p> The <code>forrest.jvmargs</code> property in the <code>forrest.properties</code> file 
+          can be used to start forrest in debug mode on a specific port.
+          <code>forrest.jvmargs=-Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n</code>
+        </p>
       </section></section><section id="content_faqs"><title>2. Content Creation</title><section id="edit-content"><title>2.1. What tools can be used to edit the content?</title>
         <p>If you are using the Apache Forrest XML <link href="site:v0.80//dtd-docs">document format</link>
           or DocBook or other XML document types, then you can use any text editor or even a
@@ -560,10 +565,10 @@
         </p>
         <p> The log level can be raised with the <code>logkit.xconf</code> configuration. If you are
           using Forrest in the interactive webapp mode (which is generally easiest for debugging
-          errors) then see the <code>build/webapp/WEB-INF/logkit.xconf</code> file. If you are
+          errors) then see the <code>main/webapp/WEB-INF/logkit.xconf</code> file. If you are
           generating a static site (with command-line 'forrest') then copy
             <code>$FORREST_HOME/main/webapp/WEB-INF/logkit.xconf</code> to your project at
-            <code>src/documentation/content/conf/logkit.xconf</code> and modify it. See more
+            <code>src/documentation/conf/logkit.xconf</code> and modify it. See more
           information and efficiency tips with <link href="http://wiki.apache.org/cocoon/ExploringTheLogs">Cocoon logging</link>. </p>
         <p> Doing <code>'forrest -v'</code> will provide verbose build messages to the standard
           output. </p>

Modified: forrest/site/docs_0_80/forrest-contract.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/forrest-contract.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/docs_0_80/forrest-contract.html (original)
+++ forrest/site/docs_0_80/forrest-contract.html Fri Sep 30 22:33:45 2005
@@ -144,7 +144,7 @@
 <a href="../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menuitem">
-<a href="../docs_0_80/views.html">Views-dev</a>
+<a href="../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menupage">
 <div class="menupagetitle">Our Contract</div>
@@ -295,7 +295,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/docs_0_80/howto/cvs-ssh/howto-cvs-ssh.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/howto/cvs-ssh/howto-cvs-ssh.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/docs_0_80/howto/cvs-ssh/howto-cvs-ssh.html (original)
+++ forrest/site/docs_0_80/howto/cvs-ssh/howto-cvs-ssh.html Fri Sep 30 22:33:45 2005
@@ -130,7 +130,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/docs_0_80/howto/forrest.xmap.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/howto/forrest.xmap.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/docs_0_80/howto/forrest.xmap.html (original)
+++ forrest/site/docs_0_80/howto/forrest.xmap.html Fri Sep 30 22:33:45 2005
@@ -224,7 +224,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/docs_0_80/howto/howto-asf-mirror.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/howto/howto-asf-mirror.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/docs_0_80/howto/howto-asf-mirror.html (original)
+++ forrest/site/docs_0_80/howto/howto-asf-mirror.html Fri Sep 30 22:33:45 2005
@@ -144,7 +144,7 @@
 <a href="../../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menuitem">
-<a href="../../docs_0_80/views.html">Views-dev</a>
+<a href="../../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menuitem">
 <a href="../../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -295,7 +295,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/docs_0_80/howto/howto-buildPlugin.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/howto/howto-buildPlugin.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/docs_0_80/howto/howto-buildPlugin.html (original)
+++ forrest/site/docs_0_80/howto/howto-buildPlugin.html Fri Sep 30 22:33:45 2005
@@ -144,7 +144,7 @@
 <a href="../../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menuitem">
-<a href="../../docs_0_80/views.html">Views-dev</a>
+<a href="../../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menuitem">
 <a href="../../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -295,7 +295,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/docs_0_80/howto/howto-corner-images.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/howto/howto-corner-images.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/docs_0_80/howto/howto-corner-images.html (original)
+++ forrest/site/docs_0_80/howto/howto-corner-images.html Fri Sep 30 22:33:45 2005
@@ -144,7 +144,7 @@
 <a href="../../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menuitem">
-<a href="../../docs_0_80/views.html">Views-dev</a>
+<a href="../../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menuitem">
 <a href="../../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -295,7 +295,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/docs_0_80/howto/howto-custom-html-source.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/howto/howto-custom-html-source.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/docs_0_80/howto/howto-custom-html-source.html (original)
+++ forrest/site/docs_0_80/howto/howto-custom-html-source.html Fri Sep 30 22:33:45 2005
@@ -144,7 +144,7 @@
 <a href="../../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menuitem">
-<a href="../../docs_0_80/views.html">Views-dev</a>
+<a href="../../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menuitem">
 <a href="../../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -295,7 +295,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/docs_0_80/howto/howto-dev.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/howto/howto-dev.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/docs_0_80/howto/howto-dev.html (original)
+++ forrest/site/docs_0_80/howto/howto-dev.html Fri Sep 30 22:33:45 2005
@@ -144,7 +144,7 @@
 <a href="../../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menuitem">
-<a href="../../docs_0_80/views.html">Views-dev</a>
+<a href="../../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menuitem">
 <a href="../../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -295,7 +295,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/docs_0_80/howto/howto-editcss.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/howto/howto-editcss.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/docs_0_80/howto/howto-editcss.html (original)
+++ forrest/site/docs_0_80/howto/howto-editcss.html Fri Sep 30 22:33:45 2005
@@ -145,7 +145,7 @@
 <a href="../../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menuitem">
-<a href="../../docs_0_80/views.html">Views-dev</a>
+<a href="../../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menuitem">
 <a href="../../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -296,7 +296,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/docs_0_80/howto/howto-forrest-from-maven.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/howto/howto-forrest-from-maven.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/docs_0_80/howto/howto-forrest-from-maven.html (original)
+++ forrest/site/docs_0_80/howto/howto-forrest-from-maven.html Fri Sep 30 22:33:45 2005
@@ -144,7 +144,7 @@
 <a href="../../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menuitem">
-<a href="../../docs_0_80/views.html">Views-dev</a>
+<a href="../../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menuitem">
 <a href="../../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -295,7 +295,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/docs_0_80/howto/howto-howto.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/howto/howto-howto.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/docs_0_80/howto/howto-howto.html (original)
+++ forrest/site/docs_0_80/howto/howto-howto.html Fri Sep 30 22:33:45 2005
@@ -144,7 +144,7 @@
 <a href="../../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menuitem">
-<a href="../../docs_0_80/views.html">Views-dev</a>
+<a href="../../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menuitem">
 <a href="../../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -295,7 +295,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/docs_0_80/howto/howto-pdf-tab.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/howto/howto-pdf-tab.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/docs_0_80/howto/howto-pdf-tab.html (original)
+++ forrest/site/docs_0_80/howto/howto-pdf-tab.html Fri Sep 30 22:33:45 2005
@@ -144,7 +144,7 @@
 <a href="../../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menuitem">
-<a href="../../docs_0_80/views.html">Views-dev</a>
+<a href="../../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menuitem">
 <a href="../../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -295,7 +295,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/docs_0_80/howto/howto-view-contracts.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/howto/howto-view-contracts.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/docs_0_80/howto/howto-view-contracts.html (original)
+++ forrest/site/docs_0_80/howto/howto-view-contracts.html Fri Sep 30 22:33:45 2005
@@ -144,7 +144,7 @@
 <a href="../../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menuitem">
-<a href="../../docs_0_80/views.html">Views-dev</a>
+<a href="../../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menuitem">
 <a href="../../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -295,7 +295,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/docs_0_80/howto/howto-view-dsl.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/howto/howto-view-dsl.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/docs_0_80/howto/howto-view-dsl.html (original)
+++ forrest/site/docs_0_80/howto/howto-view-dsl.html Fri Sep 30 22:33:45 2005
@@ -144,7 +144,7 @@
 <a href="../../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menuitem">
-<a href="../../docs_0_80/views.html">Views-dev</a>
+<a href="../../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menuitem">
 <a href="../../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -295,7 +295,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/docs_0_80/howto/howto-view-install.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/howto/howto-view-install.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/docs_0_80/howto/howto-view-install.html (original)
+++ forrest/site/docs_0_80/howto/howto-view-install.html Fri Sep 30 22:33:45 2005
@@ -5,7 +5,7 @@
 <meta content="Apache Forrest" name="Generator">
 <meta name="Forrest-version" content="0.8-dev">
 <meta name="Forrest-skin-name" content="pelt">
-<title>How to install the view package (v0.8-dev)</title>
+<title>How to install the views (v0.8-dev)</title>
 <link type="text/css" href="../../skin/basic.css" rel="stylesheet">
 <link media="screen" type="text/css" href="../../skin/screen.css" rel="stylesheet">
 <link media="print" type="text/css" href="../../skin/print.css" rel="stylesheet">
@@ -144,7 +144,7 @@
 <a href="../../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menuitem">
-<a href="../../docs_0_80/views.html">Views-dev</a>
+<a href="../../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menuitem">
 <a href="../../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -295,7 +295,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+
@@ -314,9 +314,9 @@
 	          &nbsp;<input value="-a" class="smallerfont" title="Shrink text" onclick="ndeSetTextSize('decr'); return false;" type="button">
 	          &nbsp;<input value="+a" class="biggerfont" title="Enlarge text" onclick="ndeSetTextSize('incr'); return false;" type="button">
 </div>
-<h1>How to install the view package</h1>
+<h1>How to install the views</h1>
 <div class="abstract">
-    This How-To describes the setup of the plugins (needed to work with forrest:views and forrest:contracts) and a fresh seed.
+    This How-To describes the setup of the plugins (needed to work with forrest:views and forrest:contracts) and a fresh seed site.
   </div>
 <div id="motd-area">
         This is documentation for development version v0.8
@@ -372,15 +372,14 @@
 </div>
 </div>
 <p>
-      Users/devs who wants to get started with view development.
-      This setup guide is valid for both user and devs.
+      Developers who want to get started with view development.
     </p>
 </div>
 <a name="N1001B"></a><a name="Purpose"></a>
 <h2 class="underlined_10">Purpose</h2>
 <div class="section">
 <p>
-      To help user installing views. This is the "getting started" setup-guide.
+      To help with installing views. This is the "getting started" setup guide.
     </p>
 </div>
 <a name="N10023"></a><a name="Prerequisites"></a>
@@ -388,7 +387,7 @@
 <div class="section">
 <ul>
       
-<li>You have to use the trunk version of forrest for using views because it is in an early stage</li>
+<li>You need to use the trunk version of Forrest for using views because it is in an early stage</li>
       
 <li>Read <a href="../../docs_0_80/howto/howto-buildPlugin.html">How to Build a Plugin</a>
         especially the section about using Forrest's own Ant.</li>
@@ -400,13 +399,13 @@
 <div class="section">
 <p>
       The process of setting up the plugin is quite heavy. We promise it will be easier in the future. 
-      Some of the instructions has to be modified with your local settings.
+      Some of the instructions need to be modified with your local settings.
     </p>
 <a name="N1003D"></a><a name="localBuild"></a>
 <h3 class="underlined_5">Build the view and the viewHelper plugins</h3>
 <p>
-        The first step is to build the view and the viewHelper plugins. Change to a console of your choice
-        and go (cd) to the trunk version of forrest {forrest-trunk}. Then do an update and after this 
+        The first step is to build and deploy the view and the viewHelper plugins. Change to a terminal window of your choice
+        and go (cd) to the trunk version of forrest {forrest-trunk}. Then do an SVN update and after this 
         deploy both plugins locally.
       </p>
 <pre class="code">
@@ -417,7 +416,11 @@
 cd ../org.apache.forrest.plugin.output.viewHelper.xhtml/
 ant local-deploy
       </pre>
-<a name="N1004B"></a><a name="newSeed"></a>
+<p>
+        Alternatively, run the script <span class="codefrag">etc/views.sh</span>
+      
+</p>
+<a name="N10051"></a><a name="newSeed"></a>
 <h3 class="underlined_5">Seed a new project</h3>
 <p> 
 	Go to the directory where you want to seed a new project and seed it. 
@@ -426,7 +429,7 @@
 cd ~/src/newSeed
 forrest seed
       </pre>
-<a name="N10059"></a><a name="forrestProperties"></a>
+<a name="N1005F"></a><a name="forrestProperties"></a>
 <h3 class="underlined_5">Modifying forrest.properties</h3>
 <p>
         Now we have to tell forrest that we are planning to use the view plugins. We will do that
@@ -448,7 +451,7 @@
 <pre class="code">
 project.skin=leather-dev
       </pre>
-<a name="N10071"></a><a name="testing"></a>
+<a name="N10077"></a><a name="testing"></a>
 <h3 class="underlined_5">Test your new view based project</h3>
 <p> 
         Now you have finished the preparation and the setup to finally do
@@ -456,15 +459,9 @@
 <pre class="code">
 forrest run
       </pre>
-<p>then point to <a href="http://localhost:8888/">http://localhost:8888/</a> and you should see the default
-        view-based skin.</p>
-<div class="note">
-<div class="label">Note</div>
-<div class="content">When developing styles with views, 'forrest run' is the quickest
-way. You will see that you do not have to build your project to see the
-changes on your pages when working with *.fv. </div>
-</div>
-<a name="N10089"></a><a name="availableContracts"></a>
+<p>Then point to <span class="codefrag">http://localhost:8888/</span> and you will see the default
+        views-based site.</p>
+<a name="N1008B"></a><a name="availableContracts"></a>
 <h3 class="underlined_5">Available contracts</h3>
 <p> 
 	     To start working with views, you need to know which contracts you can use. 
@@ -479,8 +476,8 @@
 </pre>
 <p>
         The newly installed plugin will show the available contracts as html pages.
-        First we have to tell forrest that we are planning to use the new plugin. We will do that
-        by editing the forrest.properties of the <a href="../../docs_0_80/howto/howto-view-install.html">newSeed</a> 
+        First we have to tell Forrest that we are planning to use the new plugin. We will do that
+        by editing the forrest.properties of the <a href="#newSeed">newSeed</a> 
         to add the plugin:
       </p>
 <pre class="code">
@@ -491,7 +488,7 @@
         On this page you will find all contracts that you can use in your project.
       </p>
 </div>
-<a name="N100AB"></a><a name="Further Reading"></a>
+<a name="N100AD"></a><a name="Further Reading"></a>
 <h2 class="underlined_10">Further Reading</h2>
 <div class="section">
 <p>
@@ -510,12 +507,12 @@
     
 </ul>
 </div>
-<a name="N100C2"></a><a name="Feedback"></a>
+<a name="N100C4"></a><a name="Feedback"></a>
 <h2 class="underlined_10">Feedback</h2>
 <div class="section">
 <p>
-      Please provide feedback about this document via the
-      <a href="../../mail-lists.html">mailing lists</a>.
+      Please provide feedback about this document via the "dev"
+      <a href="../../mail-lists.html">mailing list</a>.
     </p>
 </div>
 </div>

Modified: forrest/site/docs_0_80/howto/howto-view-install.pdf
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/howto/howto-view-install.pdf?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
Binary files - no diff available.

Modified: forrest/site/docs_0_80/howto/index.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/howto/index.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/docs_0_80/howto/index.html (original)
+++ forrest/site/docs_0_80/howto/index.html Fri Sep 30 22:33:45 2005
@@ -144,7 +144,7 @@
 <a href="../../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menuitem">
-<a href="../../docs_0_80/views.html">Views-dev</a>
+<a href="../../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menuitem">
 <a href="../../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -295,7 +295,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/docs_0_80/howto/multi/howto-multi.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/howto/multi/howto-multi.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/docs_0_80/howto/multi/howto-multi.html (original)
+++ forrest/site/docs_0_80/howto/multi/howto-multi.html Fri Sep 30 22:33:45 2005
@@ -144,7 +144,7 @@
 <a href="../../../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menuitem">
-<a href="../../../docs_0_80/views.html">Views-dev</a>
+<a href="../../../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menuitem">
 <a href="../../../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -295,7 +295,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/docs_0_80/howto/multi/step1.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/howto/multi/step1.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/docs_0_80/howto/multi/step1.html (original)
+++ forrest/site/docs_0_80/howto/multi/step1.html Fri Sep 30 22:33:45 2005
@@ -144,7 +144,7 @@
 <a href="../../../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menuitem">
-<a href="../../../docs_0_80/views.html">Views-dev</a>
+<a href="../../../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menuitem">
 <a href="../../../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -295,7 +295,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/docs_0_80/howto/multi/step2.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/howto/multi/step2.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/docs_0_80/howto/multi/step2.html (original)
+++ forrest/site/docs_0_80/howto/multi/step2.html Fri Sep 30 22:33:45 2005
@@ -144,7 +144,7 @@
 <a href="../../../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menuitem">
-<a href="../../../docs_0_80/views.html">Views-dev</a>
+<a href="../../../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menuitem">
 <a href="../../../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -295,7 +295,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/docs_0_80/howto/multi/step3.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/howto/multi/step3.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/docs_0_80/howto/multi/step3.html (original)
+++ forrest/site/docs_0_80/howto/multi/step3.html Fri Sep 30 22:33:45 2005
@@ -144,7 +144,7 @@
 <a href="../../../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menuitem">
-<a href="../../../docs_0_80/views.html">Views-dev</a>
+<a href="../../../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menuitem">
 <a href="../../../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -295,7 +295,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/docs_0_80/howto/project_sitemap.xmap.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/howto/project_sitemap.xmap.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/docs_0_80/howto/project_sitemap.xmap.html (original)
+++ forrest/site/docs_0_80/howto/project_sitemap.xmap.html Fri Sep 30 22:33:45 2005
@@ -224,7 +224,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/docs_0_80/howto/sitemap.xmap.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/howto/sitemap.xmap.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/docs_0_80/howto/sitemap.xmap.html (original)
+++ forrest/site/docs_0_80/howto/sitemap.xmap.html Fri Sep 30 22:33:45 2005
@@ -224,7 +224,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/docs_0_80/index.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/index.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/docs_0_80/index.html (original)
+++ forrest/site/docs_0_80/index.html Fri Sep 30 22:33:45 2005
@@ -144,7 +144,7 @@
 <a href="../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menuitem">
-<a href="../docs_0_80/views.html">Views-dev</a>
+<a href="../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menuitem">
 <a href="../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -295,7 +295,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/docs_0_80/libre-intro.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/libre-intro.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/docs_0_80/libre-intro.html (original)
+++ forrest/site/docs_0_80/libre-intro.html Fri Sep 30 22:33:45 2005
@@ -144,7 +144,7 @@
 <a href="../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menuitem">
-<a href="../docs_0_80/views.html">Views-dev</a>
+<a href="../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menuitem">
 <a href="../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -295,7 +295,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/docs_0_80/linking.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/linking.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/docs_0_80/linking.html (original)
+++ forrest/site/docs_0_80/linking.html Fri Sep 30 22:33:45 2005
@@ -144,7 +144,7 @@
 <a href="../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menuitem">
-<a href="../docs_0_80/views.html">Views-dev</a>
+<a href="../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menuitem">
 <a href="../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -295,7 +295,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/docs_0_80/menu-index.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/menu-index.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/docs_0_80/menu-index.html (original)
+++ forrest/site/docs_0_80/menu-index.html Fri Sep 30 22:33:45 2005
@@ -51,7 +51,7 @@
 </li>
         
 <li>
-<a href="../docs_0_80/views.html">Views-dev</a>
+<a href="../docs_0_80/views.html">Views development</a>
 </li>
 
         

Modified: forrest/site/docs_0_80/primer.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/primer.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/docs_0_80/primer.html (original)
+++ forrest/site/docs_0_80/primer.html Fri Sep 30 22:33:45 2005
@@ -144,7 +144,7 @@
 <a href="../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menuitem">
-<a href="../docs_0_80/views.html">Views-dev</a>
+<a href="../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menuitem">
 <a href="../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -295,7 +295,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/docs_0_80/project-sitemap.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/project-sitemap.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/docs_0_80/project-sitemap.html (original)
+++ forrest/site/docs_0_80/project-sitemap.html Fri Sep 30 22:33:45 2005
@@ -144,7 +144,7 @@
 <a href="../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menuitem">
-<a href="../docs_0_80/views.html">Views-dev</a>
+<a href="../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menuitem">
 <a href="../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -295,7 +295,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/docs_0_80/searching.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/searching.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/docs_0_80/searching.html (original)
+++ forrest/site/docs_0_80/searching.html Fri Sep 30 22:33:45 2005
@@ -144,7 +144,7 @@
 <a href="../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menuitem">
-<a href="../docs_0_80/views.html">Views-dev</a>
+<a href="../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menuitem">
 <a href="../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -295,7 +295,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/docs_0_80/sitemap-ref.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/sitemap-ref.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/docs_0_80/sitemap-ref.html (original)
+++ forrest/site/docs_0_80/sitemap-ref.html Fri Sep 30 22:33:45 2005
@@ -144,7 +144,7 @@
 <a href="../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menuitem">
-<a href="../docs_0_80/views.html">Views-dev</a>
+<a href="../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menuitem">
 <a href="../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -295,7 +295,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/docs_0_80/skin-package.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/skin-package.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/docs_0_80/skin-package.html (original)
+++ forrest/site/docs_0_80/skin-package.html Fri Sep 30 22:33:45 2005
@@ -144,7 +144,7 @@
 <div class="menupagetitle">Skin Packages</div>
 </div>
 <div class="menuitem">
-<a href="../docs_0_80/views.html">Views-dev</a>
+<a href="../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menuitem">
 <a href="../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -295,7 +295,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/docs_0_80/skins.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/skins.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/docs_0_80/skins.html (original)
+++ forrest/site/docs_0_80/skins.html Fri Sep 30 22:33:45 2005
@@ -144,7 +144,7 @@
 <a href="../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menuitem">
-<a href="../docs_0_80/views.html">Views-dev</a>
+<a href="../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menuitem">
 <a href="../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -295,7 +295,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/docs_0_80/todo.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/todo.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/docs_0_80/todo.html (original)
+++ forrest/site/docs_0_80/todo.html Fri Sep 30 22:33:45 2005
@@ -144,7 +144,7 @@
 <a href="../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menuitem">
-<a href="../docs_0_80/views.html">Views-dev</a>
+<a href="../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menuitem">
 <a href="../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -295,7 +295,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/docs_0_80/upgrading_08.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/upgrading_08.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/docs_0_80/upgrading_08.html (original)
+++ forrest/site/docs_0_80/upgrading_08.html Fri Sep 30 22:33:45 2005
@@ -144,7 +144,7 @@
 <a href="../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menuitem">
-<a href="../docs_0_80/views.html">Views-dev</a>
+<a href="../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menuitem">
 <a href="../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -295,7 +295,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/docs_0_80/validation.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/validation.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/docs_0_80/validation.html (original)
+++ forrest/site/docs_0_80/validation.html Fri Sep 30 22:33:45 2005
@@ -144,7 +144,7 @@
 <a href="../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menuitem">
-<a href="../docs_0_80/views.html">Views-dev</a>
+<a href="../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menuitem">
 <a href="../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -295,7 +295,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/docs_0_80/views.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/views.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/docs_0_80/views.html (original)
+++ forrest/site/docs_0_80/views.html Fri Sep 30 22:33:45 2005
@@ -5,7 +5,7 @@
 <meta content="Apache Forrest" name="Generator">
 <meta name="Forrest-version" content="0.8-dev">
 <meta name="Forrest-skin-name" content="pelt">
-<title>forrest:views concept (Draft - feature planned for 0.8) (v0.8-dev)</title>
+<title>forrest:views (Draft - feature planned for 0.8) (v0.8-dev)</title>
 <link type="text/css" href="../skin/basic.css" rel="stylesheet">
 <link media="screen" type="text/css" href="../skin/screen.css" rel="stylesheet">
 <link media="print" type="text/css" href="../skin/print.css" rel="stylesheet">
@@ -144,7 +144,7 @@
 <a href="../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menupage">
-<div class="menupagetitle">Views-dev</div>
+<div class="menupagetitle">Views development</div>
 </div>
 <div class="menuitem">
 <a href="../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -295,7 +295,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+
@@ -314,7 +314,7 @@
 	          &nbsp;<input value="-a" class="smallerfont" title="Shrink text" onclick="ndeSetTextSize('decr'); return false;" type="button">
 	          &nbsp;<input value="+a" class="biggerfont" title="Enlarge text" onclick="ndeSetTextSize('incr'); return false;" type="button">
 </div>
-<h1>forrest:views concept (Draft - feature planned for 0.8)</h1>
+<h1>forrest:views (Draft - feature planned for 0.8)</h1>
 <div id="motd-area">
         This is documentation for development version v0.8
        (<a href="http://forrest.apache.org/versions/">More</a>)</div>
@@ -338,9 +338,9 @@
 </ul>
 </div>
     
-<div class="warning">
-<div class="label">Warning</div>
-<div class="content">This document is heavily under development</div>
+<div class="note">
+<div class="label">Note</div>
+<div class="content">An introduction and background information</div>
 </div>
     
 <a name="N10010"></a><a name="introduction"></a>
@@ -351,11 +351,14 @@
         </a> the aim of the Forrest skins is to provide
         many capabilities so that extra skins are not needed. Experience showed that many Forrest users 
         decided to create a new skin because the default skin did not offer the features that they wanted.
-        That led us to develop a new concept of creating skins that would be more easily extensible by a user.
+        We introduced skinconf.xml where the user could configure some features of skins but it was up 
+        to the skin to support it. That led us to develop a new concept of creating skins that would 
+        be more easily extensible by a user.
       </p>
 <p>
         The aim of the "forrest:views" concept is to provide a flexible framework for creating
-        site and page specific layout in different formats.
+        site and page specific layout in different formats. Further it is a filter that limits the
+        data-model to a minimum by only requesting what the strucuter (e.g. default.fv) need.
       </p>
 </div>
 
@@ -398,6 +401,11 @@
 <a name="N1004B"></a><a name="info"></a>
 <h2 class="underlined_10">Further information</h2>
 <div class="section">
+<p>
+        Apache Forrest 1.0 Specification (Draft, not yet published):
+        <span class="codefrag">site-author/content/xdocs/TR/2005/WD-forrest10.html</span>
+      
+</p>
 <p>
         See the various How-to documents about views, starting with
         <a href="../docs_0_80/howto/howto-view-install.html">installing views</a>.

Modified: forrest/site/docs_0_80/views.pdf
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/views.pdf?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
Binary files - no diff available.

Modified: forrest/site/docs_0_80/your-project.html
URL: http://svn.apache.org/viewcvs/forrest/site/docs_0_80/your-project.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/docs_0_80/your-project.html (original)
+++ forrest/site/docs_0_80/your-project.html Fri Sep 30 22:33:45 2005
@@ -144,7 +144,7 @@
 <a href="../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menuitem">
-<a href="../docs_0_80/views.html">Views-dev</a>
+<a href="../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menuitem">
 <a href="../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -295,7 +295,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/dtdx/document-v12.html
URL: http://svn.apache.org/viewcvs/forrest/site/dtdx/document-v12.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/dtdx/document-v12.html (original)
+++ forrest/site/dtdx/document-v12.html Fri Sep 30 22:33:45 2005
@@ -144,7 +144,7 @@
 <a href="../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menuitem">
-<a href="../docs_0_80/views.html">Views-dev</a>
+<a href="../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menuitem">
 <a href="../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -292,7 +292,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/dtdx/document-v13.dtdx.html
URL: http://svn.apache.org/viewcvs/forrest/site/dtdx/document-v13.dtdx.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/dtdx/document-v13.dtdx.html (original)
+++ forrest/site/dtdx/document-v13.dtdx.html Fri Sep 30 22:33:45 2005
@@ -144,7 +144,7 @@
 <a href="../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menuitem">
-<a href="../docs_0_80/views.html">Views-dev</a>
+<a href="../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menuitem">
 <a href="../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -292,7 +292,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/dtdx/document-v13.html
URL: http://svn.apache.org/viewcvs/forrest/site/dtdx/document-v13.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/dtdx/document-v13.html (original)
+++ forrest/site/dtdx/document-v13.html Fri Sep 30 22:33:45 2005
@@ -144,7 +144,7 @@
 <a href="../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menuitem">
-<a href="../docs_0_80/views.html">Views-dev</a>
+<a href="../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menuitem">
 <a href="../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -292,7 +292,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/dtdx/document-v20.dtdx.html
URL: http://svn.apache.org/viewcvs/forrest/site/dtdx/document-v20.dtdx.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/dtdx/document-v20.dtdx.html (original)
+++ forrest/site/dtdx/document-v20.dtdx.html Fri Sep 30 22:33:45 2005
@@ -144,7 +144,7 @@
 <a href="../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menuitem">
-<a href="../docs_0_80/views.html">Views-dev</a>
+<a href="../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menuitem">
 <a href="../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -292,7 +292,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/dtdx/document-v20.html
URL: http://svn.apache.org/viewcvs/forrest/site/dtdx/document-v20.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/dtdx/document-v20.html (original)
+++ forrest/site/dtdx/document-v20.html Fri Sep 30 22:33:45 2005
@@ -144,7 +144,7 @@
 <a href="../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menuitem">
-<a href="../docs_0_80/views.html">Views-dev</a>
+<a href="../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menuitem">
 <a href="../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -292,7 +292,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/dtdx/dtd-docs.html
URL: http://svn.apache.org/viewcvs/forrest/site/dtdx/dtd-docs.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/dtdx/dtd-docs.html (original)
+++ forrest/site/dtdx/dtd-docs.html Fri Sep 30 22:33:45 2005
@@ -144,7 +144,7 @@
 <a href="../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menuitem">
-<a href="../docs_0_80/views.html">Views-dev</a>
+<a href="../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menuitem">
 <a href="../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -292,7 +292,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/dtdx/faq-v13.dtdx.html
URL: http://svn.apache.org/viewcvs/forrest/site/dtdx/faq-v13.dtdx.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/dtdx/faq-v13.dtdx.html (original)
+++ forrest/site/dtdx/faq-v13.dtdx.html Fri Sep 30 22:33:45 2005
@@ -144,7 +144,7 @@
 <a href="../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menuitem">
-<a href="../docs_0_80/views.html">Views-dev</a>
+<a href="../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menuitem">
 <a href="../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -292,7 +292,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/dtdx/faq-v20.dtdx.html
URL: http://svn.apache.org/viewcvs/forrest/site/dtdx/faq-v20.dtdx.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/dtdx/faq-v20.dtdx.html (original)
+++ forrest/site/dtdx/faq-v20.dtdx.html Fri Sep 30 22:33:45 2005
@@ -144,7 +144,7 @@
 <a href="../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menuitem">
-<a href="../docs_0_80/views.html">Views-dev</a>
+<a href="../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menuitem">
 <a href="../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -292,7 +292,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/dtdx/howto-v13.dtdx.html
URL: http://svn.apache.org/viewcvs/forrest/site/dtdx/howto-v13.dtdx.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/dtdx/howto-v13.dtdx.html (original)
+++ forrest/site/dtdx/howto-v13.dtdx.html Fri Sep 30 22:33:45 2005
@@ -144,7 +144,7 @@
 <a href="../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menuitem">
-<a href="../docs_0_80/views.html">Views-dev</a>
+<a href="../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menuitem">
 <a href="../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -292,7 +292,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/dtdx/howto-v20.dtdx.html
URL: http://svn.apache.org/viewcvs/forrest/site/dtdx/howto-v20.dtdx.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/dtdx/howto-v20.dtdx.html (original)
+++ forrest/site/dtdx/howto-v20.dtdx.html Fri Sep 30 22:33:45 2005
@@ -144,7 +144,7 @@
 <a href="../docs_0_80/skin-package.html">Skin Packages</a>
 </div>
 <div class="menuitem">
-<a href="../docs_0_80/views.html">Views-dev</a>
+<a href="../docs_0_80/views.html">Views development</a>
 </div>
 <div class="menuitem">
 <a href="../docs_0_80/forrest-contract.html">Our Contract</a>
@@ -292,7 +292,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/events.html
URL: http://svn.apache.org/viewcvs/forrest/site/events.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/events.html (original)
+++ forrest/site/events.html Fri Sep 30 22:33:45 2005
@@ -154,7 +154,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+

Modified: forrest/site/flyer.html
URL: http://svn.apache.org/viewcvs/forrest/site/flyer.html?rev=292928&r1=292927&r2=292928&view=diff
==============================================================================
--- forrest/site/flyer.html (original)
+++ forrest/site/flyer.html Fri Sep 30 22:33:45 2005
@@ -154,7 +154,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/"><img border="0" title="ApacheCon Europe 2005" alt="ApacheCon Europe 2005 - logo" src="http://apache.org/images/ac2005eu_135x50.gif" style="width: 135px;height: 50px;"></a>
+<a href="http://apachecon.com/"><img border="0" title="ApacheCon US 2005" alt="ApacheCon US 2005 - logo" src="http://httpd.apache.org/images/apachecon_2005us.jpg" style="width: 135px;height: 59px;"></a>
 </div>
 </div>
 <!--+