Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter feeds on categories to select contents related to QGIS #29

Open
Guts opened this issue Nov 29, 2024 · 1 comment
Open

Filter feeds on categories to select contents related to QGIS #29

Guts opened this issue Nov 29, 2024 · 1 comment
Assignees
Labels

Comments

@Guts
Copy link
Contributor

Guts commented Nov 29, 2024

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:

  {
    "feed": "https://geotribu.fr/feed_rss_created.xml",
    "name": "Geotribu",
    "shortname": "geotribu_fr",
    "is_active": true,
    "filter_categories": [
      "QGIS",
      "QField",
      "QGIS Server",
      "PyQGIS",
      "Mergin",
    ],
    "languages": {
      "available": [
        "fr_FR"
      ],
      "main": "fr_FR"
    }
  },

Typically:

<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>
    <source url="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>
    <guid isPermaLink="true">
https://blog.geotribu.net/2024/12/02/track-the-vend%C3%A9e-globe-race-with-python-and-qgis/
    </guid>
    <enclosure url="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>
@Xpirix
Copy link
Collaborator

Xpirix commented Nov 29, 2024

Thanks for the suggestion @Guts.

@Xpirix Xpirix self-assigned this Dec 16, 2024
@Xpirix Xpirix added the Size 4 label Dec 20, 2024
@Xpirix Xpirix moved this to This sprint in QGIS Websites Maitenance Dec 20, 2024
@Xpirix Xpirix moved this from This sprint to Todo in QGIS Websites Maitenance Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

2 participants