- Description:
- w3m is a pager with WWW capability.
- Last Change:
- Clone URL:
ssh://anonymous@git.rkta.de/w3m
Commit Briefs
Add option section for experimental features (exp, sr.ht/exp)
Fix dd auto closing
* </dl>, <dt> now closes the last open <dd> * remove redundant if/else in <dd> processing This is mainly aimed at fixing the rendering of doc-jp/FAQ.html, which does not close its dd tags and hence was rendered rather strangely since my previous modifications to dl rendering.
Fix -dump_source on compressed streams
This reverts the removal of the not so redundant assignment from commit ca937216 (Get rid of DO_EXTERNAL macro, 2021-09-07). That removal was the initial problem leading to the failed attempt e933cf83 (Fix segfault with dump_source on compressed data, 2024-04-28) which was reverted later.
Fix default download directory option
Do not add a separator if the value is unset.
Include response code 308 for following redirects (sr.ht/next)
Unlink temp history on error
Remove tmp file in case of failure. While at it, fix error message.
Refactor URL history handling
loadHistory and saveHistory both are only used for the URL history which is a global variable. Do not pass pointers, but access this global directly. This has the advantage that the current history is updated when saveUrlHistory (former saveHistory) is called. This is in preparation for the next patch.
Tree
README
w3m: WWW wo Miru Tool ===================== w3m is a pager with WWW capability. It IS a pager, but it can be used as a text-mode WWW browser. This package <https://sr.ht/~rkta/w3m> is forked from the Debian version <https://github.com/tats/w3m>, which was forked from the original version <https://sourceforge.net/projects/w3m/>. There are three important branches: master, next and oldstable. Branch master is the current stable version where the next release will be made from. Branch next serves as a release candidate for branch master. It contains new features and other patches that are staged to get merged into branch master after some time of testing in day to day usage. Branch next will be rebased and force pushed regularly. Branch oldstable contains a very conservative set of bug fixes to the last release of tats/w3m. Additionally there is a branch gemini which is just branch master but with a patch to add support for the gemini protocol and hypertext format. For historical reason most active development happens using quilt. The quilt patch series is regularly pushed to branch patches. Need Support?? Join: https://web.libera.chat/#w3m Send questions, bug reports and patches to: ~rkta/w3m@lists.sr.ht Follow us on Email: ~rkta/w3m-announce+subscribe@lists.sr.ht ;-) If you can read English, see doc/*. If you can read Japanese, see doc-jp/*. If you can read both, read both and correct English. :-)
