From kato-commits-return-588-apmail-incubator-kato-commits-archive=incubator.apache.org@incubator.apache.org Thu Aug 20 08:26:19 2009 Return-Path: Delivered-To: apmail-incubator-kato-commits-archive@minotaur.apache.org Received: (qmail 42523 invoked from network); 20 Aug 2009 08:26:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Aug 2009 08:26:19 -0000 Received: (qmail 51670 invoked by uid 500); 20 Aug 2009 08:26:38 -0000 Delivered-To: apmail-incubator-kato-commits-archive@incubator.apache.org Received: (qmail 51656 invoked by uid 500); 20 Aug 2009 08:26:38 -0000 Mailing-List: contact kato-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: kato-dev@incubator.apache.org Delivered-To: mailing list kato-commits@incubator.apache.org Received: (qmail 51646 invoked by uid 99); 20 Aug 2009 08:26:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Aug 2009 08:26:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Thu, 20 Aug 2009 08:26:25 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 0ED152388895; Thu, 20 Aug 2009 08:26:04 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r806086 - in /incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx: chapters/API.xml chapters/examples.xml chapters/principles.xml fo.xsl spec.xml Date: Thu, 20 Aug 2009 08:26:03 -0000 To: kato-commits@incubator.apache.org From: spoole@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090820082604.0ED152388895@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: spoole Date: Thu Aug 20 08:26:03 2009 New Revision: 806086 URL: http://svn.apache.org/viewvc?rev=806086&view=rev Log: moved examples and principles into separate chapters and changed example and figure backgrounds to be a light grey Modified: incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/chapters/API.xml incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/chapters/examples.xml incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/chapters/principles.xml incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/fo.xsl incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/spec.xml Modified: incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/chapters/API.xml URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/chapters/API.xml?rev=806086&r1=806085&r2=806086&view=diff ============================================================================== --- incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/chapters/API.xml (original) +++ incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/chapters/API.xml Thu Aug 20 08:26:03 2009 @@ -3,7 +3,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:svg="http://www.w3.org/2000/svg" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:db="http://docbook.org/ns/docbook"> - Using the Application Programming Interface + Application Programming Interface Architecture Introduction @@ -136,7 +136,6 @@ - - - + + Modified: incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/chapters/examples.xml URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/chapters/examples.xml?rev=806086&r1=806085&r2=806086&view=diff ============================================================================== --- incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/chapters/examples.xml (original) +++ incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/chapters/examples.xml Thu Aug 20 08:26:03 2009 @@ -1,5 +1,5 @@ - - + Modified: incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/chapters/principles.xml URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/chapters/principles.xml?rev=806086&r1=806085&r2=806086&view=diff ============================================================================== --- incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/chapters/principles.xml (original) +++ incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/chapters/principles.xml Thu Aug 20 08:26:03 2009 @@ -1,5 +1,5 @@ - - Principles + Design Principles Introduction - This section describes the principles that are common across the whole API. + This chapter describes the principles that are common across the whole API. @@ -257,4 +257,4 @@ defined. - \ No newline at end of file + \ No newline at end of file Modified: incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/fo.xsl URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/fo.xsl?rev=806086&r1=806085&r2=806086&view=diff ============================================================================== --- incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/fo.xsl (original) +++ incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/fo.xsl Thu Aug 20 08:26:03 2009 @@ -51,9 +51,12 @@ #000000 bold - #CCFFFF + #F0F0F0 + + + #000000 + #F0F0F0 - 1cm 1cm Modified: incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/spec.xml URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/spec.xml?rev=806086&r1=806085&r2=806086&view=diff ============================================================================== --- incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/spec.xml (original) +++ incubator/kato/trunk/org.apache.kato/kato.docs/src/docbkx/spec.xml Thu Aug 20 08:26:03 2009 @@ -34,7 +34,9 @@ + +