Manton Reece

Results 74 comments of Manton Reece

Here's what I'm trying to understand: if a feed moves (new server or even blog platform), does the feed ID have any chance of also staying the same? In practice...

Thanks, you're right. There's an updated schema that I think we can use to update the validator.

Thanks for the pointer to that article. This is a challenge in JSON because you can't just add a language attribute like you might in XML. And allowing markup in...

I like specifying language at the top level and item level. Seems like that would cover the most common needs for this. Thanks!

This is all good feedback. It seems most people agree that language should be added, but there are tradeoffs with allowing HTML in titles. You probably don't want to just...

Good catch, thanks. I'm not sure where to hook into this but maybe @dshanske has an idea.

Thanks y'all. Another similar format is JF2: https://www.w3.org/TR/jf2/, based on Microformats. (Really there are probably at least 4-5 related JSON formats that could be referenced, although I could see that...

Thanks for the feedback. I like the idea of having a list of changes. Future compatibility is very important, which is why it's mentioned in the spec. (We viewed the...

Thanks for the suggestion. Currently you have to know the collection name, so it's best to keep a list on the client of what you need to ask for. I...