Update the about file with more info

This commit is contained in:
Zachary Doll 2014-01-09 15:08:52 -06:00
parent 2f025c08ee
commit a7693070d3

View File

@ -4,11 +4,13 @@ $ApplicationInfo['Yaga'] = array(
'Name' => 'Yet Another Gamification Application',
'Description' => 'Yaga provides customizable reactions, badges, and ranks for your Vanilla forum software. Increase user activity by letting users react to content with emotions. Give users badges based on statistics and engagement in your community. Create and award custom badges for special events and recognition. Award Ranks which can confer different (configurable) permissions based on community perception and participation.',
'Version' => '0.3',
'Url' => 'http://github.com/hgtonight/application-yaga',
'Author' => 'Zachary Doll',
'AuthorEmail' => 'hgtonight@daklutz.com',
'AuthorUrl' => 'http://www.daklutz.com',
'License' => 'GPLv3',
'SettingsUrl' => '/settings/yaga',
'SettingsPermission' => 'Garden.Settings.Manage',
// Application requirements
'RequiredApplications' => array('Vanilla' => '2.1b2'),