|
|
|
|
|
by ancarda
4722 days ago
|
|
What do you mean? /feed?version=1 That's a bad idea if you cache RSS in an xml file, i.e /rss.xml. It would make it more complex if you had to handle query parameters. The parser should just check for the version attribute on the rss node; <rss version="2.0">. Or, even better, it could just check for the availability of server nodes such as "<cloud>". Or did you mean something completely different? |
|