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