Changeset 1372
- Timestamp:
- 04/06/06 15:05:20 (3 years ago)
- Files:
-
- modules/trunk/modules.xml (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/trunk/modules.xml
r1370 r1372 1 1 <xml> 2 2 3 <module> 3 4 <rawname>phpinfo</rawname> 4 <type>testing</type>5 5 <name>PHP Info</name> 6 <version>1.0</version> 7 <type>tool</type> 8 <category>Basic</category> 6 9 <author>Coalescent Systems</author> 7 10 <email>info@coalescentsystems.ca</email> 8 <version>1.0</version> 9 <requirements> 10 </requirements> 11 <menuitems> 12 <phpinfo>PHP Info</phpinfo> 13 <phpinfo2>PHP Info2</phpinfo2> 14 </menuitems> 11 15 <!-- Locations have a base href of http://svn.sourceforge.net/svnroot/amportal/modules/ --> 12 16 <location>release/phpinfo-1.0.tgz</location> … … 15 19 <module> 16 20 <rawname>javassh</rawname> 17 <type>t esting</type>21 <type>tool</type> 18 22 <name>Java SSH Client</name> 19 23 <author>klkunzler</author> … … 22 26 <module>core</module> 23 27 </requirements> 28 <menuitems> 29 <javassh>SSH Client</javassh> 30 </menuitems> 24 31 <!-- Locations have a base href of http://svn.sourceforge.net/svnroot/amportal/modules/ --> 25 32 <location>release/javassh-1.0.tgz</location> … … 28 35 <module> 29 36 <rawname>ringgroups</rawname> 30 <type> official</type>37 <type>setup</type> 31 38 <name>Ring Groups</name> 32 <author>core </author>39 <author>core team</author> 33 40 <version>1.0</version> 34 41 <requirements> 35 42 <module>core</module> 36 43 </requirements> 44 <menuitems> 45 <ringgroups>Ring Groups</ringgroups> 46 </menuitems> 37 47 <!-- Locations have a base href of http://svn.sourceforge.net/svnroot/amportal/modules/ --> 38 48 <location>release/ringgroups.tgz</location> 39 49 </module> 40 50 41 <!-- Describe 'product' requirements -->42 <product>43 <!-- How do we know it's installed? I guess in this case, look for /usr/sbin/aserisk -->44 <name>asterisk</name>45 <file>/usr/sbin/asterisk</file>46 <error>You need to install asterisk first, dummy.</error>47 </product>48 49 <product>50 <name>asterisk-sounds</name>51 <file>/var/lib/asterisk/sounds/weasels-eaten-phonesys.gsm</file>52 <error>The 'asterisk-sounds' module is not installed. Please download it</error>53 </product>54 51 </xml>
