Closed ChrisWiegman closed 8 years ago
+1 to preserving the original title. I had to manually rename my google reader imports - seems unnecessary.
Feedbin will now use the title attribute in OPML for a custom feed title.
Great - thanks, Ben!
Feedbin will now use the title attribute in OPML for a custom feed title.
Isn’t the against the spec?
The text
attribute:
[…] should initially be the top-level title element in the feed being pointed to, however since it is user-editable, processors should not depend on it always containing the title of the feed.
The title
attribute:
Is always ‘derived from information in the feed itself’ and ‘contains the top-level title element from the feed.’
This seems to suggest that title
always matches the feed’s title
element, while text
can be a user-defined name for the feed.
I have no idea how the current RSS readers treat these attributes though, different export files from different readers would need to be compared.
@Zegnat that's a good point. I never tried editing subscription names in Google Reader so I don't know what attribute changes. The request here is for the title field though.
@ChrisWiegman and @joewiz which attribute has the custom name? text
or title
?
I don’t have access to a lot of different services, so here is what I can test.
text
and title
are changed to the custom value.text
and title
are changed to the custom value.text
and title
are changed to the custom value.Everyone included type
, text
, xmlUrl
, htmlUrl
, and title
. NewsBlur also includes version
.
<outline type="rss" text="Pinboard Blog" title="Pinning" xmlUrl="https://blog.pinboard.in/feed/" htmlUrl="https://pinboard.in/"/>
<outline type="rss" text="Punning" title="Pinboard Blog" xmlUrl="https://blog.pinboard.in/feed/" htmlUrl="https://pinboard.in/"/>
<outline type="rss" text="Punning" xmlUrl="https://blog.pinboard.in/feed/" htmlUrl="https://pinboard.in/"/>
title
over text
.title
to match the user supplied name.text
over title
without breaking anything, most OPML files will have equal values in those fields.text
and title
to comply with other services’ import systems.
The importing of the OPML file seems to disregard the custom title field. Is this intended behavior?