source: basicnet/textweb/links.xml@ 7f76b96

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 7f76b96 was 7f76b96, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Reverted the DTD change. That don't be done untiltomorrow.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3632 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.5 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5
6 <!ENTITY Links-download-http "http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/download/links-&Links-version;.tar.bz2">
7 <!ENTITY Links-download-ftp "ftp://atrey.karlin.mff.cuni.cz/pub/local/clock/links/links-&Links-version;.tar.bz2">
8 <!ENTITY Links-md5sum "d70a0ad41fba921f04d222d3546827de">
9 <!ENTITY Links-size "3.8 MB">
10 <!ENTITY Links-buildsize "44.6 MB">
11 <!ENTITY Links-time "0.56 SBU">
12]>
13
14<sect1 id="Links" xreflabel="Links-&Links-version;">
15<sect1info>
16<othername>$LastChangedBy$</othername>
17<date>$Date$</date>
18</sect1info>
19<?dbhtml filename="Links.html"?>
20<title>Links-&Links-version;</title>
21
22<sect2>
23<title>Introduction to <application>Links</application></title>
24
25<para><application>Links</application> is a text and graphics mode
26<acronym>WWW</acronym> browser. It includes support for rendering
27tables and frames, features background downloads, can display colors
28and has many other features.</para>
29
30<sect3><title>Package information</title>
31<itemizedlist spacing='compact'>
32<listitem><para>Download (HTTP):
33<ulink url="&Links-download-http;"/></para></listitem>
34<listitem><para>Download (FTP):
35<ulink url="&Links-download-ftp;"/></para></listitem>
36<listitem><para>Download MD5 sum: &Links-md5sum;</para></listitem>
37<listitem><para>Download size: &Links-size;</para></listitem>
38<listitem><para>Estimated disk space required:
39&Links-buildsize;</para></listitem>
40<listitem><para>Estimated build time:
41&Links-time;</para></listitem></itemizedlist>
42</sect3>
43
44<sect3><title><application>Links</application> dependencies</title>
45<sect4><title>Optional</title>
46<para><xref linkend="gpm"/>,
47<xref linkend="openssl"/>,
48<xref linkend="libpng"/>,
49<xref linkend="libjpeg"/>,
50<xref linkend="libtiff"/>,
51<ulink url="http://www.svgalib.org/">SVGAlib</ulink>,
52<ulink url="http://www.directfb.org/">DirectFB</ulink> and
53X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para>
54</sect4>
55</sect3>
56
57</sect2>
58
59<sect2>
60<title>Installation of <application>Links</application></title>
61
62<para>Install <application>Links</application> by running the following
63commands:</para>
64
65<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
66make &amp;&amp;
67make install</command></userinput></screen>
68
69</sect2>
70
71<sect2>
72<title>Command explanations</title>
73
74<para><option>--enable-graphics</option>: Add this switch if you want to
75use <application>Links</application> in graphics mode. You will either
76need to install the X Window System or enable frame buffer support in
77your kernel and install <xref linkend="gpm"/>.</para>
78
79</sect2>
80
81<sect2>
82<title>Configuring <application>Links</application></title>
83
84<sect3><title>Config files</title>
85<para><filename>~/.links/*</filename></para>
86</sect3>
87
88<sect3><title>Configuration Information</title>
89
90<para><application>Links</application> stores its configuration in per-user
91files in the <filename class="directory">~/.links</filename> directory. These
92files are created automatically when <command>links</command> is run for the
93first time.</para>
94</sect3>
95
96</sect2>
97
98<sect2>
99<title>Contents</title>
100
101<para>The <application>Links</application> package contains
102<command>links</command>.</para>
103
104</sect2>
105
106<sect2><title>Description</title>
107
108<sect3><title>links</title>
109<para><command>links</command> is a text and graphics mode
110<acronym>WWW</acronym> browser.</para></sect3>
111
112</sect2>
113
114</sect1>
115
Note: See TracBrowser for help on using the repository browser.