source: networking/textweb/links.xml@ 8763a1da

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 8763a1da was 8763a1da, checked in by Fernando de Oliveira <fernando@…>, 9 years ago
  • Update to zsh-5.1.
  • Update to graphite2-1.3.1.
  • Update to tiff-4.0.5.
  • Update to links-2.11.
  • Update to midori_0.5.11.
  • xine-lib, mplayer, links, cairo: s|www.directfb.org|pkgs.fedoraproject.org/repo/pkgs/directfb|.

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

  • Property mode set to 100644
File size: 5.3 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 "&gentoo-ftp-repo;/links-&links-version;.tar.bz2">-->
9 <!ENTITY links-download-ftp " ">
10 <!ENTITY links-md5sum "d122879f2870dfec2fec1a07517c1458">
11 <!ENTITY links-size "6.2 MB">
12 <!ENTITY links-buildsize "54 MB (with --enable-graphics)">
13 <!ENTITY links-time "0.3 SBU (with --enable-graphics)">
[773c358]14]>
15
[40b0aa7]16<sect1 id="Links" xreflabel="Links-&links-version;">
[a8e70676]17 <?dbhtml filename="links.html"?>
[50b8d8b]18
[a8e70676]19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
[50b8d8b]23
[40b0aa7]24 <title>Links-&links-version;</title>
[50b8d8b]25
[a8e70676]26 <indexterm zone="Links">
27 <primary sortas="a-Links">Links</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Links</title>
32
33 <para><application>Links</application> is a text and graphics mode
[1065a91]34 WWW browser. It includes support for rendering
35 tables and frames, features background downloads, can display colors
[a8e70676]36 and has many other features.</para>
[fd7e0ed6]37
[c22db16]38 &lfs77_checked; &gcc5_checked;
[79f8c294]39
[a8e70676]40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&links-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&links-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &links-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &links-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &links-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &links-time;</para>
59 </listitem>
60 </itemizedlist>
[50b8d8b]61
[a8e70676]62 <bridgehead renderas="sect3">Links Dependencies</bridgehead>
[50b8d8b]63
[65b031d]64 <bridgehead renderas="sect4">Recommended</bridgehead>
[4885a05]65 <para role="recommended"><xref linkend="openssl"/></para>
[32d0e29]66
67 <bridgehead renderas="sect4">Optional</bridgehead>
[4885a05]68 <para role="optional">Graphics mode requires at least one of
69 <xref linkend="gpm"/> (mouse support to be used with a framebuffer-based console),
[65b031d]70 <ulink url="http://www.svgalib.org/">SVGAlib</ulink>,
[8763a1da]71 <ulink url="http://pkgs.fedoraproject.org/repo/pkgs/directfb/">DirectFB</ulink>, and
[32d0e29]72 <xref linkend="x-window-system"/></para>
73
74 <para>For decoding various image formats <application>Links</application>
75 can utilize
[65b031d]76 <xref linkend="libpng"/>,
77 <xref linkend="libjpeg"/>, and
[32d0e29]78 <xref linkend="libtiff"/></para>
[50b8d8b]79
[061ec9d]80 <para condition="html" role="usernotes">User Notes:
[6c42d4e]81 <ulink url="&blfs-wiki;/LinksBrowser"/></para>
[061ec9d]82
[a8e70676]83 </sect2>
[50b8d8b]84
[a8e70676]85 <sect2 role="installation">
86 <title>Installation of Links</title>
[fd7e0ed6]87
[1ad30c22]88 <para>Install <application>Links</application> by running the following
[a8e70676]89 commands:</para>
90
[2ecfa2a6]91<screen><userinput>./configure --prefix=/usr --mandir=/usr/share/man &amp;&amp;
[bfacd62]92make</userinput></screen>
[221f76c]93
[c383721]94 <para>This package does not come with a test suite.</para>
95
[221f76c]96 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
97
[fd0a8cd]98<screen role='root'><userinput>make install &amp;&amp;
[40b0aa7]99install -v -d -m755 /usr/share/doc/links-&links-version; &amp;&amp;
[3a05e52b]100install -v -m644 doc/links_cal/* KEYS BRAILLE_HOWTO \
[40b0aa7]101 /usr/share/doc/links-&links-version;</userinput></screen>
[50b8d8b]102
[a8e70676]103 </sect2>
[50b8d8b]104
[a8e70676]105 <sect2 role="commands">
106 <title>Command Explanations</title>
[fd7e0ed6]107
[bfacd62]108 <para><option>--enable-graphics</option>: This switch enables support
[65b031d]109 for graphics mode.</para>
[50b8d8b]110
[a8e70676]111 </sect2>
[50b8d8b]112
[a8e70676]113 <sect2 role="configuration">
[463bc80c]114 <title>Configuring Links</title>
[50b8d8b]115
[a8e70676]116 <sect3 id="links-config">
117 <title>Config Files</title>
[50b8d8b]118
[a8e70676]119 <para><filename>~/.links/*</filename></para>
[50b8d8b]120
[a8e70676]121 <indexterm zone="Links links-config">
122 <primary sortas="e-AA.links/*">~/.links/*</primary>
123 </indexterm>
[50b8d8b]124
[a8e70676]125 </sect3>
[50b8d8b]126
[a8e70676]127 <sect3>
128 <title>Configuration Information</title>
129
[1065a91]130 <para><application>Links</application> stores its configuration in per-user
131 files in the <filename class="directory">~/.links</filename> directory. These
[a8e70676]132 files are created automatically when <command>links</command> is run for the
133 first time.</para>
[fd7e0ed6]134
[a8e70676]135 </sect3>
[50b8d8b]136
[a8e70676]137 </sect2>
[50b8d8b]138
[a8e70676]139 <sect2 role="content">
140 <title>Contents</title>
[50b8d8b]141
[a8e70676]142 <segmentedlist>
143 <segtitle>Installed Program</segtitle>
144 <segtitle>Installed Libraries</segtitle>
145 <segtitle>Installed Directories</segtitle>
[50b8d8b]146
[a8e70676]147 <seglistitem>
148 <seg>links</seg>
149 <seg>None</seg>
[40b0aa7]150 <seg>/usr/share/doc/links-&links-version;</seg>
[a8e70676]151 </seglistitem>
152 </segmentedlist>
[50b8d8b]153
[a8e70676]154 <variablelist>
155 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
156 <?dbfo list-presentation="list"?>
157 <?dbhtml list-presentation="table"?>
[50b8d8b]158
[a8e70676]159 <varlistentry id="links">
[0f0ee329]160 <term><command>links</command></term>
[a8e70676]161 <listitem>
162 <para>is a text and graphics mode WWW browser.</para>
163 <indexterm zone="Links links">
164 <primary sortas="b-links">links</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
[50b8d8b]168
[a8e70676]169 </variablelist>
[50b8d8b]170
[a8e70676]171 </sect2>
[50b8d8b]172
[f45b1953]173</sect1>
Note: See TracBrowser for help on using the repository browser.