Commit graph

3 commits

Author SHA1 Message Date
Dieter Baron
5b4276e530 mk/autoconf.mk and mk/automake.mk have been removed. Replace their
usage with USE_TOOLS and any of "autoconf", "autoconf213", "automake"
or "automake14".  Also, we don't need to call the auto* tools via
${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care
to symlink the correct tool to the correct name, so we can just
use aclocal, autoconf, etc.  (hi jlam!)
2005-06-08 15:46:59 +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