{% extends "base.html" %} {% block content %}

casefile

Paste any identifier. casefile works out what it could be, then shows every relevant public source.

{% if demo %}

Runs entirely on your own machine. Nothing is hosted.

Example results

{% else %}

Runs entirely on this machine. Requests go out over your own connection.

{% if recent %}

Recent searches

From the response cache, so --clear-cache clears this list too.

{% endif %} {% if cases %}

Where you left off

All saved cases

{% else %}

Anything worth keeping goes into a case: save an identifier, save the findings that matter, export the lot as Markdown, JSON or HTML.

{% endif %} {% endif %}
{% endblock %}