Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 17721 invoked from network); 23 Feb 2005 22:51:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 23 Feb 2005 22:51:47 -0000 Received: (qmail 89364 invoked by uid 500); 23 Feb 2005 22:51:47 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 89311 invoked by uid 500); 23 Feb 2005 22:51:46 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@forrest.apache.org Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 89298 invoked by uid 99); 23 Feb 2005 22:51:46 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=FORGED_RCVD_HELO,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from 54.67-19-2.reverse.theplanet.com (HELO mail.outerthought.net) (67.19.2.54) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 23 Feb 2005 14:51:45 -0800 Received: from localhost (localhost [127.0.0.1]) by mail.outerthought.net (Postfix) with ESMTP id 19502160C4C for ; Wed, 23 Feb 2005 16:51:43 -0600 (CST) Received: from mail.outerthought.net ([127.0.0.1]) by localhost (mail.outerthought.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 19962-01 for ; Wed, 23 Feb 2005 16:51:42 -0600 (CST) Received: from strider.outerthought.net (localhost [127.0.0.1]) by mail.outerthought.net (Postfix) with ESMTP id 59FA0160C4A for ; Wed, 23 Feb 2005 16:51:42 -0600 (CST) Message-ID: <31616571.1109199102218.JavaMail.jettyjira@strider.outerthought.net> Date: Wed, 23 Feb 2005 16:51:42 -0600 (CST) From: issues@cocoondev.org To: dev@forrest.apache.org Subject: [JIRA] Commented: (FOR-446) Dokumentation: HowTo Customize HTML Processing In-Reply-To: <25809993.1109190282075.JavaMail.jettyjira@strider.outerthought.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at outerthought.net X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N The following comment has been added to this issue: Author: Ross Gardler Created: Wed, 23 Feb 2005 4:50 PM Body: Excellent contribution to our docs. There are a few spelling/grammatical errors, but I've ignored them for the moment. Here are the more important points: --- "In doing the research for this How To, Ross Gardler taucht me so many interesting facts" - much as I appreciate the acknowledgement we don't directly reference developers in the docs. This is because over time many people will typically contribute to documents such as this. --- "A basic understanding of coocons pipelines and their compontents." - perhaps a link to relevant Cocoon docs would be helpful, there are some links on http://forrest.apache.org/docs/your-project.html#sitemap.xmap --- "If you plan on creating your own custom processing for HTML-pages, you'll also need write access to Forrest's project directory. " --- "Follow this link to the start of the Sitemap." - why a .html file? --- "'*.xlex' that would match if our file ended with '.xlex'" - it's the request that needs to end with .xlex rather than the file. --- " <map:match pattern="**/*.html"> <map:aggregate element="site"> <map:part" - if you use "" there is no need to escape the '<' and '>' symbols. ---- " %1 mybad the second match " - {2} matches the second match :-) --- "At the output of this transformer we will have some rough kind of XHTML." - probably better to say that we get a valid XML document. --- "I'm unclear about the calling of skinit here. Why is it called twice (in processing the body here and the final page later on), what is the difference?." - the first call skins the body, whilst the second skins the whole page (including layount of menus and tabs) Note the value of the type parameter in each call. --- I'm unclear about the translation from the property project.stylesheets-dir to the variable {forrest:stylesheets}. How and where does it take place and why are the names different? That seems very confusing! - There is no such translation. The two values are not connected --- " <map:transform src="{forrest:stylesheets}/fixMyBadHTML.xsl"/>" - should be src="project:stylesheets-dir/fixMyBadHTML.xsl" --- A complete example, with the stylesheet and the source document would be great. But the document stands up as a good document even as it is. Great work! --------------------------------------------------------------------- View this comment: http://issues.cocoondev.org//browse/FOR-446?page=comments#action_12086 --------------------------------------------------------------------- View the issue: http://issues.cocoondev.org//browse/FOR-446 Here is an overview of the issue: --------------------------------------------------------------------- Key: FOR-446 Summary: Dokumentation: HowTo Customize HTML Processing Type: Improvement Status: Unassigned Priority: Minor Project: Forrest Components: Documentation and website Versions: 0.7 Assignee: Reporter: Ferdinand Soethe Created: Wed, 23 Feb 2005 2:24 PM Updated: Wed, 23 Feb 2005 4:50 PM Description: A long HowTo with lots of info on how Forrest processes requests for html document. Requires checking for facts, language and a few fixmes. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.cocoondev.org//secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira