root/ladvd/module/Configure/install.rdf

Revision 3, 0.8 kB (checked in by ixs, 13 years ago)

install.rdf updates

Line 
1 <?xml version="1.0"?>
2 <rdf:RDF xmlns:md="http://localhost/module/schema#"
3          xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
4          xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
5         <md:Install>
6                 <md:ModuleRDF>Install</md:ModuleRDF>
7                 <md:Name>LADVD</md:Name>
8                 <md:Version>0.9.2-1</md:Version>
9                 <md:Description>ladvd LLDP service</md:Description>
10                 <md:Authors>Andreas Thienemann</md:Authors>
11                 <md:Thanks></md:Thanks>
12                 <md:WebUrl>http://trac.bawue.org/thecus/wiki/ladvd</md:WebUrl>
13                 <md:UpdateUrl></md:UpdateUrl>
14                 <md:Reboot>No</md:Reboot>
15                 <md:Icon></md:Icon>
16                 <md:Mode>Admin</md:Mode>
17                 <md:UI>Thecus</md:UI>
18         </md:Install>
19         <md:NAS>
20                 <md:TargetNas>Thecus</md:TargetNas>
21                 <md:NasType>n5200</md:NasType>
22                 <md:NasProtol>N5200</md:NasProtol>
23                 <md:NasVersion>2.00.00</md:NasVersion>
24         </md:NAS>
25 </rdf:RDF>
Note: See TracBrowser for help on using the browser.