forked from papermachines/papermachines
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.rdf
50 lines (47 loc) · 1.79 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
39
40
41
42
43
44
45
46
47
48
49
50
<?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>[email protected]</em:id>
<em:name>Paper Machines</em:name>
<em:version>0.4.11</em:version>
<em:description>A Zotero extension for analysis and visualization in the digital humanities.</em:description>
<em:creator>Cora Johnson-Roberson</em:creator>
<em:homepageURL>http://www.papermachines.org/</em:homepageURL>
<em:unpack>true</em:unpack>
<em:optionsURL>chrome://papermachines/content/options.xul</em:optionsURL>
<em:updateURL>http://www.papermachines.org/download/plugins.rdf</em:updateURL>
<em:updateKey>
MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDMzBTH2FmT/UOju1AmcinTiHIyRnnZuk
olnOvUutEtjuo9LsG0LU4PTpC6HfcOckfRk3yRLx68Kz7jfUtpLUj4NDcql2OrwPZKnGD9
27vwCxrQAFEYuH48avJ+NURyu8JKzlAoSdhtyhev6VhKqBLhPUeNUBzWYVuhMOysXcUuyQ
IDAQAB
</em:updateKey>
<em:type>2</em:type> <!-- type=extension -->
<!-- Requires Zotero -->
<em:requires>
<Description>
<em:id>[email protected]</em:id>
<em:name>Zotero</em:name>
<em:homepageURL>http://www.zotero.org</em:homepageURL>
<em:minVersion>2.1</em:minVersion>
<em:maxVersion>4.*</em:maxVersion>
</Description>
</em:requires>
<!-- Requires Firefox or Zotero Standalone -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>3.6</em:minVersion>
<em:maxVersion>21.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<Description>
<em:id>[email protected]</em:id>
<em:minVersion>3.0b1</em:minVersion>
<em:maxVersion>4.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>