Index: trunk/extensions/SemanticFormsInputs/README |
— | — | @@ -17,8 +17,8 @@ |
18 | 18 | == Installation == |
19 | 19 | |
20 | 20 | 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. |
23 | 23 | |
24 | 24 | To install Semantic Forms Inputs, create a directory named |
25 | 25 | SemanticFormsInputs in the extensions directory of your MediaWiki |
— | — | @@ -26,27 +26,29 @@ |
27 | 27 | following line to your LocalSettings.php below the inclusion of the |
28 | 28 | Semantic Forms extension: |
29 | 29 | |
30 | | -require_once('extensions/SemanticFormsInputs/SemanticFormsInputs.php'); |
| 30 | +require_once( "$IP/extensions/SemanticFormsInputs/SemanticFormsInputs.php" ); |
31 | 31 | |
32 | 32 | == Credits == |
33 | 33 | |
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. |
36 | 36 | |
37 | | -The 'datepicker' input uses the jQuery and jQuery UI libraries. |
| 37 | +The extenion uses the jQuery and jQuery UI libraries. |
38 | 38 | See http://jquery.org/ and http://jqueryui.com/ . |
39 | 39 | |
40 | 40 | Button icons are derived from the Mini Icons 2 icon set from |
41 | 41 | brandspankingnew.net. See |
42 | 42 | http://www.brandspankingnew.net/archive/2006/12/hohoho.html |
43 | 43 | |
| 44 | +Finally, internationalization was achieved through the work of the |
| 45 | +translatewiki community. See http://translatewiki.net |
44 | 46 | |
45 | 47 | == Contact == |
46 | 48 | |
47 | 49 | Bugs should preferably be reported on the Wikimedia bug tracker: |
48 | 50 | http://bugzilla.wikimedia.org/ |
49 | 51 | |
50 | | -Comments, questions and suggestions can be send or posted to: |
| 52 | +Comments, questions and suggestions can be sent or posted to: |
51 | 53 | |
52 | 54 | * the appropriate Semantic MediaWiki mailing list: |
53 | 55 | http://lists.sourceforge.net/lists/listinfo/semediawiki-user |