Projet

Général

Profil

Télécharger (3,79 ko) Statistiques
| Branche: | Révision:

root / website / index.html @ bcbb92e3

1 5bd0b06a dlaniel
<?xml version="1.0" encoding="utf-8"?>
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
5
 <head>
6
  <title>Larpe - Liberty Alliance Reverse Proxy</title>
7
  <link rel="stylesheet" type="text/css" href="leaf-style.css" />
8
 </head>
9
 <body>
10
 <div id="shadow-wrapper">
11
 <div id="page">
12
13
  <div id="header">
14
   <h1>Larpe</h1>
15 86e17d4c dlaniel
   <span>Liberty Alliance Reverse Proxy</span>
16 5bd0b06a dlaniel
  </div>
17
18
  <div id="navbar">
19
   <ul>
20
    <li><a href="http://www.entrouvert.com">Entr'ouvert</a></li>
21
    <li><a href="http://lasso.entrouvert.org">Lasso</a></li>
22
    <li><a href="http://authentic.labs.libre-entreprise.org">Authentic</a></li>
23 86e17d4c dlaniel
    <li><a href="http://wcs.labs.libre-entreprise.org">w.c.s.</a></li
24 5bd0b06a dlaniel
    <li><a class="here" href="http://larpe.labs.libre-entreprise.org">Larpe</a></li>
25
   </ul>
26
  </div>
27
28
  <div id="quicklinks">
29
   <div id="download">
30
    <h2>Download</h2>
31
    <p>
32 9a58d869 jschneider
     The most recent version of Larpe is <strong>1.1</strong> and was
33
     released on July 19th 2010.
34 5bd0b06a dlaniel
    </p>
35
36
    <p>
37
     You should get Larpe from your distribution, but if you can't find it
38
     there or are looking for the latest version, you might be able to get it
39
     here.
40
    </p>
41
42
    <h3>Binary Packages</h3>
43
44
    <ul>
45
     <li>See <a href="http://deb.entrouvert.org">deb.entrouvert.org</a></li>
46
     <li><a
47 9a58d869 jschneider
     href="http://labs.libre-entreprise.org/frs/?group_id=108&release_id=473">Debian
48
     package</a>
49 5bd0b06a dlaniel
     </li>
50
    </ul>
51
52
    <h3>Source</h3>
53
54
    <ul>
55 9a58d869 jschneider
     <li><a href="http://labs.libre-entreprise.org/frs/download.php/802/larpe-1.1.tar.gz">Archive (.tar.gz)</a></li>
56 5bd0b06a dlaniel
     <li><a href="http://labs.libre-entreprise.org/scm/?group_id=108">Subversion Repository</a></li>
57
    </ul>
58
   </div>
59
60
   <div id="documentation">
61
    <h2>Documentation</h2>
62
63
    <p>
64 bcbb92e3 jschneider
     <a href="http://wiki.entrouvert.org/Larpe/Administrator_Guide">Larpe Administrator Guide</a> (English)
65
     <br />
66
     <a href="http://wiki.entrouvert.org/Larpe/Guide_de_l%27administrateur">Guide de l'administrateur</a> (Fran<C3><A7>ais)
67 5bd0b06a dlaniel
    </p>
68 bcbb92e3 jschneider
69 5bd0b06a dlaniel
   </div>
70
71
   <div id="contact">
72
    <h2>Contact</h2>
73
    <p>
74
     You can contact us on <a href="http://lists.labs.libre-entreprise.org/mailman/listinfo/larpe-devel">
75
     Larpe mailing list</a>.
76
    </p>
77
   </div>
78
79
   <p>
80
    <img src="python-powered-w-100x40.png" alt="Python Powered" />
81
   </p>
82
  </div>
83
84
  <div id="content">
85 bcbb92e3 jschneider
86 5bd0b06a dlaniel
   <h2>What is Larpe?</h2>
87
88
   <p>
89
    <strong>Larpe</strong> is a Liberty Alliance Reverse Proxy. It allows any service provider
90
    (that is a website) to use Liberty Alliance features (Identity federation, Single Sign On
91
    and Single Logout) without changing the code of the service provider itself.
92
    Its Liberty Alliance compliance relies on <a href="http://lasso.entrouvert.org">Lasso</a>, a
93
    free (GNU GPL) implementation of the <a href="http://projectliberty.org">Liberty
94
    Alliance</a> specifications.
95
   </p>
96
97
   <p>
98
    It is a <a href="http://www.mems-exchange.org/software/quixote/">Quixote</a> 
99
    application and is commonly run inside <a href="http://httpd.apache.org">Apache web server</a>.
100
   </p>
101
102
   <h2>Features</h2>
103
104
    <ul>
105
    <li>Neat and simple administration interface;</li>
106 ef5f1384 jschneider
    <li>SAML 2.0 support;</li>
107 5bd0b06a dlaniel
    <li>Liberty Alliance ID-FF 1.2 support;</li>
108
    <li>Allows the integration of a service within a circle of trust in some hours;</li>
109
    <li>Entirely graphical configuration of the service provider without fiddling with its code;</li>
110
    <li>Automatically generated metadatas;</li>
111
    <li>Logs and Audit : Logs are displayed within the administration interface. They deliver informations about different types of events.</li>
112
    </ul>
113
114
   <div id="copyright">
115 9a58d869 jschneider
    Copyright © 2010 Entr'ouvert
116 5bd0b06a dlaniel
   </div>
117
118
  </div>
119
 </div> <!-- page -->
120
 </div> <!-- shadowwrapper -->
121
 </body>
122
</html>