source: xsoft/graphweb/dillo.xml@ 384039a

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

Removed remaining inline tags into titles.

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

  • Property mode set to 100644
File size: 6.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://distro.ibiblio.org/pub/Linux/distributions/sorcerer/sources/dillo/&dillo-version;/dillo-&dillo-version;.tar.bz2">
9 <!ENTITY dillo-md5sum "ebf17d6cca1fccc8bc80acdf05e736a3">
10 <!ENTITY dillo-size "423 KB">
11 <!ENTITY dillo-buildsize "9.5 MB">
12 <!ENTITY dillo-time "0.19 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</userinput></screen>
93
94 </sect2>
95
96 <sect2 role="configuration">
97 <title>Configuring Dillo</title>
98
99 <sect3 id="dillo-config">
100 <title>Config Files</title>
101
102 <para><filename>/etc/dillo/dillorc</filename>,
103 <filename>/etc/dillo/dpidrc</filename>, and
104 <filename>~/.dillo/*</filename></para>
105
106 <indexterm zone="dillo dillo-config">
107 <primary sortas="e-AA.dillo-star">~/.dillo/*</primary>
108 </indexterm>
109
110 <indexterm zone="dillo dillo-config">
111 <primary sortas="e-etc-dillo-dillorc">/etc/dillo/dillorc</primary>
112 </indexterm>
113
114 <indexterm zone="dillo dillo-config">
115 <primary sortas="e-etc-dillo-dpidrc">/etc/dillo/dpidrc</primary>
116 </indexterm>
117
118 </sect3>
119
120 <sect3>
121 <title>Configuration Information</title>
122
123 <para><application>Dillo</application> stores its configuration in
124 the system wide <filename>/etc/dillo/dillorc</filename> file and the
125 <filename class="directory">~/.dillo</filename> directory which is
126 created automatically when <command>dillo</command> is run for the
127 first time. Note that cookies are turned off by default. To enable
128 cookies, edit the <filename>~/.dillo/cookiesrc</filename> file.</para>
129
130 </sect3>
131
132 </sect2>
133
134 <sect2 role="content">
135 <title>Contents</title>
136
137 <segmentedlist>
138 <segtitle>Installed Programs</segtitle>
139 <segtitle>Installed Libraries</segtitle>
140 <segtitle>Installed Directories</segtitle>
141
142 <seglistitem>
143 <seg>dillo, dpid, and dpidc</seg>
144 <seg>None</seg>
145 <seg>~/.dillo, /etc/dillo, and /usr/lib/dillo</seg>
146 </seglistitem>
147 </segmentedlist>
148
149 <variablelist>
150 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
151 <?dbfo list-presentation="list"?>
152 <?dbhtml list-presentation="table"?>
153
154 <varlistentry id="dillo-prog">
155 <term><command>dillo</command></term>
156 <listitem>
157 <para>is a GTK+ graphical WWW browser with limited facilities,
158 but a small footprint and runs fast on slower machines.</para>
159 <indexterm zone="dillo dillo-prog">
160 <primary sortas="b-dillo">dillo</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
164
165 <varlistentry id="dpid">
166 <term><command>dpid</command></term>
167 <listitem>
168 <para>is a <application>Dillo</application> plugin daemon.</para>
169 <indexterm zone="dillo dpid">
170 <primary sortas="b-dpid">dpid</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 <varlistentry id="dpidc">
176 <term><command>dpidc</command></term>
177 <listitem>
178 <para>is a control program for <command>dpid</command>.</para>
179 <indexterm zone="dillo dpidc">
180 <primary sortas="b-dpidc">dpidc</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
185 </variablelist>
186
187 </sect2>
188
189</sect1>
Note: See TracBrowser for help on using the repository browser.