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:53] wgpguides:rss [2025/02/22 14:47] (current) ipek
Line 27: Line 27:
  
   * 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 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.1739998412.txt.gz · Last modified: 2025/02/19 20:53 by wgp