Index: trunk/extensions/SemanticForms/INSTALL |
— | — | @@ -17,9 +17,8 @@ |
18 | 18 | |
19 | 19 | == Requirements == |
20 | 20 | |
21 | | -The extension requires an install of Semantic MediaWiki 1.0 or |
22 | | -greater. For more details, see Semantic MediaWiki's own |
23 | | -installation requirements. |
| 21 | +The extension requires an install of Semantic MediaWiki 1.4 or |
| 22 | +greater, as well as MediaWiki 1.14 or greater. |
24 | 23 | |
25 | 24 | == Installation == |
26 | 25 | |
— | — | @@ -27,12 +26,13 @@ |
28 | 27 | all relevant files. Copy this directory (or extract/download it) to |
29 | 28 | "[wikipath]/extensions/". |
30 | 29 | (2) Insert the following line into the file "[wikipath]/LocalSettings.php": |
31 | | - include_once('extensions/SemanticForms/includes/SF_Settings.php'); |
| 30 | + include_once('extensions/SemanticForms/SemanticForms.php'); |
32 | 31 | |
33 | 32 | '''Remark:''' Semantic Forms creates an additional custom namespace, "Form" |
34 | | -(see http://www.mediawiki.org/wiki/Manual:Using_custom_namespaces). If you have your |
35 | | -own custom namespaces, you have to set the parameter $sfgNamespaceIndex before |
36 | | -including SF_Settings.php. See SF_Settings.php for more details. |
| 33 | +(see http://www.mediawiki.org/wiki/Manual:Using_custom_namespaces). If you have |
| 34 | +your own custom namespaces and you want to change the numbers used by Semantic |
| 35 | +Forms and Semantic MediaWiki, see the file SMW_Settings.php, within |
| 36 | +Semantic MediaWiki, for instructions. |
37 | 37 | |
38 | 38 | == Contact == |
39 | 39 | |
Index: trunk/extensions/SemanticForms/includes/SF_Settings.php |
— | — | @@ -1,11 +0,0 @@ |
2 | | -<?php |
3 | | - |
4 | | -/** |
5 | | - * This file exists here for backward compatibility with installations of |
6 | | - * Semantic Forms before version 2.0. |
7 | | - * |
8 | | - * @file |
9 | | - * @ingroup SF |
10 | | - */ |
11 | | - |
12 | | -require_once dirname( __FILE__ ) . '/../SemanticForms.php'; |