Post-Platform Digital Publishing Toolkit

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
guides:rss [2025/02/19 20:39] wgpguides:rss [2025/02/22 14:47] (current) ipek
Line 2: Line 2:
  // RSS stands for "Really Simple Syndication."//  // RSS stands for "Really Simple Syndication."//
  
-<figure> +{{:rss_1.jpg}}
-{{:: rss_1.jpg|}} +
-<caption>The internals of the HP Prodesk 400 G3 Mini. This one is equipped with an i3-7100T 3,4Ghz CPU, 8GB of RAM (upgradable up to 32GB), and 256GB NVMe storage. Those are fairly capable specs for what we want to achieve here.</caption> +
-</figure>+
  
 Why use RSS, rather than social media platforms to follow articles, news, opinion pieces?   Why use RSS, rather than social media platforms to follow articles, news, opinion pieces?  
Line 23: Line 20:
   * [[https://apps.apple.com/us/app/netnewswire-rss-reader/id1480640210|Net News Fire]], app for iPhone &iPad \\    * [[https://apps.apple.com/us/app/netnewswire-rss-reader/id1480640210|Net News Fire]], app for iPhone &iPad \\ 
  
-  * Next cloud gives you a free reader as a web app\\ +  * Nextcloud gives you a free reader as a web app\\ 
  
   * [[https://miniflux.app|Miniflux]]\\    * [[https://miniflux.app|Miniflux]]\\ 
Line 29: Line 26:
   * Opera, Vivaldi, Mozilla Firefox have the use option as RSS reader\\    * Opera, Vivaldi, Mozilla Firefox have the use option as RSS reader\\ 
  
-  * For Linux, you can use the newsflash\\ +  * For Linux, you can use the Newsflash\\  
 + 
 +  * [[https://f-droid.org/en/packages/com.capyreader.app/|Capy Reader]] for Android
  
 **2) Turning newsletters into feeds:**\\  **2) Turning newsletters into feeds:**\\ 
Line 67: Line 66:
   * RSS - Mastadon\\    * RSS - Mastadon\\ 
  
-(Copy paste from [[https://fedi.tips/following-mastodon-and-fediverse-accounts-through-rss/#:~:text=RSS%20feeds%20are%20simple%2C%20easy,accounts%20to%20follow%20RSS%20feeds]].)\\ +(Copy paste from[[https://fedi.tips/following-mastodon-and-fediverse-accounts-through-rss/#:~:text=RSS%20feeds%20are%20simple%2C%20easy,accounts%20to%20follow%20RSS%20feeds|link]])\\ 
  
 All Mastodon accounts have an RSS address which can be followed from RSS apps:\\  All Mastodon accounts have an RSS address which can be followed from RSS apps:\\ 
Line 87: Line 86:
  
 An example of a RSS.xml file:\\  An example of a RSS.xml file:\\ 
-{{: rss_file_example.png?400|}}+<code><?xml version="1.0" encoding="UTF-8" ?
 +<rss version="2.0"> 
 + 
 +<channel> 
 +  <title>My Title</title> 
 +  <link>https://mywebsite.com</link> 
 +  <description>My Description</description> 
 + 
 +  
 +  <item> 
 +    <title>Title of the Entry</title> 
 +    <link>Link of the Entry</link> 
 +    <description> 
 + 
 +<![CDATA[    <img src=“Image Link">    
 + 
 +      My Text here  ]]>  </description> 
 + </item> 
 + 
 + 
 +  <item> 
 +    <title>Title of the Entry</title> 
 + 
 +    <link>Link of the Entry</link> 
 +     
 + 
 +<description> 
 + 
 + <![CDATA[    <img src=“Image Link">    
 + 
 +My text <p>  
 + 
 +My text 
 +        
 + ]]>  
 +</description> 
 + 
 +  </item> 
 +</channel> 
 + 
 +</rss> 
 +</code>
guides/rss.1739997575.txt.gz · Last modified: 2025/02/19 20:39 by wgp