source: xsoft/graphweb/dillo.xml@ 0aeb696

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 0aeb696 was 0aeb696, checked in by Randy McMurchy <randy@…>, 18 years ago

Added a comment to each file that may need a mention of a test suite added to it, this allows closing of bug #1697

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5951 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 <!-- Inserted as a reminder to do this. The mention of a test suite
8 is usually right before the root user installation commands. Please
9 delete these 12 (including one blank) lines after you are done.-->
10
11 <!-- Use one of the two mentions below about a test suite,
12 delete the line that is not applicable. Of course, if the
13 test suite uses syntax other than "make check", revise the
14 line to reflect the actual syntax to run the test suite -->
15
16 <!-- <para>This package does not come with a test suite.</para> -->
17 <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
18
19 <!ENTITY dillo-download-http "http://www.dillo.org/download/dillo-&dillo-version;.tar.bz2">
20 <!ENTITY dillo-download-ftp " ">
21 <!ENTITY dillo-md5sum "d0ab7fa1d40b310deb891388604188f8">
22 <!ENTITY dillo-size "415 KB">
23 <!ENTITY dillo-buildsize "9.5 MB">
24 <!ENTITY dillo-time "0.2 SBU">
25]>
26
27<sect1 id="dillo" xreflabel="Dillo-&dillo-version;">
28 <?dbhtml filename="dillo.html" ?>
29
30 <sect1info>
31 <othername>$LastChangedBy$</othername>
32 <date>$Date$</date>
33 <keywordset>
34 <keyword role="package">dillo-&dillo-version;.tar</keyword>
35 <keyword role="ftpdir">dillo</keyword>
36 </keywordset>
37 </sect1info>
38
39 <title>Dillo-&dillo-version;</title>
40
41 <indexterm zone="dillo">
42 <primary sortas="a-Dillo">Dillo</primary>
43 </indexterm>
44
45 <sect2 role="package">
46 <title>Introduction to Dillo</title>
47
48 <para><application>Dillo</application> is a fast, small footprint
49 graphical browser. Version &dillo-version; is now considered a very
50 stable beta. <application>Dillo</application> does not support
51 <application>Java</application>, JavaScript or CSS, and the current
52 version does not support FTP, HTTPS or frames. It is, however, very
53 fast and so is useful on older, slower machines. It supports downloads
54 and can support cookies.</para>
55
56 <bridgehead renderas="sect3">Package Information</bridgehead>
57 <itemizedlist spacing="compact">
58 <listitem>
59 <para>Download (HTTP): <ulink url="&dillo-download-http;"/></para>
60 </listitem>
61 <listitem>
62 <para>Download (FTP): <ulink url="&dillo-download-ftp;"/></para>
63 </listitem>
64 <listitem>
65 <para>Download MD5 sum: &dillo-md5sum;</para>
66 </listitem>
67 <listitem>
68 <para>Download size: &dillo-size;</para>
69 </listitem>
70 <listitem>
71 <para>Estimated disk space required: &dillo-buildsize;</para>
72 </listitem>
73 <listitem>
74 <para>Estimated build time: &dillo-time;</para>
75 </listitem>
76 </itemizedlist>
77
78 <bridgehead renderas="sect3">Dillo Dependencies</bridgehead>
79
80 <bridgehead renderas="sect4">Required</bridgehead>
81 <para role="required"><xref linkend="GTK"/></para>
82
83 <bridgehead renderas="sect4">Optional</bridgehead>
84 <para role="optional"><xref linkend="openssl"/>,
85 <xref linkend="wget"/> (for downloading via FTP) and
86 <ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink></para>
87
88 <para condition="html" role="usernotes">User Notes:
89 <ulink url="&blfs-wiki;/dillo"/></para>
90
91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of Dillo</title>
95
96 <note>
97 <para>Dillo has no mechanism of character set selection and always
98 uses iso8859-1. If this character set is not appropriate, replace
99 all occurrences of iso8859-1 to the desired character set in
100 <filename>src/dw_style.c</filename>.</para>
101 </note>
102
103 <para>Install <application>Dillo</application> by running the following
104 commands:</para>
105
106<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc/dillo &amp;&amp;
107make</userinput></screen>
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.