• Rnews


    Rnews是一个RSS供稿在线阅读系统,支持多个用户,类似于抓虾。拥有丰富的功能和安全特性。

    If you're reading this page, chances are high that you already know what a feed aggregator is. It's what you manage your hundreds of RSS and Atom feeds with. Why would you want one server-side? Well, a server-side aggregator is:

        * Easy. You interact with the aggregator with your web browser, where you're going to be reading your news anyway.
        * Accessible. Read news from anywhere you have a net connection, whether work, the beach house, or a coffee shop.
        * Consistent. What you've seen and what you haven't is kept consistent, no matter where you are.


    Rnews is a tool Adrian wrote to do this because he couldn't find one readily available at the time he wanted it. It is written in PHP, and is similar in functionality to a few other open source projects, but has a significantly different interface. So he decided to release it to the general public for others to use as well. It has since evolved into the best aggregator out there (not that we're biased).

    Usability Features

      Flexible and Easy:

    • Step-by-step web install and upgrade interface.
    • Supports multiple users, and an optional default user for public-viewable feeds.
    • A toolbar collects common actions for managing articles.
    • Feed title and other information is auto-imported from the feed.
    • Context-sensitive keyword search of article headlines and content.
    • Add feeds using bookmarklets, a Firefox extension, or register Rnews as a Feed handler in Firefox.

      Viewing Feeds:

    • Feed scoring based on your viewing statistics — helps you cull uninteresting feeds, or sort by most popular.
    • Block, wide-block, and list views of articles. Sort by name or score.
    • Filter feeds to only show those with unread articles.
    • Show article snippets beside the headlines for fast scanning.
    • Mark articles as favorites to easily find them later and protect from deletion.
    • User-configurable display of icons (for sites that have them).
    • Categories — view all feeds at once, by category, or individually.
    • Shows a configurable number of links — helpful for feeds that give only a small number of stories, or catching up when you've missed a few days.
    • Can force update of feeds, overriding the default feed timeouts.

      Interoperability:

    • Supports Atom and RSS feed formats, with heuristic fixes for broken feeds.
    • OPML import/export for easy sharing of subscriptions between news readers.
    • Supports database table prefixes to accomodate web hosts that provide only one database.

      Performance Features

    • Standards-compliant (XHTML, CSS) interface — loads quickly, and shows your feeds in a compact, easy-to-read format.
    • Good netizen — combines MagpieRSS's caching with a user-configurable timeout to avoid hitting feed servers too often.
    • Content is loaded asynchronously so you don't have to wait for slow feeds before reading articles.
    • Many operations use AJAX for quick and fluid response.
    • Optional caching and resizing of feed icons (requires PHP GD library).

    Security Features

    • Supports secure login, user addition, and password change on SSL-capable servers.
    • Cookies are secured with HMAC-SHA1, and optionally include the client's IP address to limit hijacking attacks.
    • User passwords are securely stored in the database using salted SHA-1 hashes.
    • Uses modified kses library to strip unwanted tags from feed contents to mitigate XSS attacks and tracking.

    点击次数   官方主页【官方主页】   下载地址【下载地址】

    网友留言/评论

    我要留言/评论

    相关开源项目

    Gregarius:Gregarius是一个RSS/RDF/ATOM 新闻聚合器支持OPML导入/导出,XHTML/CSS输出。它包含一个基于Ajax的item tagging系统。
    SimplePie:SimplePie是一个非常快速,易于使用的RSS与Atom阅读器。
    MagpieRSS:MagpieRSS提供一个基于XML的RSS解析器。支持RSS0.9,RSS1.0,RSS2.0和Atom。
    Lilina:Lilina是一个简单,基于文本文件(不需要使用数据库)的新闻聚合器。支持RSS与Atom Feed。具有Feed自动发现,RSS输出等功能。
    rsslounge:rsslounge是一个基于PHP+MySQL开发的RSS供稿阅读器。可以分类,过滤供稿,设置优先权。除标准的供稿项目之外,rsslounge还支持图片/照片。为了定期从供稿获取内容,它提供两种选项:Cron Job或基于Ajax的请求。
    Tiny Tiny RSS:Tiny Tiny RSS是一个基于Web的RSS/Atom新闻聚合器。它的UI基于Ajax技术开发所以看起非常像一个桌面应用程序。