Index: trunk/extensions/SemanticCompoundQueries/README |
— | — | @@ -24,7 +24,6 @@ |
25 | 25 | |[[Category:Books]][[Has genre::Fiction]];?Has author=Author |
26 | 26 | |format=list}} |
27 | 27 | |
28 | | - |
29 | 28 | For more information, see the extension homepage at: |
30 | 29 | http://www.mediawiki.org/wiki/Extension:Semantic_Compound_Queries |
31 | 30 | |
— | — | @@ -39,10 +38,15 @@ |
40 | 39 | within your MediaWiki 'extensions' directory, then add the following |
41 | 40 | line to your 'LocalSettings.php' file: |
42 | 41 | |
43 | | - require_once( "$IP/extensions/SemanticCompoundQueries/SCQ_Settings.php" ); |
| 42 | + require_once( "$IP/extensions/SemanticCompoundQueries/SemanticCompoundQueries.php" ); |
44 | 43 | |
45 | 44 | == Contact == |
46 | 45 | |
47 | | -Comments, questions, suggestions and bug reports are welcome, and can |
48 | | -be placed on the Talk page for the extension, or sent to Yaron at |
49 | | -yaron57@gmail.com. |
| 46 | +Comments, questions, suggestions and bug reports should be sent to |
| 47 | +the Semantic MediaWiki mailing list: |
| 48 | + |
| 49 | + https://lists.sourceforge.net/lists/listinfo/semediawiki-user |
| 50 | + |
| 51 | +If possible, please add "[SCQ]" at the beginning of the subject line, to |
| 52 | +clarify the subject matter. |
| 53 | + |