-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (50 loc) · 3.01 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>WebID - Universal Login and Identity for the Web</title>
<link href="site.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="favicon.ico" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
</head>
<body>
<div id="container">
<div id="header">
<div class="col">
<h1>WebID - Universal Login and Identity for the Web</h1>
</div>
</div>
<div id="content">
<div id="info">
<h1>About WebID</h1>
<p>WebID is a replacement for traditional login on the Web. It is an open standard for identity and login. With WebID you no longer need to remember usernames or passwords for all of the sites you use. You can publish your identity wherever you want and choose what pieces of your personal information that you want to share with websites. WebID is compatible with OpenID, but is much more extensible. With WebID, logging into a website is as simple as selecting a WebID and clicking "log in".</p>
</div>
<div id="info">
<h1>Demo</h1>
<p>If you have a modern web browser, you can try out the <a href="http://webid.digitalbazaar.com/manage/">WebID demo</a>.</p>
</div>
<div id="info">
<h1>The WebID Community</h1>
<p>The WebID community has a <a href="http://lists.foaf-project.org/mailman/listinfo/foaf-protocols">mailing list</a> and an <a href="http://webchat.freenode.net?channels=webid-ig&uio=d4">IRC channel</a>.</p>
</div>
<div id="info">
<h1>Meetings</h1>
<p>All WebID meetings are open to the public. We keep extensive <a href="meetings/">audio and text logs</a> of all meetings. You can join the meetings using standard Voice over IP phones that support SIP by connecting to webid@voip.digitalbazaar.com. Meetings are on the 2nd and 4th Tuesday of each month at 1600UTC (9am San Francisco, 12pm New York, 5pm London).</p>
</div>
<div id="info">
<h1>The Specification</h1>
<p>If you are a developer, you may be interested in the <a href="spec/">latest WebID specification</a>.</p>
</div>
</div>
<div id="footer">
<p id="copyright">
Website content released under a <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution Share-Alike license</a> except where an alternate is specified.
</p>
<p id="legal">
Part of the <a href="http://payswarm.com/">payswarm.com</a> initiative.
</p>
</div>
</div>
</body>
</html>