Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
rss_guide [2025/12/11 22:59] – *Technically* HTML is not XML (except for XHTML which no one uses), so I think it's simpler to just say that RSS feeds are *similar* to HTML Grzesiek11rss_guide [2026/09/16 17:07] (current) – [General News Feeds:] melon
Line 37: Line 37:
 === Community Direct Feeds === === Community Direct Feeds ===
   * [[melonland|MelonLand]] Forum all posts feed - https://forum.melonland.net/index.php?action=.xml;type=atom;limit=15   * [[melonland|MelonLand]] Forum all posts feed - https://forum.melonland.net/index.php?action=.xml;type=atom;limit=15
 +  * Everyone Site everyones RSS Feed (manually updated) - https://everyone.melonland.net/updates.xml
 +  * Everyone Site latest edited pages (automatic) -  https://everyone.melonland.net/@/rss/recent
   * [[statuscafe|Status Cafe]] all status updates - https://status.cafe/feed.atom   * [[statuscafe|Status Cafe]] all status updates - https://status.cafe/feed.atom
   * [[neon_kiosk|Neon Kiosk]] (random updates from random web revival sites) - https://journal.miso.town/atom?url=https://kiosk.nightfall.city   * [[neon_kiosk|Neon Kiosk]] (random updates from random web revival sites) - https://journal.miso.town/atom?url=https://kiosk.nightfall.city
   * [[iMood]] - https://www.imood.com/users/{username}.atom   * [[iMood]] - https://www.imood.com/users/{username}.atom
 +  * [[frutiger_aero|Frutiger Aero]] Forum all posts feed - https://forum.frutigeraeroarchive.org/feed.php
  
 === Personal Feeds === === Personal Feeds ===
 +Check the [[https://forum.melonland.net/index.php?topic=3540.0|Personal RSS Feed Sharing Topic]] on the forum!
   * Melon's Homepage News (Key melon updates!) - https://brain.melonking.net/rss   * Melon's Homepage News (Key melon updates!) - https://brain.melonking.net/rss
   * Melon's Thoughts (all long form and personal blog posts from Melon) - https://thoughts.melonking.net/atom/   * Melon's Thoughts (all long form and personal blog posts from Melon) - https://thoughts.melonking.net/atom/
 +  * Melon's Song of the Day - http://brain.melonking.net/melonsMusic.rss
   * Owly's Blog ([[neocities|Neocities]] drama and culture) - https://owlyfans.neocities.org/nightfall/owly.rss   * Owly's Blog ([[neocities|Neocities]] drama and culture) - https://owlyfans.neocities.org/nightfall/owly.rss
   * thmnwh's feed (art and music) - https://thmnwhhsfld.neocities.org/feed.xml   * thmnwh's feed (art and music) - https://thmnwhhsfld.neocities.org/feed.xml
-  * [[https://forum.melonland.net/index.php?topic=3540.0|Personal RSS Feed Sharing Topic]] on the forum! 
  
 ==== General News Feeds: ==== ==== General News Feeds: ====
  
 === Feed Lists: === === Feed Lists: ===
 +Visit the links below to find related feeds!
   * The BBC list all feeds free here: https://www.bbc.co.uk/news/10628494   * The BBC list all feeds free here: https://www.bbc.co.uk/news/10628494
     * Filtered/improved versions are available via https://bbc-feeds.danq.dev/ (courtesy of our own [[https://forum.melonland.net/index.php?action=profile;u=3133|Dan Q]])     * Filtered/improved versions are available via https://bbc-feeds.danq.dev/ (courtesy of our own [[https://forum.melonland.net/index.php?action=profile;u=3133|Dan Q]])
Line 60: Line 65:
  
 === Direct Feeds: === === Direct Feeds: ===
 +You can copy these into your RSS reader directly:
   * Gizmodo for tech news: https://gizmodo.com/rss   * Gizmodo for tech news: https://gizmodo.com/rss
   * Kotaku for gaming news: https://kotaku.com/rss   * Kotaku for gaming news: https://kotaku.com/rss
Line 90: Line 95:
   * **SmartGB** - On top of every guestbook, there is a link to RSS (below the name of the guestbook)   * **SmartGB** - On top of every guestbook, there is a link to RSS (below the name of the guestbook)
   * **SpaceHey** - https://rss.spacehey.com/   * **SpaceHey** - https://rss.spacehey.com/
 +  * **Substack** - Add /feed to the end of any Substack newsletter to get at RSS feed the letter's content. For example, [[https://draculadaily.substack.com/feed]]
   * **Tiktok (via Proxitok)** - TikTok does not offer RSS feeds. Alternative Tiktok frontend Proxitok does, however. You can self-host, or use a public instance. The Github page contains all information and is here: https://github.com/pablouser1/ProxiTok/   * **Tiktok (via Proxitok)** - TikTok does not offer RSS feeds. Alternative Tiktok frontend Proxitok does, however. You can self-host, or use a public instance. The Github page contains all information and is here: https://github.com/pablouser1/ProxiTok/
   * **Tumblr** - With any Tumblr blog you can use [[https://{BLOG URL}.tumblr.com/rss]] NOTE: If blog is set to be only viewed on the dashboard you can still get RSS feeds. To get an RSS feed from blogs set to that. URL example of blogs set to dashboard view: [[https://www.tumblr.com/{BLOG USERNAME}]]. Copy the username and format the URL like this: [[https://{BLOG USERNAME}.tumblr.com/rss]] and it will work.   * **Tumblr** - With any Tumblr blog you can use [[https://{BLOG URL}.tumblr.com/rss]] NOTE: If blog is set to be only viewed on the dashboard you can still get RSS feeds. To get an RSS feed from blogs set to that. URL example of blogs set to dashboard view: [[https://www.tumblr.com/{BLOG USERNAME}]]. Copy the username and format the URL like this: [[https://{BLOG USERNAME}.tumblr.com/rss]] and it will work.
Line 95: Line 101:
   * **WordPress** - with any WordPress blog you can use [[https://{BLOG URL}/feed]] to get an RSS feed.   * **WordPress** - with any WordPress blog you can use [[https://{BLOG URL}/feed]] to get an RSS feed.
   * **YouTube** - Follow Youtube channels via RSS [[https://www.youtube.com/feeds/videos.xml?channel_id={CHANNEL ID}]]   * **YouTube** - Follow Youtube channels via RSS [[https://www.youtube.com/feeds/videos.xml?channel_id={CHANNEL ID}]]
 +  * **phpBB Forums** - just add "/feed.php" to the site url and it will get you the feed most of the time!
 ===== Making Your Own Feed ===== ===== Making Your Own Feed =====
  
-Making your own feed can be very simple! If you just want to write it from scratch you can follow this guide: [[https://www.wikihow.com/Create-an-RSS-Feed|Create an RSS Feed - WikiHow]]+Making your own feed can be very simple! If you just want to write it from scratch you can follow this guide: [[https://forum.melonland.net/index.php?action=embedpage;topic=5813.0;showreplies=0|Let's Make an RSS Feed]]
  
-However there is a better way! You can use [[user:m15o|m15o]]'s [[neon_kiosk|HTML Journal]] site to automatically generate a feed from a webpage, as long as your webpage is formatted in the correct way, this site will generate a feed for you that updates every time your websites does! +However, you can use [[user:m15o|m15o]]'s [[neon_kiosk|HTML Journal]] site to automatically generate a feed from a webpage, as long as your webpage is formatted in the correct way, this site will generate a feed for you that updates every time your websites does! 
 Visit the journal here: https://journal.miso.town Visit the journal here: https://journal.miso.town
  


@000 Melon
Land
Editor Recent Edits Tenement Arcade Random Link Land → Forum Art Hub Chat Webring Want to Login or Join ? Web Craft Guide Graphic Catalogue Wiki Newsletters Image Stream
Passport Sites Asatte Add your site?
Zap! Minecraft: Online
Join: craft.melonking.net