rkd77
rkd77
These 3 commits marked [ssl] from 15th November 2019 likely caused error. I did not realize that anybody compiles on so ancient operating systems. You can revert these commits, on...
@ZaxonXP, I was trying to get rid of warnings, I replaced deprecated functions calls in ssl code. Unfortunately it was caued compilation failure on older versions of openssl. So I...
Combining browser scripting with local CGI can do it. I tried it, but had problems with relative links. CGI script ~/cgi/read.cgi looks like this: #!/usr/bin/python3 import os import subprocess import...
./autogen.sh ./configure --enable-cgi --with-python (other options) make make install Copy contrib/python/* to ~/.elinks/ and modify to your needs. python3 devel package is required.
In 0.14.0 PDF is generated by dblatex. Any difference?
pull request #64
You can workaround it a bit with settings: ui.colors.color.desktop.text ui.colors.color.desktop.background ui.background_char
AFAIK, it must be changed to: set document.uri_passing.urlmail.command="urlmail %c" you can also set document.uri_passing.urlmail.foreground=0 (or 1)
Try to build with this ^. If this does not help to compile, no idea. No access to Windows, sorry.
This ^ way you eventually compile it. If for some problematic header in the meson.build there is conf_data.set10(, try to change it conf_data.set( like in [eb226fc](https://github.com/rkd77/elinks/commit/eb226fcc5e434a00d045fa9435a953fc726d47a7). In case of warnings...