home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 June / PCpro_2006_06.ISO / files / firefox / quotecolors.xpi / install.rdf
Encoding:
Extensible Markup Language  |  2005-11-19  |  2.1 KB  |  45 lines

  1. <?xml version="1.0"?>
  2.  
  3. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  4.      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  5.  
  6.   <Description about="urn:mozilla:install-manifest">
  7.     <em:id>{B274D460-4DF9-454c-AC69-CA71398D7498}</em:id>
  8.     <em:type>2</em:type>
  9.     <em:name>Quote Colors</em:name>
  10.     <em:version>0.2.7</em:version>
  11.     <em:targetApplication>
  12.       <Description>
  13.         <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
  14.         <em:minVersion>1.0</em:minVersion>
  15.         <em:maxVersion>1.5.0.*</em:maxVersion>
  16.       </Description>
  17.     </em:targetApplication>
  18.     <em:description>Configure text and background colors for different quote levels in mail/news messages.</em:description>
  19.     <em:creator>Malte R├╝cker</em:creator>
  20.     <em:contributor>Alexander Ihrig (German translation)</em:contributor>
  21.     <em:contributor>Carlos (Spanish translation)</em:contributor>
  22.     <em:contributor>Olivier (French translation)</em:contributor>
  23.     <em:contributor>Pietro Fistetto (Italian translation)</em:contributor>
  24.     <em:contributor>Masahiko Imanaka (Japanese translation)</em:contributor>
  25.     <em:contributor>Bartosz Piec (Polish translation)</em:contributor>
  26.     <em:contributor>Tomas Brabenec (Czech translation)</em:contributor>
  27.     <em:homepageURL>http://quotecolors.mozdev.org/</em:homepageURL>
  28.     <em:optionsURL>chrome://quotecolors/content/qc_options.xul</em:optionsURL>
  29.     <em:iconURL>chrome://quotecolors/content/qcicon.png</em:iconURL>
  30.     <em:file>
  31.       <Description about="urn:mozilla:extension:file:quotecolors.jar">
  32.         <em:package>content/quotecolors/</em:package>
  33.         <em:locale>locale/en-US/quotecolors/</em:locale>
  34.         <em:locale>locale/de-DE/quotecolors/</em:locale>
  35.         <em:locale>locale/es-ES/quotecolors/</em:locale>
  36.         <em:locale>locale/fr-FR/quotecolors/</em:locale>
  37.         <em:locale>locale/it-IT/quotecolors/</em:locale>
  38.         <em:locale>locale/ja-JP/quotecolors/</em:locale>
  39.         <em:locale>locale/pl-PL/quotecolors/</em:locale>
  40.         <em:locale>locale/cs-CZ/quotecolors/</em:locale>
  41.       </Description>
  42.     </em:file>
  43.  
  44.   </Description>
  45. </RDF>