Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/wmde/WikibaseSerializationJ…
Browse files Browse the repository at this point in the history
…avaScript
  • Loading branch information
tobijat committed Sep 10, 2014
2 parents 56862fc + f16274a commit 46fcd29
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions init.mw.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,17 @@
die( 'Not an entry point.' );
}

$GLOBALS['wgExtensionCredits']['wikibase'][] = array(
'path' => __FILE__,
'name' => 'Wikibase Serialization JavaScript',
'version' => '1.1.3',
'author' => array(
'[https://www.mediawiki.org/wiki/User:Danwe Daniel Werner]',
'[http://www.snater.com H. Snater]',
),
'url' => 'https://github.com/wmde/WikibaseSerializationJavaScript',
'description' => 'JavaScript library containing serializers and deserializers for the Wikibase DataModel.'
);

include 'resources.mw.php';
include 'resources.test.mw.php';

0 comments on commit 46fcd29

Please sign in to comment.