r105025 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r105024‎ | r105025 | r105026 >
Date:23:26, 2 December 2011
Author:foxtrott
Status:ok
Tags:
Comment:
update to README file
Modified paths:
  • /trunk/extensions/SemanticFormsInputs/README (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticFormsInputs/README
@@ -17,8 +17,8 @@
1818 == Installation ==
1919
2020 Having at least MediaWiki 1.16, Semantic MediaWiki 1.5.4 and Semantic
21 -Forms 2.0.8 installed is a precondition for the Semantic Forms Inputs
22 -extension version 0.4 and above; the code will not work without it.
 21+Forms 2.3.1 installed is a precondition for the Semantic Forms Inputs
 22+extension version 0.5 and above; the code will not work without it.
2323
2424 To install Semantic Forms Inputs, create a directory named
2525 SemanticFormsInputs in the extensions directory of your MediaWiki
@@ -26,27 +26,29 @@
2727 following line to your LocalSettings.php below the inclusion of the
2828 Semantic Forms extension:
2929
30 -require_once('extensions/SemanticFormsInputs/SemanticFormsInputs.php');
 30+require_once( "$IP/extensions/SemanticFormsInputs/SemanticFormsInputs.php" );
3131
3232 == Credits ==
3333
34 -Semantic Forms Inputs was written by Stephan Gambke, Sanyam Goyal and
35 -Yaron Koren.
 34+Semantic Forms Inputs was written by Stephan Gambke with contributions
 35+from Yaron Koren, Jeroen de Dauw, Sanyam Goyal and others.
3636
37 -The 'datepicker' input uses the jQuery and jQuery UI libraries.
 37+The extenion uses the jQuery and jQuery UI libraries.
3838 See http://jquery.org/ and http://jqueryui.com/ .
3939
4040 Button icons are derived from the Mini Icons 2 icon set from
4141 brandspankingnew.net. See
4242 http://www.brandspankingnew.net/archive/2006/12/hohoho.html
4343
 44+Finally, internationalization was achieved through the work of the
 45+translatewiki community. See http://translatewiki.net
4446
4547 == Contact ==
4648
4749 Bugs should preferably be reported on the Wikimedia bug tracker:
4850 http://bugzilla.wikimedia.org/
4951
50 -Comments, questions and suggestions can be send or posted to:
 52+Comments, questions and suggestions can be sent or posted to:
5153
5254 * the appropriate Semantic MediaWiki mailing list:
5355 http://lists.sourceforge.net/lists/listinfo/semediawiki-user

Status & tagging log