2024-06-21

This commit is contained in:
2024-06-21 14:14:35 +09:00
parent 955bf1c64c
commit 8480fa7c8f
32 changed files with 2258 additions and 19 deletions

56
Writerside/topics/Rss.md Normal file
View File

@@ -0,0 +1,56 @@
# 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