An RSS/Atom newsreader that sucks less

Canto|Download

[HOME] [NEWS] [FAQ] [SCREENS] [DOWNLOAD] [GETTING STARTED] [CONFIG] [STYLE] [GITWEB]
Latest: 0.5.7
(Changes / News Post)

[SRC] (canto-0.5.7.tar.gz)
[DEB] (canto_0.5.7-1_i686.deb)
[DEB] (canto_0.5.7-1_amd64.deb)

Gentoo
Project Sunrise Overlay

Arch
Arch User Repository

Download

To the right, you'll find the download links you need, whether you're building from source or installing a package. Deb packages are in no way official, until a Debian maintainer picks up this reader, but should work for both Debian and Ubuntu.

If you're interested in being bleeding edge, you can download the source straight from the git repo with this command:

        $ git clone http://codezen.org/src/canto.git
        

Manual Install

Installing by hand is very easy since Canto uses the standard Python distutils. This is documented in the INSTALL file inside the tarball.

Untar

        $ tar -xvf canto-version.tar.gz
        

Install

        $ cd canto-version
        $ sudo python setup.py install
        

Or, run without installing

        $ cd canto-version
        $ ./runhere.sh
        

This will install canto to the root of your filesystem. Alternatively, if you don't want to install Canto, or don't have permissions to install Canto, you can untar the source and run ./runhere.sh and try Canto without leaving the source directory.

Installing elsewhere

Installing using `setup.py install --home` or any other prefix should work as well. However, you must make sure that you setup your paths correctly. For example, if you install with `setup.py install --prefix=/home/myuser/canto-root` to properly run canto you'd have to set:
        $ export PATH="$PATH:/home/myuser/canto-root/bin"
        $ export PYTHONPATH="$PYTHONPATH:/home/myuser/canto-root/usr/lib/site-packages"
         
Optionally, if you want help to work inside of canto, you have to add to your MAN_PATH too.
        $ export MANPATH="$MANPATH:/home/myuser/canto-root/share/man"
         
If you use canto a lot from this root, you can add these to your shell profile (.zshrc/.bashrc, etc.)

Requirements

Platforms

Send all bug reports to jack [at] codezen [dot] org
Or come to discuss in #canto on irc.freenode.net