Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 6405 invoked from network); 5 Oct 2004 21:31:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 5 Oct 2004 21:31:31 -0000 Received: (qmail 92828 invoked by uid 500); 5 Oct 2004 21:31:29 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 92775 invoked by uid 500); 5 Oct 2004 21:31:29 -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 92764 invoked by uid 99); 5 Oct 2004 21:31:29 -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 [212.23.3.141] (HELO heisenberg.zen.co.uk) (212.23.3.141) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 05 Oct 2004 14:31:28 -0700 Received: from [82.69.78.226] (helo=[192.168.0.2]) by heisenberg.zen.co.uk with esmtp (Exim 4.30) id 1CEwu6-0004Io-3C for dev@forrest.apache.org; Tue, 05 Oct 2004 21:31:26 +0000 Message-ID: <416312AC.4040007@apache.org> Date: Tue, 05 Oct 2004 22:31:24 +0100 From: Ross Gardler User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@forrest.apache.org Subject: Re: Help FOR-308 References: <200410050939.28414.sean@inwords.co.za> <200410051226.17094.sean@inwords.co.za> <1096985550.1840.389.camel@ighp> <200410051951.34628.sean@inwords.co.za> <4162FAA7.2020309@apache.org> <4B7B22F1-1715-11D9-AC24-00039385397E@medata.com> In-Reply-To: <4B7B22F1-1715-11D9-AC24-00039385397E@medata.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-Heisenberg-IP: [82.69.78.226] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Clay Leeds wrote: > On Oct 5, 2004, at 12:48 PM, Ross Gardler wrote: > >> One of the things being tried out that this new copyless behaviour has >> enabled is the creation of Forrest plugins. I recently started a >> branch to explore this aspect. The idea is to simplify the core >> Forrest sitemaps by stripping out all the non-essential stuff like the >> docbook support. INstead we will have a docbook plugin. >> >> This is *very* early stage work, but if, when you feel comfortable >> enough, you fancy helping me extract the docbook stuff into a plugin >> that would be a very good test of the system. >> >> Ross > > > I understand the OOo support would move to this plugin as well. I like > the idea of having all of the OOo/DocBook/whatever things in one > convenient place. Should make it easier to get in and make > modifications, if necessary. Yes, OOo support is the first I want to move, mainly because I have a number of enhancements to it (for example Impress support) but my app is somewhat out of sync with the current Forrest HEAD, so I have to do some work there anyway. > For example, I'd like to see Forrest be able to take a .sxw file with > *embedded* pictures, and output the appropriate HTML & PDF files. Actually, that is one of the enhancements I have made - care to help me do the plugin? > The > HTML files would take screenshots and 'shrink' images down to a max size > for placement on a page (e.g., max WIDTHxHEIGHT=640x480--user > configurable, of course), and if the image is larger, provide a > jump-link (configurable) to the image. The PDF would embed the highest > resolution available for the image, but would also shrink it to 'fit' on > the page. Not that advanced yet, but embedded images do work in a basic way. Ross