source: basicnet/textweb/links.xml@ 773c358

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 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 773c358 was 773c358, checked in by Bruce Dubbs <bdubbs@…>, 20 years ago

XML Update -- Chapter 17

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

  • Property mode set to 100644
File size: 3.2 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-size "3.6 MB">
9 <!ENTITY Links-buildsize "26 MB">
10 <!ENTITY Links-time "0.33 SBU">
11]>
12
13<sect1 id="Links" xreflabel="Links-&Links-version;">
14<?dbhtml filename="Links.html"?>
15<title>Links-&Links-version;</title>
16
17<sect2>
18<title>Introduction to <application>Links</application></title>
19
20<para><application>Links</application> is a text and graphics mode
21<acronym>WWW</acronym> browser. It includes support for rendering
22tables and frames, features background downloads, can display colors
23and has many other features.</para>
24
25<sect3><title>Package information</title>
26<itemizedlist spacing='compact'>
27<listitem><para>Download (HTTP): <ulink url="&Links-download-http;"/></para></listitem>
28<listitem><para>Download (FTP): <ulink url="&Links-download-ftp;"/></para></listitem>
29<listitem><para>Download size: &Links-size;</para></listitem>
30<listitem><para>Estimated Disk space required: &Links-buildsize;</para></listitem>
31<listitem><para>Estimated build time: &Links-time;</para></listitem></itemizedlist>
32</sect3>
33
34<sect3><title><application>Links</application> dependencies</title>
35<sect4><title>Optional</title>
36<para><xref linkend="gpm"/>, <xref linkend="openssl"/>, <xref linkend="libpng"/>,
37<xref linkend="libjpeg"/>, <xref linkend="libtiff"/>, <xref linkend="SVGAlib"/>
38and X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>).</para></sect4>
39</sect3>
40
41</sect2>
42
43<sect2>
44<title>Installation of <application>Links</application></title>
45
46<para>Install <application>Links</application> by running the following commands:</para>
47
48<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
49make &amp;&amp;
50make install</command></userinput></screen>
51
52</sect2>
53
54<sect2>
55<title>Command explanations</title>
56
57<para><option>--enable-graphics</option>: Add this switch if you want to
58use <application>Links</application> in graphics mode. You will also need to
59enable frame buffer support in your kernel and install <xref linkend="gpm"/>
60or one of the supported graphics libraries.</para>
61
62</sect2>
63
64<sect2>
65<title>Configuring <application>Links</application></title>
66
67<sect3><title>Config files</title>
68<para><filename>~/.links/*</filename></para>
69</sect3>
70
71<sect3><title>Configuration Information</title>
72
73<para><application>Links</application> stores its configuration in per-user files in the
74<filename class="directory">~/.links</filename> directory. These files
75are created automatically when <command>links</command> is run for the
76first time.</para>
77</sect3>
78
79</sect2>
80
81<sect2>
82<title>Contents</title>
83
84<para>The <application>Links</application> package contains <command>links</command>.</para>
85
86</sect2>
87
88<sect2><title>Description</title>
89
90<sect3><title>links</title>
91<para><command>links</command> is a text and graphics mode
92<acronym>WWW</acronym> browser.</para></sect3>
93
94</sect2>
95
96</sect1>
97
Note: See TracBrowser for help on using the repository browser.