Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 19572 invoked from network); 10 Sep 2004 06:28:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 10 Sep 2004 06:28:29 -0000 Received: (qmail 1795 invoked by uid 500); 10 Sep 2004 06:28:29 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 1730 invoked by uid 500); 10 Sep 2004 06:28:28 -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" Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 1708 invoked by uid 99); 10 Sep 2004 06:28:28 -0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 09 Sep 2004 23:28:28 -0700 Received: (qmail 19352 invoked by uid 65534); 10 Sep 2004 06:28:27 -0000 Date: 10 Sep 2004 06:28:27 -0000 Message-ID: <20040910062827.19341.qmail@minotaur.apache.org> From: crossley@apache.org To: svn@forrest.apache.org Subject: svn commit: rev 43644 - forrest/trunk/src/core/context/resources/chaperon/grammars X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: crossley Date: Thu Sep 9 23:28:25 2004 New Revision: 43644 Modified: forrest/trunk/src/core/context/resources/chaperon/grammars/wiki.grm Log: Enable "sections" be empty, i.e. heading but no paragraph. Submitted by: Fabio Rinaldi Issue: FOR-288 Modified: forrest/trunk/src/core/context/resources/chaperon/grammars/wiki.grm ============================================================================== --- forrest/trunk/src/core/context/resources/chaperon/grammars/wiki.grm (original) +++ forrest/trunk/src/core/context/resources/chaperon/grammars/wiki.grm Thu Sep 9 23:28:25 2004 @@ -87,16 +87,19 @@ : title paragraphs | title paragraphs subsections | title subsections + | title ; subsection : subtitle paragraphs | subtitle paragraphs subsubsections | subtitle subsubsections + | subtitle ; subsubsection : subsubtitle paragraphs + | subsubtitle ; title