source: archive/dillo.xml@ acb648f

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since acb648f was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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