After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 171205 - Firefox Beagle search plugin
Firefox Beagle search plugin
Status: RESOLVED FIXED
Product: beagle
Classification: Other
Component: General
0.0.x
Other All
: Normal enhancement
: ---
Assigned To: knvijay
knvijay
Depends on:
Blocks:
 
 
Reported: 2005-03-22 12:46 UTC by knvijay
Modified: 2005-10-25 15:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for Beagle web-interface code to support Firefox search bar (13.88 KB, application/zip)
2005-03-22 12:56 UTC, knvijay
Details
Beagle search plugin files for Firefox (819 bytes, application/zip)
2005-03-22 12:57 UTC, knvijay
Details

Description knvijay 2005-03-22 12:46:27 UTC
Adds a Beagle search engine plugin to existing list of search engines in Firefox.
Using this search engine from firefox browser, sends queries to local Beagle
daemon and displays results in the browser. Requires updated version of Beagle
Web interface code provided here.
Comment 1 knvijay 2005-03-22 12:56:11 UTC
Created attachment 39066 [details]
Patch for Beagle web-interface code to support Firefox search bar
Comment 2 knvijay 2005-03-22 12:57:49 UTC
Created attachment 39068 [details]
Beagle search plugin files for Firefox
Comment 3 knvijay 2005-03-22 13:11:50 UTC
Get the latest Beagle code from CVS. Setup Beagle web/web-service interface code
as described in:
http://beaglewiki.org/index.php/Using%20Beagle%20web%2C%20web-service%20access

Steps:
1. Unzip first attachment in the main folder of your beagle. This will update
files in the 'beagled' sub-folder, related to web-interface. Do a 'make' and
'make install'.
2. Unzip second attachment in the 'searchplugins' folder of your firefox
install. Typically this would be /opt/MozillaFirefox/lib/searchplugins
3. Start beagled with web-interface enabled like:
   $ beagled --web-start --fg
4. Restart Firefox browser. Select search bar drop-down. You should see a Beagle
search engine entry. Select that, key-in your Beagle search arguments and press
Enter. You should get the Beagle web-interface search results screen.

Comment 4 Joe Shaw 2005-04-04 21:43:42 UTC
Looks fine to check in with the web services stuff.  It'd probably be a good
idea to conditionally put it in the right location on "make install" if the web
services stuff is enabled at build time.

(Btw, that wiki page needs updating based on the recent naming changes in CVS)
Comment 5 Joe Shaw 2005-08-22 21:02:18 UTC
vijay, is this bug ok to close?
Comment 6 knvijay 2005-08-23 09:40:51 UTC
Yes. We can close this bug.
Comment 7 Debajyoti Bera 2005-10-25 15:34:59 UTC
Closing bug as suggested.