Projet

Général

Profil

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

root / website / index.html @ ef5f1384

1
<?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
   <span>Liberty Alliance Reverse Proxy</span>
16
  </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
    <li><a href="http://wcs.labs.libre-entreprise.org">w.c.s.</a></li
24
    <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
     The most recent version of Larpe is <strong>1.1</strong> and was
33
     released on July 19th 2010.
34
    </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
     href="http://labs.libre-entreprise.org/frs/?group_id=108&release_id=473">Debian
48
     package</a>
49
     </li>
50
    </ul>
51

    
52
    <h3>Source</h3>
53

    
54
    <ul>
55
     <li><a href="http://labs.libre-entreprise.org/frs/download.php/802/larpe-1.1.tar.gz">Archive (.tar.gz)</a></li>
56
     <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
     <a href="http://wiki.entrouvert.org/doku.php/larpe:administrator_guide">Larpe Administrator Guide</a>
65
    </p>
66
   </div>
67

    
68
   <div id="contact">
69
    <h2>Contact</h2>
70
    <p>
71
     You can contact us on <a href="http://lists.labs.libre-entreprise.org/mailman/listinfo/larpe-devel">
72
     Larpe mailing list</a>.
73
    </p>
74
   </div>
75

    
76
   <p>
77
    <img src="python-powered-w-100x40.png" alt="Python Powered" />
78
   </p>
79
  </div>
80

    
81
  <div id="content">
82
   
83
   <h2>What is Larpe?</h2>
84

    
85
   <p>
86
    <strong>Larpe</strong> is a Liberty Alliance Reverse Proxy. It allows any service provider
87
    (that is a website) to use Liberty Alliance features (Identity federation, Single Sign On
88
    and Single Logout) without changing the code of the service provider itself.
89
    Its Liberty Alliance compliance relies on <a href="http://lasso.entrouvert.org">Lasso</a>, a
90
    free (GNU GPL) implementation of the <a href="http://projectliberty.org">Liberty
91
    Alliance</a> specifications.
92
   </p>
93

    
94
   <p>
95
    It is a <a href="http://www.mems-exchange.org/software/quixote/">Quixote</a> 
96
    application and is commonly run inside <a href="http://httpd.apache.org">Apache web server</a>.
97
   </p>
98

    
99
   <h2>Features</h2>
100

    
101
    <ul>
102
    <li>Neat and simple administration interface;</li>
103
    <li>SAML 2.0 support;</li>
104
    <li>Liberty Alliance ID-FF 1.2 support;</li>
105
    <li>Allows the integration of a service within a circle of trust in some hours;</li>
106
    <li>Entirely graphical configuration of the service provider without fiddling with its code;</li>
107
    <li>Automatically generated metadatas;</li>
108
    <li>Logs and Audit : Logs are displayed within the administration interface. They deliver informations about different types of events.</li>
109
    </ul>
110

    
111
   <div id="copyright">
112
    Copyright © 2010 Entr'ouvert
113
   </div>
114

    
115
  </div>
116
 </div> <!-- page -->
117
 </div> <!-- shadowwrapper -->
118
 </body>
119
</html>
(1-1/4)