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. -- The Exim Manual http://www.exim.org/docs.html http://www.exim.org/exim-html-current/doc/html/spec_html/index.html -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
