Unity WebApp Integration
Categories
Component ID
1705882
Component name
Unity WebApp Integration
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
1946
Component created
Component changed
Component body
Api for integration with ubuntu's unity webapps api.
At the moment provides a hook to add menu links to Unity Hud, and sets the application Icon to your theme's favicon.
Includes a submodule to add the basic drupal navigation to the Hud.
Requirements
Unity Webapps must be installed in ubuntu
http://www.omgubuntu.co.uk/2012/07/how-to-install-ubuntus-new-web-apps-f...
Installation
Install as usual, see http://drupal.org/node/70151 for further information.
Configuration
as of version 1.1 or -dev since 2012-11-19 you need to set a permission for specific roles to access unity_webapp
Development
it's possible to add menu links by returning an array in hook_unity_webapp_addlinks()
see unity_webapp.api.php for example usage
