You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Depending on the tool used to generate RSS for a website, it can be tricky to generate a custom feed for specific parts of the whole content. As Mkdocs RSS Plugin maintainer, it's still on the plans but not so easy to implement.
I suggest that the planet allow to filter on categories. It could be specified in the subscriber model:
<item>
<title>Track the Vendée Globe race with Python and QGIS</title>
<author>ffougeres</author>
<category>Article</category>
<category>GeoPandas</category>
<category>Pandas</category>
<category>Python</category>
<category>QGIS</category>
<category>Vendée Globe</category>
<category>sailing</category>
<description>
Create and visualize GIS data on the progress of the Vendée Globe 2024 race from official spreadsheets.
</description>
<link>
https://blog.geotribu.net/2024/12/02/track-the-vend%C3%A9e-globe-race-with-python-and-qgis/?utm_source=rss-feed&utm_medium=RSS&utm_campaign=feed-syndication
</link>
<pubDate>Mon, 02 Dec 2024 09:09:00 +0000</pubDate>
<sourceurl="https://blog.geotribu.net/feed_rss_created.xml">Geotribu in English</source>
<comments>
https://blog.geotribu.net/2024/12/02/track-the-vend%C3%A9e-globe-race-with-python-and-qgis/#__comments
</comments>
<guidisPermaLink="true">
https://blog.geotribu.net/2024/12/02/track-the-vend%C3%A9e-globe-race-with-python-and-qgis/
</guid>
<enclosureurl="https://blog.geotribu.net/assets/images/social/2024/12/02/track-the-vendée-globe-race-with-python-and-qgis.png"type="image/png"length="65577"/>
</item>
The text was updated successfully, but these errors were encountered:
RSS 2.0 and Atom 1.0 standards support some categories at item level, which can be considered as tags:
Depending on the tool used to generate RSS for a website, it can be tricky to generate a custom feed for specific parts of the whole content. As Mkdocs RSS Plugin maintainer, it's still on the plans but not so easy to implement.
I suggest that the planet allow to filter on categories. It could be specified in the subscriber model:
Typically:
The text was updated successfully, but these errors were encountered: