source: xsoft/graphweb/dillo.xml@ b4647e21

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 b4647e21 was b4647e21, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Typo fix. Xsoft.

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

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