home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 August / PCpro_2005_08.ISO / files / firefox / autocopy-v0.5.4.xpi / install.rdf < prev   
Encoding:
Extensible Markup Language  |  2005-04-29  |  3.0 KB  |  73 lines

  1. <?xml version="1.0"?>
  2.  
  3. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  4.  
  5.  
  6.     <Description about="urn:mozilla:install-manifest">
  7.  
  8.         <em:id>{0FED7D55-65D4-47b6-A6DE-9A4ADB55355F}</em:id>
  9.         <em:name>Auto Copy</em:name>
  10.         <em:version>0.5.4</em:version>
  11.         <em:description>Copies selected text to the clipboard automaticaly. Like Linux or mIrc.</em:description>
  12.         <em:creator>Michael Lidman</em:creator>
  13.         <em:contributor>Olivier Compagne (fr-FR)</em:contributor>
  14.         <em:contributor>Shockwav3 and Gigamax (de-DE)</em:contributor>
  15.         <em:contributor>K≤sz≤ J≤zsef (hu-HU)</em:contributor>
  16.         <em:contributor>Matteo Puddu (it-IT)</em:contributor>
  17.         <em:contributor>Darek M│ynarczyk (pl-PL)</em:contributor>
  18.         <em:contributor>Momchil Valkov (bg-BG)</em:contributor>
  19.         <em:contributor>ZuGro (es-AR)</em:contributor>
  20.         <em:contributor>Joxe Garaialde (es-ES, gl-ES)</em:contributor>
  21.         <em:contributor>Vkthor (pt-BR, pt-PT)</em:contributor>
  22.         <em:contributor>dirty (zh-TW)</em:contributor>
  23.         <em:contributor>Christian Hammarstr÷m (sv-SE)</em:contributor>
  24.         <em:contributor>Viper (ru-RU)</em:contributor>
  25.         <em:homepageURL>http://autocopy.mozdev.org</em:homepageURL>
  26.         <em:updateURL>http://autocopy.mozdev.org/autocopyupdate.rdf</em:updateURL>        
  27.         <em:iconURL>chrome://autocopy/skin/autocopy.png</em:iconURL>
  28.         <em:aboutURL>chrome://autocopy/content/about.xul</em:aboutURL>
  29.                 <em:optionsURL>chrome://autocopy/content/autocopyOptions.xul</em:optionsURL>
  30.         <em:file>
  31.             <Description about="urn:mozilla:extension:file:autocopy.jar">
  32.                 <em:package>content/autocopy/</em:package>
  33.                 <em:skin>skin/classic/autocopy/</em:skin>
  34.                 <em:locale>locale/autocopy/en-US/</em:locale>
  35.                 <em:locale>locale/autocopy/fr-FR/</em:locale>
  36.                 <em:locale>locale/autocopy/de-DE/</em:locale>
  37.                 <em:locale>locale/autocopy/hu-HU/</em:locale>
  38.                 <em:locale>locale/autocopy/it-IT/</em:locale>
  39.                 <em:locale>locale/autocopy/pl-PL/</em:locale>
  40.                 <em:locale>locale/autocopy/bg-BG/</em:locale>
  41.                 <em:locale>locale/autocopy/el-GR/</em:locale>
  42.                 <em:locale>locale/autocopy/gl-ES/</em:locale>
  43.                 <em:locale>locale/autocopy/es-ES/</em:locale>
  44.                 <em:locale>locale/autocopy/es-AR/</em:locale>
  45.                 <em:locale>locale/autocopy/pt-BR/</em:locale>
  46.                 <em:locale>locale/autocopy/pt-PT/</em:locale>
  47.                 <em:locale>locale/autocopy/zh-TW/</em:locale>
  48.                 <em:locale>locale/autocopy/sv-SE/</em:locale>
  49.                 <em:locale>locale/autocopy/ru-RU/</em:locale>
  50.             </Description>
  51.         </em:file>
  52.  
  53.         <em:targetApplication>
  54.             <Description>
  55.                 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  56.                 <em:minVersion>0.8</em:minVersion>
  57.                 <em:maxVersion>1.0+</em:maxVersion>
  58.             </Description>
  59.         </em:targetApplication>
  60.  
  61.         <em:targetApplication>
  62.             <Description>
  63.                 <!-- Mozilla Thunderbird -->
  64.                 <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
  65.                 <em:minVersion>0.5</em:minVersion>
  66.                 <em:maxVersion>1.0</em:maxVersion>
  67.             </Description>
  68.         </em:targetApplication>
  69.  
  70.  
  71.     </Description>
  72.  
  73. </RDF>