Showing posts with label rssowl. Show all posts
Showing posts with label rssowl. Show all posts

RSSOwl 2.0.1 Review - Feature-Rich Feed Reader for Linux

    Written in Java, RSSOwl is a powerful feed reader for Linux, with support for RSS, RDF and Atom feeds, with a lot of features and customisation options.

    Licensed under the Eclipse Public License, RSSOwl includes features like:

    - tabbed browsing
    - three view modes: classic, vertical and newspaper
    - possibility to share news to popular social networks like Twitter, Reddit, Digg, StumbleUpon, Technorati or Delicious
    - labels
    - notifications
    - news filters
    - add-on support
    - importing and exporting feeds and feed preferences
    - system tray integration (via the Tools -> Preferences -> View menu)

    And these features aren't all the features RSSOwl can offer.

    RSSOwl 2.0.1 in Ubuntu

    By default, RSSOwl opens with a typical interface to feed reader applications, with the feeds list to the left and the web browser tabs to the right (classic view), but this can be changed from the View -> Layout menu. The other two view modes are Vertical View (which will split the news widget to the left and the browser to the right) and Newspaper View (which will list both the news title and the feed content in the same widget).

    Newspaper view mode

    The 'import' function allows the user to import feeds from a file or website, but it also includes the possibility to import recommended feeds, and, more useful, feeds which match user-specified tags from pre-defined news websites, like Google or Yahoo News. I'm not sure which is the service providing these feed lists, but they are definitely useful:

    Generated feeds for 'linux'

    Importing feeds from various websites

    The 'export' function allows not only to export feeds, but also preferences and labels.

    RSSOwl also allows to search the news feeds, and it supports wildcards like ? or * for a more powerful search. The fullscreen mode (F11) is also available.

    The configuration window allows to customise the internal browser, feeds (update interval, sorting, display method, when to delete old news), notifications, labels, sharing and view modes. RSSOwl can also be integrated in the system tray.

    One of the minuses I could catch was that RSSOwl will fail to fetch and display feeds which contain some invalid code, although other feed readers like Akregator or Liferea show them.

    Sharing news - many popular networks are supported

    Except for refusing to fetch certain feeds (which can be a big minus), RSSOwl is a complete and powerful feed application who deserves a try and easily competes with readers like Akregator or Liferea.

    Official website
    Install RSSOwl 2.0.1 in Ubuntu 9.10 Karmic: See this article
    Source URL: https://ashesgarrett.blogspot.com/search/label/rssowl
    Visit ashes garrett for Daily Updated Hairstyles Collection

How-To: Install RSSOwl 2.0.1 in Ubuntu 9.10 Karmic

    RSSOwl is a feature-rich RSS feed reader written in Java. To install the latest release in Ubuntu 9.10, follow the instructions below:

    RSSOwl 2.0.1 running in Ubuntu

    Edit your /etc/apt/sources.list:

    sudo nano /etc/apt/sources.list

    And add the following line:

    deb http://packages.rssowl.org/ubuntu karmic main

    Save the file (Ctrl+O), exit (Ctrl+X) and then add this repository's key to the trusted keys:

    wget -q http://packages.rssowl.org/project/rene.moser.pubkey -O- | sudo apt-key add -

    Update the packages list:

    sudo apt-get update

    And install RSSOwl:

    sudo apt-get install rssowl

    This is it. To remove RSSOwl from your Ubuntu box use:

    sudo apt-get remove --purge rssowl
    Source URL: https://ashesgarrett.blogspot.com/search/label/rssowl
    Visit ashes garrett for Daily Updated Hairstyles Collection

How-To: Install RSSOwl 2.0 in Ubuntu 9.10 Karmic and 9.04 Jaunty

    RSSOwl is a powerful feed reader application for Linux licensed under the Eclipse Public License and written in Java. To get it up and running in Ubuntu, all you have to do is follow the few steps below:


    Install the unzip and sun-java6-bin packages:

    sudo apt-get install unzip sun-java6-bin

    With your user password. Next, download the .zip package from the official website (direct link here). Unzip it either graphically from Nautilus or issuing the command below in a terminal, making sure the current working directory is the one where you saved the rssowl-2.0-M9.linux.gtk.x86.zip file:

    unzip rssowl-2.0-M9.linux.gtk.x86.zip

    What you have now is an rssowl directory, which you can copy anywhere in your home directory.

    To run RSSOwl, just run the script RSSOwl inside the rssowl directory:

    ./RSSOwl

    Alternately, you can make a desktop shortcut to it. That's all.
    Source URL: https://ashesgarrett.blogspot.com/search/label/rssowl
    Visit ashes garrett for Daily Updated Hairstyles Collection

Blog Archive