A really strong catapult may get you from europe to africa. Other than that, falling down the right mountain in the urals may land you in asia, or tripping on the right border crossing in central america may send you airborn to the next continent. See? Easy. And yes, that last clown I ate was over its best-before date.How to you fly to the next continent without using a plane?
man telnet
falling down the right mountain in the urals may help you view a webpage without using the proper tool (browser).
https://www.theguardian.com/us-news
As the title of the poll, i.e. "without a browser".Either way is no rocket science
If you would have read my whole post - which you did not - you would have also known that you could just use your language of choice with pre-bundled HTML parser.As the title of the poll, i.e. "without a browser".
e.g. you need few hints from a handbook/faq/howto, enough to set some options right, in order to config a intro(4)/man(4) device correctly.
Used to use wget, changed to curl.
Emacs, more, ... but for modern complex web pages, that's impractical. For simple stuff, it works great.But how do you display the pages using those? I'm not talking "with additional tools" like the fetch example earlier.
For simple operations works. For example, I somtetimes use it to grep(1) out the ftp mirrors from the FreeBSD Handbook | A.2. FTP SitesBut how do you display the pages using those?
ncTrue IT-masochists use elinks/lynx/w3m.
[strand.312] $ grep "text/html;" ~/.mailcap
#text/html; w3m -I %{charset} -T text/html; copiousoutput;
#text/html;lynx -dump %s; nametemplate=%s.html; copiousoutput
#text/html;firefox %s; nametemplate=%s.html
#text/html;elinks -dump %s; nametemplate=%s.html; copiousoutput
#@#Sun Jan 19 14:57:59 AEDT 2020#text/html;chrome %s; nametemplate=%s.html
#@#text/html;iridium %s; nametemplate=%s.html
#@#text/html;w3m -cols 72 -I %{charset} -T text/html -s | sed -e 's:^[[:blank:]]*$::' | cat -s | less; copiousoutput
#@@text/html; lynx -dump -force_html -stdin | sed -e 's:^[[:blank:]]*$::' | less -s
#@#text/html;luakit %s >/dev/null 2>&1; nametemplate=%s.html
#@#text/html;midori %s >/dev/null 2>&1; nametemplate=%s.html
text/html;firefox %s >/dev/null 2>&1; nametemplate=%s.html
No, that only fetches the markup but doesn't display the page. That's also not on the list.fetch -o- <url> | less
The markup is just a representation of the document, so sure that's a display. As curl and telnet are on the list, I'm pretty sure that's fine.No, that only fetches the markup but doesn't display the page. That's also not on the list.