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 2006/05/04 09:35:38 UTC

svn commit: r399587 - /forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml

Author: crossley
Date: Thu May  4 00:35:38 2006
New Revision: 399587

URL: http://svn.apache.org/viewcvs?rev=399587&view=rev
Log:
Add new FAQ to explain the "missing" Java code.

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

Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml?rev=399587&r1=399586&r2=399587&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml Thu May  4 00:35:38 2006
@@ -578,6 +578,27 @@
   </part>
   <part id="technical">
     <title>Technical</title>
+    <faq id="java-code">
+      <question>Where is the Java code?</question>
+      <answer>
+        <p>
+          Because we are based on Apache Cocoon, a lot of the functionality is
+          provided behind-the-scenes, i.e. we use Cocoon's sitemaps and sitemap components
+          such as XSLT transformers. So there is not much need for Java code in Forrest.
+        </p>
+        <p>
+          For Forrest developers who want to explore or enhance that code, see the
+          Apache Cocoon SVN trunk. From time-to-time we update Forrest's packaged
+          version of Cocoon and so can include your contributions.
+        </p>
+        <p>
+          That said, you will find some Java code in Forrest at main/java/...
+          for Cocoon components that have been developed at Forrest, e.g.
+          Locationmap and Dispatcher. There is also Java code for some plugins
+          with specialised purpose, e.g. PhotoGallery.
+        </p>
+      </answer>
+    </faq>
     <faq id="proxy_config">
       <question>I'm behind a proxy and it's preventing Plugins from being downloaded, what should I
         do?</question>