The Webfeed Flutter package for Appeto SDK.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

67 строки
3.0 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <rss version="2.0"
  3. xmlns:content="http://purl.org/rss/1.0/modules/content/">
  4. <channel>
  5. <title>News - Foo bar News</title>
  6. <link>https://foo.bar.news/</link>
  7. <author>hello@world.net</author>
  8. <description>Foo bar News and Updates feed provided by Foo bar, Inc.</description>
  9. <image>
  10. <url>https://foo.bar.news/logo.gif</url>
  11. <title>Foo bar News</title>
  12. <link>https://foo.bar.news/</link>
  13. </image>
  14. <cloud domain="radio.foo.bar.news" port="80" path="/RPC2" registerProcedure="foo.bar.rssPleaseNotify"
  15. protocol="xml-rpc"/>
  16. <category>Ipsum</category>
  17. <category domain="news">Lorem Ipsum</category>
  18. <language>en-US</language>
  19. <lastBuildDate>Mon, 26 Mar 2018 14:00:00 PDT</lastBuildDate>
  20. <generator>Custom</generator>
  21. <copyright>Copyright 2018, Foo bar Inc.</copyright>
  22. <docs>https://foo.bar.news/docs</docs>
  23. <managingEditor>alice@foo.bar.news</managingEditor>
  24. <rating>The PICS rating of the feed</rating>
  25. <webMaster>webmaster@foo.bar.news</webMaster>
  26. <ttl>60</ttl>
  27. <skipDays>
  28. <day>Monday</day>
  29. <day>Tuesday</day>
  30. <day>Sunday</day>
  31. </skipDays>
  32. <skipHours>
  33. <hour>0</hour>
  34. <hour>1</hour>
  35. <hour>2</hour>
  36. <hour>3</hour>
  37. <hour>4</hour>
  38. </skipHours>
  39. <item>
  40. <title>The standard Lorem Ipsum passage, used since the 1500s</title>
  41. <link>https://foo.bar.news/1</link>
  42. <guid>https://foo.bar.news/1?guid</guid>
  43. <description>Lorem ipsum dolor sit amet, consectetur adipiscing elit</description>
  44. <category domain="news">Lorem</category>
  45. <pubDate>Mon, 26 Mar 2018 14:00:00 PDT</pubDate>
  46. <author>alice@foo.bar.news</author>
  47. <source url="https://foo.bar.news/1?source">Foo Bar</source>
  48. <comments>https://foo.bar.news/1/comments</comments>
  49. <content:encoded><![CDATA[<img width="1000" height="690" src="https://test.com/image_link"/> Test content<br />]]></content:encoded>
  50. <enclosure url="http://www.scripting.com/mp3s/weatherReportSuite.mp3" length="12216320" type="audio/mpeg" />
  51. </item>
  52. <item>
  53. <title>Section 1.10.32 of "de Finibus Bonorum et Malorum", written by Cicero in 45 BC</title>
  54. <link>https://foo.bar.news/2</link>
  55. <guid>https://foo.bar.news/2?guid</guid>
  56. <description>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque
  57. laudantium
  58. </description>
  59. <category domain="auto">Ipsum</category>
  60. <pubDate>Tue, 20 Mar 2018 10:00:00 PDT</pubDate>
  61. <author>bob@foo.bar.news</author>
  62. <source url="https://foo.bar.news/2?source">Lorem Ipsum</source>
  63. <comments>https://foo.bar.news/2/comments</comments>
  64. </item>
  65. </channel>
  66. </rss>