Rene (Diskussion | Beiträge) Version 0.65 - slash Problem behoben, auch externe Links mit Zahlen ergeben neues Fenster |
Rene (Diskussion | Beiträge) K →Programmcode: Lizenz GNU |
||
| Zeile 18: | Zeile 18: | ||
<pre> | <pre> | ||
<?php | <?php | ||
# Original MediaWiki HTML Code umwandeln und an StargateWiki anpassen | |||
# | |||
# This program is free software; you can redistribute it and/or modify | |||
# it under the terms of the GNU General Public License as published by | |||
# the Free Software Foundation; either version 2 of the License, or | |||
# (at your option) any later version. | |||
# | |||
# This program is distributed in the hope that it will be useful, | |||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
# GNU General Public License for more details. | |||
if ( !defined( 'MEDIAWIKI' ) ) { | |||
die( 'This file is a MediaWiki extension, it is not a valid entry point' ); | |||
} | |||
$wgExtensionCredits['other'][] = array( | $wgExtensionCredits['other'][] = array( | ||
'name' => 'SGHtml', | 'name' => 'SGHtml', | ||