Index: trunk/extensions/SemanticMediaWiki/includes/SMW_GlobalFunctions.php |
— | — | @@ -270,7 +270,15 @@ |
271 | 271 | } |
272 | 272 | |
273 | 273 | ///// credits (see "Special:Version") ///// |
274 | | - $wgExtensionCredits['parserhook'][]= array('path' => __FILE__, 'name'=>'Semantic MediaWiki', 'version'=>SMW_VERSION, 'author'=>"Klaus Lassleben, [http://korrekt.org Markus Krötzsch], [http://simia.net Denny Vrandecic], S Page, and others. Maintained by [http://www.aifb.uni-karlsruhe.de/Forschungsgruppen/WBS/english AIFB Karlsruhe].", 'url'=>'http://semantic-mediawiki.org', 'description' => 'Making your wiki more accessible – for machines \'\'and\'\' humans. [http://semantic-mediawiki.org/wiki/Help:User_manual View online documentation.]'); |
| 274 | + $wgExtensionCredits['parserhook'][]= array( |
| 275 | + 'path' => __FILE__, |
| 276 | + 'name' => 'Semantic MediaWiki', |
| 277 | + 'version' => SMW_VERSION, |
| 278 | + 'author'=> "Klaus Lassleben, [http://korrekt.org Markus Krötzsch], [http://simia.net Denny Vrandecic], S Page, and others. Maintained by [http://www.aifb.uni-karlsruhe.de/Forschungsgruppen/WBS/english AIFB Karlsruhe].", |
| 279 | + 'url' => 'http://semantic-mediawiki.org', |
| 280 | + 'description' => 'Making your wiki more accessible – for machines \'\'and\'\' humans. [http://semantic-mediawiki.org/wiki/Help:User_manual View online documentation]', |
| 281 | + 'descriptionmsg' => 'smw-desc' |
| 282 | + ); |
275 | 283 | |
276 | 284 | wfProfileOut('smwfSetupExtension (SMW)'); |
277 | 285 | return true; |
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_Messages.php |
— | — | @@ -14,6 +14,7 @@ |
15 | 15 | * @author Markus Krötzsch |
16 | 16 | */ |
17 | 17 | $messages['en'] = array( |
| 18 | + 'smw-desc' => 'Making your wiki more accessible - for machines \'\'and\'\' humans ([http://semantic-mediawiki.org/wiki/Help:User_manual online documentation)]', |
18 | 19 | 'smw_edithelp' => 'Editing help on properties', |
19 | 20 | 'smw_viewasrdf' => 'RDF feed', |
20 | 21 | 'smw_finallistconjunct' => ', and', //used in "A, B, and C" |
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -690,6 +690,7 @@ |
691 | 691 | |
692 | 692 | Semantic MediaWiki |
693 | 693 | file = SemanticMediaWiki/languages/SMW_Messages.php |
| 694 | +descmsg = smw-desc |
694 | 695 | ignored = smw_ask_doculink, smw_service_online_maps, smw_uri_blacklist |
695 | 696 | optional = smw_rss_link, smw_decseparator, smw_kiloseparator |
696 | 697 | optional = smw_rss_description, smw_browse_more, specialpages-group-smw_group |