source: networking/textweb/links.xml@ be3ace2

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since be3ace2 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 19 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 5.6 KB
RevLine 
[a8e70676]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[773c358]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[40b0aa7]7 <!ENTITY links-download-http "http://links.twibright.com/download/links-&links-version;.tar.bz2">
[8763a1da]8 <!ENTITY links-download-ftp " ">
[25f83e2]9 <!ENTITY links-md5sum "915c45777f0c9d8e6ec85438cbd7d3df">
[0e272f87]10 <!ENTITY links-size "6.2 MB">
[902e235]11 <!ENTITY links-buildsize "35 MB">
[8ab2711c]12 <!ENTITY links-time "0.3 SBU">
[773c358]13]>
14
[40b0aa7]15<sect1 id="Links" xreflabel="Links-&links-version;">
[a8e70676]16 <?dbhtml filename="links.html"?>
[50b8d8b]17
18
[40b0aa7]19 <title>Links-&links-version;</title>
[50b8d8b]20
[a8e70676]21 <indexterm zone="Links">
22 <primary sortas="a-Links">Links</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Links</title>
27
[7c56ece]28 <para>
29 <application>Links</application> is a text and graphics mode
30 WWW browser. It includes support for rendering
31 tables and frames, features background downloads, can display colors
32 and has many other features.
33 </para>
[fd7e0ed6]34
[d8fd588]35 &lfs112_checked;
[79f8c294]36
[a8e70676]37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
[7c56ece]40 <para>
41 Download (HTTP): <ulink url="&links-download-http;"/>
42 </para>
[a8e70676]43 </listitem>
44 <listitem>
[7c56ece]45 <para>
46 Download (FTP): <ulink url="&links-download-ftp;"/>
47 </para>
[a8e70676]48 </listitem>
49 <listitem>
[7c56ece]50 <para>
51 Download MD5 sum: &links-md5sum;
52 </para>
[a8e70676]53 </listitem>
54 <listitem>
[7c56ece]55 <para>
56 Download size: &links-size;
57 </para>
[a8e70676]58 </listitem>
59 <listitem>
[7c56ece]60 <para>
61 Estimated disk space required: &links-buildsize;
62 </para>
[a8e70676]63 </listitem>
64 <listitem>
[7c56ece]65 <para>
66 Estimated build time: &links-time;
67 </para>
[a8e70676]68 </listitem>
69 </itemizedlist>
[50b8d8b]70
[a8e70676]71 <bridgehead renderas="sect3">Links Dependencies</bridgehead>
[485cbf69]72
[65b031d]73 <bridgehead renderas="sect4">Recommended</bridgehead>
[7c56ece]74 <para role="recommended">
75 <xref linkend="libevent"/>
76 </para>
[485cbf69]77
[32d0e29]78 <bridgehead renderas="sect4">Optional</bridgehead>
[7c56ece]79 <para role="optional">
80 Graphics mode requires at least one of
81 <xref linkend="gpm"/> (mouse support to be used with a framebuffer-based
82 console),
[75e3e09]83 <ulink url="https://www.svgalib.org/">SVGAlib</ulink>,
84 <ulink url="https://pkgs.fedoraproject.org/repo/pkgs/directfb/">
[7c56ece]85 DirectFB
86 </ulink>, and
87 <xref linkend="x-window-system"/>
88 </para>
89
90 <para role="optional">
91 For decoding various image formats <application>Links</application>
92 can utilize
93 <xref linkend="libpng"/>,
94 <xref linkend="libjpeg"/>,
95 <xref linkend="librsvg"/>, and
96 <xref linkend="libtiff"/>
97 </para>
[50b8d8b]98
[59f6a1f]99 <para role="optional">
100 For decompressing web pages that are compressed with Brotli,
101 <application>Links</application> can utilize
102 <xref linkend="brotli"/>
103 </para>
104
[061ec9d]105 <para condition="html" role="usernotes">User Notes:
[6c42d4e]106 <ulink url="&blfs-wiki;/LinksBrowser"/></para>
[061ec9d]107
[a8e70676]108 </sect2>
[50b8d8b]109
[a8e70676]110 <sect2 role="installation">
111 <title>Installation of Links</title>
[fd7e0ed6]112
[7c56ece]113 <para>
114 Install <application>Links</application> by running the following
115 commands:
116 </para>
[a8e70676]117
[2ecfa2a6]118<screen><userinput>./configure --prefix=/usr --mandir=/usr/share/man &amp;&amp;
[bfacd622]119make</userinput></screen>
[221f76c]120
[7c56ece]121 <para>
122 This package does not come with a test suite.
123 </para>
[c383721]124
[7c56ece]125 <para>
126 Now, as the <systemitem class="username">root</systemitem> user:
127 </para>
[221f76c]128
[fd0a8cd]129<screen role='root'><userinput>make install &amp;&amp;
[40b0aa7]130install -v -d -m755 /usr/share/doc/links-&links-version; &amp;&amp;
[3a05e52b]131install -v -m644 doc/links_cal/* KEYS BRAILLE_HOWTO \
[40b0aa7]132 /usr/share/doc/links-&links-version;</userinput></screen>
[50b8d8b]133
[a8e70676]134 </sect2>
[50b8d8b]135
[a8e70676]136 <sect2 role="commands">
137 <title>Command Explanations</title>
[fd7e0ed6]138
[7c56ece]139 <para>
140 <option>--enable-graphics</option>: This switch enables support
141 for graphics mode.
142 </para>
[50b8d8b]143
[a8e70676]144 </sect2>
[50b8d8b]145
[a8e70676]146 <sect2 role="configuration">
[463bc80c]147 <title>Configuring Links</title>
[50b8d8b]148
[a8e70676]149 <sect3 id="links-config">
150 <title>Config Files</title>
[50b8d8b]151
[7c56ece]152 <para>
153 <filename>~/.links/*</filename>
154 </para>
[50b8d8b]155
[a8e70676]156 <indexterm zone="Links links-config">
157 <primary sortas="e-AA.links/*">~/.links/*</primary>
158 </indexterm>
[50b8d8b]159
[a8e70676]160 </sect3>
[50b8d8b]161
[a8e70676]162 <sect3>
163 <title>Configuration Information</title>
164
[7c56ece]165 <para>
166 <application>Links</application> stores its configuration in per-user
167 files in the <filename class="directory">~/.links</filename> directory.
168 These files are created automatically when <command>links</command> is
169 run for the first time.
170 </para>
[fd7e0ed6]171
[a8e70676]172 </sect3>
[50b8d8b]173
[a8e70676]174 </sect2>
[50b8d8b]175
[a8e70676]176 <sect2 role="content">
177 <title>Contents</title>
[50b8d8b]178
[a8e70676]179 <segmentedlist>
180 <segtitle>Installed Program</segtitle>
181 <segtitle>Installed Libraries</segtitle>
182 <segtitle>Installed Directories</segtitle>
[50b8d8b]183
[a8e70676]184 <seglistitem>
185 <seg>links</seg>
186 <seg>None</seg>
[40b0aa7]187 <seg>/usr/share/doc/links-&links-version;</seg>
[a8e70676]188 </seglistitem>
189 </segmentedlist>
[50b8d8b]190
[a8e70676]191 <variablelist>
192 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
193 <?dbfo list-presentation="list"?>
194 <?dbhtml list-presentation="table"?>
[50b8d8b]195
[a8e70676]196 <varlistentry id="links">
[0f0ee329]197 <term><command>links</command></term>
[a8e70676]198 <listitem>
[7c56ece]199 <para>
[4c24eb0a]200 is a text and graphics mode WWW browser
[7c56ece]201 </para>
[a8e70676]202 <indexterm zone="Links links">
203 <primary sortas="b-links">links</primary>
204 </indexterm>
205 </listitem>
206 </varlistentry>
[50b8d8b]207
[a8e70676]208 </variablelist>
[50b8d8b]209
[a8e70676]210 </sect2>
[50b8d8b]211
[f45b1953]212</sect1>
Note: See TracBrowser for help on using the repository browser.