Update module.xml

This commit is contained in:
Josh North 2014-08-14 10:10:32 -04:00
parent b4b8adfcb9
commit fd63df8c3f

View File

@ -1,26 +1,34 @@
<module> <module>
<rawname>helloworld</rawname> <rawname>avantfax</rawname>
<name>Hello World</name> <name>AvantFAX</name>
<version>0.1.0.0</version> <version>0.1.0.0</version>
<publisher>Josh North/Point808.com</publisher>
<license>GPLv3+</license>
<candisable>yes</candisable> <candisable>yes</candisable>
<canuninstall>yes</canuninstall> <canuninstall>yes</canuninstall>
<changelog> <changelog>
*0.1.0.0* Original Release (beta) *0.1.0.0* Original Release (beta)
</changelog> </changelog>
<description> <description>
provides a hello world example Provides a link to AvantFAX on an IncrediblePBX/IncredibleFAX Ubuntu 14 install
</description> </description>
<attention> <attention>
This text will be displayed prominently before the user is able to install the module. Use to display warning before installation. THIS WILL ONLY WORK IF INCREDIBLEFAX IS INSTALLED VIA THE PIAF SCRIPT ON UBUNTU 14! Or perhaps if you get lucky.
</attention> </attention>
<info>http://github.com/jfinstrom/</info> <info>http://github.com/joshnorth/FreePBX-AvantFAX/</info>
<menuitems> <menuitems>
<HelloWorld>Hello World</HelloWorld> <avantfax
category="AvantFAX"
href="/avantfax"
target="fax"
access="all"
requires_auth="false"
>AvantFAX</avantfax>
</menuitems> </menuitems>
<depends> <depends>
<module>core</module> <module>core</module>
<version>ge2.2</version> <version>ge2.2</version>
</depends> </depends>
<category>Settings</category> <category>Admin</category>
</module> </module>