forked from yanick/Dancer2-Plugin-REST
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathdoap.xml
96 lines (96 loc) · 3.73 KB
/
doap.xml
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<?xml version="1.0" encoding="UTF-8" ?>
<Project
xmlns="http://usefulinc.com/ns/doap#"
xmlns:dc="http://purl.org/dc/terms/"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<name>Dancer2-Plugin-REST</name>
<shortdesc>A plugin for writing RESTful apps with Dancer2</shortdesc>
<developer>
<foaf:Person rdfs:label="Dancer Core Developers" />
</developer>
<license rdf:resource="http://dev.perl.org/licenses/" />
<homepage rdf:resource="http://search.cpan.org/dist/Dancer2-Plugin-REST/" />
<bug-database rdf:resource="https://github.com/perldancer/Dancer2-Plugin-REST/issues" />
<repository>
<GitRepository>
<browse rdf:resource="https://github.com/perldancer/Dancer2-Plugin-REST" />
<location rdf:resource="https://github.com/perldancer/Dancer2-Plugin-REST.git" />
</GitRepository>
</repository>
<release>
<Version>
<revision rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0.05</revision>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-03-04</dc:issued>
</Version>
</release>
<release>
<Version>
<revision rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0.06</revision>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-05-28</dc:issued>
</Version>
</release>
<release>
<Version>
<revision rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0.07</revision>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-11-01</dc:issued>
</Version>
</release>
<release>
<Version>
<revision rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0.08</revision>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2013-02-24</dc:issued>
</Version>
</release>
<release>
<Version>
<revision rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0.09</revision>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2013-02-25</dc:issued>
</Version>
</release>
<release>
<Version>
<revision rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0.10</revision>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2013-07-03</dc:issued>
</Version>
</release>
<release>
<Version>
<revision rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0.11</revision>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2013-07-03</dc:issued>
</Version>
</release>
<release>
<Version>
<revision rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0.12</revision>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2013-07-06</dc:issued>
</Version>
</release>
<release>
<Version>
<revision rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0.20</revision>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2013-10-03</dc:issued>
</Version>
</release>
<release>
<Version>
<revision rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0.21</revision>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2013-12-07</dc:issued>
</Version>
</release>
<release>
<Version>
<revision rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0.22</revision>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2014-06-05</dc:issued>
</Version>
</release>
<release>
<Version>
<revision rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0.23_00</revision>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2014-08-13</dc:issued>
</Version>
</release>
<programming-language>Perl</programming-language>
</Project>