-
Notifications
You must be signed in to change notification settings - Fork 9
/
doap.xml
102 lines (102 loc) · 3.52 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
97
98
99
100
101
102
<?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>Dancer-Plugin-Auth-Twitter</name>
<shortdesc>Authenticate with Twitter</shortdesc>
<developer>
<foaf:Person>
<foaf:name>Alexis Sukrieh</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]" />
</foaf:Person>
</developer>
<developer>
<foaf:Person rdfs:label="Dancer Core Developers" />
</developer>
<helper>
<foaf:Person>
<foaf:name>Alexis Sukrieh</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]" />
</foaf:Person>
</helper>
<helper>
<foaf:Person>
<foaf:name>Michal Wojciechowski</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]" />
</foaf:Person>
</helper>
<helper>
<foaf:Person>
<foaf:name>Simon Elsbrock</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]" />
</foaf:Person>
</helper>
<helper>
<foaf:Person>
<foaf:name>Vyacheslav Matyukhin</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]" />
</foaf:Person>
</helper>
<helper>
<foaf:Person>
<foaf:name>Will Orr</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]" />
</foaf:Person>
</helper>
<helper>
<foaf:Person>
<foaf:name>Yanick Champoux</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]" />
</foaf:Person>
</helper>
<license rdf:resource="http://dev.perl.org/licenses/" />
<homepage rdf:resource="https://github.com/PerlDancer/Dancer-Plugin-Auth-Twitter" />
<bug-database rdf:resource="https://github.com/PerlDancer/Dancer-Plugin-Auth-Twitter/issues" />
<repository>
<GitRepository>
<browse rdf:resource="https://github.com/PerlDancer/Dancer-Plugin-Auth-Twitter" />
<location rdf:resource="https://github.com/PerlDancer/Dancer-Plugin-Auth-Twitter.git" />
</GitRepository>
</repository>
<release>
<Version>
<revision rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0.01</revision>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2010-12-20</dc:issued>
</Version>
</release>
<release>
<Version>
<revision rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0.02</revision>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2011-01-17</dc:issued>
</Version>
</release>
<release>
<Version>
<revision rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0.03</revision>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2013-05-14</dc:issued>
</Version>
</release>
<release>
<Version>
<revision rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0.04</revision>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2013-06-06</dc:issued>
</Version>
</release>
<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">2013-06-06</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">2014-02-15</dc:issued>
</Version>
</release>
<programming-language>Perl</programming-language>
</Project>