From 840c626cbca3ffe4dd71d54da8c5bdc217bc0f52 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Thu, 10 Jun 2010 14:06:58 +0200 Subject: Release 1.4. It is now possible to remove all articles of a given feed from the SQLite base via the management page. You can also add a feed just with the URL of the web page. The URL of the feed is obtained by parsing the web page with the module BeautifulSoup. --- var/feed.lst | 1 + 1 file changed, 1 insertion(+) (limited to 'var') diff --git a/var/feed.lst b/var/feed.lst index c850dafb..29bb04e0 100755 --- a/var/feed.lst +++ b/var/feed.lst @@ -24,3 +24,4 @@ http://www.jeffersonswheel.org/?feed=rss2 http://www.laquadrature.net/en/rss.xml http://static.fsf.org/fsforg/rss/blogs.xml http://esr.ibiblio.org/?feed=rss2 +http://www.maitre-eolas.fr/feed/atom \ No newline at end of file -- cgit