this post was submitted on 04 Apr 2024
25 points (77.8% liked)

Technology

63186 readers
3559 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

Saw this post the other day and was inspired to make something slightly more stupid, plus it gave me an excuse to work on my website, lol

you are viewing a single comment's thread
view the rest of the comments
[โ€“] stepanzak@iusearchlinux.fyi 2 points 10 months ago* (last edited 10 months ago) (1 children)

Thank you, I should have tried that. (I tried /feed - without the .xml). I'm also pretty sure there's some html meta tag pointing at the feed. I use Feeder on android and it can usually find the feed, even if it has some nonstandard path. EDIT: This is how it looks like in the linked The Thin Computer article linked:

<link rel="alternate" type="application/rss+xml" title="The Thin Computer &raquo; Feed" href="https://thin.computer/index.php/feed/" />

<link rel="alternate" type="application/rss+xml" title="The Thin Computer &raquo; Comments Feed" href="https://thin.computer/index.php/comments/feed/" />

<link rel="alternate" type="application/rss+xml" title="The Thin Computer &raquo; Using Termux on Android for Self Hosting? Yes, really. Comments Feed" href="https://thin.computer/index.php/2024/03/21/using-termux-on-android-for-self-hosting-yes-really/feed/" />
[โ€“] floridaman@lemmy.blahaj.zone 2 points 10 months ago

Ah, I will look into adding that to my React layouts. Thanks for the suggestion!