Bug 128356 - [request] add Firefox plugin for FreeBSD manual pages
Summary: [request] add Firefox plugin for FreeBSD manual pages
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-doc (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-24 23:50 UTC by Alexander Pohoyda
Modified: 2018-01-18 06:08 UTC (History)
1 user (show)

See Also:


Attachments
file.txt (6.71 KB, text/plain)
2008-10-24 23:50 UTC, Alexander Pohoyda
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pohoyda 2008-10-24 23:50:03 UTC
Proposed is a Firefox Browser search plugin (extension) to simplify the access to FreeBSD manual pages.

Fix: The attached freebsd.xml file must be stored on the server and this JavaScript must be called: window.external.AddSearchProvider('freebsd.xml')


Patch attached with submission follows:
Comment 1 Volker Werth freebsd_committer freebsd_triage 2008-10-27 22:43:47 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-doc

personally, I do not think we're distributing such things; 
as this is Firefox specific, is it better to have this being hosted 
on Mozilla add-ons? 
Over to doc maintainers for further decision what to do about this...
Comment 2 murray.stokely 2008-12-15 01:10:39 UTC
I like this, and I think it would make sense to host something like
this somewhere on freebsd.org, but I'm not sure this is the best
solution.

This provides me with a dropdown freebsd icon on the search box in my
Firefox browser.  I expect to be able to type search terms that match
single-line fields of open PRs in such a field, but instead it only
works if I enter the exact PR number of something I am looking for.  I
don't think that is what people would expect from a search bar.

Can you update the patch to search single-line fields of open PRs instead?

         - Murray
Comment 3 Remko Lodder freebsd_committer freebsd_triage 2009-11-02 14:17:08 UTC
State Changed
From-To: open->suspended

It has been almost a year, without visible information. I'll 
suspend the ticket till someone can update the patch to make 
it possible to search a online summary.
Comment 4 Eitan Adler freebsd_committer freebsd_triage 2012-03-04 04:33:22 UTC
State Changed
From-To: suspended->closed

wishlist PR
Comment 5 Eitan Adler freebsd_committer freebsd_triage 2012-03-11 23:23:50 UTC
State Changed
From-To: closed->open

the idea is still worthwhile and there is a patch that partially 
functions - reopen
Comment 6 Eitan Adler freebsd_committer freebsd_triage 2017-12-23 05:16:23 UTC
wishlist PR without activity.
Comment 7 Wayne Sierke 2018-01-18 05:53:50 UTC
It seems a shame to abandon this without further investigation. Perhaps this idea has been overlooked by people who could take it further because of the current description isolating it to Firefox?

If I have understood this correctly it is actually an implementation of OpenSearch (http://www.opensearch.org) and is supported by major browsers - Internet Explorer, Firefox, Google Chrome, Yandex.Browser according to: 
http://www.opensearch.org/Community/OpenSearch_search_clients

and also Safari according to:
https://developer.mozilla.org/en-US/docs/Web/OpenSearch


At first glance it looks like it could make a useful adjunct to the current search facilities. Perhaps with a different summary it might draw some useful attention to at least consider how worthwhile it might be. (The only PRs I found mentioning OpenSearch are ports-related).
Comment 8 Wayne Sierke 2018-01-18 06:08:44 UTC
(clarifying my previous comment)
At first glance it looks like it could make a useful adjunct to the current search facilities - possibly across the whole website (not just man pages).