source: basicnet/textweb/links.xml@ 1e901a7

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 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 gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 1e901a7 was 1065a91, checked in by Randy McMurchy <randy@…>, 19 years ago

Removed excess spaces from the ends of lines in the source files

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

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