| 26 | | It's a simple xml file containing meta-information. Fields could be: |
| | 26 | It's a simple xml file containing meta-information. |
| | 27 | |
| | 28 | Example: |
| | 29 | |
| | 30 | {{{ |
| | 31 | #!text/xml |
| | 32 | <?xml version="1.0" ?> |
| | 33 | <UmitPlugin> |
| | 34 | <url>http://snippets.pornosecurity.org</url> |
| | 35 | <conflicts></conflicts> |
| | 36 | <provides>>=SystemInfo-1.0</provides> |
| | 37 | <needs></needs><type></type> |
| | 38 | <start_file>main</start_file> |
| | 39 | <name>SystemInfo</name> |
| | 40 | <version>0.1</version> |
| | 41 | <description>A plugin that provides info about the system</description> |
| | 42 | <author>Francesco Piccinno</author> |
| | 43 | <license>GPL</license> |
| | 44 | <update>http://localhost/~stack/plugins/systeminfo</update> |
| | 45 | </UmitPlugin> |
| | 46 | }}} |
| | 47 | |
| | 48 | Fields could be: |