source: basicnet/textweb/links.xml@ 25475f5

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 25475f5 was 25475f5, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Typo fix. Basicnet.

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

  • Property mode set to 100644
File size: 5.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY links-download-http "http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/download/links-&Links-version;.tar.bz2">
8 <!ENTITY links-download-ftp "ftp://atrey.karlin.mff.cuni.cz/pub/local/clock/links/links-&Links-version;.tar.bz2">
9 <!ENTITY links-md5sum "94315d9ba68bbb543d93b3b3b4f07582">
10 <!ENTITY links-size "3.7 MB">
11 <!ENTITY links-buildsize "24.0 MB">
12 <!ENTITY links-time "0.21 SBU">
13]>
14
15<sect1 id="Links" xreflabel="Links-&Links-version;">
16 <?dbhtml filename="links.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">links-&Links-version;.tar</keyword>
23 <keyword role="ftpdir">links</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>Links-&Links-version;</title>
28
29 <indexterm zone="Links">
30 <primary sortas="a-Links">Links</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Links</title>
35
36 <para><application>Links</application> is a text and graphics mode
37 WWW browser. It includes support for rendering
38 tables and frames, features background downloads, can display colors
39 and has many other features.</para>
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>Download (HTTP): <ulink url="&links-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&links-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &links-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &links-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &links-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &links-time;</para>
60 </listitem>
61 </itemizedlist>
62
63 <bridgehead renderas="sect3">Links Dependencies</bridgehead>
64
65 <bridgehead renderas="sect4">Optional</bridgehead>
66 <para role="optional"><xref linkend="gpm"/>,
67 <xref linkend="openssl"/>,
68 <xref linkend="libpng"/>,
69 <xref linkend="libjpeg"/>,
70 <xref linkend="libtiff"/>,
71 <xref linkend="sdl"/>,
72 <ulink url="http://www.svgalib.org/">SVGAlib</ulink>,
73 <ulink url="http://www.directfb.org/">DirectFB</ulink> and
74 X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para>
75
76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of Links</title>
80
81 <para>Install <application>Links</application> by running the following
82 commands:</para>
83
84<screen><userinput>./configure --prefix=/usr &amp;&amp;
85make</userinput></screen>
86
87 <para>This package does not come with a test suite.</para>
88
89 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
90
91<screen role='root'><userinput>make install</userinput></screen>
92
93 </sect2>
94
95 <sect2 role="commands">
96 <title>Command Explanations</title>
97
98 <para><option>--enable-graphics</option>: Add this switch if you want to
99 use <application>Links</application> in graphics mode. You will either
100 need to install the <application>X</application> Window System or enable
101 frame buffer support in your kernel and install <xref linkend="gpm"/>.</para>
102
103 </sect2>
104
105 <sect2 role="configuration">
106 <title>Configuring Links</title>
107
108 <sect3 id="links-config">
109 <title>Config Files</title>
110
111 <para><filename>~/.links/*</filename></para>
112
113 <indexterm zone="Links links-config">
114 <primary sortas="e-AA.links/*">~/.links/*</primary>
115 </indexterm>
116
117 </sect3>
118
119 <sect3>
120 <title>Configuration Information</title>
121
122 <para><application>Links</application> stores its configuration in per-user
123 files in the <filename class="directory">~/.links</filename> directory. These
124 files are created automatically when <command>links</command> is run for the
125 first time.</para>
126
127 </sect3>
128
129 </sect2>
130
131 <sect2 role="content">
132 <title>Contents</title>
133
134 <segmentedlist>
135 <segtitle>Installed Program</segtitle>
136 <segtitle>Installed Libraries</segtitle>
137 <segtitle>Installed Directories</segtitle>
138
139 <seglistitem>
140 <seg>links</seg>
141 <seg>None</seg>
142 <seg>None</seg>
143 </seglistitem>
144 </segmentedlist>
145
146 <variablelist>
147 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
148 <?dbfo list-presentation="list"?>
149 <?dbhtml list-presentation="table"?>
150
151 <varlistentry id="links">
152 <term><command>links</command></term>
153 <listitem>
154 <para>is a text and graphics mode WWW browser.</para>
155 <indexterm zone="Links links">
156 <primary sortas="b-links">links</primary>
157 </indexterm>
158 </listitem>
159 </varlistentry>
160
161 </variablelist>
162
163 </sect2>
164
165</sect1>
Note: See TracBrowser for help on using the repository browser.