~ubuntuone-pqm-team/django-openid-auth/stable

« back to all changes in this revision

Viewing changes to openid.html

  • Committer: swillison
  • Date: 2007-04-24 00:24:16 UTC
  • Revision ID: svn-v3-trunk0:3bcd880a-622a-0410-974b-89bbab7935c3:trunk:13
Added header to openid.html

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
 
2
  "http://www.w3.org/TR/html4/strict.dtd">
 
3
<html>
 
4
<head><title>OpenID in Django</title></head>
 
5
<body>
 
6
<h1>OpenID in Django</h1>
1
7
<p>The <tt class="docutils literal"><span class="pre">django_openidconsumer</span></tt> package contains all of the code needed to set up
2
8
your Django application as an OpenID consumer. You can use it to allow OpenID
3
9
users to sign in to your site without having to create a new username and
140
146
OPENID_DISALLOW_INAMES = True
141
147
</pre>
142
148
</div>
 
149
</body>
 
150
</html>
 
 
b'\\ No newline at end of file'