Feed Reader Centralv1

Items

Reading an Item

Before we look at all the different ways you can produce lists of items, we will take a quick look at how the item page works. Within a list of items, this page can be accessed via the title of the item.

Viewing Items for All Feeds

There are three different ways to view items across all your subscriptions.

Unread Items

The main page of the application (after logging on, if required) displays all currently unread items across all subscribed feeds. The name of the feed is a link to view just that feed’s unread items.

Bookmarked Items

If you have any bookmarked items, the Bookmarked link in the top menu bar will bring you to a list of all those items. The name of the feed is a link to view just that feed’s bookmarked items.

Searching for Items

The Search link in the top menu bar presents a box where search text can be entered; you can also choose whether to search all items, or only those that have been bookmarked. The search applies to the content of each item. Within the search results, there is an indicator displayed if the item is unread or bookmarked, and the name of the feed is not linked.

Under the hood, this uses SQLite’s FTS5, so it is case-insensitive by default and provides some interesting ways to query your items.

Viewing Items by Feed

Other than the unread and bookmarked links mentioned above, lists of items by feed are linked on the Feeds page. Below each feed’s title, there are links for All, Unread, and Bookmarked, along with a count of items that fit the status. (If there are no items, the word is not linked.)

A Note on Sorting

All lists of items are sorted by date, with the most recent items on top. Both the RSS and Atom specifications provide both a published date and an updated date. When selecting a date for sorting, the application uses the updated date if it is present; otherwise, it uses the published date. Some sites update their items more than others; if the items seem to move around in the list after a refresh, this is likely the cause.