diff options
| author | horus | 2022-01-04 02:40:23 +0100 |
|---|---|---|
| committer | horus | 2022-01-04 02:40:23 +0100 |
| commit | ad6c41809e40992411a9572e83a8db715187bc4c (patch) | |
| tree | ff0081656f57948a5590aab2ac658f459102d049 | |
| parent | ce874f4a8f484ae81df867399cdb85a9cf1b9fa3 (diff) | |
| download | curious-ad6c41809e40992411a9572e83a8db715187bc4c.tar.gz | |
Improves wording and stuff.
| -rw-r--r-- | resources/views/about.blade.php | 25 | ||||
| -rw-r--r-- | resources/views/index.blade.php | 2 | ||||
| -rw-r--r-- | resources/views/layouts/footer.blade.php | 2 | ||||
| -rw-r--r-- | resources/views/list.blade.php | 2 | ||||
| -rw-r--r-- | resources/views/topicpopular.blade.php | 2 |
5 files changed, 28 insertions, 5 deletions
diff --git a/resources/views/about.blade.php b/resources/views/about.blade.php index 842b8bc..5634856 100644 --- a/resources/views/about.blade.php +++ b/resources/views/about.blade.php @@ -24,6 +24,29 @@ html { </h1> <div class="card-body"> <p class="card-text"> + This website index and curates automatically "good" articles from Wikipedia. + +<br> +<br> + +It does so by fetching the <a href="https://news.ycombinator.com">{!! file_get_contents(public_path() . "/img/y-combinator.svg") !!} Hacker News (HN)</a> 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. + +<br> +<br> + +Furthermore, it structures the articles and categorizes them in topics. You can find the respective topics above the article, or <a href="{{ route('topic_index') }}">click here</a> to see all topics alphabetically listed and <a href="{{ route('popular_topics') }}">here to see</a> 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 directly taken from the Wikipedia page itself, but created a different way. And I may be biased, but I find them far more useful than the categories Wikipedia thinks those articles are in. + +<br> +<br> + +For starters I recommend to start with the <a href="{{ route('popular') }}">most popular articles</a> and then go through the stack, or browse the <a href="{{ route('popular_topics') }}">most popular topics</a>. If you are a seasoned reader consider the <a href="{{ route('new') }}">'New' site</a> for newly added articles or the <a href="{{ route('random') }}">'Random' button</a> above, which brings some real gems to light. + +<br> +<br> + +If you have feedback, want to report a bug or just say hello, hit me up by e-mail: <em>hi @ thisdomain without the www .com</em> + +<!-- I was curious what HN may find interesting, so I used upvoted or discussed articles from Wikipedia as a proxy and build this. All articles are <a href="{{ route('popular_topics') }}">structured and categorized</a> to get a better overview. Unsurprisingly <a href="{{ route('topic', 'computing') }}">computing</a> was on the top, but then it might get interesting. <br> <br> @@ -31,7 +54,7 @@ html { Other way to phrase it: Reading Wikipedia was my hobby, so I automated it. (Sure, what else.) <br> <br> - Enter <a href="{{ route('index') }}">mostdiscussed.com</a>. This is a collection of curated Wikipedia articles, sourced primarily (for now) from <a href="https://news.ycombinator.com">{!! file_get_contents(public_path() . "/img/y-combinator.svg") !!} Hacker News</a>. For structured consuming most of them are further categorized in topics. For starting, I recommend <a href="{{ route('popular') }}">reading the most popular articles</a> or <a href="{{ route('popular_topics') }}">browse by topics</a>. + Enter <a href="{{ route('index') }}">mostdiscussed.com</a>. This is a collection of curated Wikipedia articles, sourced primarily (for now) from <a href="https://news.ycombinator.com">{!! file_get_contents(public_path() . "/img/y-combinator.svg") !!} Hacker News</a>. For structured consuming most of them are further categorized in topics. For starting, I recommend <a href="{{ route('popular') }}">reading the most popular articles</a> or <a href="{{ route('popular_topics') }}">browse by topics</a>.--> </p> </div> </div> diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index dd891b7..c4e3402 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -27,7 +27,7 @@ <a href="{{ route('popular_topics') }}" class="btn btn-lg btn-outline-primary btn-mobile-second">Popular Topics</a> </p> <p class="lead mt-50"> - Not ready to explore?<br> <a href="{{ route('about') }}">Then learn more</a>. + Find out more, why and how<br> <a href="{{ route('about') }}">About MostDiscussed.com</a> </p> </div> diff --git a/resources/views/layouts/footer.blade.php b/resources/views/layouts/footer.blade.php index c672d45..a037c25 100644 --- a/resources/views/layouts/footer.blade.php +++ b/resources/views/layouts/footer.blade.php @@ -10,7 +10,7 @@ Helpful Links </h3> <strong> - <a href="{{ route('about') }}">Learn more about {{ env('APP_NAME') }}</a> + <a href="{{ route('about') }}">About {{ env('APP_NAME') }}</a> </strong> </div> </footer> diff --git a/resources/views/list.blade.php b/resources/views/list.blade.php index 577a2ed..5b64214 100644 --- a/resources/views/list.blade.php +++ b/resources/views/list.blade.php @@ -91,7 +91,7 @@ <div class="card-body"> <p class="card-text"> <strong>Hint:</strong> - <em>You are looking at the most popular articles. If you are interested in popular topics instead, <a href="{{ route('popular_topics') }}" title="popular topics">click here</a>.</em> + <em>You are looking at the most popular articles. If you are interested in </em><strong>popular topics</strong><em> instead, <a href="{{ route('popular_topics') }}" title="popular topics">click here</a>.</em> </p> </div> @endif diff --git a/resources/views/topicpopular.blade.php b/resources/views/topicpopular.blade.php index 81c37d4..2259398 100644 --- a/resources/views/topicpopular.blade.php +++ b/resources/views/topicpopular.blade.php @@ -18,7 +18,7 @@ html { </h1> <div class="card-body"> <p class="card-text"> - <strong>Hint:</strong> <em>You are looking at popular topics. If you are interested in the most popular articles instead, <a href="{{ route('popular') }}" alt="popular articles">click here instead</a>.</em> + <strong>Hint:</strong> <em>You are looking at popular topics. If you are interested in the most </em><strong>popular articles</strong><em> instead, <a href="{{ route('popular') }}" alt="popular articles">click here instead</a>.</em> </p> <p class="card-text"> <strong>Hint:</strong> |
