- Description:
- w3m is a pager with WWW capability.
- Last Change:
- Clone URL:
ssh://anonymous@git.rkta.de/w3m
Commit Briefs
WIP Do not search for extlibs (pkg-config, sr.ht/pkg-config)
Why do we need them?
WIP Use pkg-config for extlibs first
Fall back to old way if pkg-config fails.
Use pkg-config first to find libgc
Fall back to old way if pkg-config fails.
Use GC_LIBS instead of LIBGC
This is in preparation for a coming commit.
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. :-)
