{% extends "base.html" %} {% block title %} Homepage {% endblock %} {% block body %}

Browse an index of the archives.

{% for search_result in search_results %} {% if search_result.result_type == "domain" %} {{ search_result.domain }} {{ search_result.url }} {% else %} {{ search_result.job_id }} {{ search_result.domain }} {{ search_result.url }} {% endif %}
{% endfor %} {% if !query.is_empty() && search_results.is_empty() %}

No search results.

{% endif %}

Search by full URL does not work until metadata for the item has been indexed.


Items – list of items on Internet Archive
Jobs – list of ArchiveBot jobs
Domains – list of archived domains
Audit – list of incomplete uploads
Costs – resource usage on Internet Archive by nickname
Stats – graphs of resource usage on Internet Archive

Last update: {{ last_update }}

Debug info

Attention: Please read this to learn how this index works.

{% endblock %}