The Webfeed Flutter package for Appeto SDK.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

117 行
4.7 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <feed xmlns="http://www.w3.org/2005/Atom">
  3. <id>foo-bar-id</id>
  4. <title type="text">Foo bar news</title>
  5. <updated>2018-04-06T13:02:46Z</updated>
  6. <link rel="foo" type="text/html" hreflang="en" href="http://foo.bar.news/" title="Foo bar news html" length="1000"/>
  7. <link rel="bar" type="application/atom+xml" hreflang="pt" href="http://foo.bar.news/feed.atom"
  8. title="Foo bar news atom" length="100"/>
  9. <author>
  10. <name>Alice</name>
  11. <uri>http://foo.bar.news/people/alice</uri>
  12. <email>alice@foo.bar.news</email>
  13. </author>
  14. <author>
  15. <name>Bob</name>
  16. <uri>http://foo.bar.news/people/bob</uri>
  17. <email>bob@foo.bar.news</email>
  18. </author>
  19. <contributor>
  20. <name>Charlie</name>
  21. <uri>http://foo.bar.news/people/charlie</uri>
  22. <email>charlie@foo.bar.news</email>
  23. </contributor>
  24. <contributor>
  25. <name>David</name>
  26. <uri>http://foo.bar.news/people/david</uri>
  27. <email>david@foo.bar.news</email>
  28. </contributor>
  29. <category term="foo category" scheme="this-is-foo-scheme" label="this is foo label"/>
  30. <category term="bar category" scheme="this-is-bar-scheme" label="this is bar label"/>
  31. <generator uri="http://foo.bar.news/generator" version="1.0">Foo bar generator</generator>
  32. <icon>http://foo.bar.news/icon.png</icon>
  33. <logo>http://foo.bar.news/logo.png</logo>
  34. <subtitle>This is subtitle</subtitle>
  35. <entry>
  36. <id>foo-bar-entry-id-1</id>
  37. <title>Foo bar item 1</title>
  38. <updated>2018-04-06T13:02:47Z</updated>
  39. <author>
  40. <name>Ellie</name>
  41. <uri>http://foo.bar.news/people/ellie</uri>
  42. <email>ellie@foo.bar.news</email>
  43. </author>
  44. <author>
  45. <name>Franz</name>
  46. <uri>http://foo.bar.news/people/franz</uri>
  47. <email>franz@foo.bar.news</email>
  48. </author>
  49. <link rel="foo entry" type="text/html" hreflang="en" href="http://foo.bar.news/entry" title="Foo bar news html"
  50. length="1000"/>
  51. <link rel="bar entry" type="application/atom+xml" hreflang="pt" href="http://foo.bar.news/entry/feed.atom"
  52. title="Foo bar entry atom" length="100"/>
  53. <category term="foo entry category" scheme="this-is-foo-entry-scheme" label="this is foo entry label"/>
  54. <category term="bar entry category" scheme="this-is-bar-entry-scheme" label="this is bar entry label"/>
  55. <contributor>
  56. <name>Gin</name>
  57. <uri>http://foo.bar.news/people/gin</uri>
  58. <email>gin@foo.bar.news</email>
  59. </contributor>
  60. <contributor>
  61. <name>Hanz</name>
  62. <uri>http://foo.bar.news/people/hanz</uri>
  63. <email>hanz@foo.bar.news</email>
  64. </contributor>
  65. <source>
  66. <id>http://foo.bar.news/source</id>
  67. <title>Foo bar source</title>
  68. <updated>2018-04-06T13:02:48Z</updated>
  69. </source>
  70. <published>2018-04-06T13:02:49Z</published>
  71. <summary type="text">This is summary 1</summary>
  72. <content>This is content 1</content>
  73. <rights>This is rights 1</rights>
  74. </entry>
  75. <entry>
  76. <id>foo-bar-entry-id-2</id>
  77. <title>Foo bar item 2</title>
  78. <updated>2018-04-06T13:02:50Z</updated>
  79. <author>
  80. <name>Iris</name>
  81. <uri>http://foo.bar.news/people/iris</uri>
  82. <email>iris@foo.bar.news</email>
  83. </author>
  84. <author>
  85. <name>Jhon</name>
  86. <uri>http://foo.bar.news/people/jhon</uri>
  87. <email>jhon@foo.bar.news</email>
  88. </author>
  89. <link rel="foo entry" type="text/html" hreflang="en" href="http://foo.bar.news/entry" title="Foo bar news html"
  90. length="1000"/>
  91. <link rel="bar entry" type="application/atom+xml" hreflang="pt" href="http://foo.bar.news/entry/feed.atom"
  92. title="Foo bar entry atom" length="100"/>
  93. <category term="foo entry category"/>
  94. <category term="bar entry category"/>
  95. <contributor>
  96. <name>Kevin</name>
  97. <uri>http://foo.bar.news/people/kevin</uri>
  98. <email>kevin@foo.bar.news</email>
  99. </contributor>
  100. <contributor>
  101. <name>Lucy</name>
  102. <uri>http://foo.bar.news/people/lucy</uri>
  103. <email>lucy@foo.bar.news</email>
  104. </contributor>
  105. <source>
  106. <id>http://foo.bar.news/source</id>
  107. <title>Foo bar source</title>
  108. <updated>2018-04-06T13:02:51Z</updated>
  109. </source>
  110. <published>2018-04-06T13:02:52Z</published>
  111. <summary type="text">This is summary 2</summary>
  112. <content>This is content 2</content>
  113. <rights>This is rights 2</rights>
  114. </entry>
  115. </feed>