This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
idpc/doap.rdf

43 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<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:dc="http://purl.org/dc/elements/1.1/"
xml:lang="en">
<Project xmlns="http://xmlns.com/foaf/0.1/">
<name>IdPC</name>
<homepage rdf:resource="http://idpc.labs.libre-entreprise.org"/>
<created>2003-07-29</created>
<description>
IdPC is an implementation of a Liberty Alliance Identity Provider in the form
of several CGI C programs.
</description>
<shortdesc>Liberty Alliance Identity Provider</shortdesc>
<bug-database rdf:resource="http://labs.libre-entreprise.org/tracker/?atid=302&amp;group_id=55"/>
<mailing-list rdf:resource="http://labs.libre-entreprise.org/mail/?group_id=55"/>
<programming-language>C</programming-language>
<license rdf:resource="http://usefulinc.com/doap/licenses/gpl"/>
<download-page rdf:resource="http://labs.libre-entreprise.org/project/showfiles.php?group_id=55"/>
<maintainer>
<foaf:Person>
<foaf:name>Frédéric Péters</foaf:name>
<foaf:mbox rdf:resource="mailto:fpeters@entrouvert.com"/>
</foaf:Person>
</maintainer>
<repository>
<CVSRepository>
<anon-root>:pserver:anonymous@cvs.labs.libre-entreprise.org:/cvsroot/idpc</anon-root>
<module>idpc</module>
<browse rdf:resource="http://cvs.labs.libre-entreprise.org/cgi-bin/cvsweb.cgi/idpc/?cvsroot=idpc"/>
</CVSRepository>
</repository>
<release>
<Version>
<created>2004-09-10</created>
<revision>0.1.0</revision>
</Version>
</release>
</Project>
</rdf:RDF>