root/trunk/openid-server/README

Revision 362, 1.7 kB (checked in by mpaschal, 2 years ago)

Merge Mark Carey's changes applied in openid-server-1.2 branch

Line 
1OpenID Server for MT
2
3This is a Movable Type plugin that enables authors on your Movable
4Type site to log into OpenID sites with their Movable Type logins.
5
6http://www.sixapart.com/movabletype/
7http://www.openid.net/
8
9
10DEPENDENCIES
11
12This software requires:
13
14    * Movable Type 4.0
15
16This distribution also contains the additional required Perl modules:
17
18    * Net::OpenID::Server
19
20
21INSTALLATION
22
23To install this plugin:
24
25    1. Unzip the archive to your Movable Type directory.
26
27Each author who wishes to use an OpenID must then set up their profile
28pages. To set up your OpenID:
29
30    1. In your author profile, set your Website URL to the URL you
31       wish to use as your profile.
32    2. In the <head> section of that page, add the HTML tag:
33
34       <link rel="openid.server"
35             href="<MTCGIPath>plugins/openid-server/server.cgi" />
36         
37         OR
38
39        <$MTOpenIDHeader$>
40
41       If your profile page is a static HTML page, replace "<MTCGIPath>"
42       with the CGIPath to the copy of Movable Type where the plugin
43       is installed.
44
45To sign in with OpenID:
46
47    1. When presented with an OpenID signon form, enter the URL to your
48       profile page. If you are not logged in to Movable Type, you will
49       be prompted to log in.
50
51       Try logging into LiveJournal with your OpenID at:
52
53           http://www.livejournal.com/openid/
54
55       (You'll have to log out first if you have a real LJ account.)
56
57
58COPYRIGHT AND LICENCE
59
60Updated for MT4 by Mark Carey (http://mt-hacks.com)
61
62Copyright 2005 Mark Paschal <markpasc@markpasc.org>
63
64This library is free software; you can redistribute it and/or modify
65it under the same terms as Perl itself.
66
67This software is based on a first draft by Brad Choate. Thanks, Brad!
68
Note: See TracBrowser for help on using the browser.