Projet

Général

Profil

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

root / website / index.html @ 17223c80

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.1</strong> and was
33
     released on July 20th 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
    </ul>
47

    
48
    <h3>Source</h3>
49

    
50
    <ul>
51
     <li><a href="http://labs.libre-entreprise.org/frs/download.php/804/larpe-1.1.1.tar.gz">Archive (.tar.gz)</a></li>
52
     <li><a href="http://labs.libre-entreprise.org/scm/?group_id=108">Subversion Repository</a></li>
53
    </ul>
54
   </div>
55

    
56
   <div id="documentation">
57
    <h2>Documentation</h2>
58

    
59
    <p>
60
     <a href="http://wiki.entrouvert.org/Larpe/Administrator_Guide">Larpe Administrator Guide</a> (English)
61
     <br />
62
     <a href="http://wiki.entrouvert.org/Larpe/Guide_de_l%27administrateur">Guide de l'administrateur</a> (Fran<C3><A7>ais)
63
    </p>
64

    
65
   </div>
66

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

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

    
80
  <div id="content">
81

    
82
   <h2>What is Larpe?</h2>
83

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

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

    
98
   <h2>Features</h2>
99

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

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

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