Return-Path: Delivered-To: apmail-forrest-user-archive@www.apache.org Received: (qmail 14603 invoked from network); 14 Jun 2007 13:27:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jun 2007 13:27:18 -0000 Received: (qmail 59166 invoked by uid 500); 14 Jun 2007 13:27:21 -0000 Delivered-To: apmail-forrest-user-archive@forrest.apache.org Received: (qmail 59129 invoked by uid 500); 14 Jun 2007 13:27:21 -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 59120 invoked by uid 99); 14 Jun 2007 13:27:21 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jun 2007 06:27:21 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [203.121.192.8] (HELO mail.e-wire.net.au) (203.121.192.8) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jun 2007 06:27:17 -0700 Received: from developer (203-121-204-130.e-wire.net.au [203.121.204.130]) by mail.e-wire.net.au (8.13.1/8.13.1) with ESMTP id l5EDQsrM017635 for ; Thu, 14 Jun 2007 21:26:54 +0800 From: "Gav...." To: Subject: RE: generating static pages that are not linked to Date: Thu, 14 Jun 2007 21:26:47 +0800 Message-ID: <005801c7ae87$ab2c3e90$650fa8c0@developer> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 In-reply-to: <46713C8D.6040801@apache.org> Thread-Index: AceuhG2JuFBY09FeTRqRRXxUKuifgwAAvaEg X-Antivirus: avast! (VPS 000748-5, 13/06/2007), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: ClamAV 0.90.1/3413/Wed Jun 13 22:37:22 2007 on mail.e-wire.net.au X-Virus-Status: Clean X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on perm-colo-mail2-local X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=0.0 required=8.0 tests=none autolearn=disabled version=3.1.7 > -----Original Message----- > From: Ferdinand Soethe [mailto:ferdinand@apache.org] > Sent: Thursday, 14 June 2007 9:03 PM > To: user@forrest.apache.org > Subject: Re: generating static pages that are not linked to > > > Ross Gardler wrote: > > > Retrieve http://www.bildungsverein.de/linkmap.html and you will see > > another link to the "hidden" page. This page appears in all Forrest > > generated sites, it is what Forrest uses to as a list of pages that > > need to be generated according to site.xml. > > That's what I meant by having an additional sitemap (in the web master > sense of the word). > > But this page is not normally linked to from anywhere, is it? So unless > you explicitly build a link to it, a visitor or search engine would > never "find" it, unless they understood Forrest. > > Btw: Is this page really needed in the _final site_? In other words > could we not eleminate or at least generate it conditionally? > > Or, as a very simple solution, not sync it? > > Thorsten wrote: > > > The above is as ant target but you can call it like: > > forrest site -Dproject.start-uri=/private/index.html > > That sounds nice and easy. But I assume that it would also stop all > hiden pages from being generated once again, right? I guess are many solutions may or may not fit the job, webmasters should therefore probably use a robots.txt to ensure exclusion -- most of the major search engines will adhere to the rules contained within. Gav...