←back to thread

148 points mustaphah | 5 comments | | HN request time: 0s | source
1. crazygringo ◴[] No.45307858[source]
I love this.

Has anyone tested to see if it works with Blogtrottr which will email you whenever there's a new item in an RSS feed?

Just since this doesn't seem like it even includes a date field in the RSS? And of course no guid. So I'm wondering how compatible it winds up being.

replies(1): >>45307940 #
2. kevincox ◴[] No.45307940[source]
Dates shouldn't matter. The feed has ID elements which is what identify entries. Atom has no guid element. So I would expect this to work with any reader.
replies(2): >>45310347 #>>45312430 #
3. edoceo ◴[] No.45310347[source]
I wish they had concrete, accurate id and created_at. IIRC these attributes are fixed in AT.
4. crazygringo ◴[] No.45312430[source]
But is this producing ID elements? And if so, based on what, since they don't seem to be coming from any CSS selectors? That's my question.
replies(1): >>45312458 #
5. kevincox ◴[] No.45312458{3}[source]
It seems to use the link as the ID based on clicking a few examples on the site. An ok option for this type of thing.