2009/9/25 Kathleen Borja jane88borj@yahoo.com:
Anyway, how could i make an installer for my bikol thesaurus? Is it enough copying the files in the root directory? This is my first time creating an installer for this kind of project.
Extensions don't have installers, because installing them is so simple. You just copy/download the files to extensions/ExtensionName/ and add a require_once line to LocalSettings.php . If the extension has configuration options and you want/need to tweak them, you do that in LocalSettings.php too. Finally, if the extension adds or modifies database tables, you have to run update.php . All this is the standard installation procedure for any MediaWiki extension.
Roan Kattouw (Catrope)