source: xsoft/graphweb/dillo.xml@ bfb7882

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 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 bfb7882 was e70fcac, checked in by David Jensen <djensen@…>, 19 years ago

Update to Dillo-0.8.5, remove unneeded freetype-2.1.9-bytecode_interpreter-1.patch

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

  • Property mode set to 100644
File size: 6.2 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 " ">
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 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&dillo-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&dillo-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &dillo-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &dillo-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &dillo-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &dillo-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <bridgehead renderas="sect3">Dillo Dependencies</bridgehead>
63
64 <bridgehead renderas="sect4">Required</bridgehead>
65 <para><xref linkend="GTK"/></para>
66
67 <bridgehead renderas="sect4">Optional</bridgehead>
68 <para><xref linkend="openssl"/>,
69 <xref linkend="wget"/> (for downloading via FTP) and
70 <ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink></para>
71
72 </sect2>
73
74 <sect2 role="installation">
75 <title>Installation of Dillo</title>
76
77 <note>
78 <para>Dillo has no mechanism of character set selection and always
79 uses iso8859-1. If this character set is not appropriate, replace
80 all occurrences of iso8859-1 to the desired character set in
81 <filename>src/dw_style.c</filename>.</para>
82 </note>
83
84 <para>Install <application>Dillo</application> by running the following
85 commands:</para>
86
87<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc/dillo &amp;&amp;
88make</userinput></screen>
89
90 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
91
92<screen role="root"><userinput>make install &amp;&amp;
93install -d -v -m755 /usr/share/doc/dillo-&dillo-version; &amp;&amp;
94install -v -m644 doc/{README,*.txt} /usr/share/doc/dillo-&dillo-version;</userinput></screen>
95
96 </sect2>
97
98 <sect2 role="configuration">
99 <title>Configuring Dillo</title>
100
101 <sect3 id="dillo-config">
102 <title>Config Files</title>
103
104 <para><filename>/etc/dillo/dillorc</filename>,
105 <filename>/etc/dillo/dpidrc</filename>, and
106 <filename>~/.dillo/*</filename></para>
107
108 <indexterm zone="dillo dillo-config">
109 <primary sortas="e-AA.dillo-star">~/.dillo/*</primary>
110 </indexterm>
111
112 <indexterm zone="dillo dillo-config">
113 <primary sortas="e-etc-dillo-dillorc">/etc/dillo/dillorc</primary>
114 </indexterm>
115
116 <indexterm zone="dillo dillo-config">
117 <primary sortas="e-etc-dillo-dpidrc">/etc/dillo/dpidrc</primary>
118 </indexterm>
119
120 </sect3>
121
122 <sect3>
123 <title>Configuration Information</title>
124
125 <para><application>Dillo</application> stores its configuration in
126 the system wide <filename>/etc/dillo/dillorc</filename> file and the
127 <filename class="directory">~/.dillo</filename> directory which is
128 created automatically when <command>dillo</command> is run for the
129 first time. Note that cookies are turned off by default. To enable
130 cookies, edit the <filename>~/.dillo/cookiesrc</filename> file.</para>
131
132 </sect3>
133
134 </sect2>
135
136 <sect2 role="content">
137 <title>Contents</title>
138
139 <segmentedlist>
140 <segtitle>Installed Programs</segtitle>
141 <segtitle>Installed Libraries</segtitle>
142 <segtitle>Installed Directories</segtitle>
143
144 <seglistitem>
145 <seg>dillo, dpid, and dpidc</seg>
146 <seg>None</seg>
147 <seg>~/.dillo, /etc/dillo, /usr/share/doc/dillo-&dillo-version;,
148 and /usr/lib/dillo</seg>
149 </seglistitem>
150 </segmentedlist>
151
152 <variablelist>
153 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
154 <?dbfo list-presentation="list"?>
155 <?dbhtml list-presentation="table"?>
156
157 <varlistentry id="dillo-prog">
158 <term><command>dillo</command></term>
159 <listitem>
160 <para>is a GTK+ graphical WWW browser with limited facilities,
161 but a small footprint and runs fast on slower machines.</para>
162 <indexterm zone="dillo dillo-prog">
163 <primary sortas="b-dillo">dillo</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 <varlistentry id="dpid">
169 <term><command>dpid</command></term>
170 <listitem>
171 <para>is a <application>Dillo</application> plugin daemon.</para>
172 <indexterm zone="dillo dpid">
173 <primary sortas="b-dpid">dpid</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177
178 <varlistentry id="dpidc">
179 <term><command>dpidc</command></term>
180 <listitem>
181 <para>is a control program for <command>dpid</command>.</para>
182 <indexterm zone="dillo dpidc">
183 <primary sortas="b-dpidc">dpidc</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187
188 </variablelist>
189
190 </sect2>
191
192</sect1>
Note: See TracBrowser for help on using the repository browser.