Re: [exim] exim.org - searching docs/spec

Top Page
Delete this message
Reply to this message
Author: Renaud Allard
Date:  
To: Ted Cooper
CC: exim-users
Subject: Re: [exim] exim.org - searching docs/spec


Ted Cooper wrote:
> Marcin Krol wrote:
>> Hello everyone,
>>
>> I'm not sure this the right place for this proposal, but here it goes:
>>
>> Searching specifically docs only on exim.org is rather inconvenient. The same site hosts this mailing list, which often is not what the user might want to search for when googling.
>>
>> Granted, if a user wants to search "header_subject router" in docs only, it is possible to use syntax like this on Google:
>>
>> header_subject router site:exim.org/exim-html-current/doc/html/
>>
>> But it is tedious to do this every time. An option for searching in selected items in docs only / FAQ / mailing lists on exim.org would be very convenient.
>
> Stick the following on a webpage anywhere
>
> <form action="http://www.google.com/search" method="get">
> <input type="text" name="q">
> <input type="submit" value="Exim Google Search">
> <input type="hidden" name="hl" value="en">
> <input type="hidden" name="ie" value="ISO-8859-1">
> <input type="hidden" name="as_qdr" value="all">
> <input type="hidden" name="q" value="site:exim.org">
> <input type="hidden" name="q" value="inurl:exim-html-current"
> </form>
>
> There's some stuff around to make it branded to your website around
> somewhere but this will get you the search nice and easy.
>
> google "custom google search" for more details.
>


Like on http://www.llorien.org/exim :)