diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-13 21:07:06 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-13 21:07:06 +0000 |
commit | 9bb8268ccac55f5bf9063ddab6d2443e49a822f7 (patch) | |
tree | 013ae423957aa0e58f4a1ca2c64aeb439ada6a5c | |
parent | 19c58ac7c139eb3509f190e9ce746bd9f6237c90 (diff) |
web commit by JoshTriplett: Use conditionals.
-rw-r--r-- | doc/openid.mdwn | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/openid.mdwn b/doc/openid.mdwn new file mode 100644 index 000000000..7c6d2bda7 --- /dev/null +++ b/doc/openid.mdwn @@ -0,0 +1,34 @@ +[[meta title="OpenID"]] + +[[template id=note text=""" +[[if test="enabled(openid)" + then="This wiki has OpenID **enabled**." + else="This wiki has OpenID **disabled**."]] +"""]] + +[OpenID](http://openid.net) is a decentralized authentication mechanism +that allows you to have one login that you can use on a growing number of +websites. + +To sign up for an OpenID, visit one of the following identity providers: + +* [MyOpenID](https://www.myopenid.com/) +* [GetOpenID](https://getopenid.com/) +* [Videntity](http://videntity.org/) +* [LiveJournal](http://www.livejournal.com/openid/) +* or any of the many others out there.. + +Your OpenID is the URL that you are given when you sign up. +[[if test="enabled(openid)" then=""" +To sign in to this wiki using OpenID, just enter it in the OpenID field in the +signin form. You do not need to give this wiki a password or go through any +registration process when using OpenID. +"""]] + +--- + +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: + + \[[meta link="http://www.myopenid.com/server" rel="openid.server"]] + \[[meta link="http://yourid.myopenid.com/" rel="openid.delegate"]] |