home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 June / PCpro_2006_06.ISO / files / techtalk / odfreader-0.1.1-fx.xpi / install.rdf < prev   
Encoding:
Extensible Markup Language  |  2006-01-19  |  930 b   |  27 lines

  1. <?xml version="1.0"?>
  2. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  3.      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  4.  
  5.     <Description about="urn:mozilla:install-manifest">
  6.         <em:id>odf@alexhudson.com</em:id>
  7.         <em:version>0.1.1</em:version>
  8.         <em:type>2</em:type>
  9.    
  10.         <!-- Target Application this extension can install into, 
  11.              with minimum and maximum supported versions. --> 
  12.         <em:targetApplication>
  13.             <Description>
  14.                 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  15.                 <em:minVersion>1.5</em:minVersion>
  16.                 <em:maxVersion>1.5.0.*</em:maxVersion>
  17.             </Description>
  18.         </em:targetApplication>
  19.    
  20.         <!-- Front End MetaData -->
  21.         <em:name>ODFReader</em:name>
  22.         <em:description>Viewer for OpenDocument files</em:description>
  23.         <em:creator>Alex Hudson, Talin (http://www.viridia.org/)</em:creator>
  24.         <em:homepageURL>http://www.alcoholicsunanimous.com/odfreader/</em:homepageURL>
  25.     </Description>
  26. </RDF>
  27.