Home | History | Annotate | only in /sfw/usr/src/cmd/elinks/elinks-0.11.6
Up to higher level directory
NameDateSize
.gitignore21-Mar-2009200
.mailmap21-Mar-2009106
ABOUT-NLS21-Mar-200917.7K
acinclude.m421-Mar-200923.3K
aclocal.m421-Mar-20092.1K
AUTHORS21-Mar-200914.1K
autogen.sh21-Mar-2009598
autom4te.cache/21-Mar-2009
BUGS21-Mar-200992
ChangeLog21-Mar-2009757
config/21-Mar-2009
config.h.in21-Mar-200919.2K
configure21-Mar-2009653.8K
configure.in21-Mar-200945K
contrib/21-Mar-2009
COPYING21-Mar-200918.3K
doc/21-Mar-2009
features.conf21-Mar-200923.2K
git-commit-id21-Mar-200941
INSTALL21-Mar-20096.1K
Makefile21-Mar-20092.2K
Makefile.config.in21-Mar-20094.7K
Makefile.lib21-Mar-20097.1K
NEWS21-Mar-200914.3K
po/21-Mar-2009
README21-Mar-20092.5K
SITES21-Mar-20091K
src/21-Mar-2009
stamp-h.in21-Mar-200910
test/21-Mar-2009
THANKS21-Mar-2009793
TODO21-Mar-2009657
Unicode/21-Mar-2009

README

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