Return-Path: Delivered-To: apmail-forrest-user-archive@www.apache.org Received: (qmail 26496 invoked from network); 16 Feb 2009 16:42:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Feb 2009 16:42:48 -0000 Received: (qmail 75753 invoked by uid 500); 16 Feb 2009 16:42:47 -0000 Delivered-To: apmail-forrest-user-archive@forrest.apache.org Received: (qmail 75712 invoked by uid 500); 16 Feb 2009 16:42:47 -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 75703 invoked by uid 99); 16 Feb 2009 16:42:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Feb 2009 08:42:47 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [208.97.132.207] (HELO spunkymail-a2.g.dreamhost.com) (208.97.132.207) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Feb 2009 16:42:39 +0000 Received: from [192.168.0.3] (adsl-074-229-189-244.sip.rmo.bellsouth.net [74.229.189.244]) by spunkymail-a2.g.dreamhost.com (Postfix) with ESMTP id 52D4687124 for ; Mon, 16 Feb 2009 08:42:18 -0800 (PST) Message-Id: From: Grant Ingersoll To: user@forrest.apache.org In-Reply-To: <08C8BDAC-BA31-4481-812F-DE8EC5763F28@apache.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: Alternate Search Provider Date: Mon, 16 Feb 2009 11:42:16 -0500 References: <08C8BDAC-BA31-4481-812F-DE8EC5763F28@apache.org> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org To answer my own question, here's what I did: Copied the pelt skin to my own skins area and renamed it. Changed forrest.properties to use the new skin Opened skin-to-xhtml.xsl and searched for the Google magic string Replaced it with my own parameters Rebuilt the site. Thanks, Grant On Feb 16, 2009, at 11:06 AM, Grant Ingersoll wrote: > Hi, > > From what I can tell, I have a choice between Google and an internal > Lucene search provider. I am wondering how I can add in an > alternative search implementation? It need only submit the query to > a URL and then redirect to the provider's site much like the Google > search provider does. For example, what if I wanted to have a Yahoo > provider for search, or maybe MSN or something else? Pointers at > documentation would be fine, otherwise some details on what to do > would be great. I'm a long time user of Forrest in terms of the > basics, but don't have much deeper knowledge beyond the standard > build/test cycle for static website deployment. > > Also, I'd like to be able to do this without having to customize > Forrest itself, but am willing to create a new skin. > > I am using 0.8. > > Thanks, > Grant