Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 63964 invoked from network); 5 Jun 2010 01:55:23 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Jun 2010 01:55:23 -0000 Received: (qmail 14884 invoked by uid 500); 5 Jun 2010 01:55:23 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 14838 invoked by uid 500); 5 Jun 2010 01:55:23 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 14831 invoked by uid 99); 5 Jun 2010 01:55:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Jun 2010 01:55:23 +0000 X-ASF-Spam-Status: No, hits=-1839.6 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Jun 2010 01:55:23 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C24912388A40; Sat, 5 Jun 2010 01:55:02 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r951634 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/src/documentation/content/xdocs/dispatcher-glossary.xml Date: Sat, 05 Jun 2010 01:55:02 -0000 To: svn@forrest.apache.org From: gmcdonald@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100605015502.C24912388A40@eris.apache.org> 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 Panels + Contracts + Contracts + + + Structurer + Structurer + + Tiles Tiles - Panels is the new name for a tile - a collection of - contracts. + 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. +