links_twibright_download.html - webdump_tests - Testfiles for webdump
(HTM) git clone git://git.codemadness.org/webdump_tests
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
links_twibright_download.html (10285B)
---
1 <!doctype html PUBLIC "-//IETF//DTD HTML//EN//3.0">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <title>Twibright Labs: Links - Download</title>
6 </head>
7 <body bgcolor="#137554" text="#71c4a7" link="#ffffff" vlink="#000000">
8
9 <table width=100% border=0 cellspacing=0 cellpadding=0><tr bgcolor="#71c4a7">
10 <td
11 align=center><a
12 href="http://twibright.com/products.php">Products</a></td><td
13 align=center><a
14 href="http://twibright.com/about.php">About</a></td><td
15 align=center><a
16 href="http://twibright.com/contact.php">Contact</a></td></tr></table>
17 <img src="empty_137554.png" width=1 height=12>
18
19 <center><table width="100%" border=0 cellspacing=0 cellpadding=0><tr>
20 <td width=50%><img src="twibright_logo_st.png" height=86 width="100%"></td>
21 <td width=210 height=86><A href="http://twibright.com"><img src="twibright_logo_wt.png" width=210 height=86 border=0></a></td>
22 <td width=50%><img src="twibright_logo_st.png" height=86 width="100%"></td></tr></table></center>
23
24
25
26
27 <center><table width="100%" border=0 cellspacing=0 cellpadding=0>
28 <tr><td align="center"><a href="/"><img
29 border="0" src="links_logo.png" alt="Links"></a></td></tr>
30 <tr><td bgcolor="#00ff00" align="center"><img border=0 src="download.png" width="174" height="25" alt="Download"></td
31 ></tr>
32 </table></center>
33
34 <br>
35 Current version is 2.29. See <a href="download/ChangeLog">ChangeLog</a>
36 <br>
37 <table border=1><tr><td><table border=0><tr><td><img src="danger.png" alt="Attention!"></td><td><font
38 size="+3">If you want to install Links immediately, proceed step-by-step according to
39 the following instructions. Otherwise you will waste a lot of time.</font></td></tr></table></td></tr>
40 <tr><td><ol>
41 <li>Check you have the following programs and free-software libraries
42 installed on your system.
43 If you can't ensure usable versions of all necessary libraries be
44 installed, you have to compile Links with user-supplied libraries. Refer
45 to the file <em>INSTALL</em> in such a case.
46 <ul>
47 <li><a href="http://www.libpng.org/pub/png/libpng.html">libpng different from
48 1.2.18.</a> Required to run Links in graphics mode. On package-driven
49 distributions you will need <em>libpng</em> and <em>libpng-dev(el)</em>. Libpng
50 1.2.18 is buggy and causes Links to crash with "png_do_rgb_to_gray found
51 nongray pixel". PATCH-libpng-1.2.18 inside links-*.tar.* allows fixing this
52 and using 1.2.18.
53 <li><a href="http://www.ijg.org">IJG libjpeg</a> If you want Links to display JPG pictures. On package-driven distributions
54 you will need <em>libjpeg</em> and <em>libjpeg-dev(el)</em>.
55 <li><a href="http://www.remotesensing.org/libtiff/">TIFF Library</a> If you want Links to display TIFF images. On packaged-driven
56 distributions you will need <em>libtiff</em> and <em>libtiff-dev(el)</em>.
57 <li><a href="http://www.svgalib.org">SVGAlib</a> if you want to run Links unde SVGAlib. You must be able to compile programs under svgalib. On package-driven distributions, you may need <em>svgalib</em> and <em>svgalib-devel</em>
58 <li><a href="http://www.xfree86.org">XFree86</a> or other implementation
59 of Xlib if you want Links to display also under X. On package-driven
60 distribution you'll probably need <em>xfree86</em> and <em>xfree86-devel</em>
61 packages.
62 <li><a href="http://www.nico.schottelius.org/software/gpm/">GPM</a> if you want
63 to use mouse on text console or if you want to display graphics on
64 Linux framebuffer.
65 <li><a href="http://www.gnu.org/software/tar/tar.html">tar</a> and
66 <a href="http://www.gzip.org">gzip</a> or
67 <a href="http://sources.redhat.com/bzip2">bzip2</a> to be able to unpack
68 the archive.
69 <li><a href="http://www.zlib.net/">zlib</a> if you want Links to accept
70 gzip compression to speed up webpages. On package driven distributions also
71 take zlib-dev(el).
72 <li><a href="http://www.bzip.org/">libbzip2</a> if you want Links to accept
73 bzip2 compression to speed up webpages. On package-driven distributions also
74 take libbzip2-dev(el).
75 <li><a href="http://tukaani.org/xz/">xz</a> if you want Links to be able to
76 decompress LZMA-compressed files.
77 <li>C compiler
78 <li>The <em>make</em> program
79 </ul>
80 <li>Don't forget to run "ldconfig" if you have been installing some libraries :-)
81 <li>Download the source archive:
82 <table border=1>
83 <tr><td></td><td>HTTP</td></tr>
84 <tr><td>gzip</td><td><a href="http://links.twibright.com/download/links-2.29.tar.gz">links-2.29.tar.gz</a></td>
85 <tr><td>bzip2</td><td><a href="http://links.twibright.com/download/links-2.29.tar.bz2">links-2.29.tar.bz2</a></td>
86 </table>
87 <li>Unpack the source archive: "tar xzvf links-2.29.tar.gz" or "tar xjvf links-2.29.tar.bz2" Change into the newly-created directory.
88 <li>Issue "./configure --help" and the run "./configure" with the parameters you want (probably --enable-graphics and maybe some more)
89 <li>After "configure" ends, check the table if you really get what you want
90 <li>Type "make". Ignore possible warning about tempnam function, links
91 code is correct.
92 <li>If you got a root access, log in as root and do "make install" in the same directory.
93 If you are installing <em>Links</em> as an ordinary user, place the "links" executable file that was
94 created by the "make" command into some suitable place possibly within your $PATH.
95 <li>If you haven't got a permanent Internet access, copy the whole subdirectory "doc/" into some
96 suitable place (/usr/share/, /usr/local/share/, or in your home...). Most
97 important is the "doc/links_cal/" subdirectory which contains
98 HTML documents (calibration.html in English and kalibrace.html in Czech) and pictuers
99 that are used for calibration.
100 <li>If you have an X Window System windowmanager and want to install a
101 Links icon into it, you will find a suitable 48x48 icon in
102 graphics/links.xpm.
103 <li>Delete the archive and the source directory.
104 <li>If graphics mode is enabled, run "links -g doc/calibration.html" (or "links -g" and point
105 the browser to <a
106 href="calibration.html">The
107 Calibration Procedure</a>) and proceed with the calibration
108 of your monitor and Links
109 <li>Now you can use the browser. Run "links -g" if you want to
110 run in graphics and "links" if you want to run in text mode.
111 </ol></td></tr></table>
112 <h1>Warning</h1>
113 Links older than 2.6 contains some bugs that can result in writing out of
114 allocated memory if Links is running in graphics mode. This can be potentially
115 exploited to attack the computer.
116 If you use graphics mode you should upgrade to Links 2.6.
117 <h1>Archives</h1>
118 <dl>
119 <dt>
120 Primary archive with source codes of all versions
121 <dd>
122 <a href="http://links.twibright.com/download/">http://links.twibright.com/download/</a>
123 <dt>OS/2 binaries (need EMX runtime)
124 <dd><a href="http://links.twibright.com/download/binaries/os2/">http://links.twibright.com/download/binaries/os2/</a>
125 <dt>Windows binaries
126 <dd><a href="http://links.twibright.com/download/binaries/win32/">http://links.twibright.com/download/binaries/win32/</a>
127 <dt>OpenVMS binaries
128 <dd><a href="http://links.twibright.com/download/binaries/openvms/">http://links.twibright.com/download/binaries/openvms/</a>
129 <dt>DOS binaries (beta quality — there are stability problems)
130 <dd><a href="http://links.twibright.com/download/binaries/dos/">http://links.twibright.com/download/binaries/dos/</a>
131 <dt>RPMs
132 <dd>
133 <a href="http://jakub.horky.net/rpm/links/">http://jakub.horky.net/rpm/links/</a>
134 <dd>Thanks to Jakub Horky for these RPMs. However if you find something wrong with them don't ask us (Twibright Labs), but Jakub Horky directly: jakub [at] horky . net
135 <dt>DEBs
136 <dd>
137 <a href="http://packages.debian.org/links2">http://packages.debian.org/links2</a>
138 <dt>
139 Mikulas's mirror at Artax
140 <dd>
141 <a
142 href="http://artax.karlin.mff.cuni.cz/~mikulas/links/download">http://artax.karlin.mff.cuni.cz/~mikulas/links/download</a>
143 </dl>
144 <h1>Documentation</h1>
145
146 <ul>
147 <li>The calibration procedure
148 (<a href="calibration.html">English HTML</a>,
149 <a href="kalibrace.html">Czech HTML</a>)</li>
150 <li>User Manual (<a href="user_en.html">English HTML</a>,
151 <a href="doc/user_en.pdf">English PDF</a>,
152 <a href="doc/user_en.ps">English PS</a>,
153 <a href="user.html">Czech HTML</a>,
154 <a href="doc/user.pdf">Czech PDF</a>,
155 <a href="doc/user.ps">Czech PS</a>)</li>
156 <li>Development documentation (<a href="doc/vyvojova.pdf">Czech PDF</a>,
157 <a href="doc/vyvojova.ps">Czech PS</a>,
158 <a href="vyvojova.html">imperfect Czech HTML</a>)</li>
159 <li>Amendment to the development documentation (<a href="/doc/vyvojova2.pdf">Czech PDF</a>,
160 <a href="/doc/vyvojova2.ps">Czech PS</a>)</li>
161 <li>Internal development documentation (<a href="/doc/links_doc.html">Czech HTML</a>,
162 <a href="doc/links_doc_en.html">Czech/English HTML - only the part about adding fonts is translated into English</a>)</li>
163 <li>Project Documentation (<a href="doc/project.pdf">English PDF</a>,
164 <a href="doc/project.ps">English PS</a>,
165 <a href="project.html">English HTML</a>,
166 <a href="doc/projektova.pdf">Czech PDF</a>,
167 <a href="doc/projektova.ps">Czech PS</a>,
168 <a href="projektova.html">Czech HTML</a>)</li>
169 <li>Appendix A to the project documentation (
170 <a href="doc/projektova2.pdf">Czech PDF</a>,
171 <a href="doc/projektova2.ps">Czech PS</a>,
172 <a href="projektova2.html">Czech HTML</a>)</li>
173 <li>Implementation documentation (<a href="/doc/implementacni.html">Czech HTML only</a>)</li>
174 <li>Links manual for the old, text version (<a
175 href="http://links.sourceforge.net/docs/manual-0.90-en/">English HTML</a>)</li>
176 </ul>
177
178 <h1>Third-party contributions</h1>
179 <p>These contributions are made by third parties and weren't validated or
180 approved by Twibright Labs. Nothing is guaranteed about quality of them.
181 <dl>
182 <dt>
183 DEBs (only old, text versions)
184 <dd>
185 <a href="ftp://yikes.tolna.net/pub/linux/release/debian/">ftp://yikes.tolna.net/pub/linux/release/debian/</a><br>
186 <dt>RPMs
187 <dd><a href="http://links.twibright.com/download/rpm/">http://links.twibright.com/download/rpm/</a> (lacks calibration pattern in /usr/share/links)<br>
188 </dl>
189 <hr>
190 HTML written in <a href="http://www.vim.org">VIM</a>.
191 Graphics made with <a href="http://www.gimp.org">GIMP</a>.
192 Powered with <a href="http://www.libpng.org">PNG</a>.
193 Send comments to <img src=http://ronja.twibright.com/grx/spam@spam.com.png>
194 </body>
195 </html>