Commit graph

3 commits

Author SHA1 Message Date
Thomas Klausner
02ce4d4c63 Adapt to lua-5.1.1 (for default off lua option). 2006-08-14 22:43:54 +00:00
Juan Romero Pardines
541cc7e726 Add three new BUILD_DEFS to links-hacked:
* LINKS_HACKED_STATIC
       * LINKS_HACKED_USES_DIRECTFB
       * LINKS_HACKED_USES_LUA
       * LINKS_HACKED_USES_SVGALIB

By the default these variables are turned off.
2003-09-02 01:41:11 +00:00
Juan Romero Pardines
e77a8f1d91 Initial import of links-hacked 030709
The main differences to Links are:

* Tabbed browsing - you may use tabs either in graphical or even in text mode.
* Lua scripting - ported from Links-Lua, not from current ELinks code, but the
  differences are not so sensitive, I hope.
* HTTP Auth - stable, ported from Elinks
* HTTP Proxy Auth - ported from Elinks, need to be checked.
* Cookies saving - ported from ELinks, now our HTTP-header date parsing is 
  correct, I hope.
* New options system - inspired by ELinks one, but much more uglier currently.
  Only a few options are implemented through it. Press 'Ctrl+o' to call 
  options manager.
* Possibility to open new windows instead of new links instances in graphics 
  mode new socket is created with name 'glinks' in links dir instead of 'links'
  for text instances, so they can work independently. After that command 
  'links -g works like 'mozilla -remote', simply opening new instances from
  currently running one. But it has some limitations - these new windows will 
  open on the same display as original one...

And more ...

--

http://xray.sai.msu.ru/~karpov/links-hacked/
2003-07-31 00:48:51 +00:00