Index: trunk/extensions/SemanticWebBrowser/SWB_Settings.php |
— | — | @@ -1,7 +1,7 @@ |
2 | 2 | <?php |
3 | 3 | |
4 | 4 | /** |
5 | | - * @author Anna Kantorovitch and Benedikt K�mpgen |
| 5 | + * @author Anna Kantorovitch and Benedikt Kämpgen |
6 | 6 | * @file SWB_Settings |
7 | 7 | * @ingroup SWB |
8 | 8 | */ |
— | — | @@ -14,20 +14,18 @@ |
15 | 15 | # between including this file and the call to enableSemantics().# |
16 | 16 | # Exceptions that need to be set before are documented below. # |
17 | 17 | ################################################################# |
18 | | -$swbgIP = dirname( __FILE__ ) . '/../SemanticWebBrowser/'; |
| 18 | +$swbgIP = dirname( __FILE__ ) . '/'; |
19 | 19 | |
20 | | - |
21 | 20 | // TODO: description does not look nice. |
22 | 21 | $wgExtensionCredits['semantic'][] = array( |
23 | | - 'path' => __FILE__, |
24 | | - 'name' => 'Semantic Web Browser', |
25 | | - 'version' => '0.2', |
26 | | - 'author' => 'Benedikt Kaempgen, Anna Kantorovitch.', |
27 | | - 'url' => 'http://semantic-mediawiki.org', |
28 | | - 'descriptionmsg' => 'This extension adds a special page (and later a factbox) Browse Wiki and Semantic Web.' |
| 22 | + 'path' => __FILE__, |
| 23 | + 'name' => 'Semantic Web Browser', |
| 24 | + 'version' => '0.2', |
| 25 | + 'author' => 'Benedikt Kaempgen, Anna Kantorovitch.', |
| 26 | + 'url' => 'http://semantic-mediawiki.org', |
| 27 | + 'descriptionmsg' => 'This extension adds a special page (and later a factbox) Browse Wiki and Semantic Web.' |
29 | 28 | ); |
30 | 29 | |
31 | | - |
32 | 30 | /** |
33 | 31 | * The toolbox of each content page show a link to browse the semantic web |
34 | 32 | *of that page using Special:Browse Wiki & Semantic Web |
— | — | @@ -35,8 +33,7 @@ |
36 | 34 | |
37 | 35 | $swbgToolboxBrowseSemWeb = true; |
38 | 36 | |
39 | | - |
40 | 37 | // load global constants and setup functions |
41 | | -require_once( $swbgIP.'includes/SWB_Setup.php' ); |
| 38 | +require_once( $swbgIP.'SemanticWebBrowser.php' ); |
42 | 39 | |
43 | 40 | ?> |
\ No newline at end of file |