Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 41254 invoked from network); 10 Feb 2006 16:59:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Feb 2006 16:59:43 -0000 Received: (qmail 3192 invoked by uid 500); 10 Feb 2006 16:59:38 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 3140 invoked by uid 500); 10 Feb 2006 16:59:38 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 3129 invoked by uid 99); 10 Feb 2006 16:59:38 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Feb 2006 08:59:37 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: 64.74.244.71 is neither permitted nor denied by domain of geir@pobox.com) Received: from [64.74.244.71] (HELO chi.mobile-health-diary.com) (64.74.244.71) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 10 Feb 2006 08:59:37 -0800 Received: (qmail 940 invoked from network); 10 Feb 2006 16:59:14 -0000 Received: from ool-43560634.dyn.optonline.net (HELO ?192.168.2.4?) (geir@67.86.6.52) by b014.internal.mobile-health-diary.com with SMTP; 10 Feb 2006 16:59:14 -0000 Message-ID: <43ECC643.3000103@pobox.com> Date: Fri, 10 Feb 2006 11:58:43 -0500 From: Geir Magnusson Jr Reply-To: geir@pobox.com User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: harmony-dev@incubator.apache.org Subject: Re: site documentation References: <43ECBE15.8000707@gmail.com> In-Reply-To: <43ECBE15.8000707@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Tim Ellison wrote: > When I was writing the page to host the eclipse movie I wanted to drop > some 'random' html into the xdocs xml, but the page build whined -- so I > cheated and wrote the whole page as a .html. > Bad Tim! Bad Tim! :) > So what should I have done to produce a page like this? > (site/xdocs/subcomponents/classlibrary/dev_eclipse_movie.html) I dunno - that's a good question. What I'd suggest another addition to the xdoc to be a callout to HTML so we get full rendering of top and nav. Something like
where htmlinclude is implemented in the velocity stylesheet via a #include(), and the .html file contains the body snippet you want. Fairly straightforward, and you then don't have to try and get HTML into the .xml file... > > Regards, > Tim >