diff options
Diffstat (limited to 'ikiwiki/openid')
| -rw-r--r-- | ikiwiki/openid/index.html | 142 | 
1 files changed, 142 insertions, 0 deletions
| diff --git a/ikiwiki/openid/index.html b/ikiwiki/openid/index.html new file mode 100644 index 0000000..9e77d25 --- /dev/null +++ b/ikiwiki/openid/index.html @@ -0,0 +1,142 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + +<head> +<meta name="viewport" content="width=device-width, initial-scale=1.0" /> + +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>OpenID</title> + +<link rel="stylesheet" href="../../bootstrap/css/bootstrap.min.css" type="text/css" /> +<link rel="stylesheet" href="../../bootstrap/css/bootstrap-responsive.min.css" /> + +<link rel="stylesheet" href="../../local.css" type="text/css" /> + + + + +<meta name="robots" content="noindex, follow" /> +<style type="text/css"> +@media (max-width: 979px) { +  .navbar-fixed-top { +    position: fixed; +    margin-left: 0px; +    margin-right: 0px; +  } +} +</style> +</head> +<body> + +<div class="container"> + +  <div class="row-fluid"> +    <div class="span12"> +      <h1></h1> + +      <ul class="breadcrumb"> +       +          <li><a href="../../">Cache Saravento</a> <span class="divider">/</span> </li> +       +          <li><a href="../">ikiwiki</a> <span class="divider">/</span> </li> +       +      <li>OpenID</li> +      <li><span class="divider">|</span> <a href="../../tarefas">Tarefas</a></li> +      <li><span class="divider">|</span> <a href="https://git.sarava.org/?p=cache.git;a=history;f=ikiwiki/openid.mdwn">Histórico</a></li> +      <li><span class="divider">|</span> <a href="https://git.sarava.org/?p=cache.git;a=atom">Feed</a></li> +      </ul> +    </div> +  </div> + +  <div class="page row-fluid"> + +  <div> +    <div class="pageheader"> +    <div class="header"> +    <h1> +    OpenID +     +    </h1> +     +    </div> + +    </div> + +    <div id="pagebody"> + +    <div id="content"> +    <p class="pagedate"> +    <strong>Posted <span class="date">Sex 07 Mai 2010 23:30:42 BRT</span></strong> +    </p> +    <p>This wiki has OpenID <strong>disabled</strong>.</p> + +<p><a href="http://openid.net">OpenID</a> is a decentralized authentication mechanism +that allows you to have one login that you can use on a growing number of +websites.</p> + +<p>If you have an account with some of the larger web service providers, +you might already have an OpenID. +<a href="http://openiddirectory.com/openid-providers-c-1.html">Directory of OpenID providers</a></p> + +<hr /> + +<p>It's also possible to make a page in the wiki usable as an OpenID url, +by delegating it to an openid server. Here's an example of how to do that:</p> + +<pre><code>[[!meta  openid="http://yourid.myopenid.com/" +       server="http://www.myopenid.com/server"]] +</code></pre> + +    </div> + +    <hr /> + +     +     +     + +    </div> + +    <div id="footer" class="pagefooter"> +     +    <div id="pageinfo"> + +     + +     +    <div id="backlinks"> +    Links: +     +    <a href="../">ikiwiki</a> +     +     +    </div> +     + +     + +     + +    <!--<div class="pagedate"> +    Last edited <span class="date">Sex 07 Mai 2010 23:30:42 BRT</span> +    </div> --> + +    </div> +     +     +    <!-- from Cache Saravento --> +    </div> + +  </div> + +  <div class="span4"> + +     + +  </div> + +  </div> +</div> + +</body> +</html> | 
