{% include 'navbar.html' %}

Terms frequency: Management interface

1 term per paste
Manage tracked terms
Regex: surround the term by '/'. /([a-z])\w+([a-z])\n/
Set of terms: surround the list by '\'. \[term1, term2, ...]\
- To set a custom matching threshold (defaut=50), append it at the end as a inner list '[thresh]'. \[term1, term2, ..., [75]]\
{% for set in trackSet_list %} {% endfor %} {% for regex in trackReg_list %} {% endfor %} {% for term in track_list %} {% endfor %}
Term Added date Day occurence Week occurence Month occurence # tracked paste Action Notification E-Mails
{{ set }} {{ trackSet_list_values[loop.index0][3] }} {{ trackSet_list_values[loop.index0][0] }} {{ trackSet_list_values[loop.index0][1] }} {{ trackSet_list_values[loop.index0][2] }} {{ trackSet_list_num_of_paste[loop.index0] }}

   

{{ notificationEMailTermMapping[set] }}
{{ regex }} {{ trackReg_list_values[loop.index0][3] }} {{ trackReg_list_values[loop.index0][0] }} {{ trackReg_list_values[loop.index0][1] }} {{ trackReg_list_values[loop.index0][2] }} {{ trackReg_list_num_of_paste[loop.index0] }}

   

{{ notificationEMailTermMapping[regex] }}
{{ term }} {{ track_list_values[loop.index0][3] }} {{ track_list_values[loop.index0][0] }} {{ track_list_values[loop.index0][1] }} {{ track_list_values[loop.index0][2] }} {{ track_list_num_of_paste[loop.index0] }}

   

{{ notificationEMailTermMapping[term] }}
Manage blacklisted terms
{% for term, date in black_list %} {% endfor %}
Term Added date Action
{{ term }} {{ date }}