feed
feed copied to clipboard
Way to set guid isPermaLink attribute
Seems to me that non url GUIDs would be more portable. However I’m getting the following error from feed validators:
guid must be a full URL, unless isPermaLink attribute is false: 22e86428-9533-4017-a4db-c468754b9304 (50 occurrences)
<guid>22e86428-9533-4017-a4db-c468754b9304</guid>
I didn’t find anything relevant in the documentation or code.
Is there a way to set the guid guid isPermaLink attribute?
I've also been looking for a way to do this. It seems there is a PR https://github.com/jpmonette/feed/pull/89, but it's been open for years without activity.
I think if you want a quick solution, you can probably apply a quick regex on the output yourself.
EDIT: Apologies, I also didn't realize this issue had been open since last year.