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

Naming of RSS feed and autodetection by clients #131

Closed
surfer190 opened this issue Aug 17, 2022 · 4 comments · Fixed by #278
Closed

Naming of RSS feed and autodetection by clients #131

surfer190 opened this issue Aug 17, 2022 · 4 comments · Fixed by #278
Assignees
Labels
question Further information is requested

Comments

@surfer190
Copy link

I am using the miniflux RSS reader client.

When adding a feed it just asks for the base url - I give my mkdocs blog with this mkdocs-rss-plugin enabled.
It returns with an error message Unable to find any subscription..

If I supply the feed_rss_created.xml or feed_rss_updated.xml urls it works.

Is this a problem with miniflux or with mkdocs?

@surfer190
Copy link
Author

Looking at the code they have well known URLS as:

	knownURLs := map[string]string{
		"/atom.xml": "atom",
		"/feed.xml": "atom",
		"/feed/":    "atom",
		"/rss.xml":  "rss",
		"/rss/":     "rss",
	}

Is there a way to ensure that mkdocs-rss-plugin exports the feed as expected above?

@Guts Guts added the question Further information is requested label Aug 29, 2022
@Guts
Copy link
Owner

Guts commented Aug 29, 2022

Hi @surfer190,

Thanks for your interest.

It's possible to reference the RSS feed through a HTML tag into the head. See:
https://guts.github.io/mkdocs-rss-plugin/configuration/#integration

It might be interesting to allow customizing the output name of feeds in mkdocs.yml.

@Guts
Copy link
Owner

Guts commented Oct 10, 2022

Hello @surfer190 ,

Any something new here or can we close it?

@surfer190
Copy link
Author

surfer190 commented Oct 10, 2022

@Guts You are welcome to close. With the referenced link the update can be achieved.

Explicit is better than implicit. Maybe defaulting the created_at feed to be named rss.xml and allowing customized output name of feeds via mkdocs.yml as you mentioned - makes life easier for users...

@Guts Guts linked a pull request Jun 7, 2024 that will close this issue
@Guts Guts closed this as completed in #278 Jun 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants