pictuga
|
dd2651061f
|
feeds & morss: clean up comments/empty lines
|
2020-03-20 12:25:48 +01:00 |
pictuga
|
912c323c40
|
feeds: make function output more consistent
e.g. setters return nothing, getters return sth relevant or None (i.e. no empty strings)
|
2020-03-20 12:23:15 +01:00 |
pictuga
|
5705a0be17
|
feeds: fix delete/rmv code
|
2020-03-20 12:22:07 +01:00 |
pictuga
|
4735ffba45
|
feeds: fix .convert auto-convert
To fix inheritance loophole
|
2020-03-20 12:20:41 +01:00 |
pictuga
|
08e39f5631
|
feeds: give simpler name to helper functions
|
2020-03-20 12:20:15 +01:00 |
pictuga
|
765a43511e
|
feeds: remove unused import
|
2020-03-20 12:19:08 +01:00 |
pictuga
|
5865af64f9
|
Fix indent output for html/xml
|
2020-03-20 12:18:13 +01:00 |
pictuga
|
ae3bd58386
|
README: clarify newsreader hook syntax
|
2020-03-20 11:43:19 +01:00 |
pictuga
|
e3be9b5a9e
|
README: improve layout
|
2020-03-20 11:41:43 +01:00 |
pictuga
|
f8c09af563
|
README: improve syntax highlighting
|
2020-03-20 11:33:52 +01:00 |
pictuga
|
48beeede97
|
README: update cache part
|
2020-03-20 11:27:05 +01:00 |
pictuga
|
b3b90c067a
|
morss.py: remove "useless" functions
Have to keep the code clean
|
2020-03-20 11:19:06 +01:00 |
pictuga
|
2b50b7a570
|
setup.py: update licence info
|
2020-03-20 11:00:52 +01:00 |
pictuga
|
a1c8093b6e
|
README: improve md layout
|
2020-03-19 23:06:25 +01:00 |
pictuga
|
e681dd56c2
|
README: reflect new code location
|
2020-03-19 23:04:21 +01:00 |
pictuga
|
5288cc8796
|
Clean up unused import's
|
2020-03-19 15:09:53 +01:00 |
pictuga
|
d12d44a500
|
Remove unused hash-bangs
Leftovers from debugging
|
2020-03-19 15:06:28 +01:00 |
pictuga
|
ee8c57c1fc
|
feeds: avoid convert to self
|
2020-03-19 12:54:04 +01:00 |
pictuga
|
bda51b0fc7
|
feeds & morss: many encoding/tostring fixes
|
2020-03-19 12:53:25 +01:00 |
pictuga
|
c09b457168
|
feeds: fix .dic code
Bug introduced recently…
|
2020-03-19 11:36:20 +01:00 |
pictuga
|
b47e40246c
|
feeds: clean up html code handling
|
2020-03-19 11:35:51 +01:00 |
pictuga
|
9cf933723f
|
feeds: clean up time handling
Includes a shameful fix on @property
|
2020-03-19 11:35:02 +01:00 |
pictuga
|
d26795dce8
|
morss: from feedify to feeds
Also scrap obsolete feedify code
|
2020-03-19 10:27:44 +01:00 |
pictuga
|
2704e91a3d
|
readabilite: handle another weird html stuff
|
2020-03-19 10:24:09 +01:00 |
pictuga
|
f48961a7e4
|
feeds: small code cleanups
|
2020-03-19 10:13:22 +01:00 |
pictuga
|
fd51f74eb5
|
feeds: drop facebook-related code
No longer maintained and of little use anyway
|
2020-03-19 10:03:59 +01:00 |
pictuga
|
d3fe51cea5
|
feeds: remove duplicated code
|
2020-03-19 09:49:52 +01:00 |
pictuga
|
449bc3c695
|
feeds: fix handling of html code
|
2020-03-19 09:48:53 +01:00 |
pictuga
|
13ea52ef80
|
feeds: add .torss()
|
2020-03-19 09:47:58 +01:00 |
pictuga
|
aa2b56b266
|
feeds: small code cleanups
|
2020-03-19 09:47:17 +01:00 |
pictuga
|
296e9a6c13
|
feedifiy.ini: clean up following feeds.py's html intro
|
2020-03-18 16:52:28 +01:00 |
pictuga
|
ab145813d6
|
README: remove ref to dropped deps
|
2020-03-18 16:48:07 +01:00 |
pictuga
|
9dbe061fd6
|
Remove markdown-related code
Time to clean up the code and stop with those non-core features
They just make the code harder to maintain
|
2020-03-18 16:47:00 +01:00 |
pictuga
|
dbb9cccc42
|
reqs.txt: remove dropped dependencies
ordereddict & wheezy.template
|
2020-03-18 16:43:29 +01:00 |
pictuga
|
4a70aa9dfa
|
feeds: auto-parse()
|
2020-03-18 16:34:40 +01:00 |
pictuga
|
c2f85da94a
|
feeds: add html support, adapt .tohtml()
|
2020-03-18 16:33:10 +01:00 |
pictuga
|
e3528a8f36
|
feeds: use FeddJSON for .tojson()
Clean up related code
|
2020-03-18 16:31:36 +01:00 |
pictuga
|
2dd9ae202d
|
feeds: add 'mode' to Parsers
|
2020-03-18 16:24:08 +01:00 |
pictuga
|
8e3d32f24c
|
feds: rename 'ruleset' into 'default_ruleset'
Better reflects its use
|
2020-03-18 16:22:03 +01:00 |
pictuga
|
6ce616106b
|
feeds: disable 'multi' ruleset
RSS ruleset has been cut into 4 rulesets
|
2020-03-18 16:20:42 +01:00 |
pictuga
|
186fa2b408
|
feedify: remove empty 'path' lines
|
2020-03-18 16:18:22 +01:00 |
pictuga
|
e9d46cb6a9
|
feeds: move mimetypes into .py from .ini
|
2020-03-18 16:08:42 +01:00 |
pictuga
|
7644c550ec
|
feedify: remove id, is_permalink as well
|
2020-03-17 16:48:36 +01:00 |
pictuga
|
e460fdc8f4
|
feeds: remove little-used properties
id, is_permalink
Also a good opportunity to trash the unreliable bool-parsing code
|
2020-03-17 16:46:42 +01:00 |
pictuga
|
1e714ab34b
|
feeds: add ability to convert to another typo of feed
|
2020-03-17 14:02:24 +01:00 |
pictuga
|
4ba4d73ce6
|
feeds: add json support
|
2020-03-17 14:02:01 +01:00 |
pictuga
|
6d5aa8c222
|
feeds: clean up .append()
|
2020-03-17 13:59:51 +01:00 |
pictuga
|
f10727f94a
|
feeds: small code cleanup's
|
2020-03-17 12:26:34 +01:00 |
pictuga
|
d42e19a165
|
feeds: beter rules handling
"Dynamic" rule set picking, better handling of non-multi rules
|
2020-03-17 12:23:36 +01:00 |
pictuga
|
fe46c6c522
|
feeds: pass parent Feed to Items
|
2020-03-17 12:22:14 +01:00 |