-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdoap.xml
51 lines (51 loc) · 1.87 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
<?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>Email-MIME-Kit-Bulk</name>
<shortdesc>Email::MIME::Kit-based bulk mailer</shortdesc>
<developer>
<foaf:Person>
<foaf:name>Jesse Luehrs </foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]" />
</foaf:Person>
</developer>
<developer>
<foaf:Person>
<foaf:name>Yanick Champoux</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]" />
</foaf:Person>
</developer>
<helper>
<foaf:Person>
<foaf:name>Jesse Luehrs</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/iinteractive/Email-MIME-Kit-Bulk" />
<bug-database rdf:resource="https://github.com/iinteractive/Email-MIME-Kit-Bulk/issues" />
<repository>
<GitRepository>
<browse rdf:resource="https://github.com/iinteractive/Email-MIME-Kit-Bulk" />
<location rdf:resource="https://github.com/iinteractive/Email-MIME-Kit-Bulk.git" />
</GitRepository>
</repository>
<release>
<Version>
<revision rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0.0.1</revision>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2015-03-18</dc:issued>
</Version>
</release>
<release>
<Version>
<revision rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0.0.2</revision>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2015-03-20</dc:issued>
</Version>
</release>
<programming-language>Perl</programming-language>
</Project>