Links (web browser)

Not to be confused with Lynx (web browser).
Links

Screenshot of a graphical Links
Developer(s) Mikuláš Patočka
Initial release 1999 (1999)
Stable release 2.13[1] (1 July 2016 (2016-07-01)) [±]
Preview release none (n/a) [±]
Written in C
Operating system Windows, OS X, OS/2, Unix-like, OpenVMS, DOS
Type Web browser
License GPLv2+
Website links.twibright.com

Links is an open source text and graphic web browser with a pull-down menu system.[2] It renders complex pages, has partial HTML 4.0 support (including tables and frames[3] and support for multiple character sets such as UTF-8), supports color and monochrome terminals and allows horizontal scrolling.

It is intended for users who want to retain many typical elements of graphical user interfaces (pop up windows, menus etc.) in a text-only environment.

The original version of Links was developed by Mikuláš Patočka in the Czech Republic. His group, Twibright Labs, later developed version 2 of the Links browser, that displays graphics, renders fonts in different sizes (with spatial anti-aliasing) but does not support JavaScript any more (it used to, up to version 2.1pre28). The resulting browser is very fast, but it does not display many pages as they were intended. The graphical mode works even on Unix systems without the X Window System or any other window environment, using either SVGALib or the framebuffer of the system's graphics card.

Graphics stack

The graphics stack has several peculiarities unusual for a web browser. The fonts displayed by Links are not derived from the system, but compiled into the binary as grayscale bitmaps in Portable Network Graphics (PNG) format. This allows the browser to be one executable file independent of the system libraries. However this increases the size of the executable to about 5 MB.

The fonts are anti-aliased without hinting and for small line pitch an artificial sharpening is employed to increase legibility. Subpixel sampling further increases legibility on LCD displays. This allowed Links to have anti-aliased fonts at a time when anti-aliased font libraries were uncommon.

All graphic elements (images and text) are first converted from given gamma space (according to known or assumed gamma information in PNG, JPEG etc.) through known user gamma setting into a 48 bits per pixel photometrically linear space where they are resampled with bilinear resampling to the target size, possibly taking aspect ratio correction into account. Then the data are passed through high-performance restartable dithering engine which is used regardless of monitor bit depth, i.e., also for 24 bits per pixel colour. This Floyd-Steinberg dithering engine takes into account the gamma characteristics of the monitor and uses 768 KiB of dithering tables to avoid time expensive calculations. A technique similar to self-modifying code, function templates, is used to maximize the speed of the dithering engine without using assembly language optimization, which is non-portable.

Images which are scaled down also use subpixel sampling on LCD to increase level of detail.

The reason for this high quality processing is: provide proper realistic up and down sampling of images, and photorealistic display regardless of the monitor gamma, without colour fringing caused by 8-bit gamma correction built into the X server. It also increases the perceived colour depth over 24 bits per pixel.

Links has graphics drivers for the X Server, Linux framebuffer, svgalib, OS/2 PMShell and AtheOS GUI. This allows it to run in graphics mode even on platforms which don't have X Server.

Forks

Main article: ELinks

Experimental/Enhanced Links (ELinks) is a fork of Links led by Petr Baudis. It is based on Links 0.9. It has a more open development and incorporates patches from other Links versions (such as additional extension scripting in Lua) and from Internet users.

Hacked Links is another version of the Links browser which has merged some of Elinks' features into Links 2.

Andrey Mirtchovski has ported it to Plan 9 from Bell Labs. It is considered a good browser on that operating system, though some users have complained about its inability to cut and paste with the Plan 9 snarf buffer.

As of July 2012 the last release of Hacked Links is that of July 9, 2003 with some further changes unreleased.[4]

Other

Links was also ported to run on the Sony PSP platform by Rafael Cabezas with the last version (2.1pre23_PSP_r1261) released on February 6, 2007.[5]

The BeOS port was updated by François Revol who also added GUI support.[6] It also runs on Haiku.

References

  1. "ChangeLog". links.twibright.com. Retrieved 16 July 2016.
  2. Links home page
  3. Legan, Dallas (September 2001), Text-Mode Web Browsers for OS/2, The Southern California OS/2 User Group, retrieved August 16, 2010
  4. "ChangeLog", Hacked Links Project, October 28, 2003, retrieved July 9, 2012
  5. "Home / links2", PSPRadio, SourceForge, retrieved July 9, 2012
  6. Revol, Francois (May 3, 2008), BeOS port patch, retrieved July 9, 2012
Wikimedia Commons has media related to Links web browsers.
This article is issued from Wikipedia - version of the 11/2/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.