Custom lists ranking

This commit is contained in:
relikd
2020-09-27 00:35:43 +02:00
parent 56087d5b21
commit b3ed43f5ec
5 changed files with 81 additions and 30 deletions

View File

@@ -93,6 +93,7 @@ def gen_results(base_dir, c_apps, c_domains, title):
<li>List of <a href="/index/domains/all/">Requested Domains</a></li>
<li>List of <a href="/index/domains/tracker/">Trackers</a></li>
</ul>
<p>Or compare similar application via custom comparison <a href="/lists/">Lists</a>.</p>
'''.format(title, c_apps, c_domains, c_recs, c_logs), title=title)
mylib.symlink(index_rank.fname_app_rank(),
mylib.path_add(base_dir, 'rank.json')) # after HTML.write
@@ -116,4 +117,4 @@ def process(app_count, dom_count, inclStatic=False):
if __name__ == '__main__':
process()
process(-1, -1)