lasso/doap.rdf

104 lines
3.5 KiB
Plaintext
Raw Normal View History

<?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:dc="http://purl.org/dc/elements/1.1/"
xml:lang="en">
2004-07-23 23:52:14 +02:00
<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
2007-01-16 10:14:39 +01:00
library and bindings for several languages (Python, Java, Perl, PHP for
2004-08-28 14:58:27 +02:00
now).
2004-07-23 23:52:14 +02:00
</description>
<shortdesc>Free Software implementation of Liberty Alliance specifications</shortdesc>
2004-08-28 14:58:27 +02:00
<!--<bug-database rdf:resource="http://lasso.entrouvert.org/bugs"/>-->
<mailing-list rdf:resource="http://lasso.entrouvert.org/mailinglists"/>
2004-07-23 23:52:14 +02:00
<programming-language>C</programming-language>
<programming-language>Python</programming-language>
<programming-language>Java</programming-language>
2004-08-28 14:58:27 +02:00
<programming-language>PHP</programming-language>
2005-01-26 23:20:42 +01:00
<programming-language>Perl</programming-language>
2004-07-23 23:52:14 +02:00
<license rdf:resource="http://usefulinc.com/doap/licenses/gpl"/>
2004-08-28 14:58:27 +02:00
<download-page rdf:resource="http://lasso.entrouvert.org/download/"/>
2005-01-22 16:57:56 +01:00
<maintainer>
<foaf:Person>
<foaf:name>Frédéric Péters</foaf:name>
<foaf:mbox rdf:resource="mailto:fpeters@entrouvert.com"/>
</foaf:Person>
</maintainer>
2004-07-23 23:52:14 +02:00
<repository>
<SVNRepository>
<location rdf:resource="svn://labs.libre-entreprise.org/svnroot/lasso" />
<browse rdf:resource="https://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/?root=lasso"/>
</SVNRepository>
2004-07-23 23:52:14 +02:00
</repository>
<release>
2007-08-13 13:34:48 +02:00
<Version>
<created>2007-08-13</created>
<revision>2.1.0</revision>
</Version>
2007-01-16 10:14:39 +01:00
<Version>
<created>2007-01-16</created>
<revision>2.0.0</revision>
</Version>
<Version>
<created>2006-12-19</created>
<revision>1.9.9</revision>
</Version>
<Version>
<created>2006-10-16</created>
<revision>0.6.6</revision>
</Version>
2006-03-21 10:03:37 +01:00
<Version>
<created>2006-03-21</created>
<revision>0.6.5</revision>
</Version>
2006-03-08 10:23:15 +01:00
<Version>
<created>2006-03-08</created>
<revision>0.6.4</revision>
</Version>
<Version>
<created>2005-09-30</created>
<revision>0.6.3</revision>
</Version>
2005-05-17 19:58:53 +02:00
<Version>
2005-05-26 11:28:39 +02:00
<created>2005-05-26</created>
2005-05-17 19:58:53 +02:00
<revision>0.6.2</revision>
</Version>
2005-02-22 12:20:17 +01:00
<Version>
<created>2005-02-22</created>
<revision>0.6.1</revision>
</Version>
2005-01-26 23:20:42 +01:00
<Version>
<created>2005-01-27</created>
<revision>0.6.0</revision>
</Version>
<Version>
<created>2004-11-09</created>
<revision>0.5.0</revision>
</Version>
<Version>
<created>2004-09-07</created>
<revision>0.4.1</revision>
</Version>
2004-09-06 20:50:52 +02:00
<Version>
<created>2004-09-06</created>
<revision>0.4.0</revision>
</Version>
2004-08-28 14:58:27 +02:00
<Version>
<created>2004-07-27</created>
<revision>0.3.0</revision>
</Version>
2004-07-23 23:52:14 +02:00
<Version>
<created>2004-06-01</created>
<revision>0.2.0</revision>
</Version>
</release>
</Project>
</rdf:RDF>