improved doap file

This commit is contained in:
Frédéric Péters 2004-07-23 21:52:14 +00:00
parent cbb8467795
commit 4add120e5b
1 changed files with 35 additions and 28 deletions

View File

@ -2,37 +2,44 @@
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:doap="http://usefulinc.com/ns/doap#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:admin="http://webns.net/mvcb/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xml:lang="en">
<dc:Description rdf:about="">
<admin:generatorAgent rdf:resource="http://www.bonjourlesmouettes.org/doap-a-matic.php"/>
</dc:Description>
<doap:Project>
<doap:name>Lasso</doap:name>
<doap:homepage rdf:resource="http://lasso.entrouvert.org"/>
<doap:created>2003-07-01</doap:created>
<doap:description>Lasso (Liberty Alliance Single Sign On) is a free (GNU GPL) implementation of the Liberty Alliance specifications. Those define protocols for federated identities, single sign on, etc. Lasso provides both a C library and bindings for several languages (Python and Java for now).</doap:description>
<doap:shortdesc>A Free Software implementation of Liberty Alliance specifications</doap:shortdesc>
<doap:bug-database rdf:resource="http://lasso.entrouvert.org/bugs"/>
<doap:mailing-list rdf:resource="http://lasso.entrouvert.org/mailing-list"/>
<doap:programming-language>C</doap:programming-language>
<doap:license rdf:resource="http://usefulinc.com/doap/licenses/gpl"/>
<doap:download-page rdf:resource="http://lasso.entrouvert.org/download"/>
<doap:maintainer>
<Project xmlns="http://xmlns.com/foaf/0.1/">
<name>Lasso</name>
<homepage rdf:resource="http://lasso.entrouvert.org"/>
<created>2003-07-01</created>
<description>
Lasso (Liberty Alliance Single Sign On) is a free (GNU GPL) implementation
of the Liberty Alliance specifications. Those define protocols for
federated identities, single sign on, etc. Lasso provides both a C
library and bindings for several languages (Python and Java for now).
</description>
<shortdesc>Free Software implementation of Liberty Alliance specifications</shortdesc>
<bug-database rdf:resource="http://lasso.entrouvert.org/bugs"/>
<mailing-list rdf:resource="http://lasso.entrouvert.org/mailing-list"/>
<programming-language>C</programming-language>
<programming-language>Python</programming-language>
<programming-language>Java</programming-language>
<license rdf:resource="http://usefulinc.com/doap/licenses/gpl"/>
<download-page rdf:resource="http://lasso.entrouvert.org/download"/>
<maintainer>
<foaf:Person>
<foaf:name>Nicolas Clapiès</foaf:name>
<foaf:mbox_sha1sum>73b9aa4736072365ed0eebfbcf94878adb6ac71d</foaf:mbox_sha1sum>
<foaf:mbox rdf:resource="mailto:nclapies@entrouvert.com"/>
</foaf:Person>
</doap:maintainer>
<doap:repository>
<doap:CVSRepository>
<doap:anon-root>:pserver:anonymous@cvs.labs.libre-entreprise.org:/cvsroot/lasso</doap:anon-root>
<doap:module>lasso</doap:module>
<doap:browse rdf:resource="http://cvs.labs.libre-entreprise.org/cgi-bin/cvsweb.cgi/lasso/?cvsroot=lasso"/>
</doap:CVSRepository>
</doap:repository>
</doap:Project>
</maintainer>
<repository>
<CVSRepository>
<anon-root>:pserver:anonymous@cvs.labs.libre-entreprise.org:/cvsroot/lasso</anon-root>
<module>lasso</module>
<browse rdf:resource="http://cvs.labs.libre-entreprise.org/cgi-bin/cvsweb.cgi/lasso/?cvsroot=lasso"/>
</CVSRepository>
</repository>
<release>
<Version>
<created>2004-06-01</created>
<revision>0.2.0</revision>
</Version>
</release>
</Project>
</rdf:RDF>