from canto.extra import * link_handler("xterm -e lynx \"%u\"", text=True) link_handler("gnome-mplayer -someoptions \"%u\"", ext="mp3") link_handler("evince \"%u\"", ext="pdf", fetch=True) def resize_hook(cfg): cfg.reader_orientation = "left" cfg.reader_lines = cfg.width / 2 cfg.columns = (cfg.width / 2) / 65 add("http://www.hispalinux.es/node/feed", tags=["Hispalinux"]) add("http://backends.barrapunto.com/barrapunto.rss", tags=["Barrapunto"]) add("http://www.meneame.net/rss2.php", tags=["Menéame: publicadas"]) add("http://archlinux.org/feeds/news/", tags=["Arch Linux: Recent news updates"]) add("http://www.reddit.com/.rss", tags=["reddit.com: where dreams come true"]) add("http://feeds.feedburner.com/failblog", tags=["Epic Fail Funny Videos and Funny Pictures"]) add("http://www.xkcd.com/atom.xml", tags=["xkcd.com"]) add("http://www.reddit.com/r/linux/.rss", tags=["The Stallman Subreddit."]) add("http://www.pixfans.com/feed/", tags=["PixFans"]) add("http://bulma.net/xml.php", tags=["BulmaLUG"]) add("http://feeds2.feedburner.com/ascodevida", tags=["Asco de vida"]) add("http://www.hispalinux.es/node/feed", tags=["Hispalinux"]) add("http://backends.barrapunto.com/barrapunto.rss", tags=["Barrapunto"]) add("http://www.meneame.net/rss2.php", tags=["Menéame: publicadas"]) add("http://archlinux.org/feeds/news/", tags=["Arch Linux: Recent news updates"]) add("http://www.reddit.com/.rss", tags=["reddit.com: where dreams come true"]) add("http://feeds.feedburner.com/failblog", tags=["Epic Fail Funny Videos and Funny Pictures"]) add("http://www.xkcd.com/atom.xml", tags=["xkcd.com"]) add("http://www.reddit.com/r/linux/.rss", tags=["The Stallman Subreddit."]) add("http://www.pixfans.com/feed/", tags=["PixFans"]) add("http://bulma.net/xml.php", tags=["BulmaLUG"]) add("http://feeds2.feedburner.com/ascodevida", tags=["Asco de vida"]) add("http://www.pikabit.net/feed/", tags=["Pikabit"])