Example #1
0
def resource_html(resource, name):
    uri = 'http://rdf.debian.net/' + resource + '/' + quote(name)
    return html_response(uri)
Example #2
0
def resource_html(resource, name):
    uri = 'http://rdf.debian.net/' + resource + '/' + quote(name)
    return html_response(uri)
Example #3
0
def top_level_resource_html():
    return html_response('http://rdf.debian.net/debian')
Example #4
0
def top_level_resource_html():
    return html_response('http://rdf.debian.net/debian')