Back to Changedetection Io

Import

changedetectionio/blueprint/imports/templates/import.html

0.55.31.8 KB
Original Source

{% extends 'base.html' %} {% block content %} {% from '_helpers.html' import render_field %}

{{ _('Restoring changedetection.io backups is in the') }}{{ _('backups section') }}.

{{ _('Enter one URL per line, and optionally add tags for each URL after a space, delineated by comma (,):') }}

{{ _('Example') }}: https://example.com tag1, tag2, last tag

{{ _('URLs which do not pass validation will stay in the textarea.') }} {{ render_field(form.processor, class="processor") }} {{ import_url_list_remaining }}

{{ _('Copy and Paste your Distill.io watch 'export' file, this should be a JSON file.') }}
{{ _('This is experimental, supported fields are name, uri, tags, config:selections, the rest (including schedule) are ignored.')|safe }}

{{ _('How to export?') }} https://distill.io/docs/web-monitor/how-export-and-import-monitors/
{{ _('Be sure to set your default fetcher to Chrome if required.') }}

{{ original_distill_json }}

{{ render_field(form.xlsx_file, class="processor") }}

{{ render_field(form.file_mapping, class="processor") }}

{{ _('Table of custom column and data types mapping for the') }} {{ _('Custom mapping') }} {{ _('File mapping type.') }}

| {{ _('Column #') }} | {% for n in range(4) %} | {% endfor %} | {{ _('Type') }} | {% for n in range(4) %} -- {{ _('none') }} --{{ _('URL') }}{{ _('Title') }}{{ _('CSS/xPath filter') }}{{ _('Group / Tag name(s)') }}{{ _('Recheck time (minutes)') }} | {% endfor %}

{{ _('Import') }}

{% endblock %}