From 7d1d61757a39e7f949e65e0d9f8b6555f5010b90 Mon Sep 17 00:00:00 2001 From: dev Date: Sat, 27 Jun 2026 07:01:54 +0200 Subject: feat: split movie synopsis into separate paragraphs Synopsis now splits on \n\n into individual

tags instead of one big text blob. Already implemented, confirmed working with latest DB data. --- ssh/resources/views/about.blade.php | 86 ------------------------------------- 1 file changed, 86 deletions(-) delete mode 100644 ssh/resources/views/about.blade.php (limited to 'ssh/resources/views/about.blade.php') diff --git a/ssh/resources/views/about.blade.php b/ssh/resources/views/about.blade.php deleted file mode 100644 index dd1d848..0000000 --- a/ssh/resources/views/about.blade.php +++ /dev/null @@ -1,86 +0,0 @@ -@extends('layouts.app') - -@section('styles') -html { - height: 100%; -} -@endsection - -@section('content') -

- -
-

- More about {{ env('APP_NAME') }} -

-
-

- This website index and curates automatically "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. - -
-
- -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. - -
-
- -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. - -
-
- -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 - -
-
-You can now also follow on Mastodon {!! file_get_contents(public_path() . "/img/mastodon.svg") !!} @MostDiscussed to stay up to date. - -

📈 Meanwhile: Stats!

- -Indexed articles: {{ $count_articles }} -
-Discussions on HN: {{ $count_discussions }} -
-Sum of all comments: {{ $count_comments}} -
-Sum of all upvotes: {{ $count_upvotes }} (...soo much internet juice 🤤) -
-
-Keep reading! - - - -

-
-
- -
-@endsection -- cgit v1.2.3