Index: trunk/extensions/SemanticMediaWiki/INSTALL |
— | — | @@ -31,7 +31,8 @@ |
32 | 32 | * SMW is (currently) incompatible with PostgreSQL |
33 | 33 | |
34 | 34 | * SMW uses the PHP mb_*() multibyte functions such as mb_strpos in the |
35 | | -php_mbstring.dll extension. This is standard but not enabled by default. |
| 35 | +php_mbstring.dll extension. This is standard but not enabled by default |
| 36 | +on some distributions of PHP. |
36 | 37 | See http://php.net/manual/en/ref.mbstring.php#mbstring.installation |
37 | 38 | |
38 | 39 | == Installation == |
— | — | @@ -79,8 +80,7 @@ |
80 | 81 | enableSemantics('example.org'); |
81 | 82 | |
82 | 83 | to enable links on all results returned by inline queries. The parameters that |
83 | | -are available are documented in the files SMW_Settings.php (general) and |
84 | | -SMW_InlineQueries.php (related to queries). |
| 84 | +are available are documented in the file SMW_Settings.php. |
85 | 85 | |
86 | 86 | === Running SMW on older versions of MediaWiki === |
87 | 87 | |
— | — | @@ -194,8 +194,8 @@ |
195 | 195 | You probably use a version of MediaWiki that is smaller or equal to 1.9.* |
196 | 196 | and you did not make the required changes in Parser.php as described above. |
197 | 197 | |
198 | | - - Problem: In my non-English installation, attributes and relations don't |
199 | | - work even when I follow the examples. |
| 198 | +- Problem: In my non-English installation, attributes and relations don't |
| 199 | + work even when I follow the examples. |
200 | 200 | |
201 | 201 | You must use the localized names for special properties and namespaces. |
202 | 202 | Although MediaWiki has some support for canonical (English) names such as |
— | — | @@ -216,9 +216,9 @@ |
217 | 217 | |
218 | 218 | - Problem: I have a problem that is not in this list. |
219 | 219 | |
220 | | - Turn on debugging in MediaWiki (try |
221 | | - http://meta.wikimedia.org/wiki/How_to_debug_MediaWiki ) and you should see |
222 | | - something in the log file. |
| 220 | + Turn on debugging in MediaWiki (try |
| 221 | + http://meta.wikimedia.org/wiki/How_to_debug_MediaWiki ) and you should see |
| 222 | + something in the log file. |
223 | 223 | |
224 | 224 | Report general bugs at http://bugzilla.wikimedia.org/ |
225 | 225 | where you can also find out whether your problem is known. |
Index: trunk/extensions/SemanticMediaWiki/README |
— | — | @@ -22,7 +22,8 @@ |
23 | 23 | == Current developers == |
24 | 24 | |
25 | 25 | Development is coordinated by Markus Krötzsch and Denny Vrandecic. The current |
26 | | -core development team further consists of S Page, Daniel Herzig, and Nikolas Iwan. |
| 26 | +core development team further consists of S Page, Daniel Herzig, Nikolas Iwan, and |
| 27 | +Tobias Matzner. |
27 | 28 | |
28 | 29 | Semantic MediaWiki development is funded by Institut AIFB of Universität Karlsruhe, |
29 | 30 | Germany; see http://aifb.uni-karlsruhe.de. |
— | — | @@ -77,7 +78,7 @@ |
78 | 79 | |
79 | 80 | * The JavaScript upon which the Timeline format of inline queries is based is |
80 | 81 | provided by Simile (http://simile.mit.edu). Note that it is distributed with |
81 | | - a BSD-style license, and not under the GPL that applies to most parts of |
| 82 | + a BSD-style license, and not under the GPL that applies to most parts of |
82 | 83 | Semantic MediaWiki. |
83 | 84 | |
84 | 85 | * Many people have contributed to the project by providing helpful comments and |