Two Stop Bits
new
|
comments
|
tags
|
ask
|
submit
login
PubDate in RSS feed
6 points
by
jgrahamc
3 days ago
|
4 comments
I've added the pubDate to the RSS based on a request from a user.
cptaffe
3 days ago
Nice, I use the RSS feed almost exclusively to keep up with this site
reply
bmonkey325
3 days ago
Nice. Is there an API or RSS feed to get older articles ? I have noticed a get about the last 150 or so posts are available.
reply
cptaffe
3 days ago
There is a standard for paginating feeds through a <link rel="next" />, but I’m not sure if your client supports it
https://www.rfc-editor.org/rfc/rfc5005#section-3
This would be my suggestion, if it’s possible to extend the twostopbits feed with it.
reply
jgrahamc
2 days ago
Something I need to implement I think.
reply
This would be my suggestion, if it’s possible to extend the twostopbits feed with it.