source: networking/textweb/links.xml@ 14891a90

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 14891a90 was 14891a90, checked in by Xi Ruoyao <xry111@…>, 12 months ago

treewide: More "User Notes" clean up

Remove links to pages w/o real contents.

  • Property mode set to 100644
File size: 5.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY links-download-http "http://links.twibright.com/download/links-&links-version;.tar.bz2">
8 <!ENTITY links-download-ftp " ">
9 <!ENTITY links-md5sum "f60b87ffee090c5d6820951eba710572">
10 <!ENTITY links-size "6.2 MB">
11 <!ENTITY links-buildsize "35 MB">
12 <!ENTITY links-time "0.2 SBU">
13]>
14
15<sect1 id="Links" xreflabel="Links-&links-version;">
16 <?dbhtml filename="links.html"?>
17
18
19 <title>Links-&links-version;</title>
20
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
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>
34
35 &lfs113_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&links-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&links-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &links-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &links-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &links-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &links-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">Links Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Recommended</bridgehead>
74 <para role="recommended">
75 <xref linkend="libevent"/>
76 </para>
77
78 <bridgehead renderas="sect4">Optional</bridgehead>
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),
83 <ulink url="https://www.svgalib.org/">SVGAlib</ulink>,
84 <ulink url="https://pkgs.fedoraproject.org/repo/pkgs/directfb/">
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>
98
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
105 </sect2>
106
107 <sect2 role="installation">
108 <title>Installation of Links</title>
109
110 <para>
111 Install <application>Links</application> by running the following
112 commands:
113 </para>
114
115<screen><userinput>./configure --prefix=/usr --mandir=/usr/share/man &amp;&amp;
116make</userinput></screen>
117
118 <para>
119 This package does not come with a test suite.
120 </para>
121
122 <para>
123 Now, as the <systemitem class="username">root</systemitem> user:
124 </para>
125
126<screen role='root'><userinput>make install &amp;&amp;
127install -v -d -m755 /usr/share/doc/links-&links-version; &amp;&amp;
128install -v -m644 doc/links_cal/* KEYS BRAILLE_HOWTO \
129 /usr/share/doc/links-&links-version;</userinput></screen>
130
131 </sect2>
132
133 <sect2 role="commands">
134 <title>Command Explanations</title>
135
136 <para>
137 <option>--enable-graphics</option>: This switch enables support
138 for graphics mode.
139 </para>
140
141 </sect2>
142
143 <sect2 role="configuration">
144 <title>Configuring Links</title>
145
146 <sect3 id="links-config">
147 <title>Config Files</title>
148
149 <para>
150 <filename>~/.links/*</filename>
151 </para>
152
153 <indexterm zone="Links links-config">
154 <primary sortas="e-AA.links/*">~/.links/*</primary>
155 </indexterm>
156
157 </sect3>
158
159 <sect3>
160 <title>Configuration Information</title>
161
162 <para>
163 <application>Links</application> stores its configuration in per-user
164 files in the <filename class="directory">~/.links</filename> directory.
165 These files are created automatically when <command>links</command> is
166 run for the first time.
167 </para>
168
169 </sect3>
170
171 </sect2>
172
173 <sect2 role="content">
174 <title>Contents</title>
175
176 <segmentedlist>
177 <segtitle>Installed Program</segtitle>
178 <segtitle>Installed Libraries</segtitle>
179 <segtitle>Installed Directories</segtitle>
180
181 <seglistitem>
182 <seg>links</seg>
183 <seg>None</seg>
184 <seg>/usr/share/doc/links-&links-version;</seg>
185 </seglistitem>
186 </segmentedlist>
187
188 <variablelist>
189 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
190 <?dbfo list-presentation="list"?>
191 <?dbhtml list-presentation="table"?>
192
193 <varlistentry id="links">
194 <term><command>links</command></term>
195 <listitem>
196 <para>
197 is a text and graphics mode WWW browser
198 </para>
199 <indexterm zone="Links links">
200 <primary sortas="b-links">links</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
204
205 </variablelist>
206
207 </sect2>
208
209</sect1>
Note: See TracBrowser for help on using the repository browser.