https://bugs.gpodder.org/show_bug.cgi?id=1383
Stefan Kögl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution| |FIXED --- Comment #1 from Stefan Kögl <[email protected]> 2011-07-27 21:24:02 BST --- implemented in https://github.com/gpodder/mygpo/commit/c62b05b994b7cf97db986 Toplist: /toplist/<num>.xml or /toplist.xml which is an alias to /toplist/50.xml (same as with .opml) Example Podcasts: /gpodder-examples.xml http://gpodder.org/directory.opml has been a redirect to http://gpodder.net/gpodder-examples.opml, so you might want to set up a similar redirect for the xml format. For the returned XML I've used top-level tags that describe the requested set of podcasts, such as <toplist> <podcast> ... </podcast> ... </toplist> <examples> <podcast> ... </podcast> ... </examples If you prefer to have a generic top-level tag, I can change it to something like <podcasts>. I'll wait with the documentation until your feedback. -- Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ gPodder-Bugs mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-bugs
