Skip to content

Commit

Permalink
use SSL URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
fazalmajid committed Mar 10, 2017
1 parent c11d867 commit c04655b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Expand Up @@ -9,13 +9,13 @@ It is inspired by FeedOnFeeds (web-based personal aggregator), Google News (two
## Features ## Features


* Two-column user interface for better readability and information density. Automatic reflow using CSS. * Two-column user interface for better readability and information density. Automatic reflow using CSS.
* Information Hunter-gatherer user interface: items flagged with a Thumbs down disappear immediately off the screen (using Dynamic HTML), making room for new articles. * Information Hunter-gatherer user interface: items flagged with a "Thumbs down" disappear immediately off the screen (using Dynamic HTML), making room for new articles.
* Extensive filtering capabilities: * Extensive filtering capabilities:
* By keyword or phrase * By keyword or phrase
* By tag * By tag
* using Python expressions * using Python expressions
* Ratings system for articles * Ratings system for articles
* Share articles you flagged as Thumbs Up via Facebook or as an Atom feed * Share articles you flagged as "Thumbs Up" via Facebook or as an Atom feed
* Built-in web server. * Built-in web server.
* Ad filtering * Ad filtering
* Multithreaded, download feeds in parallel. * Multithreaded, download feeds in parallel.
Expand All @@ -26,19 +26,19 @@ I have been using Temboz as my feed reader since 2004. I currently have over 500


## Screen shots ## Screen shots


![Reader UI](http://temboz.com/view.png) ![Reader UI](https://temboz.com/view.png)


The home page is the article reading interface, using a two-column layout. Clicking on the Thumbs down icon makes the article disappear, bringing a new one in its place (if available). Clicking on the Thumbs up icon highlights it in yellow and flags it as interesting in the database. The home page is the article reading interface, using a two-column layout. Clicking on the "Thumbs down" icon makes the article disappear, bringing a new one in its place (if available). Clicking on the "Thumbs up" icon highlights it in yellow and flags it as interesting in the database.


![Feed summary](http://temboz.com/feeds.png) ![Feed summary](https://temboz.com/feeds.png)


The feed summary page shows statistics on feeds, starting with feeds with unread articles, then by alphabetical order. Feeds can be sorted based on other metrics. You have the option of catching up with a feed (marking all the articles as read). Feeds with errors are highlighted in red (not shown). The default sort order is by feed signal-to-noise ratio. The feed summary page shows statistics on feeds, starting with feeds with unread articles, then by alphabetical order. Feeds can be sorted based on other metrics. You have the option of "catching up" with a feed (marking all the articles as read). Feeds with errors are highlighted in red (not shown). The default sort order is by feed signal-to-noise ratio.


![Feed etails](http://temboz.com/feed.png) ![Feed etails](https://temboz.com/feed.png)


Clicking on the details link for a feed brings up this page, which allows you to change title or feed URL, and shows the RSS or Atom fields accessible for filtering. Clicking on the "details" link for a feed brings up this page, which allows you to change title or feed URL, and shows the RSS or Atom fields accessible for filtering.


![Filtering rules](http://temboz.com/filters.png) ![Filtering rules](https://temboz.com/filters.png)


Feeds can be filtered by keyword, phrase, tag, author or using Python expressions. Filtering out junk pop culture makes for tremendous time savings. Feeds can be filtered by keyword, phrase, tag, author or using Python expressions. Filtering out junk pop culture makes for tremendous time savings.


Expand Down Expand Up @@ -67,4 +67,4 @@ Temboz is written in Python, and leverages Mark Pilgrim’s Ultra-liberal feed p


## Post scriptum ## Post scriptum


The name Temboz is a reference to Malima Temboz, The mountain that walks, an elephant whose tormented spirit is the object of [Mike Resnick’s](http://mikeresnick.com/) excellent SF novel, [Ivory](http://www.penguinrandomhouse.com/books/231473/ivory-by-mike-resnick/9781591025467). The name "Temboz" is a reference to Malima Temboz, "The mountain that walks", an elephant whose tormented spirit is the object of [Mike Resnick’s](http://mikeresnick.com/) excellent SF novel, [Ivory](http://www.penguinrandomhouse.com/books/231473/ivory-by-mike-resnick/9781591025467).

0 comments on commit c04655b

Please sign in to comment.