Linus Tech Tips tries the Links web browser on a dialup connection:
https://www.youtube.com/watch?v=T-qyNFjZaQs&t=389s

Linus Tech Tips tries the Links web browser on a dialup connection:
https://www.youtube.com/watch?v=T-qyNFjZaQs&t=389s

@phl @masek I mean this in the red circle, which I can't find on Github pages (not even a text link saying "Download"). This is the webpage of our FOSS Links browser. I assume many people will hear about our Links browser and think "OK - let's give it a try - to give it a try I need to download it first. Where can I download it? Oh, a huge green rectangle saying "Download"! That looks like the thing I have to click to download it!", then they click it and there is a selection of versions to download, binary vs. source download, pre-download prerequisities (libraries). But the important thing is they know where to click to even get into the download section. And I can't find that in the Github interface.
So when I can't find the Download button I can't download it. And when I can't download it, I can't use it. So I abandon the program and google up some alternative to it.
All bug trackers seem to be too complicated, so I made one myself in less than 300 lines. I imported the issues from GitHub and it seems to work well in #Dillo and #links2.
https://bug.dillo-browser.org/
Issues are stored in plain Markdown files with some special headers in a git repository. They get rendered to HTML when pushing a new commit to the bugtracker repo.
The whole thing is less than 300 lines of shell script and awk. It uses no javascript or databases.
@tsvenson @bagder at least my validator per RFC 3986 says:
Valid URI: {
'scheme': 'http',
'authority': 'http:',
'_split_authority': {
'userinfo': None,
'host': 'http',
'port': ''
},
'path': '//http://@http://http://',
'query': 'http://',
'fragment': 'http://'
}
If I add a host http to /etc/hosts, #cURL gives me a correct 404 from the webserver back.
#lynx, unfortunately, parses the empty port as meaning port number 0 and fails accordingly. (I wonder if thatβs correct (probably not), permitted (maybe?), or a bug (maybe?).)
#links2 #links+ #xlinks2 mistakenly refuses the URL.
Firefox returns the 404 as well.