Return-Path: Delivered-To: apmail-forrest-user-archive@www.apache.org Received: (qmail 99758 invoked from network); 9 Aug 2006 00:17:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Aug 2006 00:17:20 -0000 Received: (qmail 60449 invoked by uid 500); 9 Aug 2006 00:17:20 -0000 Delivered-To: apmail-forrest-user-archive@forrest.apache.org Received: (qmail 60413 invoked by uid 500); 9 Aug 2006 00:17:19 -0000 Mailing-List: contact user-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@forrest.apache.org List-Id: Delivered-To: mailing list user@forrest.apache.org Received: (qmail 60404 invoked by uid 99); 9 Aug 2006 00:17:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Aug 2006 17:17:19 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [65.77.211.84] (HELO www2.kc.aoindustries.com) (65.77.211.84) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Aug 2006 17:17:19 -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 k790GwBU002453 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 8 Aug 2006 19:16:58 -0500 Received: from localhost (localhost [[UNIX: localhost]]) by www2.kc.aoindustries.com (8.13.1/8.13.1/Submit) id k790GwrO002370 for user@forrest.apache.org; Tue, 8 Aug 2006 19:16:58 -0500 X-Authentication-Warning: www2.kc.aoindustries.com: indexgeo set sender to crossley@apache.org using -f Date: Wed, 9 Aug 2006 10:16:54 +1000 From: David Crossley To: user@forrest.apache.org Subject: Re: Include files that are not linked Message-ID: <20060809001654.GB26411@igg.indexgeo.com.au> References: <44D9100D.9020806@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44D9100D.9020806@fastmail.fm> User-Agent: Mutt/1.4.2.1i X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Christian Schneider wrote: > > I have following problem where I can not help myself. I want to use a > raw html file (and a css-stylesheet + some images) as front-page to the > forrest site. When I test the page with 'forrest run' everything works > fine until I use the site generated with the 'forrest build' command. > The css file and the images are not are not copied and make the front > page unusable. Now my question is if and how I can include these files ? > > I am using Forrest v0.7. Please create a minimal example or use your actual files. Then create an Issue: http://forrest.apache.org/issues.html Attach the html and CSS and your sitemap. Tell us the filesystem location where your images and CSS are stored. -David