User Tools

Site Tools


freshrss

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
freshrss [2021/07/08 18:27] – [Adding Feeds] rjtfreshrss [2021/08/22 16:32] (current) – Added Overland rjt
Line 12: Line 12:
 It's obscured by the English translation, but you //can// get full articles from places like [[Blogger]] that only provide summeries. It's obscured by the English translation, but you //can// get full articles from places like [[Blogger]] that only provide summeries.
  
-When editing a feed scroll down to the 'Advanced' section, then find the field labelled 'Article CSS selector on original website'. You need to go to an article and find the [[html]] element that contains the content you want, than grab any unique //IDs// and //classes// you can use to identify it and add them to the field in the same format you would in a [[CSS]] file. So ''#whatever'' for an ID, and ''.whatever'' for a class.+When editing a feed scroll down to the 'Advanced' section, then find the field labelled 'Article CSS selector on original website'. You need to go to an article and find the [[html]] element that contains the content you want, than grab something unique you can use to identify it (an //element////ID//, or //class//and add them to the field in the same format you would in a [[CSS]] file. So ''#whatever'' for an ID, and ''.whatever'' for a class. You can click the eye icon to get a preview.
  
 Here're some ones I use: Here're some ones I use:
  
-  * Blogger: ''.post-body'' +  * [[Blogger]]: 
-  * Mastodon (with content warning): //Haven't found one//+    * [[https://lunaticobscurity.blogspot.com/|Lunatic Obscurity]]: ''.post-body'' 
 +  * [[Mastodon]] (with content warning): //Haven't found one// 
 +  * [[Wordpress]]:\\ Most should use ''article'', but it depends on version and theme. 
 +    * [[https://www.bomphcast.com/|Bomphcast]]: ''.post-content'' 
 +    * [[https://meanjin.com.au/|Meanjin]]: ''article'' 
 +    * [[https://overland.org.au/|Overland]]: ''article'' 
 +    * [[https://wfgames.net/games/|Weird Fucking Games]]: ''article'' 
 + 
 +nbjp Blogger and Wordpress can send full articles themselves, but it depends how things're setup.\\
  
 Source: https://freshrss.github.io/FreshRSS/en/users/04_Subscriptions.html#retrieve-a-truncated-feed-from-within-freshrss Source: https://freshrss.github.io/FreshRSS/en/users/04_Subscriptions.html#retrieve-a-truncated-feed-from-within-freshrss
 +
 ===== Automation ===== ===== Automation =====
 To automatically refresh the feeds you have to use a //[[cron]] job//. To automatically refresh the feeds you have to use a //[[cron]] job//.
freshrss.1625732831.txt.gz · Last modified: 2021/07/08 18:27 by rjt