Posted by csevb10 on October 20, 2011 at 8:57pm
This is a simple example app to highlight what you need to do in order to create apps for use via the apps module. This module doesn't even try to do anything worthwhile when installed, but should provide a fairly straightforward example of what you can and should do in order to create an app.
Conceptually an app is a wrapper for installing some other sort of functionality (think modules or features). This module installs the wordfilter module as a simple example to show creating an app. It is hoped that this can provide a basis for you to create more complex and useful apps.