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
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 " ">
[b52e266]9 <!ENTITY links-md5sum "f60b87ffee090c5d6820951eba710572">
[0e272f87]10 <!ENTITY links-size "6.2 MB">
[902e235]11 <!ENTITY links-buildsize "35 MB">
[b52e266]12 <!ENTITY links-time "0.2 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
[2a7cafa]35 &lfs113_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
[a8e70676]105 </sect2>
[50b8d8b]106
[a8e70676]107 <sect2 role="installation">
108 <title>Installation of Links</title>
[fd7e0ed6]109
[7c56ece]110 <para>
111 Install <application>Links</application> by running the following
112 commands:
113 </para>
[a8e70676]114
[2ecfa2a6]115<screen><userinput>./configure --prefix=/usr --mandir=/usr/share/man &amp;&amp;
[bfacd622]116make</userinput></screen>
[221f76c]117
[7c56ece]118 <para>
119 This package does not come with a test suite.
120 </para>
[c383721]121
[7c56ece]122 <para>
123 Now, as the <systemitem class="username">root</systemitem> user:
124 </para>
[221f76c]125
[fd0a8cd]126<screen role='root'><userinput>make install &amp;&amp;
[40b0aa7]127install -v -d -m755 /usr/share/doc/links-&links-version; &amp;&amp;
[3a05e52b]128install -v -m644 doc/links_cal/* KEYS BRAILLE_HOWTO \
[40b0aa7]129 /usr/share/doc/links-&links-version;</userinput></screen>
[50b8d8b]130
[a8e70676]131 </sect2>
[50b8d8b]132
[a8e70676]133 <sect2 role="commands">
134 <title>Command Explanations</title>
[fd7e0ed6]135
[7c56ece]136 <para>
137 <option>--enable-graphics</option>: This switch enables support
138 for graphics mode.
139 </para>
[50b8d8b]140
[a8e70676]141 </sect2>
[50b8d8b]142
[a8e70676]143 <sect2 role="configuration">
[463bc80c]144 <title>Configuring Links</title>
[50b8d8b]145
[a8e70676]146 <sect3 id="links-config">
147 <title>Config Files</title>
[50b8d8b]148
[7c56ece]149 <para>
150 <filename>~/.links/*</filename>
151 </para>
[50b8d8b]152
[a8e70676]153 <indexterm zone="Links links-config">
154 <primary sortas="e-AA.links/*">~/.links/*</primary>
155 </indexterm>
[50b8d8b]156
[a8e70676]157 </sect3>
[50b8d8b]158
[a8e70676]159 <sect3>
160 <title>Configuration Information</title>
161
[7c56ece]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>
[fd7e0ed6]168
[a8e70676]169 </sect3>
[50b8d8b]170
[a8e70676]171 </sect2>
[50b8d8b]172
[a8e70676]173 <sect2 role="content">
174 <title>Contents</title>
[50b8d8b]175
[a8e70676]176 <segmentedlist>
177 <segtitle>Installed Program</segtitle>
178 <segtitle>Installed Libraries</segtitle>
179 <segtitle>Installed Directories</segtitle>
[50b8d8b]180
[a8e70676]181 <seglistitem>
182 <seg>links</seg>
183 <seg>None</seg>
[40b0aa7]184 <seg>/usr/share/doc/links-&links-version;</seg>
[a8e70676]185 </seglistitem>
186 </segmentedlist>
[50b8d8b]187
[a8e70676]188 <variablelist>
189 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
190 <?dbfo list-presentation="list"?>
191 <?dbhtml list-presentation="table"?>
[50b8d8b]192
[a8e70676]193 <varlistentry id="links">
[0f0ee329]194 <term><command>links</command></term>
[a8e70676]195 <listitem>
[7c56ece]196 <para>
[4c24eb0a]197 is a text and graphics mode WWW browser
[7c56ece]198 </para>
[a8e70676]199 <indexterm zone="Links links">
200 <primary sortas="b-links">links</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
[50b8d8b]204
[a8e70676]205 </variablelist>
[50b8d8b]206
[a8e70676]207 </sect2>
[50b8d8b]208
[f45b1953]209</sect1>
Note: See TracBrowser for help on using the repository browser.