Esempio n. 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.")
Esempio n. 2
0
def legal(request):
    """Static legal page."""
    return helpers.render_page('static/legal.html')
Esempio n. 3
0
def description_proposal(request):
    """Static description proposal."""
    return helpers.render_page('descriptionProposal.html')
Esempio n. 4
0
def gsoc(request):
    """Static Google Summer of Code 2014 proposal page."""
    return helpers.render_page('gsoc.html')
Esempio n. 5
0
def indexing(request):
    """Static page about the indexing and crawling."""
    return helpers.render_page('indexing.html')
Esempio n. 6
0
def gsoc(request):
    """Summer of code 2014."""
    return helpers.render_page('static/gsoc.html')
Esempio n. 7
0
def about(request):
    """Static about page of ahmia."""
    return helpers.render_page('about.html')
Esempio n. 8
0
def description_proposal(request):
    """Static description proposal."""
    return helpers.render_page('descriptionProposal.html')
Esempio n. 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.")
Esempio n. 10
0
def indexing(request):
    """Static page about the indexing and crawling."""
    return helpers.render_page('indexing.html')
Esempio n. 11
0
def disclaimer(request):
    """Static disclaimer page."""
    return helpers.render_page('disclaimer.html')
Esempio n. 12
0
def gsoc(request):
    """Static Google Summer of Code 2014 proposal page."""
    return helpers.render_page('gsoc.html')
Esempio n. 13
0
def disclaimer(request):
    """Static disclaimer page."""
    return helpers.render_page('disclaimer.html')
Esempio n. 14
0
def gsoc(request):
    """Summer of code 2014."""
    return helpers.render_page('static/gsoc.html')
Esempio n. 15
0
def documentation(request):
    """Static documentation page."""
    return helpers.render_page('documentation.html')
Esempio n. 16
0
def documentation(request):
    """Static documentation page."""
    return helpers.render_page('documentation.html')
Esempio n. 17
0
def about(request):
    """Static about page of ahmia."""
    return helpers.render_page('static/about.html')
Esempio n. 18
0
def legal(request):
    """Static legal page."""
    return helpers.render_page('static/legal.html')