Commit Graph

162 Commits

Author SHA1 Message Date
a8feac9811 Detail MAX settings in README 2013-05-23 21:48:45 +02:00
ee08cccf9c Updated README since SERVER var drop. 2013-04-28 11:37:11 +02:00
4abf7b699c Use readability to fetch article content.
Makes the whole "xpath rules" things useless. Almost any feed is now supported. CSS liferea stylesheets are also uneeded now, since readability cleans up html code a more efficient way. README was updated.
2013-04-19 11:37:43 +02:00
437b0da8a9 Updated README to reflect 404 redirection support. 2013-04-19 11:30:34 +02:00
af8879049f Another huge commit.
Now uses OOP where it fits. Atom feeds are supported, but no real tests were made. Unix globbing is now possible for urls. Caching is done a cleaner way. Feedburner links are also replaced. HTML is cleaned a more efficient way. Code is now much cleaner, using lxml.objectify and a small wrapper to access Atom feeds as if they were RSS feeds (and much faster than feedparser). README has been updated.
2013-04-15 18:51:55 +02:00
ad25516e34 Speak about deleteTags in README. 2013-04-04 18:31:26 +02:00
82084c2c75 Move to OOP.
This is a huge commit. The whole code is ported to Object-Oritented Programming. This makes the code cleaner, which became required to deal with all the different cases, for example with encoding detection. Encoding detection now works better, and uses 3 different methods. HTML pages with an xml declaration are now supported. Feed urls with parameters (eg. "index.php?option=par") are also supported. Cache is now smarter, since it no longer grows indefinitely, since only in-use pages are kept in the cache. Caching is now mandatory. urllib (not urllib2) is no longer needed. Solved a possible crash with log function (when passing list of str with non-unicode encoging).
README is also updated.
2013-04-04 17:43:30 +02:00
f734fb2623 Added quick licence information. 2013-03-29 20:05:53 +01:00
682ab253b0 Typo in README 2013-02-25 21:56:16 +01:00
217ff0fd8f Use better markdown syntax for default xpath rule 2013-02-25 21:55:17 +01:00
27b0fbaf01 Speak about default xpath in README 2013-02-25 21:54:04 +01:00
be17f0c78f Updated README to markdown 2013-02-25 21:49:38 +01:00