示例#1
0
def create_description(request):
    """Page to create hidden website description."""
    return helpers.render_page('createHsDescription.html')
    return HttpResponseNotAllowed("Only GET request is allowed.")
示例#2
0
def legal(request):
    """Static legal page."""
    return helpers.render_page('static/legal.html')
示例#3
0
def description_proposal(request):
    """Static description proposal."""
    return helpers.render_page('descriptionProposal.html')
示例#4
0
def gsoc(request):
    """Static Google Summer of Code 2014 proposal page."""
    return helpers.render_page('gsoc.html')
示例#5
0
def indexing(request):
    """Static page about the indexing and crawling."""
    return helpers.render_page('indexing.html')
示例#6
0
def gsoc(request):
    """Summer of code 2014."""
    return helpers.render_page('static/gsoc.html')
示例#7
0
def about(request):
    """Static about page of ahmia."""
    return helpers.render_page('about.html')
示例#8
0
def description_proposal(request):
    """Static description proposal."""
    return helpers.render_page('descriptionProposal.html')
示例#9
0
def create_description(request):
    """Page to create hidden website description."""
    return helpers.render_page('createHsDescription.html')
    return HttpResponseNotAllowed("Only GET request is allowed.")
示例#10
0
def indexing(request):
    """Static page about the indexing and crawling."""
    return helpers.render_page('indexing.html')
示例#11
0
def disclaimer(request):
    """Static disclaimer page."""
    return helpers.render_page('disclaimer.html')
示例#12
0
def gsoc(request):
    """Static Google Summer of Code 2014 proposal page."""
    return helpers.render_page('gsoc.html')
示例#13
0
def disclaimer(request):
    """Static disclaimer page."""
    return helpers.render_page('disclaimer.html')
示例#14
0
def gsoc(request):
    """Summer of code 2014."""
    return helpers.render_page('static/gsoc.html')
示例#15
0
def documentation(request):
    """Static documentation page."""
    return helpers.render_page('documentation.html')
示例#16
0
def documentation(request):
    """Static documentation page."""
    return helpers.render_page('documentation.html')
示例#17
0
def about(request):
    """Static about page of ahmia."""
    return helpers.render_page('static/about.html')
示例#18
0
def legal(request):
    """Static legal page."""
    return helpers.render_page('static/legal.html')