Author: gmcdonald
Date: Fri Jun 15 05:17:30 2007
New Revision: 547646
URL: http://svn.apache.org/viewvc?view=rev&rev=547646
Log:
Correct search queries for mail-archive.com, make installation example more
specific
Modified:
forrest/trunk/tools/forrestbar/README.txt
forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.js
Modified: forrest/trunk/tools/forrestbar/README.txt
URL:
http://svn.apache.org/viewvc/forrest/trunk/tools/forrestbar/README.txt?view=diff&rev=547646&r1=547645&r2=547646
==============================================================================
--- forrest/trunk/tools/forrestbar/README.txt (original)
+++ forrest/trunk/tools/forrestbar/README.txt Fri Jun 15 05:17:30 2007
@@ -19,7 +19,7 @@
$FORREST_HOME/tools/ant/bin/ant
2) install
Point your browser to:
-$FORREST_HOME/tools/forrestbar/build/forrestbar.xpi
+file:///%FORREST_HOME%/tools/forrestbar/build/forrestbar.xpi
Follow instructions and restart the browser.
Modified: forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.js
URL:
http://svn.apache.org/viewvc/forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.js?view=diff&rev=547646&r1=547645&r2=547646
==============================================================================
--- forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.js
(original)
+++ forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.js Fri
Jun 15 05:17:30 2007
@@ -58,7 +58,7 @@
} else if (engine == 'gmane') {
navigate('http://search.gmane.org/?group=gmane.text.xml.forrest.devel&sort=date&query='
+ searchItem.value);
} else {
-
navigate('http://www.mail-archive.com/cgi-bin/htsearch?method=and&format=short&config=dev_forrest_apache_org&restrict=&exclude=&words='
+ searchItem.value);
+ navigate('http://www.mail-archive.com/[EMAIL PROTECTED]&q=' +
searchItem.value);
}
}
@@ -68,7 +68,7 @@
if (engine == 'gmane') {
navigate('http://search.gmane.org/?group=gmane.text.xml.forrest.user&sort=date&query='
+ searchItem.value);
} else {
-
navigate('http://www.mail-archive.com/cgi-bin/htsearch?method=and&format=short&config=user_forrest_apache_org&restrict=&exclude=&words='
+ searchItem.value);
+ navigate('http://www.mail-archive.com/[EMAIL PROTECTED]&q=' +
searchItem.value);
}
}
@@ -78,7 +78,7 @@
if (engine == 'gmane') {
navigate('http://search.gmane.org/?group=gmane.text.xml.forrest.cvs&sort=date&query='
+ searchItem.value);
} else {
-
navigate('http://www.mail-archive.com/cgi-bin/htsearch?method=and&format=short&config=svn_forrest_apache_org&restrict=&exclude=&words='
+ searchItem.value);
+ navigate('http://www.mail-archive.com/[EMAIL PROTECTED]&q=' +
searchItem.value);
}
}