• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Unicode/H03-May-2022-10,54910,420

config/H22-Aug-2009-4,3433,731

contrib/H03-May-2022-8,6363,953

doc/H03-May-2022-6,2995,891

po/H03-May-2022-260,568209,520

src/H22-Aug-2009-139,755100,410

test/H03-May-2022-1,117982

.gitignoreH A D22-Aug-2009200 2019

.mailmapH A D22-Aug-2009106 43

ABOUT-NLSH A D22-Aug-200917.7 KiB320278

AUTHORSH A D22-Aug-200914.1 KiB600431

BUGSH A D22-Aug-200992 52

COPYINGH A D22-Aug-200918.3 KiB356293

ChangeLogH A D22-Aug-2009757 2014

INSTALLH A D22-Aug-20096.1 KiB171117

MakefileH A D22-Aug-20092.2 KiB7149

Makefile.config.inH A D22-Aug-20094.7 KiB177156

Makefile.libH A D22-Aug-20097.1 KiB248149

NEWSH A D22-Aug-200914.6 KiB394336

READMEH A D22-Aug-20092.5 KiB6945

SITESH A D22-Aug-20091 KiB4228

THANKSH A D22-Aug-2009793 1812

TODOH A D22-Aug-2009657 2512

acinclude.m4H A D22-Aug-200923.3 KiB808703

aclocal.m4H A D22-Aug-20092.1 KiB6252

autogen.shH A D22-Aug-2009636 2917

config.h.inH A D22-Aug-200919.2 KiB783527

configureH A D22-Aug-2009653.8 KiB24,60120,470

configure.inH A D22-Aug-200945 KiB1,4441,160

features.confH A D22-Aug-200923.2 KiB64533

git-commit-idH A D22-Aug-200941 21

stamp-h.inH A D22-Aug-200910 21

README

1ELinks - an advanced web browser
2~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
4ELinks is an advanced and well-established feature-rich text mode web
5(HTTP/FTP/..) browser. ELinks can render both frames and tables, is highly
6customizable and can be extended via scripts. It is very portable and runs
7on a variety of platforms.
8
9The ELinks official website is available at
10
11	http://elinks.cz/
12
13Please see the SITES file for mirrors or other recommended sites.  If you
14want to install ELinks on your computer, see the INSTALL file for further
15instructions.
16
17A good start point is documentation files available in doc/, especially the
18file named index.txt.
19
20If you want to request features or report bugs, see community information at
21http://elinks.cz/community.html and feedback information available at
22http://elinks.cz/feedback.html.
23
24If you want to write some patches, please first read the doc/hacking.txt
25document.
26
27If you want to add a new language or update the translation for an existing
28one, please read po/README document.
29
30If you want to write some documentation, well, you're welcome! ;)
31
32
33
34Historical notes
35~~~~~~~~~~~~~~~~
36
37Initially, ELinks was a development version of Links (Lynx-like text WWW
38browser), with more liberal features policy and development style.  Its purpose
39was to provide an alternative to Links, and to test and tune various new
40features, but still provide good rock-solid releases inside stable branches.
41
42Why not contribute to Links instead?  Well, first I made a bunch of patches for
43the original Links, but Mikulas wasn't around to integrate them, so I started
44releasing my fork. When he came back, a significant number of them got refused
45because Mikulas did not like them, as he just wouldn't have any use for them
46himself.  He wants to keep Links with a relatively closed feature set and merge
47only new features which he himself needs.  It has advantages that the tree is
48very narrow and the code is small and contains very little bloat.
49
50ELinks, on the contrary, aims to provide a full-featured web browser, superior
51to both lynx and w3m and with the power (but not slowness and memory usage) of
52Mozilla, Konqueror and similar browsers. However, to prevent drastic bloating
53of the code, the development is driven in the course of modularization and
54separation of add-on modules (like cookies, bookmarks, ssl, scripting etc).
55
56For more details about ELinks history, please see
57
58	http://elinks.cz/history.html
59
60If you are more interested in the history and various Links clones and versions,
61you can examine the website at
62
63	http://links.sf.net/
64
65
66
67
68vim: textwidth=80
69