File: xrds.xml

package info (click to toggle)
python3-openid 3.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,692 kB
  • sloc: python: 17,486; xml: 234; makefile: 5
file content (17 lines) | stat: -rw-r--r-- 377 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<xrds:XRDS
    xmlns:xrds="xri://$xrds"
    xmlns="xri://$xrd*($v*2.0)">
  <XRD>

    <Service priority="0">
    {% for type_uri in type_uris %}
      <Type>{{ type_uri|escape }}</Type>
    {% endfor %}
    {% for endpoint_url in endpoint_urls %}
      <URI>{{ endpoint_url }}</URI>
    {% endfor %}
    </Service>

  </XRD>
</xrds:XRDS>