Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 50839 invoked from network); 5 Nov 2004 12:56:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 5 Nov 2004 12:56:37 -0000 Received: (qmail 3358 invoked by uid 500); 5 Nov 2004 12:56:37 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 3320 invoked by uid 500); 5 Nov 2004 12:56:36 -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 3303 invoked by uid 99); 5 Nov 2004 12:56:36 -0000 X-ASF-Spam-Status: No, hits=-10.0 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; Fri, 05 Nov 2004 04:56:35 -0800 Received: (qmail 50818 invoked by uid 65534); 5 Nov 2004 12:56:34 -0000 Date: 5 Nov 2004 12:56:34 -0000 Message-ID: <20041105125634.50811.qmail@minotaur.apache.org> From: thorsten@apache.org To: svn@forrest.apache.org Subject: svn commit: rev 56659 - in forrest/trunk/main/webapp/skins/leather-dev/xslt/xml: . fct-bits X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: thorsten Date: Fri Nov 5 04:56:33 2004 New Revision: 56659 Added: forrest/trunk/main/webapp/skins/leather-dev/xslt/xml/contract.xsl (contents, props changed) forrest/trunk/main/webapp/skins/leather-dev/xslt/xml/dir2contracts.xsl (contents, props changed) forrest/trunk/main/webapp/skins/leather-dev/xslt/xml/fct-bits/fct-bits.xsl (contents, props changed) forrest/trunk/main/webapp/skins/leather-dev/xslt/xml/fct-bits/pipeline.txt (contents, props changed) forrest/trunk/main/webapp/skins/leather-dev/xslt/xml/sitemap.xmap (contents, props changed) Modified: forrest/trunk/main/webapp/skins/leather-dev/xslt/xml/fct-bits/c-fontsize-fct.xml forrest/trunk/main/webapp/skins/leather-dev/xslt/xml/fct-bits/fct-bits.txt Log: started to implemend the cocoon pipelines. The directory generator works fine. To test it you need to add it to cocoon. Added: forrest/trunk/main/webapp/skins/leather-dev/xslt/xml/contract.xsl ============================================================================== --- (empty file) +++ forrest/trunk/main/webapp/skins/leather-dev/xslt/xml/contract.xsl Fri Nov 5 04:56:33 2004 @@ -0,0 +1,57 @@ + + + + + + + + + + + + context: + + + + + + + + + + + + Added: forrest/trunk/main/webapp/skins/leather-dev/xslt/xml/dir2contracts.xsl ============================================================================== --- (empty file) +++ forrest/trunk/main/webapp/skins/leather-dev/xslt/xml/dir2contracts.xsl Fri Nov 5 04:56:33 2004 @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + / + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Modified: forrest/trunk/main/webapp/skins/leather-dev/xslt/xml/fct-bits/c-fontsize-fct.xml ============================================================================== --- forrest/trunk/main/webapp/skins/leather-dev/xslt/xml/fct-bits/c-fontsize-fct.xml (original) +++ forrest/trunk/main/webapp/skins/leather-dev/xslt/xml/fct-bits/c-fontsize-fct.xml Fri Nov 5 04:56:33 2004 @@ -1,22 +1,21 @@ - - + This functions lets you change the size of the font you are using in the site with a jscript. - - - - - - - -
- Font size: -   -   -   -
- + + + + + + +
+ Font size: +   +   +   +
+ +
Modified: forrest/trunk/main/webapp/skins/leather-dev/xslt/xml/fct-bits/fct-bits.txt ============================================================================== --- forrest/trunk/main/webapp/skins/leather-dev/xslt/xml/fct-bits/fct-bits.txt (original) +++ forrest/trunk/main/webapp/skins/leather-dev/xslt/xml/fct-bits/fct-bits.txt Fri Nov 5 04:56:33 2004 @@ -1,7 +1,7 @@ function-bits or short fct-bits are capsulated functions that can be used in the site. A fct-bit contains following parts: - + This functions ... @@ -12,7 +12,7 @@ -
+
CONTENT
@@ -22,8 +22,10 @@ @name = name of the function contract @nc = name of the css-contract +@tlc = the top level container to which this function semanticly belongs = this code will be used in xhtml = this code will be used in pdf = if functions need to place code into the xhtml-head it has to go into this container = if functions need to place code into the xhtml-body it has to go into this container