{% extends "base/base.html" %} {% block body %}
{{num_entries}} pages recorded
Crawl a website

This option lets you input the URL of your favourite website and index all pages on that website. Warning: indexing may take time depending on the size of the website. We recommend not to index very large websites that way.

Website URL
Keyword
Index a single URL

Think you should index your favourite webpage? Enter its URL here! If you like, you can also enter a keyword describing the page (essential if you're planning on building a pod).

URL
Keyword
Index from file

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, as explained here

{% with messages = get_flashed_messages(category_filter=["text"]) %} {% if messages %} {% for message in messages %} {{message}} {% endfor %} {% endif %} {% endwith %}
Keyword
Index from 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
{% endblock %}