56 lines
861 B
Markdown
56 lines
861 B
Markdown
# RSS
|
|
|
|
```xml
|
|
<rss version="2.0">
|
|
<channel>
|
|
<title></title>
|
|
<link></link>
|
|
<description></description>
|
|
<item>
|
|
<title></title>
|
|
<link></link>
|
|
<description></description>
|
|
</item>
|
|
</channel>
|
|
</rss>
|
|
```
|
|
|
|
- channel
|
|
- title
|
|
- link
|
|
- description
|
|
- language
|
|
- copyright
|
|
- managingEditor
|
|
- webMaster
|
|
- pubDate
|
|
- lastBuildDate
|
|
- category
|
|
- generator
|
|
- docs
|
|
- cloud
|
|
- ttl
|
|
- image
|
|
- url
|
|
- title
|
|
- link
|
|
- textInput
|
|
- title
|
|
- description
|
|
- name
|
|
- link
|
|
- skipHours
|
|
- skipDays
|
|
- item
|
|
- title
|
|
- link
|
|
- description
|
|
- author
|
|
- catogory
|
|
- comments
|
|
- enclosure
|
|
- guid
|
|
- pubDate
|
|
- source
|
|
|
|
https://validator.w3.org/feed/docs/rss2.html |