From d76dc67a6cfadee8a56368cee4558b5b7fdb10df Mon Sep 17 00:00:00 2001 From: horus Date: Sun, 5 Jul 2026 00:49:33 +0200 Subject: wording --- resources/views/about.blade.php | 12 ++++++------ resources/views/topicindex.blade.php | 6 ++++++ resources/views/topicpopular.blade.php | 2 +- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/resources/views/about.blade.php b/resources/views/about.blade.php index dd1d848..4d5e2fb 100644 --- a/resources/views/about.blade.php +++ b/resources/views/about.blade.php @@ -11,31 +11,31 @@ html {
- This website index and curates automatically "good" articles from Wikipedia.
+ This website automatically indexes and curates "good" articles from Wikipedia.
-It does so by fetching the {!! file_get_contents(public_path() . "/img/y-combinator.svg") !!} Hacker News (HN) API and checking for a specific threshold. The idea is that an article is good, when it is posted to and discussed on HN. And it is even better when it is more often posted and/or sparked a great discussion. To get the best out of it this website links back to every worthy discussion, hence the name.
+It does so by fetching the {!! file_get_contents(public_path() . "/img/y-combinator.svg") !!} Hacker News (HN) API and checking against a specific threshold. The idea is that an article is good when it gets posted to and discussed on HN. And it is even better when it is posted more often and/or sparks a great discussion. To get the best out of it this website links back to every worthy discussion, hence the name.
-Furthermore, it structures the articles and categorizes them in topics. You can find the respective topics above the article, or click here to see all topics alphabetically listed and here to see them sorted by popularity. The topics above the article (those little blue pills) are clickable and link to other articles with the same topic. Those topics are not verbatim copied from the Wikipedia page, but created a custom way. And I may be biased, but I find them far more useful than the categories Wikipedia thinks those articles are in. "English poetry in 1751"? Yeah, sure, that's very specific.
+Furthermore, the site structures and categorizes articles by topic. Above each article you'll find those small pink pills and yes, they're clickable. Click here to see all topics listed alphabetically and here to see them sorted by popularity. Those topics are neither copied verbatim from the Wikipedia page, nor are they AI-generated (though they are inspired by WikiProjects). And I may be biased, but I find them far more useful than Wikipedia's official categories. "English poetry in 1751"? Yeah, sure, that's very specific.
-For starters I recommend to start with the most popular articles and then go through the stack, or browse the most popular topics. If you are a seasoned reader consider the 'New' site for newly added articles or the 'Random' button above, which brings some real gems to light.
+For starters, I recommend beginning with the most popular articles and then working through the stack, or browsing the most popular topics. If you are a seasoned reader, consider the New page for newly added articles, or hit the Random button above, which brings some real gems to light.
-If you have feedback, want to report a bug or just say hello, hit me up by e-mail: hi @ thisdomain without the www .com
+If you have feedback, want to report a bug, or just say hello, hit me up by e-mail: hi @ thisdomain without the www .com
diff --git a/resources/views/topicindex.blade.php b/resources/views/topicindex.blade.php
index 9c5b9c4..051e10d 100644
--- a/resources/views/topicindex.blade.php
+++ b/resources/views/topicindex.blade.php
@@ -29,6 +29,12 @@ html {
@endforeach
+
+ Hint: + + Here is a list sorted by popularity. + +
Hint: - For a list of all topics please click here. + Here is list sorted alphabetically.
-- cgit v1.2.3