Index: trunk/extensions/SemanticMediaWiki/specials/Export/SMW_SpecialOWLExport.php |
— | — | @@ -1,23 +1,7 @@ |
2 | 2 | <?php |
3 | 3 | |
4 | 4 | /** |
5 | | - * File holding the SMWSpecialOWLExport class for the Special:ExportRDF page. |
6 | | - * |
7 | | - * @file SMW_SpecialOWLExport.php |
8 | | - * |
9 | | - * @ingroup SMWSpecialPage |
10 | | - * @ingroup SpecialPage |
11 | | - * |
12 | | - * @author Markus Krötzsch |
13 | | - * @author Jeroen De Dauw |
14 | | - */ |
15 | | - |
16 | | -if ( !defined( 'MEDIAWIKI' ) ) { |
17 | | - die( 'Not an entry point.' ); |
18 | | -} |
19 | | - |
20 | | -/** |
21 | | - * This special page for MediaWiki implements an OWL-export of semantic data, |
| 5 | + * This special page (Special:ExportRDF) for MediaWiki implements an OWL-export of semantic data, |
22 | 6 | * gathered both from the annotations in articles, and from metadata already |
23 | 7 | * present in the database. |
24 | 8 | * |
— | — | @@ -25,6 +9,7 @@ |
26 | 10 | * @ingroup SpecialPage |
27 | 11 | * |
28 | 12 | * @author Markus Krötzsch |
| 13 | + * @author Jeroen De Dauw |
29 | 14 | */ |
30 | 15 | class SMWSpecialOWLExport extends SpecialPage { |
31 | 16 | |