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:44] 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."//
  
-{{:rss_1.jpg?&400}}+{{:rss_1.jpg}}
  
 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 20: 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 26: 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 64: 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 84: 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.1739997887.txt.gz · Last modified: 2025/02/19 20:44 by wgp