Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <423CC170.41B416DE@dessent.net> Date: Sat, 19 Mar 2005 16:18:56 -0800 From: Brian Dessent Organization: My own little world... MIME-Version: 1.0 To: Cygwin List Subject: Re: somewhat handy search page References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Joshua Daniel Franklin wrote: > > I've seen a few posts mention the using Google's advanced search features > to search the Cygwin website. I do this all the time and got a little tired of > typing the same things a lot, so I made the attached HTML page. > > It also includes some JavaScript code I've messed around with to use Google's > "daterange:" function which is occasionally useful but often not. The > main problem > is that daterange only takes account of the date Google indexed pages, not when > they were created. If you don't use JavaScript the rest of the search > form still works. For whatever reason, I have found that recently Google has indexed the Cygwin ML archives under the sources.redhat.com domain and not under the cygwin.com domain. Compare the two following search results: http://www.google.com/search?q=inurl%3Acygwin.com%2Fml%2F+ifconfig+site%3Acygwin.com http://www.google.com/search?q=inurl%3Acygwin.com%2Fml%2F+ifconfig+site%3Asources.redhat.com (I just picked ifconfig as a recent keyword.) On the first one you only get hits that happened to match text in attachments, on the second you get mailing list posts. Also, you can use e.g. "inurl:2004" for more effective date searches compared to "date:", since the URL of the ML archives contains "yyyy-mm", although I am not sure if "-" is allowed as a valid character in an "inurl:". But, you can use more than one "inurl:" in a search, so "inurl:2004 inurl:10" should help to limit to october 2004. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/