Canto (news aggregator)

Canto

Canto screenshot
Original author(s) Jack Miller
Stable release
0.9.6 / June 1, 2016 (2016-06-01)
Operating system Linux
Type news aggregator
License GNU General Public License (version 2)
Website codezen.org/canto-ng

Canto is a terminal based aggregator for online news. It supports all major news formats (RSS/RDF and Atom), as well as importing from and exporting to OPML. The news content is downloadable and as such Canto also has limited podcasting support. Canto intends to be extremely flexible and extensible, allowing the full use of the Python programming language in its configuration.[1]

History

Canto is a Python rewrite of NRSS (a C-based news reader that has since been deprecated), starting in early 2008. The project was started to address many of the shortcomings of NRSS, particularly multiple line item titles, more formats supported, and general fragility. A lot of code was eliminated by using Mark Pilgrim's feedparser and chardet libraries. The name canto was chosen to describe the divisions apparent in the default interface, like the divisions of a long poem.

Distinguishing features

Canto's main appeal is that all of the content is displayed in a single list that is fully visible by default. Feeds can be hidden and items can be dynamically filtered out so that at any given time the most relevant information is visible. The summary of an item is accurately depicted in HTML rendered to text, including image links and enclosure (podcast) content (both of which can be downloaded with external handlers).

Configuration is done using Python,[2] allowing users to alter Canto with custom classes and functions. Sorting and filtering is done in the same manner as typical Python lists, and new themes and styles can just override part of the default renderer class. Extra functionality has been added using extra libraries.[3]

Canto fully supports using Unicode/UTF-8 in feed items, and for user input.[3]

Lastly, Canto's information is updated by a separate process, canto-fetch, which can either run as a daemon or as a cron-job.

References

  1. "Canto". linuxlinks.com. 2009-08-09. Retrieved 2010-01-09.
  2. "Fluxbox and Canto". sleekmason.wordpress.com. Retrieved 2010-01-09.
  3. 1 2 "Canto FAQ". codezen.org. Archived from the original on 2009-05-22. Retrieved 2010-01-09.

See also

External links

This article is issued from Wikipedia - version of the 11/14/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.