
This plugins allow Joomla's search functionailty to search a specified MediaWiki database.
Based on work by Leonardo S. De Seta for Joomla 1.5.
Features:
Images:


Demo:
No demo!
Install Guide:
1. Install the plugin:
Install the plugin using the Joomla Administrator (Backend).
2. Configuration:
From your Joomla Administrator (Backend), navitage to Extensions > Plugins and search for "Search - MediaWiki". Click the link to open the configuration page for the plugin.
You have to set 2 important settings:
Configure the MediaWiki Database:
The MediaWiki Database is the name of your MediaWiki database. Your Joomla! database user needs SELECT grants on this database. You'll need to grant this permissions in your database, using your favorite MySQL client (e.g. phpMyAdmin). For example, if your Joomla databaser user is "joomla_usr" and your MediaWiki database name is "mediawiki", you'll need to execute the following SQL query: {codecitation class="brush: plain; gutter: false;"}
GRANT SELECT ON `mediawiki`.* TO 'joomla_usr'
{/codecitation}
Configure the MediaWiki Table Prefix (optional):
The MediaWiki Table Prefix is the prefix used by the MediaWiki tables. If you are not using a prefix, just leave this field empty. The common value is "MW_".
Configure the MediaWiki URL:
The MediaWiki URL is the base URL for your MediaWiki pages. The plugin will use this URL to create a link to your MediaWiki pages for each result. This value depends on your installation relative to your Joomla installation. If MediaWiki is installed in a folder inside the Joomla folder called wiki then the value should be "/wiki/index.php?title=".
If you are using a SEF (Search Engine Friendly) configuration, you may need to use something like "/wiki/". The plugin will fill in the name of the wiki page.
Remember to enable the plugin and save changes.
3. Enjoy:
You can now use Joomla search to search for MediaWiki content.
Downloads:
Login to download!
Disclaimer:
Read it here!
License:
Read it here!
Requirements:
or newer
Changelog:
Legend: * -> Security Fix # -> Bug Fix + -> Addition ^ -> Change - -> Removed ! -> Note ----------- 1.7.0 Release [13-Nov-2011] ----------- ^ Updated code and manifest to Joomla 1.7. + Added language files. - Removed ability to modify name search area. ^ Various tweaks and additions. ----------- 1.2.0 Release [01-Dec-2009] ----------- # The plugin now searches the title of wiki pages ----------- 1.1.0 Release [01-Nov-2009] ----------- + Added the MediaWiki Table Prefix option. ^ Filtered the [[File:....]] tag in search results. ^ Enclosed the database name with the inverted comma in the SQL query. ----------- 1.0.0 Release [01-Sep-2009] ----------- ! Initial release. ----------- Initial Changelog Creation -----------