basic.xml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xbel version="1.0"
  3. xmlns:show="https://radiomanifest.degenerazione.xyz/v0.2/shows/"
  4. >
  5. <bookmark href="http://radioexample.com/shows/learn-cook">
  6. <title>Learn to cook in C++</title>
  7. <info>
  8. <metadata owner="https://radiomanifest.degenerazione.xyz/">
  9. <show:name>Learn to cook in C++</show:name>
  10. <show:id>learn-C++</show:id>
  11. <show:description>A podcast about C++, templates, and nouvelle cuisine</show:description>
  12. <show:website>http://radioexample.com/shows/learn-cook</show:website>
  13. <show:feed>http://radioexample.com/shows/learn-cook/feed</show:feed>
  14. <show:schedule>http://radioexample.com/shows/learn-cook.ics</show:schedule>
  15. </metadata>
  16. </info>
  17. </bookmark>
  18. <folder>
  19. <title>Information</title>
  20. <bookmark href="http://radioexample.com/shows/learn-cook">
  21. <title>Uncensored information</title>
  22. <info>
  23. <metadata owner="https://radiomanifest.degenerazione.xyz/">
  24. <show:name>Uncensored information</show:name>
  25. <show:id>uncensored</show:id>
  26. <show:description>News, news & more news</show:description>
  27. <show:website>http://radioexample.com/shows/uncensored</show:website>
  28. <show:feed type="application/rss+xml">http://radioexample.com/shows/uncensored/feed</show:feed>
  29. <show:schedule type="text/calendar">http://radioexample.com/shows/uncensored.ics</show:schedule>
  30. <show:schedule type="application/calendar+json">http://radioexample.com/shows/uncensored.json</show:schedule>
  31. </metadata>
  32. </info>
  33. </bookmark>
  34. </folder>
  35. </xbel>