Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 38707 invoked from network); 1 Nov 2004 22:30:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Nov 2004 22:30:12 -0000 Received: (qmail 43390 invoked by uid 500); 1 Nov 2004 22:30:11 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 43270 invoked by uid 500); 1 Nov 2004 22:30:10 -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 43259 invoked by uid 99); 1 Nov 2004 22:30:10 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [65.104.121.53] (HELO mail.medata.com) (65.104.121.53) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 01 Nov 2004 14:30:09 -0800 Received: from [172.24.2.66] ([172.24.2.66]) (authenticated bits=0) by mail.medata.com (8.12.8/8.12.8) with ESMTP id iA1MU591006482 for ; Mon, 1 Nov 2004 14:30:05 -0800 Mime-Version: 1.0 (Apple Message framework v619) In-Reply-To: <1099099167.22790.41100.camel@ighp> References: <41828DBD.40709@apache.org> <79511074-29DA-11D9-AD65-00039385397E@medata.com> <1099099167.22790.41100.camel@ighp> Content-Type: multipart/mixed; boundary=Apple-Mail-2-781923403 Message-Id: <9582B4D6-2C55-11D9-8B4D-00039385397E@medata.com> From: Clay Leeds Subject: Re: Location of images Date: Mon, 1 Nov 2004 14:30:07 -0800 To: dev@forrest.apache.org X-Mailer: Apple Mail (2.619) X-Virus-Scanned: ClamAV 0.80rc4/532/Fri Oct 15 11:22:57 2004 clamav-milter version 0.80j on mail.medata.com X-Virus-Status: Clean X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N --Apple-Mail-2-781923403 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed On Oct 29, 2004, at 6:19 PM, David Crossley wrote: > Clay Leeds wrote: >> Ross Gardler wrote: >>> Clay noticed that the docs show that images should be in >>> src/documentation/resources/images/ [1] but I think that the correct >>> place is now src/documentation/content/xdocs/images >>> >>> Can someone confirm this for me before I update the docs. > > Yes, Nicola Ken confirmed that recently when the issue arose again. > http://issues.cocoondev.org//browse/FOR-264 > >>> Ross >>> >>> [1] >>> http://forrest.apache.org/docs/your-project.html#images >> >> Whatever the images/ is changed to, /forrest seed/ should mirror that. >> Makes sense to eat our own fruit cake (even if it doesn't taste as >> good >> as Aunt Edna's)! ;-) > > Absolutely. We accept patches to the recipe. If none are > forthcoming then one of the committers will try to remember > to do it. > > -- > David Crossley I created a diff file, but it seems to be a moving target ATM. I've attached the diff (based on what appears to *currently* be correct): Index: site/content/xdocs/docs/your-project.xml =================================================================== --- site/content/xdocs/docs/your-project.xml (revision 56284) +++ site/content/xdocs/docs/your-project.xml (working copy) @@ -582,10 +582,10 @@
Images

- Images usually go in src/documentation/resources/images/ + Images usually go in site/content/xdocs/images/ The default sitemap maps this directory to images/, so image tags will typically look - like <figure src="images/project-logo.png" alt="Project Logo"/> + like <figure src="images/project-logo.png" alt="Project Logo"/>

(I also made the "
portion in format). Web Maestro Clay -- Clay Leeds - Webmaster/Developer - Medata, Inc. - PGP Public Key: --Apple-Mail-2-781923403 Content-Transfer-Encoding: 7bit Content-Type: application/octet-stream; x-unix-mode=0666; name="your-project.xml.diff" Content-Disposition: attachment; filename=your-project.xml.diff Index: site/content/xdocs/docs/your-project.xml =================================================================== --- site/content/xdocs/docs/your-project.xml (revision 56284) +++ site/content/xdocs/docs/your-project.xml (working copy) @@ -582,10 +582,10 @@
Images

- Images usually go in src/documentation/resources/images/ + Images usually go in site/content/xdocs/images/ The default sitemap maps this directory to images/, so image tags will typically look - like <figure src="images/project-logo.png" alt="Project Logo"/> + like <figure src="images/project-logo.png" alt="Project Logo"/>

--Apple-Mail-2-781923403--