source: archive/dillo.xml@ 49b50d4

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 49b50d4 was ad6ebf1, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Cleanup X. X Software

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

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