Commit graph

29 commits

Author SHA1 Message Date
Alexandre Dulaunoy 502018fcbb
chg: [rssmerge] Markdown output improved and code clean-up 2024-03-09 18:22:30 +01:00
Alexandre Dulaunoy 779f49d143
Merge branch 'master' of github.com:adulau/rss-tools 2024-03-04 15:03:44 +01:00
Alexandre Dulaunoy 7cbd0d037d
chg: [requirements] updated 2024-03-04 15:03:06 +01:00
Alexandre Dulaunoy 4f26394692
chg: [rssfind] added a brute-force mode -b to discover potential feed source 2024-03-04 11:14:28 +01:00
Alexandre Dulaunoy 149c6b4489
chg: [rssfind] set coherent User-Agent headers 2024-03-03 22:07:18 +01:00
Alexandre Dulaunoy 848b96a03c
new: [rssfind.py] a simple script to discover RSS/Atom feeds from an URL 2024-03-03 21:49:55 +01:00
Alexandre Dulaunoy 243ac1d233
Update README.md 2024-02-11 16:36:58 +01:00
Alexandre Dulaunoy 581a86c3d4
chg: [tools] Common User-Agent string 2024-02-11 16:32:40 +01:00
Alexandre Dulaunoy 8723a786e2
chg: [doc] add a philosophical footnote about the crapification 2024-02-11 13:45:23 +01:00
Alexandre Dulaunoy 13e4faac20
chg: [doc] example of rssmerge added 2024-02-11 13:38:23 +01:00
Alexandre Dulaunoy 7799b699f7
Update README.md 2024-02-11 13:36:21 +01:00
Alexandre Dulaunoy 763a3f1625
chg: [doc] add rsscount in the list of tools entering the future 2024-02-11 13:35:16 +01:00
Alexandre Dulaunoy db022e4204
chg: [rsscount] make rsscount.py enter the modern world with Python 3 2024-02-11 13:29:51 +01:00
Alexandre Dulaunoy ae264dceac
chg: [doc] add the license 2024-02-11 13:22:11 +01:00
Alexandre Dulaunoy 68eadef022
chg: [doc] rssdir is now the modern world 2024-02-11 13:19:51 +01:00
Alexandre Dulaunoy a8e68ea93a
fix: [rssdir] made a clearer message for the missing directory 2024-02-11 13:16:55 +01:00
Alexandre Dulaunoy d098301d39
Merge branch 'master' of github.com:adulau/rss-tools 2024-02-11 13:15:56 +01:00
Alexandre Dulaunoy 93ced8398e
chg: [rssdir] Make rssdir work in the modern world - move to Python 3 2024-02-11 13:15:23 +01:00
Alexandre Dulaunoy f185e0b80b
Create jekyll-gh-pages.yml 2024-02-11 12:07:39 +01:00
Alexandre Dulaunoy 2240a563d2
chg: [doc] links fixed 2024-02-11 12:05:34 +01:00
Alexandre Dulaunoy 7d7e88efa8
chg: [LICENSE] add missing license (2-clause BSD) 2024-02-11 12:05:13 +01:00
Alexandre Dulaunoy 6153cc67ca
chg: [doc] updated README file following the recent changes 2024-02-11 12:01:38 +01:00
Alexandre Dulaunoy 2905a6677d
chg: [REQUIREMENTS] added 2024-02-11 12:01:17 +01:00
Alexandre Dulaunoy a903325ec4
fix: [rssmerge] debug removed 2024-02-11 11:56:03 +01:00
Alexandre Dulaunoy 85381a7673
fix: [rssmerge] Improved the summary text when it's coming from RSS feed
without Title

- Title is built from the summary text and the HTML code is removed
- An option has been added to set the limit of the summary
2024-02-11 11:54:31 +01:00
Alexandre Dulaunoy 5957d24d85
chg: [REQUIREMENTS] added 2024-02-11 11:19:35 +01:00
Alexandre Dulaunoy 659d74535e
chg: [rssmerge] Convert very old script (17 years old ;-) to Python 3
- Add a very basic Markdow list output
- Fix RSS feed with no `modified` time
2024-02-11 11:17:49 +01:00
Alexandre Dulaunoy 54a82c0ce9
chg: [rsscluster] Python2 to Python3 + updates
- Trying to resurect old script to merge rss
- Testing with Mastodon rss feed (which doesn't contain title) -> https://github.com/mastodon/mastodon/issues/18553
  - Maybe a need to remove completely the title (it seems an RSS feed
  can work without `title` field)
- Fixing some random bugs in this 11 years old code
2024-02-11 10:49:20 +01:00
Alexandre Dulaunoy fe766ccbbc Initial rss-tools crappy code from 2007 imported. 2013-04-14 14:05:30 +02:00