-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
executable file
·69 lines (69 loc) · 2.63 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
---
layout: default
title: "CASino"
---
<article class="home">
<section class="lead">
<div class="row">
<div class="twelve columns">
<p>
CASino is an easy to use Single Sign On (SSO) web application written in Ruby.
</p>
<div class="links">
<a class="big button" href="https://github.com/rbCAS/CASinoApp/archive/master.zip"><span class="icon-download"></span>Download</a>
<a class="big button" href="https://github.com/rbCAS"><span class="icon-github"></span>View on GitHub</a>
</div>
</div>
</div>
</section>
<section class="features">
<div class="row">
<div class="four columns">
<h1>Various backends</h1>
<p>CASino supports a wide range of different authentication sources such as an LDAP directory or an SQL database.</p>
</div>
<div class="four columns">
<h1>Wide support</h1>
<p>CASino is 100% CAS compliant and supports various client platforms (including Ruby, Java, PHP, .NET, Apache and many more).</p>
</div>
<div class="four columns">
<h1>Localization</h1>
<p>CASino automatically detects the user's preferred language and presents the appropriate interface.</p>
</div>
</div>
</section>
<section class="advantages">
<div class="row">
<div class="six columns">
<h1>Features</h1>
<ul>
<li><span class="icon-ok"></span> External authentication sources (LDAP, SQL)</li>
<li><span class="icon-ok"></span> Two-factor authentication</li>
<li><span class="icon-ok"></span> Session-overview for logged-in users</li>
<li><span class="icon-ok"></span> Full localization support</li>
<li><span class="icon-ok"></span> REST-API</li>
</ul>
</div>
<div class="six columns">
<h1>Made with Love</h1>
<ul>
<li><span class="icon-heart"></span> Simple, modern design</li>
<li><span class="icon-heart"></span> Responsive</li>
<li><span class="icon-heart"></span> Fully customizable</li>
<li><span class="icon-heart"></span> Clean code base</li>
<li><span class="icon-heart"></span> Open source and 100% free (MIT License)</li>
</ul>
</div>
</div>
</section>
<section class="about">
<div class="row">
<div class="twelve columns">
<h1>About</h1>
<p>
CASino is hand-crafted in Switzerland by <a href="https://github.com/pencil">N. Caspar</a>, <a href="https://github.com/luxflux">R. Schmid</a>, and <a href="https://github.com/calmyournerves">S. Sieg</a>.
</p>
</div>
</div>
</section>
</article>