Change the search engine from our to http://freebsd.rambler.ru/, because it

functions a lot better than our. Also, our search engine in the mailing list
archive is broke.

Discussed with:	marcus
This commit is contained in:
Jeremy Messenger 2006-01-07 06:14:17 +00:00
parent 2e83cc24dc
commit c37be92dcd
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26796
3 changed files with 9 additions and 13 deletions

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/bugging.sgml,v 1.22 2006/01/06 22:20:05 mezz Exp $">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/bugging.sgml,v 1.23 2006/01/07 05:53:18 mezz Exp $">
<!ENTITY title "FreeBSD GNOME Project: Reporting a Bug">
<!ENTITY % navincludes SYSTEM "../includes.navgnome.sgml"> %navincludes;
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
@ -20,7 +20,7 @@
<li><b><i>After</i></b> running <tt>portupgrade&nbsp;-a</tt> to ensure
that all applications are up-to-date.
<li><b><i>After</i></b> searching through the FreeBSD GNOME
<a href="http://lists.FreeBSD.org/pipermail/freebsd-gnome/">Mailing
<a href="&base;/gnome/index.html#search">Mailing
list archives</a> to see if the problem has already been
reported.
<li><b><i>After</i></b> deciding whether the problem is FreeBSD-specific,

View file

@ -27,7 +27,7 @@
# Heh. "Tort."
#
# $MCom: portstools/gnomelogalyzer.sh.in,v 1.12 2005/06/28 05:47:54 adamw Exp $
# $FreeBSD$
# $FreeBSD: www/en/gnome/gnomelogalyzer.sh,v 1.6 2005/08/14 07:01:28 adamw Exp $
#
# This script uses some simple yet effective heuristics to analyse
@ -263,7 +263,7 @@ echo " * 99% of the commonly reported build failures can be solved by"
echo " running \"portupgrade -a\""
echo " * Read the FAQs at http://www.FreeBSD.org/gnome/"
echo " * Search the archives of freebsd-gnome@FreeBSD.org. Archives can be"
echo " searched at http://lists.freebsd.org/pipermail/freebsd-gnome/"
echo " searched at http://www.freebsd.org/gnome/index.html#search"
echo
echo "If you have not performed each of the above suggestions, don't bother asking for help. The chances are good that you'll simply be told to perform one of the aforementioned steps." | fmt 75 79

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: www/en/gnome/index.xsl,v 1.82 2005/12/29 07:47:57 adamw Exp $ -->
<!-- $FreeBSD: www/en/gnome/index.xsl,v 1.83 2005/12/29 07:53:52 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#"
@ -10,7 +10,7 @@
<xsl:import href="includes.xsl"/>
<xsl:variable name="base" select="'..'"/>
<xsl:variable name="date" select="'$FreeBSD: www/en/gnome/index.xsl,v 1.82 2005/12/29 07:47:57 adamw Exp $'"/>
<xsl:variable name="date" select="'$FreeBSD: www/en/gnome/index.xsl,v 1.83 2005/12/29 07:53:52 adamw Exp $'"/>
<xsl:variable name="section" select="'gnome'"/>
<xsl:variable name="title" select="'FreeBSD GNOME Project'"/>
@ -157,15 +157,11 @@
<li><a href="http://www.opengroup.org/desktop/">CDE (commercial)</a></li>
</ul>
<form action="http://lists.FreeBSD.org/htcgi/htsearch" method="post">
<a id="search" name="search"></a>
<form action="http://freebsd.rambler.ru/srch" method="get">
<p>Search the freebsd-gnome mailing list archives:</p>
<input type="text" name="words" size="25"/>
<input type="hidden" name="config"
value="htdig-mailman/freebsd-gnome"/>
<input type="hidden" name="restrict"
value=""/>
<input type="hidden" name="exclude"
value=""/>
<input type="hidden" name="rubric" value="122" />
<input type="submit" value="Search"/>
</form>