|
Revision 1277, 1.0 kB
(checked in by qldrob, 7 years ago)
|
Test xml format - how does this look?
|
- Property svn:mime-type set to
text/plain
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
<!-- This is a test of a comment --> |
|---|
| 2 |
<module id='Test Module'> |
|---|
| 3 |
<type>testing</type> |
|---|
| 4 |
<name>Test Module</name> |
|---|
| 5 |
<author>Rob Thomas</author> |
|---|
| 6 |
<email>xrobau@gmail.com</email> |
|---|
| 7 |
<version>1.0</version> |
|---|
| 8 |
<requirements> |
|---|
| 9 |
<module>core</module> |
|---|
| 10 |
<module>recordings</module> |
|---|
| 11 |
<product>asterisk</product> |
|---|
| 12 |
<product>asterisk-sounds</product> |
|---|
| 13 |
<file>/bin/sh</file> |
|---|
| 14 |
</requirements> |
|---|
| 15 |
<!-- Locations have a base href of http://svn.sourceforge.net/svnroot/amportal/modules/ --> |
|---|
| 16 |
<location>trunk/testing/test-1.0.tgz</location> |
|---|
| 17 |
</module> |
|---|
| 18 |
|
|---|
| 19 |
<!-- Describe 'product' requirements --> |
|---|
| 20 |
<product id='asterisk'> |
|---|
| 21 |
<!-- How do we know it's installed? I guess in this case, look for /usr/sbin/aserisk --> |
|---|
| 22 |
<file>/usr/sbin/asterisk</file> |
|---|
| 23 |
<error>You need to install asterisk first, dummy.</error> |
|---|
| 24 |
</product> |
|---|
| 25 |
|
|---|
| 26 |
<product id='asterisk-sounds'> |
|---|
| 27 |
<file>/var/lib/asterisk/sounds/weasels-eaten-phonesys.gsm</file> |
|---|
| 28 |
<error>The 'asterisk-sounds' module is not installed. Please download it</error> |
|---|
| 29 |
</product> |
|---|