blob: cb9ca6f1dc2ff779cbf048c4ee033e7a7e5910ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<configure xmlns="http://namespaces.repoze.org/bfg">
<include package="repoze.bfg.includes" />
<route
view=".views.rdf_view"
path="licenses/:license_code/:license_version/rdf"
name="rdf" />
<route
view=".views.juri_view"
path="licenses/:license_code/:license_version/:jurisdiction"
name="juri" />
</configure>
|