source: DASISH/t5.6/client/trunk/install.rdf @ 5378

Last change on this file since 5378 was 5378, checked in by stephanie.roth@snd.gu.se, 10 years ago

Updated comment regarding latest FF version.

File size: 3.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8" ?>
2<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3     xmlns:em="http://www.mozilla.org/2004/em-rdf#">
4    <Description about="urn:mozilla:install-manifest">
5        <!-- Wired-Marker GUID -->
6        <!-- <em:id>{e36db930-f18d-4449-b45f-e286cfb9e03a}</em:id> -->
7        <!-- DASISH (email-style) ID -->
8        <em:id>webannotator@dasish.eu</em:id>
9        <em:unpack>true</em:unpack>
10        <em:localized>
11            <Description>
12                <em:locale>en-US</em:locale>
13                <!-- <em:name>Wired-Marker</em:name> -->
14                <em:name>DASISH Web Annotator</em:name>
15                <!-- <em:description>Put permanent marker line on web pages in many color and shapes / option.</em:description> -->
16                <!-- Hint: add-on description defined in about.properties file -->
17                <em:description>Annotate fragments of web documents with tags, colors and text notes.</em:description>
18            </Description>
19        </em:localized>
20        <!-- no Japanese version -->
21        <!--
22        <em:localized>
23            <Description>
24                <em:locale>ja-JP</em:locale>
25                <em:name>Wired-Marker</em:name>
26                <em:description>Webペヌゞに匕く「消えないマヌカヌ」です。</em:description>
27            </Description>
28        </em:localized>
29        -->
30        <!-- <em:name>Wired-Marker</em:name> -->
31        <em:name>DASISH Web Annotator</em:name>
32        <!-- <em:description>Put permanent marker line on web pages in many color and shapes / option.</em:description> -->
33        <em:description>Annotate web documents with text notes, titles and colours.</em:description>
34        <!-- <em:version>4.0.11120600</em:version> -->
35        <!-- DASISH prototype 1.0 -->
36        <em:version>2.0</em:version>
37        <em:creator>BITS Co., Ltd., extended by Swedish National Data Service (SND)</em:creator>
38        <em:developer>Stephanie S. Roth</em:developer>
39        <em:developer>Olof Olsson</em:developer>
40        <!-- <em:homepageURL>http://www.wired-marker.org/</em:homepageURL> -->
41        <em:homepageURL>http://dasish.eu/</em:homepageURL>
42       
43        <em:aboutURL>chrome://markingcollection/content/about.xul</em:aboutURL>
44        <!-- <em:iconURL>chrome://markingcollection/skin/icon_32.png</em:iconURL> -->
45        <!-- Replaced with DASISH icon, needs to be 32x32 -->
46        <em:iconURL>chrome://markingcollection/skin/annotator-skin/alphatransparent/dasish_32_32.png</em:iconURL>
47        <em:optionsURL>chrome://markingcollection/content/settingDialog.xul</em:optionsURL>
48
49        <!-- Firefox -->
50        <em:targetApplication>
51            <Description>
52                <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
53                <em:minVersion>2.0</em:minVersion>
54                <!-- <em:maxVersion>10.*</em:maxVersion> -->
55                <!-- Current FF version is 30.0 -->
56                <em:maxVersion>30.*.*</em:maxVersion>
57            </Description>
58        </em:targetApplication>
59    </Description>
60</RDF>
Note: See TracBrowser for help on using the repository browser.