-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
109 lines (101 loc) · 5.8 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet" />
<link href="//maxcdn.bootstrapcdn.com/bootswatch/3.3.0/yeti/bootstrap.min.css" rel="stylesheet" />
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet" />
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>DotNetOpenAuth by DotNetOpenAuth</title>
</head>
<body>
<header>
<div class="inner">
<h1>DotNetOpenAuth</h1>
<h2>Get started with OpenID, OAuth today!</h2>
</div>
</header>
<div class="container">
<div class="row">
<section id="main-content" class="col-xs-8">
<h2>Features</h2>
<ul>
<li>Compiled library that adds support for your site visitors to login with their OpenIDs by just dropping an ASP.NET control onto your page. It's that easy. An AJAX-style OpenID Selector control is also included for a slick, streamlined user experience.</li>
<li>Give your site members their own OpenIDs with the provider support included in this library.</li>
<li>Sample relying party and provider web sites show you just how to do it.</li>
<li>Easy access to all the functionality so you can customize how OpenID will operate on your site,whether you use ASP.NET or not.</li>
<li>Classic ASP support</li>
<li>Full support for custom extensions. Plus built-in support for Simple Registration, Attribute Exchange and PAPE.</li>
<li>Works in partial trusted shared hosting environments.</li>
<li>Support for web farms where state persistence, front-facing web servers and ASP.NET may not be standard or even available.</li>
<li>OpenID 2.0 and 1.x</li>
<li>OAuth 1.0, 1.0a and 2.0</li>
<li>Superior support for multi-byte Unicode identifiers.</li>
<li>Lots of security features</li>
<li>490+ unit tests to verify correctness.</li>
<li>Library behind the OSIS OpenID interop testing</li>
</ul>
</section>
<aside id="sidebar" class="col-xs-4">
<div class="alert alert-info" id="freebeer">
<img src="images/dnoa-logo_32x32.png" width="32" height="32" align="right" hspace="5"></img>
It’s completely free to use on personal and commercial projects.
</div>
<h4 style="margin-left:30px;">Install</h4>
<div class="nuget-badge">
<p><code><span>C:\> </span>Install-Package DotNetOpenAuth
</code></p>
</div>
<h4 style="margin-left:30px;"> Learn</h4>
<p>
<a class="btn btn-default btn-block" style="position:relative" href="https://github.com/DotNetOpenAuth/DotNetOpenAuth/wiki" target="blank">
<i class="fa fa-book fa-2x" style="float: left;position: absolute;left: 4px;top: 4px;"></i> Documentation
</a>
</p>
<h4 style="margin-left:30px;">Discuss</h4>
<p>
<a class="btn btn-default btn-block" style="position:relative" href="https://gitter.im/DotNetOpenAuth/DotNetOpenAuth#" target="_blank">
<i class="fa fa-group fa-2x" style="float: left;position: absolute;left: 4px;top: 4px;"></i> Gitter Chatroom
</a>
</p>
<p>
<div class="span3">
<a class="btn btn-default btn-block" style="position:relative" href="http://stackoverflow.com/questions/tagged/dotnetopenauth" target="_blank">
<i class="fa fa-stack-overflow fa-2x" style="float: left;position: absolute;left: 4px;top: 4px;"></i> StackOverflow
</a>
</div>
</p>
<h4 style="margin-left:30px;"><i class="fa fa-download-alt"></i> Downloads</h4>
<p>
<a class="btn btn-default btn-block" style="position:relative" href="https://github.com/DotNetOpenAuth/DotNetOpenAuth" target="blank">
<i class="fa fa-github fa-2x" style="float: left;position: absolute;left: 4px;top: 4px;"></i> Get the Source
</a>
</p>
<p>
<a class="btn btn-default btn-block" style="position:relative" href="https://github.com/DotNetOpenAuth/DotNetOpenAuth.Samples" target="blank">
<i class="fa fa-github fa-2x" style="float: left;position: absolute;left: 4px;top: 4px;"></i> Samples
</a>
</p>
</aside>
</div>
</div>
<script src="//code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-56545290-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>