Mediawiki WebFonts repository for jquery.webfonts

Added license and upstream information and a
script to compile repoconfig automatically
from metadata.

also contains integration code

Change-Id: Ib39668249dd568a1f6017f0c08a3b9d1e2067ae4
This commit is contained in:
Niklas Laxström
2012-08-14 06:37:58 +00:00
committed by Santhosh Thottingal
parent a870263ad9
commit 3f4b5e4540
184 changed files with 2128 additions and 8 deletions

View File

@@ -126,3 +126,9 @@ $wgResourceModules['jquery.webfonts'] = array(
'localBasePath' => $dir,
'remoteExtPath' => 'UniversalLanguageSelector',
);
$wgResourceModules['ext.uls.webfonts.repository'] = array(
'scripts' => 'resources/js/jquery.webfonts.repository.js',
'localBasePath' => $dir,
'remoteExtPath' => 'UniversalLanguageSelector',
);