r23844 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23843‎ | r23844 | r23845 >
Date:16:07, 7 July 2007
Author:mkroetzsch
Status:old
Tags:
Comment:
+ new contributor credits; formatting
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/INSTALL (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/README (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/INSTALL
@@ -31,7 +31,8 @@
3232 * SMW is (currently) incompatible with PostgreSQL
3333
3434 * 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.
3637 See http://php.net/manual/en/ref.mbstring.php#mbstring.installation
3738
3839 == Installation ==
@@ -79,8 +80,7 @@
8081 enableSemantics('example.org');
8182
8283 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.
8585
8686 === Running SMW on older versions of MediaWiki ===
8787
@@ -194,8 +194,8 @@
195195 You probably use a version of MediaWiki that is smaller or equal to 1.9.*
196196 and you did not make the required changes in Parser.php as described above.
197197
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.
200200
201201 You must use the localized names for special properties and namespaces.
202202 Although MediaWiki has some support for canonical (English) names such as
@@ -216,9 +216,9 @@
217217
218218 - Problem: I have a problem that is not in this list.
219219
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.
223223
224224 Report general bugs at http://bugzilla.wikimedia.org/
225225 where you can also find out whether your problem is known.
Index: trunk/extensions/SemanticMediaWiki/README
@@ -22,7 +22,8 @@
2323 == Current developers ==
2424
2525 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.
2728
2829 Semantic MediaWiki development is funded by Institut AIFB of Universität Karlsruhe,
2930 Germany; see http://aifb.uni-karlsruhe.de.
@@ -77,7 +78,7 @@
7879
7980 * The JavaScript upon which the Timeline format of inline queries is based is
8081 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
8283 Semantic MediaWiki.
8384
8485 * Many people have contributed to the project by providing helpful comments and

Status & tagging log