Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: docs.moodle.org
-
Labels:None
Description
Problem:
If you go to any of the English Moodle Docs pages the Firefox search bar will offer you to install a search plugin named "MoodleDocs (English)". However, if you proceed you will get an error message.
Solution:
The link tag in the head section of the web page looks like this:
<link rel="search" type="application/opensearchdescription+xml" href="/en/opensearch_desc.php" title="MoodleDocs (English)" />
However, the href attribute points to a non existent PHP page ("opensearch_desc.php") instead of to the XML file of the plugin (see https://developer.mozilla.org/en/Creating_OpenSearch_plugins_for_Firefox#Autodiscovery_of_search_plugins).
This and other plugins can be found at http://mycroft.mozdev.org/search-engines.html?name=moodle for integrating them in the respective web pages.
Kind regards,
Frank
Issue Links
| This issue will help resolve: | ||||
| MDLSITE-626 | Search engine plugin for Moodle Tracker |
|
|
|
| This issue has a non-specific relationship to: | ||||
| MDLSITE-1640 | "MoodleDocs 22 (English)" search engine doesn't install |
|
|
|
The necessary link tag proposed in
MDLSITE-626is already in place, but points to the wrong file on the server.MDLSITE-626is already in place, but points to the wrong file on the server.