forked from jlegewie/zotfile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zotfile-update.rdf
64 lines (59 loc) · 2.38 KB
/
zotfile-update.rdf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0" encoding="UTF-8"?>
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<RDF:Description about="urn:mozilla:extension:[email protected]">
<em:updates>
<RDF:Seq>
<!-- ZotFile 4.x for Zotero 4.x -->
<RDF:li>
<RDF:Description>
<em:version>4.2.8</em:version>
<em:targetApplication>
<RDF:Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>31.0</em:minVersion>
<em:maxVersion>52.*</em:maxVersion>
</RDF:Description>
</em:targetApplication>
<em:targetApplication>
<RDF:Description>
<em:id>[email protected]</em:id>
<em:minVersion>3.0b1</em:minVersion>
<em:maxVersion>4.*</em:maxVersion>
</RDF:Description>
</em:targetApplication>
<em:targetApplication>
<RDF:Description>
<em:id>[email protected]</em:id>
<em:minVersion>3.0b1</em:minVersion>
<em:maxVersion>4.*</em:maxVersion>
</RDF:Description>
</em:targetApplication>
</RDF:Description>
</RDF:li>
<!-- ZotFile 5.x for Zotero 5.x -->
<RDF:li>
<RDF:Description>
<em:version>5.0.2</em:version>
<em:targetApplication>
<RDF:Description>
<em:id>[email protected]</em:id>
<em:minVersion>5.0.0</em:minVersion>
<em:maxVersion>5.*</em:maxVersion>
<em:updateLink>https://github.com/jlegewie/zotfile/releases/download/v5.0.2/zotfile-5.0.2-fx.xpi</em:updateLink>
</RDF:Description>
</em:targetApplication>
<em:targetApplication>
<RDF:Description>
<em:id>[email protected]</em:id>
<em:minVersion>4.999</em:minVersion>
<em:maxVersion>5.*</em:maxVersion>
<em:updateLink>https://github.com/jlegewie/zotfile/releases/download/v5.0.2/zotfile-5.0.2-fx.xpi</em:updateLink>
</RDF:Description>
</em:targetApplication>
</RDF:Description>
</RDF:li>
</RDF:Seq>
</em:updates>
</RDF:Description>
</RDF:RDF>