ploum pushed to master at ploum/offpunk 2022-02-07 08:18:52 +00:00
d0294fb58c trying to fallback on html if theres no entries in the feed.
f205dde0b6 full functionnal support for RSS and Atom
8b1e28427b Basic support for RSS/Atom feeds
81f3ff9f5b use magic by default if available to get mimetype
79572a93ca small html rendering improvement
Compare 5 commits »
ploum pushed to master at ploum/offpunk 2022-02-05 11:49:50 +00:00
c405f8ddd9 improved title for non-fetched ressource
ploum pushed to master at ploum/offpunk 2022-02-05 09:56:55 +00:00
08aedd4b42 improving html rendering
11e6b3ccbc README improvments
8de8c9ff7f new option --disable-http
1cb3f48845 minor improvement in handling html titles
Compare 4 commits »
ploum pushed to master at ploum/offpunk 2022-02-04 12:00:38 +00:00
c985f1e8b4 aborting when an url is too long (this is an OS limitation)
5d19662e3e adding depth and support for img in html
db991b2fd2 new argument to command less : full, allowing to disable readability
ba2c2f0d0e updated VERSIONS
Compare 4 commits »
ploum pushed to master at ploum/offpunk 2022-02-03 12:38:16 +00:00
e7f7e417e6 vastly improved syncing performance by building caches in more situation and disabling https_everywhere
ploum pushed to master at ploum/offpunk 2022-02-02 11:59:04 +00:00
ee1c660d74 This is an experiment to make --sync more intuitive based on Bjorn
ploum pushed to master at ploum/offpunk 2022-02-02 09:41:18 +00:00
1881b98d96 adding our own user-agent else offpunk is considered as a bot by many http servers
ploum pushed to master at ploum/offpunk 2022-02-01 11:39:58 +00:00
c038fc9579 Merge branch 'master' of tildegit.org:ploum/AV-98-offline
591c848478 close #6 (please test). It seems there are two XDG modules out there which are both incompatibles. The one is Debian seems to be a mix of both so I migrated to the correct way of using it (thanks to Klaus Alexander for providing code example). If this doesn’t work for everyone, we will have to support both way (code also provided by Klaus Alexander)
Compare 2 commits »
ploum commented on issue ploum/offpunk#6 2022-02-01 11:07:47 +00:00
Incompatible ‘xdg’ modules

thanks for the report, could you please test this fix ?

ploum closed issue ploum/offpunk#6 2022-02-01 11:02:04 +00:00
Incompatible ‘xdg’ modules
ploum pushed to master at ploum/offpunk 2022-02-01 11:02:04 +00:00
19007edcd7 close #6 (please test). It seems there are two XDG modules out there which are both incompatibles. The one is Debian seems to be a mix of both so I migrated to the correct way of using it (thanks to Klaus Alexander for providing code example). If this doesn’t work for everyone, we will have to support both way (code also provided by Klaus Alexander)
ploum pushed to master at ploum/offpunk 2022-02-01 09:52:51 +00:00
6b0c362b5e do not update history while syncing
ed81c3245f removing a forgotten print
Compare 2 commits »
ploum pushed to master at ploum/offpunk 2022-01-31 13:56:08 +00:00
d572f17903 Merge branch 'master' of tildegit.org:ploum/AV-98-offline
635dfdbf80 releasing 0.2
Compare 2 commits »
ploum pushed tag v0.2 to ploum/offpunk 2022-01-31 13:50:38 +00:00
ploum released Offpunk 0.2 : What is Offline? at ploum/offpunk 2022-01-31 13:50:38 +00:00
ploum commented on issue solderpunk/AV-98#38 2022-01-31 13:47:20 +00:00
Ability to delete bookmarks

I tested a solution in Offpunk (which is a fork of AV-98) with python-editor to edit bookmark file (and other bookmark management commands such as "archive").

If considered as useful, those…

ploum pushed to master at ploum/offpunk 2022-01-31 13:43:15 +00:00
dc3fbcc8a5 releasing 0.2
ploum pushed to master at ploum/offpunk 2022-01-31 10:54:24 +00:00
4980890ac4 fixing a crash
ploum pushed to master at ploum/offpunk 2022-01-31 10:51:40 +00:00
2dbe7de21c improving documentation
fb6511d51d pretty titles in list and not adding lists to history
b611c1ec87 fixing a bug where mailto: url were not counted as URL in a page
Compare 3 commits »
ploum pushed to master at ploum/offpunk 2022-01-30 13:22:27 +00:00
f2944d35af first step to transform renderers into their own objects