TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: RSS.Beauty – Make Your RSS Beautiful

29 点作者 ccbikai4 个月前
RSS.Beauty is an RSS beautification tool based on XSLT technology that transforms ordinary RSS/Atom feeds into elegant reading interfaces.

7 条评论

giantrobot4 个月前
I&#x27;ve been using XSLT on RSS feeds forever now. It&#x27;s a pretty awesome way to make it browser-accessible now that no browsers want to natively handle feeds. If you want to self-host an XSL for a feed it can be tricky serving the feed with the right Content-Type because some browsers want to throw feeds over to an external app even though they can display it themselves.<p>My favorite part is styling makes XML serve its original purpose on the web. It&#x27;s just data serialization that can be interpreted by different user agents in different ways. A feed reader can do feed reader stuff but a web browser can still display a nicely styled human readable output.<p>XSLT is a really underused technology. It does not have a great developer experience but it&#x27;s really powerful. It&#x27;s also built into every web browser released in the past twenty years. Instead of megabytes of JavaScript to download, interpret, and run just to stylize some serialized data an XSL can do it all native in the browser.
评论 #42560762 未加载
评论 #42563362 未加载
WorldMaker4 个月前
The use of Tailwind feels rather bloated to me. Seems a big part of why it is 22KB for RSS.xsl. Not that you necessarily need to code golf an XSLT file to be as small as possible, but it just contributes to my disregard for Tailwind itself as a source of bloat as another example from the wild where Tailwind seems verbose and baroque.
评论 #42563354 未加载
Gys4 个月前
Using &#x27;<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;rss">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;rss</a>&#x27; I get &#x27;Error loading stylesheet: An unknown error has occurred (8053000e)&#x27;
评论 #42592394 未加载
deivid4 个月前
Tried to use on mobile firefox, but seems to be doing something very CPU intensive, doesn&#x27;t respond for ~10s then the tab crashes
评论 #42560414 未加载
评论 #42563359 未加载
thunderbong4 个月前
Nice!<p>Here&#x27;s HN&#x27;s rss<p><a href="https:&#x2F;&#x2F;rss.beauty&#x2F;rss?url=https%3A%2F%2Fnews.ycombinator.com%2Frss" rel="nofollow">https:&#x2F;&#x2F;rss.beauty&#x2F;rss?url=https%3A%2F%2Fnews.ycombinator.co...</a>
ngetchell4 个月前
I haven&#x27;t been able to open the app. Crashed firefox on mobile and is unresponsive in FF on my mac.
评论 #42592409 未加载
评论 #42562068 未加载
rishikeshs4 个月前
What’s the use of this?