source: xsoft/graphweb/dillo.xml@ 07b157f4

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 07b157f4 was 07b157f4, checked in by Randy McMurchy <randy@…>, 20 years ago

Standardized 'Recommended Patch:' on various package instructions; Revised KOffice 'Additional download' section; Minor wording changes to Dillo instructions

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

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