{% if success == True %}
{{ msg }}
{% endif %} {% if success == False %}
{{ msg }}
{% endif %}
Crawler Configuration
Crawler Status:
{% if crawler_status == 'running' %}
Running
Stop
{% else %}
Stopped
Start
{% endif %}
Index Page Count:
{{ document_count }}
Index Size:
{{ size_in_gb }} (GB)
Most Recent Additions:
Title
URL
{% for page in most_recent_additions %}
{{page.title}}
http://{{page.url}}
{% endfor %}
Websites To Crawl:
{% for website in websites_to_crawl %}{{ website }} {% endfor %}
Update
Add URL To Index:
Add
Remove URL From Index:
Remove
Reset Index