{% extends "base/base.html" %} {% block body %}
{{num_entries}} pages recorded
Index a single URL

Think you should index your favourite webpage? Enter its URL here!

URL
Keyword
Index from a URL list

This option requires a .txt file containing the URLs you would like to index, with associated keywords. Please make sure to follow the right format.

{% with messages = get_flashed_messages(category_filter=["text"]) %} {% if messages %} {% for message in messages %} {{message}} {% endfor %} {% endif %} {% endwith %}
Index from browser bookmarks

Index from a bookmark export file! Just indicate your bookmarks.html location, and the tag you would like to index.

{% with messages = get_flashed_messages(category_filter=["html"]) %} {% if messages %} {% for message in messages %} {{message}} {% endfor %} {% endif %} {% endwith %}
Keyword
Index a document collection

This option lets you index a local document collection in format <doc>.

{% with messages = get_flashed_messages(category_filter=["text"]) %} {% if messages %} {% for message in messages %} {{message}} {% endfor %} {% endif %} {% endwith %}
Keyword
Optional doctype
Index a CSV file

Index a local CSV file.

{% with messages = get_flashed_messages(category_filter=["all"]) %} {% if messages %} {% for message in messages %} {{message}} {% endfor %} {% endif %} {% endwith %}
Keyword
Optional doctype
{% endblock %}