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 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123
|
<?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-REST</name>
<shortdesc>A plugin for writing RESTful apps with Dancer</shortdesc>
<developer>
<foaf:Person>
<foaf:name>Alexis Sukrieh</foaf:name>
<foaf:mbox rdf:resource="mailto:sukria@sukria.net" />
</foaf:Person>
</developer>
<developer>
<foaf:Person>
<foaf:name>Franck Cuny</foaf:name>
<foaf:mbox rdf:resource="mailto:franckc@cpan.org" />
</foaf:Person>
</developer>
<helper>
<foaf:Person>
<foaf:name>Breno G. de Oliveira</foaf:name>
<foaf:mbox rdf:resource="mailto:garu@cpan.org" />
</foaf:Person>
</helper>
<helper>
<foaf:Person>
<foaf:name>James Aitken</foaf:name>
<foaf:mbox rdf:resource="mailto:loonypandora@gmail.com" />
</foaf:Person>
</helper>
<helper>
<foaf:Person>
<foaf:name>Yanick Champoux</foaf:name>
<foaf:mbox rdf:resource="mailto:yanick@babyl.ca" />
</foaf:Person>
</helper>
<helper>
<foaf:Person>
<foaf:name>Yanick Champoux</foaf:name>
<foaf:mbox rdf:resource="mailto:yanick@babyl.dyndns.org" />
</foaf:Person>
</helper>
<license rdf:resource="http://dev.perl.org/licenses/" />
<homepage rdf:resource="https://github.com/perldancer/Dancer-Plugin-REST" />
<bug-database rdf:resource="https://github.com/perldancer/Dancer-Plugin-REST/issues" />
<repository>
<GitRepository>
<browse rdf:resource="https://github.com/perldancer/Dancer-Plugin-REST" />
<location rdf:resource="https://github.com/perldancer/Dancer-Plugin-REST.git" />
</GitRepository>
</repository>
<release>
<Version>
<revision rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0.0001_01</revision>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2010-05-06</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">2010-10-14</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">2010-10-18</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">2010-12-22</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">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">2014-03-10</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">2014-03-11</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">2014-03-22</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">2014-03-25</dc:issued>
</Version>
</release>
<programming-language>Perl</programming-language>
</Project>
|