~gary/python-openid/python-openid-2.2.1-patched

« back to all changes in this revision

Viewing changes to examples/djopenid/templates/server/xrds.html

  • Committer: Launchpad Patch Queue Manager
  • Date: 2007-11-30 02:46:28 UTC
  • mfrom: (1.1.1 pyopenid-2.0)
  • Revision ID: launchpad@pqm.canonical.com-20071130024628-qktwsew3383iawmq
[rs=SteveA] upgrade to python-openid-2.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<xrds:XRDS
 
3
    xmlns:xrds="xri://$xrds"
 
4
    xmlns="xri://$xrd*($v*2.0)">
 
5
  <XRD>
 
6
 
 
7
    <Service priority="0">
 
8
      <Type>http://specs.openid.net/auth/2.0/signon</Type>
 
9
      <Type>http://openid.net/signon/1.0</Type>
 
10
      <URI>{{ server_url }}</URI>
 
11
    </Service>
 
12
 
 
13
  </XRD>
 
14
</xrds:XRDS>