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.
larpe/website/index.html

120 lines
3.7 KiB
HTML

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Larpe - Liberty Alliance Reverse Proxy</title>
<link rel="stylesheet" type="text/css" href="leaf-style.css" />
</head>
<body>
<div id="shadow-wrapper">
<div id="page">
<div id="header">
<h1>Larpe</h1>
<span>Liberty Alliance Reverse Proxy</span>
</div>
<div id="navbar">
<ul>
<li><a href="http://www.entrouvert.com">Entr'ouvert</a></li>
<li><a href="http://lasso.entrouvert.org">Lasso</a></li>
<li><a href="http://authentic.labs.libre-entreprise.org">Authentic</a></li>
<li><a href="http://wcs.labs.libre-entreprise.org">w.c.s.</a></li
<li><a class="here" href="http://larpe.labs.libre-entreprise.org">Larpe</a></li>
</ul>
</div>
<div id="quicklinks">
<div id="download">
<h2>Download</h2>
<p>
The most recent version of Larpe is <strong>1.1</strong> and was
released on July 19th 2010.
</p>
<p>
You should get Larpe from your distribution, but if you can't find it
there or are looking for the latest version, you might be able to get it
here.
</p>
<h3>Binary Packages</h3>
<ul>
<li>See <a href="http://deb.entrouvert.org">deb.entrouvert.org</a></li>
<li><a
href="http://labs.libre-entreprise.org/frs/?group_id=108&release_id=473">Debian
package</a>
</li>
</ul>
<h3>Source</h3>
<ul>
<li><a href="http://labs.libre-entreprise.org/frs/download.php/802/larpe-1.1.tar.gz">Archive (.tar.gz)</a></li>
<li><a href="http://labs.libre-entreprise.org/scm/?group_id=108">Subversion Repository</a></li>
</ul>
</div>
<div id="documentation">
<h2>Documentation</h2>
<p>
<a href="http://wiki.entrouvert.org/doku.php/larpe:administrator_guide">Larpe Administrator Guide</a>
</p>
</div>
<div id="contact">
<h2>Contact</h2>
<p>
You can contact us on <a href="http://lists.labs.libre-entreprise.org/mailman/listinfo/larpe-devel">
Larpe mailing list</a>.
</p>
</div>
<p>
<img src="python-powered-w-100x40.png" alt="Python Powered" />
</p>
</div>
<div id="content">
<h2>What is Larpe?</h2>
<p>
<strong>Larpe</strong> is a Liberty Alliance Reverse Proxy. It allows any service provider
(that is a website) to use Liberty Alliance features (Identity federation, Single Sign On
and Single Logout) without changing the code of the service provider itself.
Its Liberty Alliance compliance relies on <a href="http://lasso.entrouvert.org">Lasso</a>, a
free (GNU GPL) implementation of the <a href="http://projectliberty.org">Liberty
Alliance</a> specifications.
</p>
<p>
It is a <a href="http://www.mems-exchange.org/software/quixote/">Quixote</a>
application and is commonly run inside <a href="http://httpd.apache.org">Apache web server</a>.
</p>
<h2>Features</h2>
<ul>
<li>Neat and simple administration interface;</li>
<li>SAML 2.0 support;</li>
<li>Liberty Alliance ID-FF 1.2 support;</li>
<li>Allows the integration of a service within a circle of trust in some hours;</li>
<li>Entirely graphical configuration of the service provider without fiddling with its code;</li>
<li>Automatically generated metadatas;</li>
<li>Logs and Audit : Logs are displayed within the administration interface. They deliver informations about different types of events.</li>
</ul>
<div id="copyright">
Copyright © 2010 Entr'ouvert
</div>
</div>
</div> <!-- page -->
</div> <!-- shadowwrapper -->
</body>
</html>