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/01/10 09:56] – Extension section rjtfreshrss [2021/08/22 16:32] (current) – Added Overland rjt
Line 7: Line 7:
  
 ===== Adding Feeds ===== ===== Adding Feeds =====
 +
 +==== Full Article ====
 +
 +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 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:
 +
 +  * [[Blogger]]:
 +    * [[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
  
 ===== Automation ===== ===== Automation =====
Line 32: Line 53:
 ===== See Also ===== ===== See Also =====
   * [[https://www.freshrss.org/|freshrss.org]]   * [[https://www.freshrss.org/|freshrss.org]]
-  * [[git>FreshRSS]] on Github.+  * [[github>FreshRSS]] on Github.
   * [[firefox#RSS|Firefox §RSS]] - info on integrating RSS readers.   * [[firefox#RSS|Firefox §RSS]] - info on integrating RSS readers.
  
 {{tag>guide open-source RSS self-hosting software}} {{tag>guide open-source RSS self-hosting software}}
freshrss.1610232986.txt.gz · Last modified: 2021/01/10 09:56 by rjt