r40143 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r40142‎ | r40143 | r40144 >
Date:13:55, 28 August 2008
Author:vrandezo
Status:old
Tags:
Comment:
updated readme for file renaming
Modified paths:
  • /trunk/extensions/SemanticResultFormats/README (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/README
@@ -9,14 +9,14 @@
1010 extracting an installation package. In order to include all available
1111 result formats, you can simply add the following line to your code:
1212
13 -require_once( 'path/to/extension/SemanticResultFormat.php' );
 13+require_once( 'path/to/extension/SRF_Settings.php' );
1414
1515 If you want to enable only some of the available formats, you have to declare
1616 an array with all activated formats before including the file, e.g.
1717
1818 global $srfgFormats;
1919 $srfgFormats = array('graph', 'googlebar');
20 -require_once( 'path/to/extension/SemanticResultFormat.php' );
 20+require_once( 'path/to/extension/SRF_Settings.php' );
2121
2222 This will activate the graph and the google bar char format. The keywords
2323 for the formats are given below.

Status & tagging log