Skip to content

Commit 0995823

Browse files
authored
Add Feed Analyzer and switch feed.style to rss.style (#122)
1 parent 60c58f6 commit 0995823

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Inspired by [Awesome lists](https://github.com/sindresorhus/awesome) and [@realS
165165
- [Feed item filtering](#feed-item-filtering)
166166
- [Combine multiple feeds into one](#combine-multiple-feeds-into-one)
167167
- [Obtain translated RSS feed](#obtain-translated-rss-feed)
168-
- [XSL template for XML](#xsl-template-for-xml)
168+
- [Styling an RSS feed](#styling-an-rss-feed)
169169
- [Landing page for RSS Feed](#landing-page-for-rss-feed)
170170
- [Retrieve old items from a RSS feed](#retrieve-old-items-from-a-rss-feed)
171171
- [Change RSS feed into vertical text view](#change-rss-feed-into-vertical-text-view)
@@ -313,6 +313,7 @@ Inspired by [Awesome lists](https://github.com/sindresorhus/awesome) and [@realS
313313
## ✔ RSS Feed Validator
314314

315315
- [Feed Validator for RSS and Atom](https://validator.w3.org/feed/check.cgi)
316+
- [Feed Analyzer](https://www.rss.style/feed-analyzer.html)
316317

317318
## 📖 RSS Readers
318319

@@ -1545,11 +1546,13 @@ Inspired by [Awesome lists](https://github.com/sindresorhus/awesome) and [@realS
15451546
- [RSS-Translation](https://tjsky.github.io/RSS-Translation/) <sup>[1324](https://t.me/s/aboutrss/1324)</sup> [![Open-Source Software][oss icon]](https://github.com/tjsky/Rss-Translation/)
15461547
- [RSS Translator](https://www.rsstranslator.com/) <sup>[1372](https://t.me/s/aboutrss/1372), [1412](https://t.me/s/aboutrss/1412)</sup>
15471548

1548-
### XSL template for XML
1549+
### Styling an RSS feed
1550+
1551+
So a new user can see something other than a wall of raw XML. Note that XSLT is going to be deprecated by the browsers.
15491552

15501553
- [RSS style with XSL](https://lepture.com/en/2019/rss-style-with-xsl) <sup>[403](https://t.me/s/aboutrss/403)</sup>
15511554
- [pretty-feed-v3](https://github.com/genmon/aboutfeeds/blob/main/tools/pretty-feed-v3.xsl) <sup>[965](https://t.me/s/aboutrss/965)</sup>
1552-
- [Feed Style](https://www.feed.style/) <sup>[1400](https://t.me/s/aboutrss/1400)</sup>
1555+
- [RSS.Style](https://www.rss.style/): now via Javascript instead of XSLT (formerly feed.style) <sup>[1400](https://t.me/s/aboutrss/1400)</sup>
15531556
- [StreamBurner](https://git.xmpp-it.net/sch/StreamBurner/src/branch/main/xsl)
15541557

15551558
### Landing page for RSS Feed

0 commit comments

Comments
 (0)