Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 19504 invoked from network); 6 Jun 2005 03:18:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Jun 2005 03:18:09 -0000 Received: (qmail 2108 invoked by uid 500); 6 Jun 2005 03:18:08 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 2047 invoked by uid 500); 6 Jun 2005 03:18:08 -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 List-Id: Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 2029 invoked by uid 99); 6 Jun 2005 03:18:08 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from www2.kc.aoindustries.com (HELO www2.kc.aoindustries.com) (65.77.211.84) by apache.org (qpsmtpd/0.28) with ESMTP; Sun, 05 Jun 2005 20:18:07 -0700 Received: from www2.kc.aoindustries.com (www2.kc.aoindustries.com [65.77.211.84]) by www2.kc.aoindustries.com (8.13.1/8.13.1) with ESMTP id j563I5tB019786 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 5 Jun 2005 22:18:05 -0500 Received: from localhost (localhost [[UNIX: localhost]]) by www2.kc.aoindustries.com (8.13.1/8.13.1/Submit) id j563I5hg019728 for dev@forrest.apache.org; Sun, 5 Jun 2005 22:18:05 -0500 X-Authentication-Warning: www2.kc.aoindustries.com: indexgeo set sender to crossley@apache.org using -f Date: Mon, 6 Jun 2005 13:17:37 +1000 From: David Crossley To: dev@forrest.apache.org Subject: Re: Handling raw HTML Message-ID: <20050606031737.GA20103@igg.indexgeo.com.au> References: <42A04315.3040505@apache.org> <42A1AFA8.6010403@apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42A1AFA8.6010403@apache.org> User-Agent: Mutt/1.4i X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Ross Gardler wrote: > Ross Gardler wrote: > > >I would like to suggest yet another alternative for 0.7 for the issue of > >raw HTML. This would be one in the form of a FAQ, a link to the FAQ from > >the upgrade doc and a demo in fresh-site - in other words there is no > >complex implementation to hold 0.7 up further. > > > >The FAQ would give the following sitemap match which should be placed in > >the project sitemap in order to duplicate the 0.6 behaviour. > > > > > > > > > > > > > > > > > > > > ... > > >I'm going to implement this unless someone spots a fatal flaw in my plan > >(lazy consensus is in operation) > > I know I have only let a day go by, but I am truly convinced this is the > best solution for 0.7 so I've gone ahead an implemented it. If anyone > does object or find a problem I will take the responsibility to revert > the changes. > > In the meantime I would appreciate it if some could test I have > correctly emulated the 0.6 behaviour and see if the docs in fresh-site > are clear. I still have to do the FAQ and the update document. It seems to work as described. However there is a huge problem. The fix should remain as an FAQ only. Because you have added the match to the default sitemap for a fresh-site, then everyone who generates a 'forrest seed site' will have this workaround for 0.6 behaviour, rather than the new 0.7 behaviour. In fact, this has also broken the demonstrations of the 0.7 behaviour e.g. the "Emembedded HTML" sample. --David