WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Links  (Read 2703 times)

Offline cast-fish

  • Hero Member
  • *****
  • Posts: 1000
  • hi there
Links
« on: February 10, 2014, 07:00:48 PM »
Hello, just to mention that an overlooked browser for me has been  "links" with graphics support
links -g  (never even knew it's existence for years)

This browser seems to have "ssl" and allow many popular web sites to run well. It works good on old hardware
and seems very very fast. It can do downloading and other such things.

There may, on occassion be some slight missdomeaner such as "www.ebay.com" glitches but these can often
only be slight and a rememedy is easy.

It is so low on resources so you can have it running for common-place web browsing while, at the same time, using another browser for flash and extended things.


just thought it's worth mentioning.

V

Offline cast-fish

  • Hero Member
  • *****
  • Posts: 1000
  • hi there
Re: Links
« Reply #1 on: February 10, 2014, 08:15:41 PM »
i moved onto "elinks" and just wondered how to increase the font size?  thanks.

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Links
« Reply #2 on: February 10, 2014, 08:51:49 PM »
Supposed your terminal emulator is aterm, in ~/.Xdefaults something like
Code: [Select]
aterm*font:*-*-fixed-medium-r-normal--*-130-*-*-*-*-iso8859-1
You can experiment with the value  ;)
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline cast-fish

  • Hero Member
  • *****
  • Posts: 1000
  • hi there
Re: Links
« Reply #3 on: February 10, 2014, 09:05:30 PM »
Hello

that worked and the font went slightly larger


is it possible to make the font "type"  different?.....for example  "Arial"

thanks

V

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Links
« Reply #4 on: February 10, 2014, 09:43:23 PM »
You would have to look into how to install/select fonts for your terminal.
elinks - as well as links when in text mode - will just display fonts of terminal they run on.

If arial is a true type font as I suspect, then it will probably not be suitable for aterm.
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline cast-fish

  • Hero Member
  • *****
  • Posts: 1000
  • hi there
Re: Links
« Reply #5 on: February 11, 2014, 02:22:02 PM »
hello, ok thanks.

It seems that each of elinks and links have strong points and weak ones.

My links, in text, mode does not support mice "wheel" and such, out of the box.

The "elinks" does not support images, it seems! (so there is no graphics idea such as what you get with  links by using "links -g"

In reality, they are fine as fast usable web browsers once you have mouse working. Yes,
you will get incompatability with some web pages, but many popular web pages seem to work ok.


For me, the fact that they are so much faster than other web browsers is worth any minimal gremlins that
pop up with web sites. (mostly)

Vin

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Links
« Reply #6 on: February 11, 2014, 05:18:45 PM »
Actually you can directly execute:
Code: [Select]
aterm -fn *-*-fixed-medium-r-normal--*-130-*-*-*-*-iso8859-1 -e elinksavoiding globally interfering with .Xdefaults  ;)
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Links
« Reply #7 on: February 11, 2014, 07:39:34 PM »
The "elinks" does not support images, it seems! (so there is no graphics idea such as what you get with  links by using "links -g"

When you press "*" image links will be displayed with placeholders [IMG] and images can be displayed by external viewer (e.g. flpicsee).

OTOH, I find use of links2 as image viewer on framebuffer console quite handy.
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline cast-fish

  • Hero Member
  • *****
  • Posts: 1000
  • hi there
Re: Links
« Reply #8 on: February 11, 2014, 08:05:18 PM »
thanks

how do you toggle the  mouse on elinks?....

it was working fine but somehow stopped

Vince

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Links
« Reply #9 on: February 11, 2014, 10:40:25 PM »
I wouldn't be aware of an option to toggle mouse.

Mouse control usually works fine with me with aterm, even when running elinks remotely over ssh.
It does not work on a VT unless running as root, I suspect that might be a permission issue related to gpm.
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)