source: xsoft/graphweb/dillo.xml@ 83655c7e

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 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/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 83655c7e was 83655c7e, checked in by Randy McMurchy <randy@…>, 18 years ago

Minor updates to the Dillo instructions: Added FTP download URL, added note about the test suite, identified that wget is a run-time only requirement

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

  • Property mode set to 100644
File size: 7.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY dillo-download-http "http://www.dillo.org/download/dillo-&dillo-version;.tar.bz2">
8 <!ENTITY dillo-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/dillo-&dillo-version;.tar.bz2">
9 <!ENTITY dillo-md5sum "d0ab7fa1d40b310deb891388604188f8">
10 <!ENTITY dillo-size "415 KB">
11 <!ENTITY dillo-buildsize "9.5 MB">
12 <!ENTITY dillo-time "0.2 SBU">
13]>
14
15<sect1 id="dillo" xreflabel="Dillo-&dillo-version;">
16 <?dbhtml filename="dillo.html" ?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">dillo-&dillo-version;.tar</keyword>
23 <keyword role="ftpdir">dillo</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>Dillo-&dillo-version;</title>
28
29 <indexterm zone="dillo">
30 <primary sortas="a-Dillo">Dillo</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Dillo</title>
35
36 <para><application>Dillo</application> is a fast, small footprint
37 graphical browser. Version &dillo-version; is now considered a very
38 stable beta. <application>Dillo</application> does not support
39 <application>Java</application>, JavaScript or CSS, and the current
40 version does not support FTP, HTTPS or frames. It is, however, very
41 fast and so is useful on older, slower machines. It supports downloads
42 and can support cookies.</para>
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>Download (HTTP): <ulink url="&dillo-download-http;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download (FTP): <ulink url="&dillo-download-ftp;"/></para>
51 </listitem>
52 <listitem>
53 <para>Download MD5 sum: &dillo-md5sum;</para>
54 </listitem>
55 <listitem>
56 <para>Download size: &dillo-size;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated disk space required: &dillo-buildsize;</para>
60 </listitem>
61 <listitem>
62 <para>Estimated build time: &dillo-time;</para>
63 </listitem>
64 </itemizedlist>
65
66 <bridgehead renderas="sect3">Dillo Dependencies</bridgehead>
67
68 <bridgehead renderas="sect4">Required</bridgehead>
69 <para role="required"><xref linkend="GTK"/></para>
70
71 <bridgehead renderas="sect4">Optional</bridgehead>
72 <para role="optional"><xref linkend="openssl"/> and
73 <ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink></para>
74
75 <bridgehead renderas="sect4">Optional (Run-Time Requirement for FTP
76 Downloading)</bridgehead>
77 <para role="optional"><xref linkend="wget"/></para>
78
79 <para condition="html" role="usernotes">User Notes:
80 <ulink url="&blfs-wiki;/dillo"/></para>
81
82 </sect2>
83
84 <sect2 role="installation">
85 <title>Installation of Dillo</title>
86
87 <note>
88 <para>Dillo has no mechanism of character set selection and always
89 uses iso8859-1. If this character set is not appropriate, replace
90 all occurrences of iso8859-1 to the desired character set in
91 <filename>src/dw_style.c</filename>.</para>
92 </note>
93
94 <para>Support for secure connections is considered experimental by
95 <application>Dillo</application>'s author. If you want the optional HTTPS
96 support for <application>Dillo</application> and have
97 <xref linkend="openssl"/> installed, run the following command:</para>
98
99<screen><userinput>sed -i -e "/#undef ENABLE_SSL/d" dpi/https.c</userinput></screen>
100
101 <para>Install <application>Dillo</application> by running the following
102 commands:</para>
103
104<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc/dillo &amp;&amp;
105make</userinput></screen>
106
107 <para>This package does not come with a test suite.</para>
108
109 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
110
111<screen role="root"><userinput>make install &amp;&amp;
112install -d -v -m755 /usr/share/doc/dillo-&dillo-version; &amp;&amp;
113install -v -m644 doc/{README,*.txt} /usr/share/doc/dillo-&dillo-version;</userinput></screen>
114
115 </sect2>
116
117 <sect2 role="configuration">
118 <title>Configuring Dillo</title>
119
120 <sect3 id="dillo-config">
121 <title>Config Files</title>
122
123 <para><filename>/etc/dillo/dillorc</filename>,
124 <filename>/etc/dillo/dpidrc</filename>, and
125 <filename>~/.dillo/*</filename></para>
126
127 <indexterm zone="dillo dillo-config">
128 <primary sortas="e-AA.dillo-star">~/.dillo/*</primary>
129 </indexterm>
130
131 <indexterm zone="dillo dillo-config">
132 <primary sortas="e-etc-dillo-dillorc">/etc/dillo/dillorc</primary>
133 </indexterm>
134
135 <indexterm zone="dillo dillo-config">
136 <primary sortas="e-etc-dillo-dpidrc">/etc/dillo/dpidrc</primary>
137 </indexterm>
138
139 </sect3>
140
141 <sect3>
142 <title>Configuration Information</title>
143
144 <para><application>Dillo</application> stores its configuration in
145 the system wide <filename>/etc/dillo/dillorc</filename> file and the
146 <filename class="directory">~/.dillo</filename> directory which is
147 created automatically when <command>dillo</command> is run for the
148 first time. Note that cookies are turned off by default. To enable
149 cookies, edit the <filename>~/.dillo/cookiesrc</filename> file.</para>
150
151 </sect3>
152
153 </sect2>
154
155 <sect2 role="content">
156 <title>Contents</title>
157
158 <segmentedlist>
159 <segtitle>Installed Programs</segtitle>
160 <segtitle>Installed Libraries</segtitle>
161 <segtitle>Installed Directories</segtitle>
162
163 <seglistitem>
164 <seg>dillo, dpid, and dpidc</seg>
165 <seg>None</seg>
166 <seg>~/.dillo, /etc/dillo, /usr/share/doc/dillo-&dillo-version;,
167 and /usr/lib/dillo</seg>
168 </seglistitem>
169 </segmentedlist>
170
171 <variablelist>
172 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
173 <?dbfo list-presentation="list"?>
174 <?dbhtml list-presentation="table"?>
175
176 <varlistentry id="dillo-prog">
177 <term><command>dillo</command></term>
178 <listitem>
179 <para>is a GTK+ graphical WWW browser with limited facilities,
180 but a small footprint and runs fast on slower machines.</para>
181 <indexterm zone="dillo dillo-prog">
182 <primary sortas="b-dillo">dillo</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 <varlistentry id="dpid">
188 <term><command>dpid</command></term>
189 <listitem>
190 <para>is a <application>Dillo</application> plugin daemon.</para>
191 <indexterm zone="dillo dpid">
192 <primary sortas="b-dpid">dpid</primary>
193 </indexterm>
194 </listitem>
195 </varlistentry>
196
197 <varlistentry id="dpidc">
198 <term><command>dpidc</command></term>
199 <listitem>
200 <para>is a control program for <command>dpid</command>.</para>
201 <indexterm zone="dillo dpidc">
202 <primary sortas="b-dpidc">dpidc</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 </variablelist>
208
209 </sect2>
210
211</sect1>
Note: See TracBrowser for help on using the repository browser.