-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathupdate.rdf.pug
24 lines (24 loc) · 915 Bytes
/
update.rdf.pug
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
doctype xml
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:${id}`)
em:updates
RDF:Seq
RDF:li
RDF:Description
em:version= version
em:targetApplication
RDF:Description
em:id zotero@chnm.gmu.edu
em:minVersion= minVersion
em:maxVersion= maxVersion
em:updateLink= updateLink
if updateInfoURL
em:updateInfoURL= updateInfoURL
em:targetApplication
RDF:Description
em:id juris-m@juris-m.github.io
em:minVersion= minVersion
em:maxVersion= maxVersion
em:updateLink= updateLink
if updateInfoURL
em:updateInfoURL= updateInfoURL