source: xsoft/graphweb/dillo.xml@ a0f03b0

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 a0f03b0 was a0f03b0, checked in by Archaic <archaic@…>, 20 years ago

Inserting sect1info

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

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