https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113334

Revision: 113334
Author:   jeroendedauw
Date:     2012-03-07 23:52:28 +0000 (Wed, 07 Mar 2012)
Log Message:
-----------
up docs

Modified Paths:
--------------
    trunk/extensions/SemanticResultFormats/INSTALL
    trunk/extensions/SemanticResultFormats/RELEASE-NOTES

Modified: trunk/extensions/SemanticResultFormats/INSTALL
===================================================================
--- trunk/extensions/SemanticResultFormats/INSTALL      2012-03-07 23:51:05 UTC 
(rev 113333)
+++ trunk/extensions/SemanticResultFormats/INSTALL      2012-03-07 23:52:28 UTC 
(rev 113334)
@@ -1,6 +1,11 @@
 == Requirements ==
 
 Semantic Result Formats requires:
+* MediaWiki 1.17 or above
+* Semantic MediaWiki 1.7 or above
+* PHP 5.2 or above
+
+For MediaWiki 1.16.x setups, SRF 1.7.x can be used, which has these 
requirements:
 * MediaWiki 1.16 or above
 * Semantic MediaWiki 1.7 or above
 * PHP 5.2 or above
@@ -13,15 +18,14 @@
 == Installation ==
 
 Installation instructions are available online in a more convenient form for
-reading at:
+reading at https://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats
 
- https://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats
-
 Copy all files into MediaWiki's extensions folder, either by using SVN or by
 extracting an installation package. You need to enter one line to your local
 settings (somewhere after the inclusion of Semantic MediaWiki):
 
- 
require_once("$IP/extensions/SemanticResultFormats/SemanticResultFormats.php");
+// Semantic Result Formats
+require_once( "$IP/extensions/SemanticResultFormats/SemanticResultFormats.php" 
);
 
 If nothing else is added, a default set of formats is enabled. These are the
 the formats that satisfy the following criteria:
@@ -36,7 +40,7 @@
 'vcard', 'icalendar', 'calendar', 'timeline', 'eventline', 'bibtex', 'outline',
 'gallery', 'jqplotbar', 'jqplotpie', 'sum', 'average', 'min', 'max', 
'tagcloud',
 'median', 'product', 'valuerank', 'array', 'tree', 'ultree', 'oltree',
-'D3Line'¹, 'D3Bar'¹, 'D3Treemap'¹, 'filtered'¹, 'hash'².
+'D3Line'¹, 'D3Bar'¹, 'D3Treemap'¹, 'hash'².
 
 ¹ from MediaWiki 1.17 onwards
 ² with HashTables extension installed

Modified: trunk/extensions/SemanticResultFormats/RELEASE-NOTES
===================================================================
--- trunk/extensions/SemanticResultFormats/RELEASE-NOTES        2012-03-07 
23:51:05 UTC (rev 113333)
+++ trunk/extensions/SemanticResultFormats/RELEASE-NOTES        2012-03-07 
23:52:28 UTC (rev 113334)
@@ -6,7 +6,7 @@
 
 THIS IS NOT A RELEASE YET
 
-Semantic Result Formats 1.7.1 is currently in beta-quality and is not 
recommended for use in
+Semantic Result Formats 1.8 is currently in beta-quality and is not 
recommended for use in
 production until the actual release.
 
 * ...


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to