New:
group:
author:
The source code for this search is available, licensed under the GPL.
Note: At present the index is being updated roughly once a day, so new articles may not be searchable until the next day. Sometimes development work can delay updates for a few days too. The most recent update was around 21 hour(s) ago.
AND
OR
NOT
AND NOT
XOR
(debian OR ubuntu) AND linux
+
-
football -american
+the
"the"
gmane.discuss
gmane.comp.*
group:gmane.linux.*
-group:gmane.linux.*
author:fred@example.com
-author:linus
We encourage you to add a Gmane Search facility to your webpages if you think it would be useful to your visitors. Here are some examples of the HTML required to do it:
<form method="get" action="http://search.gmane.org/"> <input type="text" name="query"> <input type="submit" value="Search Gmane"> </form>
You can restrict the search to a particular group by specifying the group CGI parameter:
group
<form method="get" action="http://search.gmane.org/"> <input type="text" name="query"> <input type="hidden" name="group" value="gmane.discuss"> <input type="submit" value="Search gmane.discuss"> </form>
Or perhaps you'd like the user to be able to choose the group from a small selection:
<form method="get" action="http://search.gmane.org/"> <input type="text" name="query"> <select name="group"> <option value="gmane.discuss">gmane.discuss</option> <option value="gmane.test">gmane.test</option> </select> <input type="submit" value="Search"> </form>
Please report problems to gmane.discuss.