Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 12475 invoked from network); 9 May 2007 04:54:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 May 2007 04:54:49 -0000 Received: (qmail 69257 invoked by uid 500); 9 May 2007 04:54:56 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 69218 invoked by uid 500); 9 May 2007 04:54:56 -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 69208 invoked by uid 99); 9 May 2007 04:54:55 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 May 2007 21:54:55 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 May 2007 21:54:48 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 87A1A1A9838; Tue, 8 May 2007 21:54:28 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r536420 - /forrest/trunk/site-author/content/xdocs/docs_0_90/glossary.xml Date: Wed, 09 May 2007 04:54:28 -0000 To: svn@forrest.apache.org From: crossley@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070509045428.87A1A1A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: crossley Date: Tue May 8 21:54:27 2007 New Revision: 536420 URL: http://svn.apache.org/viewvc?view=rev&rev=536420 Log: Re-name "Standard document format" to the more commonly used "Internal document format" (#internal-xml) and enhanced the definition. Modified: forrest/trunk/site-author/content/xdocs/docs_0_90/glossary.xml Modified: forrest/trunk/site-author/content/xdocs/docs_0_90/glossary.xml URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_90/glossary.xml?view=diff&rev=536420&r1=536419&r2=536420 ============================================================================== --- forrest/trunk/site-author/content/xdocs/docs_0_90/glossary.xml (original) +++ forrest/trunk/site-author/content/xdocs/docs_0_90/glossary.xml Tue May 8 21:54:27 2007 @@ -77,6 +77,24 @@ + + I + + Internal document format + + + Forrest's internal document format (defined by an XML-grammar). + This format is the common denominator for all things going into or coming + out of Forrest's core processing. All input-plugins will translate their + supported documents into this format, all output-plugins will create the + output by transforming this format into something else. + Currently Forrest uses "xdoc" document-v13-dtd + as its internal format (see definition of xdoc below). + We plan to later use a set of xhtml2 as the internal format. + + + + P @@ -96,7 +114,7 @@ Release Candidate - A temporary Forrest package build from trunk during the release process to be tested and evaluated. + A temporary Forrest package built from trunk during the release process to be tested and evaluated. @@ -161,15 +179,6 @@ - - Standard Document Format - - Forrests internal document format (defined by an XML-grammar). This format ist the common denominator - for all things going into or coming out of Forrest's core processing. All input-plugins will translate their supported documents into this - format, all output-plugins will create the output by transforming this format into something else. Currently Forrest uses document-v13-dtd as its internal format. - - - X @@ -178,8 +187,10 @@ "xdoc" is an xml documentation stucture that started life at some other ASF projects. Apache Forrest adopted it and enhanced it to be similar to xhtml2. "xdoc" is - currently the internal xml structure of Forrest (someday will be xhtml2). "xdocs" can be - used as an input source format. + currently the internal xml structure + of Forrest (someday will be xhtml2). "xdocs" can be + used as an input source format. + Reference docs