From b4799a8d2c1bd9ae1498829e261af4bac9a6b6e8 Mon Sep 17 00:00:00 2001
From: relikd List of app recordings (A–Z)
+Apps (A–Z)
- If you're just interested in the results, go ahead to all apps. + If you're just interested in the results, go ahead to see all apps.
diff --git a/src/index_domains.py b/src/index_domains.py
index c2a8be0..b317e3c 100755
--- a/src/index_domains.py
+++ b/src/index_domains.py
@@ -103,7 +103,7 @@ def enrich_with_bundle_ids(index):
def process(bundle_ids, deleteOnly=False):
- print('writing index: reverse domains ...')
+ print('writing index: domains ...')
fname = fname_all()
if bundle_ids == ['*']:
bundle_ids = list(mylib.enum_data_appids())
diff --git a/src/main.py b/src/main.py
index 62c1036..9c9a259 100755
--- a/src/main.py
+++ b/src/main.py
@@ -70,10 +70,10 @@ def combine_and_update(bundle_ids, where=None):
rebuild_name_index(new_ids) # after bundle_download
# 3. re-calculate combined.json and evaluated.json files
affected = bundle_combine.process(bundle_ids, where=where)
- # special case needed for reverse index. '*' will force rebuilt index
+ # special case needed for domain index. '*' will force rebuilt index
if not where and bundle_ids == ['*']:
affected = ['*']
- # 4. was any json updated? if so, make html and update reverse index
+ # 4. was any json updated? if so, make html and update domain index
if len(affected) > 0:
rebuild_domain_index(affected) # after bundle_combine
html_bundle.process(affected) # after index_app_names
diff --git a/templates/base.html b/templates/base.html
index b66fc6b..56a38f0 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -21,7 +21,7 @@