Switch the mailing list search function over to Mailman.

This commit is contained in:
Joe Marcus Clarke 2004-06-16 05:52:13 +00:00
parent 0ab6ac921b
commit bbbaac7c1a
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=21172

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: www/en/gnome/index.xsl,v 1.53 2004/05/27 15:27:12 marcus Exp $ -->
<!-- $FreeBSD: www/en/gnome/index.xsl,v 1.54 2004/06/07 02:37:19 adamw Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@ -9,7 +9,7 @@
<xsl:import href="includes.xsl"/>
<xsl:variable name="base" select="'..'"/>
<xsl:variable name="date" select="'$FreeBSD: www/en/gnome/index.xsl,v 1.53 2004/05/27 15:27:12 marcus Exp $'"/>
<xsl:variable name="date" select="'$FreeBSD: www/en/gnome/index.xsl,v 1.54 2004/06/07 02:37:19 adamw Exp $'"/>
<xsl:variable name="title" select="'FreeBSD GNOME Project'"/>
<xsl:output type="html" encoding="iso-8859-1"
@ -71,12 +71,17 @@
&#183; <a href="http://www.opengroup.org/desktop/">CDE (commercial)</a><br/>
</small></p>
<form action="http://www.FreeBSD.org/cgi/search.cgi" method="get">
<form action="http://lists.FreeBSD.org/htcgi/htsearch" method="post">
<small>Search the freebsd-gnome mailing list archives:<br/>
<input type="text" name="words" size="10"/>
<input type="hidden" name="max" value="25"/>
<input type="hidden" name="source" value="freebsd-gnome"/>
<input type="submit" value="Go"/>
<input type="hidden" name="config"
value="htdig-mailman/freebsd-gnome"/>
<input type="hidden" name="restrict"
value=""/>
<input type="hidden" name="exclude"
value=""/>
<input type="submit" value="Search"/>
</small>
</form>