|
88af80e817
|
feeds: no need to decode xml strings
It event makes python3 lxml get angry
|
2015-04-06 22:37:33 +08:00 |
|
|
9d64c31947
|
Feeds: use crawler.py encoding detection
|
2015-03-24 23:23:40 +08:00 |
|
|
656b29e0ef
|
2to3: using unicode/str to please py3
|
2015-03-11 01:05:02 +08:00 |
|
|
28bb4b8647
|
2to3: csv (with if python 3)
|
2015-03-03 00:59:33 +08:00 |
|
|
9bc5b0c7f7
|
2to3; ordereddict fallback was for python2.6
|
2015-03-03 00:57:09 +08:00 |
|
|
7bd448789d
|
2to3: first attempt to fix strings
|
2015-02-26 00:50:23 +08:00 |
|
|
327b8504c4
|
2to3: feeds.py port urllib2
|
2015-02-25 18:22:38 +08:00 |
|
|
27cf8f6498
|
2to3: (iter)items to list
|
2015-02-25 12:02:53 +08:00 |
|
|
446dd9fb3f
|
Fix typo in FeedListDescriptor
Thanks @tehsphinx. Fixes #4.
|
2015-02-20 17:41:14 +08:00 |
|
|
ef946c0712
|
XML pretty-print in separate option
Who reads plain XML anyway?
|
2015-02-20 17:38:39 +08:00 |
|
|
d877e856d3
|
Fix feed.items.append since pep8
The underscore naming convention was not yet applied in that function
|
2014-06-22 20:13:36 +02:00 |
|
|
ee3b2590d0
|
Remove useless line-break (pep8)
|
2014-06-22 20:00:44 +02:00 |
|
|
3ca5dbaf31
|
Raise ImportError when missing dependency for call
|
2014-06-22 02:04:14 +02:00 |
|
|
f01efb7334
|
Make most of the code pep8-compliant
Thanks a lot to github.com/SamuelMarks for his nice work
|
2014-06-22 01:59:01 +02:00 |
|
|
da0a8feadd
|
Replace TABS with FOUR SPACES in .py
(you might want to use: git diff -w)
|
2014-06-21 18:35:59 +02:00 |
|
|
286b90ab8e
|
Fix typo in error raising message
|
2014-06-21 16:29:05 +02:00 |
|
|
1cf959ce5b
|
Fix item.link deletion
|
2014-06-21 16:08:37 +02:00 |
|
|
f90958149e
|
Add :reader
Uses wheezy.template, which is said to be fast and light. Provided template file is really basic, custom css suggested.
|
2014-05-29 14:12:16 +02:00 |
|
|
7fbe728f93
|
Feeds: allow json, csv export
Uses OrderedDict
|
2014-01-13 00:08:03 +01:00 |
|
|
ec55f5e856
|
Use smarter order for RSS.dict
|
2014-01-13 00:07:04 +01:00 |
|
|
5feb061bf7
|
First attempt at decent folder structure
Use setup.py, subfolder for code.
|
2014-01-11 17:11:57 +01:00 |
|