As developer you might be interested to add an entry to Bigace About screen. Doing that is possible through two ways:
/application/bigace/modules/admin/creditsIf you write a PHP extension for Bigace, you should always choose to use the filter! If you don't have a Plugin, you can choose to use the INI way. But remember that INI files are rendered for every Community (even if they don't use your extension).
Create the file /application/bigace/modules/admin/credits/foo.ini
title = "Foo - an INI exmaple for the Credits screen" [foo] weblink = "http://www.bigace.de" copyright = "Kevin Papst" description = "A longer description to explain your extension, that shipped this file. You can use HTML here, but don't use an apostrophe - only single quotes like this: <a href='http://www.bigace.de'>Bigace</a>."