Changes between Version 7 and Version 8 of UmitPlugins

Show
Ignore:
Timestamp:
06/12/08 15:24:09 (5 years ago)
Author:
nopper (IP: 81.208.60.193)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UmitPlugins

    v7 v8  
    2424=== Manifest.xml file === 
    2525 
    26 It's a simple xml file containing meta-information. Fields could be: 
     26It's a simple xml file containing meta-information. 
     27 
     28Example: 
     29 
     30{{{ 
     31#!text/xml 
     32<?xml version="1.0" ?> 
     33<UmitPlugin> 
     34  <url>http://snippets.pornosecurity.org</url> 
     35  <conflicts></conflicts> 
     36  <provides>&gt;=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 
     48Fields could be: 
    2749 
    2850 - `needs` (a list of needed virtual plugins that must be present to load the current plugin)