-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathinstall.rdf
38 lines (34 loc) · 1.37 KB
/
install.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
<?xml version="1.0"?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:install-manifest">
<em:id>zot2bib@mackerron.com</em:id>
<em:name>Zotero-to-BibDesk auto-import utility</em:name>
<em:version>2.0.8</em:version>
<em:description>Automatically imports new Zotero references into BibDesk files</em:description>
<em:creator>George MacKerron</em:creator>
<em:type>2</em:type> <!-- type=extension -->
<em:targetPlatform>Darwin</em:targetPlatform>
<em:unpack>true</em:unpack> <!-- for AppleScript component -->
<em:iconURL>chrome://zot2bib/skin/z2b_icon.png</em:iconURL>
<em:homepageURL>http://mackerron.com/zot2bib/</em:homepageURL>
<!-- Requires Zotero -->
<em:requires>
<Description>
<em:id>zotero@chnm.gmu.edu</em:id>
<em:name>Zotero</em:name>
<em:homepageURL>http://www.zotero.org</em:homepageURL>
<em:minVersion>1.0.0b4.r5</em:minVersion>
<em:maxVersion>5.*</em:maxVersion>
</Description>
</em:requires>
<!-- Targets Zotero standalone -->
<em:targetApplication>
<Description>
<em:id>zotero@chnm.gmu.edu</em:id>
<em:minVersion>3.0b1</em:minVersion>
<em:maxVersion>5.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>