geminispace.info

gemini search engine
git clone https://git.clttr.info/geminispace.info.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit 1ab8d5cc9c4b9ae9d5f03d77938cce8929802488
parent f071d9d565ab40619850746c794df92609e306d0
Author: Natalie Pendragon <natpen@natpen.net>
Date:   Mon, 11 May 2020 14:51:35 -0400

[serve] Update copy for current index statistics

Diffstat:
Mgus/serve.py | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gus/serve.py b/gus/serve.py @@ -40,13 +40,13 @@ def _render_index_statistics(): d = [ "", "## Overall", - "These figures are reflective of the aggregate size of Geminispace when the current index was generated on {}.".format(last_index_statistics["index_modification_time"]), + "These figures are reflective of the aggregate size of Geminispace at the time the current index was generated on {}.".format(last_index_statistics["index_modification_time"]), "", "Page Count : {:>5}".format(last_index_statistics["page_count"]), "Domain Count : {:>5}".format(last_index_statistics["domain_count"]), "", "## By Content Type", - "These figures represent the number of pages seen per content type when the current index was generated on {}.".format(last_index_statistics["index_modification_time"]), + "These figures represent the number of pages seen per content type at the time the current index was generated on {}.".format(last_index_statistics["index_modification_time"]), "", ] for pair in last_index_statistics["content_type_frequencies"]: