Extension:OpenSearchXml

From MediaWiki.org

(Redirected from Extension:OpenSearchXML)
Jump to: navigation, search

         

Manual on MediaWiki Extensions
List of MediaWiki Extensions
Crystal Clear action run.png
OpenSearchXml

Release status: beta

Implementation  Search, API
Description OpenSearch XML interface provides for text extracts
Author(s)  Brion Vibber (Brion VIBBERTalk)
License No license specified
Download Download snapshot

Subversion [Help]
Browse source code

check usage (experimental)

OpenSearchXml adds the possibility to have search suggestions in OpenSearch XML format.

[edit] Installation

  1. Download the latest snapshot and extract it to your extensions directory.
  2. Add
    require_once( "$IP/extensions/OpenSearchXml/OpenSearchXml.php" );
    to LocalSettings.php
  3. The extension should be now active.

This extension is being used on one or more of Wikimedia's wikis. It means that the extension is stable and works well enough to be used by such high traffic websites. A full list of the extensions installed on a particular wiki is produced by Special:Version on that wiki.