source: xsoft/graphweb/dillo.xml@ f939f05

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 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 f939f05 was f939f05, checked in by Bruce Dubbs <bdubbs@…>, 20 years ago

XML update for Chapter 35

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

  • Property mode set to 100644
File size: 3.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/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-size "387 KB">
10 <!ENTITY dillo-buildsize "16 MB">
11 <!ENTITY dillo-time "0.26 SBU">
12]>
13
14<sect1 id="dillo" xreflabel="Dillo-&dillo-version;">
15<?dbhtml filename="dillo.html" ?>
16<title>Dillo-&dillo-version;</title>
17
18<sect2>
19<title>Introduction to <application>Dillo</application></title>
20
21<para><application>Dillo</application> is a fast, small footprint graphical
22browser. Version &dillo-version; is now considered a stable beta.
23<application>Dillo</application> does not support
24<application>Java</application> or JavaScript, and the current version does
25not support <acronym>FTP</acronym>, <acronym>HTTPS</acronym> or frames. It is, however, very fast
26and so is useful on older, slower machines. It supports downloads and can
27support cookies.</para>
28
29<sect3><title>Package information</title>
30<itemizedlist spacing='compact'>
31<listitem><para>Download (HTTP): <ulink
32url="&dillo-download-http;"/></para></listitem>
33<listitem><para>Download (FTP): <ulink
34url="&dillo-download-ftp;"/></para></listitem>
35<listitem><para>Download size: &dillo-size;</para></listitem>
36<listitem><para>Estimated Disk space required:
37&dillo-buildsize;</para></listitem>
38<listitem><para>Estimated build time:
39&dillo-time;</para></listitem></itemizedlist>
40</sect3>
41
42<sect3><title><application>Dillo</application> dependencies</title>
43<sect4><title>Required</title>
44<para><xref linkend="GTK"/></para></sect4>
45</sect3>
46
47</sect2>
48
49<sect2>
50<title>Installation of <application>Dillo</application></title>
51
52<note><para>Dillo has no mechanism of character set
53selection and always uses iso8859-1. If this character set is not
54appropriate, replace all occurences of iso8859-1 to the
55desired character set in <filename>src/dw_style.c</filename>.</para></note>
56
57<para>Install <application>Dillo</application> by running the following commands:</para>
58
59<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
60make &amp;&amp;
61make install</command></userinput></screen>
62
63</sect2>
64
65<sect2>
66<title>Configuring <application>Dillo</application></title>
67
68<sect3><title>Config files</title>
69
70<para><filename>/etc/dillorc</filename>, <filename>/etc/dpidrc</filename>,
71<filename>~/.dillo/*</filename></para>
72
73</sect3>
74
75<sect3><title>Configuration Information</title>
76
77<para><application>Dillo</application> stores its configuration in the
78system wide <filename>/etc/dillorc</filename> file and the <filename
79class="directory">~/.dillo</filename> directory which is created
80automatically when <command>dillo</command> is run for the
81first time. Note that cookies are turned off by default. To enable
82cookies, edit the <filename>~/.dillo/cookiesrc</filename> file.</para>
83</sect3>
84
85</sect2>
86
87<sect2>
88<title>Contents</title>
89
90<para>The <application>Dillo</application> package contains
91<command>dillo</command>
92<command>dpid</command> and
93<command>dpidc</command>.</para>
94
95</sect2>
96
97<sect2><title>Description</title>
98
99<sect3><title>dillo</title>
100<para><command>dillo</command> is a <acronym>GTK</acronym>+ graphical
101<acronym>WWW</acronym> browser with limited facilities, but a
102small footprint and runs fast on slower machines.</para></sect3>
103
104<sect3><title>dpid</title>
105<para><command>dpid</command> is a <application>Dillo</application>
106plugin daemon.</para></sect3>
107
108<sect3><title>dpidc</title>
109<para><command>dpidc</command> is a control program for
110<command>dpid</command>.</para></sect3>
111
112</sect2>
113
114</sect1>
115
Note: See TracBrowser for help on using the repository browser.