Index: trunk/extensions/WebFonts/WebFonts.php |
— | — | @@ -1,15 +1,14 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * Dynamic Font Embedding MediaWiki extension |
| 4 | + * MediaWiki extension for dynamic font embedding |
| 5 | + * https://www.mediawiki.org/wiki/Extension:WebFonts |
5 | 6 | * |
6 | | - * To install it put this file in the extensions directory |
7 | | - * To activate the extension, include it from your LocalSettings.php |
8 | | - * with: require("$IP/extensions/WebFonts.php"); |
9 | | - * |
10 | 7 | * @file |
11 | 8 | * @ingroup Extensions |
12 | | - * @author Santhosh Thottingal, <santhosh.thottingal@gmail.com> |
13 | | - * @copyright © 2011 Santhosh Thottingal http://thottingal.in |
| 9 | + * @author Santhosh Thottingal |
| 10 | + * @author Niklas Laxström |
| 11 | + * @author Amir Aharoni |
| 12 | + * @copyright © 2011-2012 Santhosh Thottingal, Niklas Laxström, Amir Aharoni |
14 | 13 | * @licence GNU General Public Licence 3.0 or later |
15 | 14 | */ |
16 | 15 | |
— | — | @@ -18,11 +17,11 @@ |
19 | 18 | die( -1 ); |
20 | 19 | } |
21 | 20 | |
22 | | -$wgExtensionCredits['parserhook'][] = array( |
| 21 | +$wgExtensionCredits['other'][] = array( |
23 | 22 | 'path' => __FILE__, |
24 | 23 | 'name' => 'WebFonts', |
25 | 24 | 'version' => '1.0', |
26 | | - 'author' => array( 'Santhosh Thottingal', 'Niklas Laxström' ), |
| 25 | + 'author' => array( 'Santhosh Thottingal', 'Niklas Laxström', 'Amir Aharoni' ), |
27 | 26 | 'url' => 'https://www.mediawiki.org/wiki/Extension:WebFonts', |
28 | 27 | 'descriptionmsg' => 'webfonts-desc', |
29 | 28 | ); |