We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, if we use not a real URL for <guid> in RSS, we get this message from validation tool: https://validator.w3.org/feed/docs/error/InvalidHttpGUID.html
<guid>
As I understand we can use a special type for Item.Id (as we use for Link for example), ans allow user to set isPermaLink value. What do you think?
Item.Id
Link
isPermaLink
No response
The text was updated successfully, but these errors were encountered:
guid
eb2fb30
Add the isPermaLink attribute to guid in RSS (gorilla#107)
ca3e907
Adds the optional attribute from the `guid` RSS spec: https://www.rssboard.org/rss-specification#ltguidgtSubelementOfLtitemgt This is a breaking change to the `RssItem` struct as `Guid` is now a struct, not a string. - Related Issue go-gitea/gitea#28734 - Closes gorilla#78 - Closes gorilla#109 Signed-off-by: Yarden Shoham <[email protected]>
Successfully merging a pull request may close this issue.
Is there an existing feature request for this?
Is your feature request related to a problem? Please describe.
Currently, if we use not a real URL for
<guid>
in RSS, we get this message from validation tool: https://validator.w3.org/feed/docs/error/InvalidHttpGUID.htmlDescribe the solution that you would like.
As I understand we can use a special type for
Item.Id
(as we use forLink
for example), ans allow user to setisPermaLink
value. What do you think?Describe alternatives you have considered.
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: