Author: gmcdonald
Date: Sat Jun  5 01:55:02 2010
New Revision: 951634

URL: http://svn.apache.org/viewvc?rev=951634&view=rev
Log:
Expand on Panels explanation, as mentioned in FOR-1170

Modified:
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/src/documentation/content/xdocs/dispatcher-glossary.xml

Modified: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/src/documentation/content/xdocs/dispatcher-glossary.xml
URL: 
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/src/documentation/content/xdocs/dispatcher-glossary.xml?rev=951634&r1=951633&r2=951634&view=diff
==============================================================================
--- 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/src/documentation/content/xdocs/dispatcher-glossary.xml
 (original)
+++ 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/src/documentation/content/xdocs/dispatcher-glossary.xml
 Sat Jun  5 01:55:02 2010
@@ -174,12 +174,25 @@ container blocks and usually only consis
     <item id="Panels">
       <term>Panels</term>
       <see>
+        <id>Contracts</id>
+        <text>Contracts</text>
+      </see>
+      <see>
+        <id>Structurer</id>
+        <text>Structurer</text>
+      </see>
+      <see>
         <id>Tiles</id>
         <text>Tiles</text>
       </see>
       <definitions>
-        <definition>Panels is the new name for a tile - a collection of
-        contracts.</definition>
+        <definition>A Panel is a defined area of the page consisting of one
+       or more contracts. There are a minimum amount of Panels neccessary
+       in order to create a page layout - such as header, left nav, main
+        content area, footer. Panels are pulled together to create an overall
+        page layout inside $theme.structurer.xml configuration file.
+        The Panel is a replacement for the older 'tile' implementation.
+             </definition>
       </definitions>
     </item>
   </part>