added dillo-0.7.1.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@891 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Larry Lawrence 2003-04-28 19:45:13 +00:00
parent 35936bfa7a
commit fbd0a56941
12 changed files with 115 additions and 9 deletions

View File

@ -10,6 +10,12 @@ page in Chapter 1 for details on who wrote what.</para>
<itemizedlist>
<listitem><para>April 28th, 2003 [larry]: applied dillo
patch.</para></listitem>
<listitem><para>April 28th, 2003 [larry]: template: modified template
for new intro format.</para></listitem>
<listitem><para>April 28th, 2003 [larry]: general: updated to
openssl-0.9.7b and pcre-4.2.</para></listitem>

View File

@ -1,7 +1,8 @@
<sect2>
<title>Contents</title>
<para>The template package contains <userinput>LISTOFFILES</userinput></para>
<para>The template package contains <command>LISTOFEXEC</command>,
<filename>LISTOFFILES</filename>.</para>
</sect2>

View File

@ -1,15 +1,22 @@
<sect2>
<title>Introduction to template</title>
<screen>Download location (HTTP): <ulink url="&template-download-http;"/>
Download location (FTP): <ulink url="&template-download-ftp;"/>
Version used: &template-version;
Package size: &template-size;
Estimated Disk space required: &template-buildsize;</screen>
<para>The template package contains... This is useful for...</para>
<screen>template depends on:
DEPENDENCY LIST (if any)</screen>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink url="&template-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink url="&template-download-ftp;"/></para></listitem>
<listitem><para>Download size: &template-size;</para></listitem>
<listitem><para>Estimated Disk space required:&template-buildsize;</para></listitem>>
<listitem><para>Estimated build time: &template-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title>template dependencies</title>
<sect4><title>Required</title>
<para>DEPENDENCE LIST</para></sect4>
<sect4><title>Optional</title>
<para>OPTIONAL LIST</para></sect4>
</sect3>
</sect2>

View File

@ -9,3 +9,4 @@
<!ENTITY template-download-http "">
<!ENTITY template-download-ftp "">
<!ENTITY template-size "">
<!ENTITY template-time "">

11
xsoft/graphweb/dillo.xml Normal file
View File

@ -0,0 +1,11 @@
<sect1 id="dillo" xreflabel="dillo-&dillo-version;">
<?dbhtml filename="dillo.html" dir="xsoft"?>
<title>dillo-&dillo-version;</title>
&dillo-intro;
&dillo-inst;
&dillo-config;
&dillo-desc;
</sect1>

View File

@ -0,0 +1,20 @@
<sect2>
<title>Configuring dillo</title>
<sect3><title>Config files</title>
<para>Site-wide configuration can be done using <filename>/etc/dillorc</filename>.
This can be edited to define proxies and the default home page.</para>
</sect3>
<sect3><title>Configuration Information</title>
<para>Dillo stores its configuration in per-user files in their
<filename class="directory">~/.dillo</filename>
directory. These files are created automatically when dillo is run.
By default dillo has cookies turned off, to turn cookies on, edit the
file <filename>~/.dillo/cookiesrc</filename>.
The <filename>~/.dillo/bookmarks.html</filename> file is created
and added to by dillo. It can also be edited with any html or text editor.</para>
</sect3>
</sect2>

View File

@ -0,0 +1,15 @@
<sect2>
<title>Contents</title>
<para>The dillo package contains <userinput>dillo</userinput>.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>dillo</title>
<para>dillo is a gtk+ graphical WWW browser with limited facilities, but a
small footprint and runs fast on slower machines.</para></sect3>
</sect2>

View File

@ -0,0 +1,11 @@
<sect2>
<title>Installation of dillo</title>
<para>Install dillo by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect2>

View File

@ -0,0 +1,19 @@
<sect2>
<title>Introduction to dillo</title>
<screen>Download location (HTTP): <ulink url="&dillo-download-http;"/>
Version used: &dillo-version;
Package size: &dillo-size;
Estimated Disk space required: &dillo-buildsize;
Estimated build time: &dillo-time;</screen>
<para>Dillo is a fast, small footprint graphical browser. Although version
0.7.1 is alpha code, it is stable. Dillo does not support java or
javascript, and the current version does not support cut and paste, ftp,
https or frames. It is, however, very fast and so is useful on older,
slower machines. It supports downloads and can support cookies.</para>
<screen>dillo depends on:
<xref linkend="GTK"/></screen>
</sect2>

View File

@ -0,0 +1,12 @@
<!ENTITY dillo SYSTEM "../dillo.xml">
<!ENTITY dillo-intro SYSTEM "dillo-intro.xml">
<!ENTITY dillo-inst SYSTEM "dillo-inst.xml">
<!ENTITY dillo-exp SYSTEM "dillo-exp.xml">
<!ENTITY dillo-desc SYSTEM "dillo-desc.xml">
<!ENTITY dillo-config SYSTEM "dillo-config.xml">
<!ENTITY dillo-buildsize "265 KB">
<!ENTITY dillo-version "0.7.1.2">
<!ENTITY dillo-download-http "http://dillo.auriga.wearlab.de/download/dillo-0.7.1.2.tar.gz">
<!ENTITY dillo-download-ftp "">
<!ENTITY dillo-size "357 KB">
<!ENTITY dillo-time "N/A">

View File

@ -5,5 +5,6 @@
&mozilla;
&galeon;
&xsoft-graphweb-konq;
&dillo;
</chapter>

View File

@ -27,8 +27,10 @@
<!ENTITY xsoft-graphweb-konq SYSTEM "graphweb/konq.xml">
<!ENTITY % mozilla SYSTEM "graphweb/mozilla/mozilla.ent">
<!ENTITY % galeon SYSTEM "graphweb/galeon/galeon.ent">
<!ENTITY % dillo SYSTEM "graphweb/dillo/dillo.ent">
%mozilla;
%galeon;
%dillo;
<!-- Other -->
<!ENTITY xsoft-other SYSTEM "other/other.xml">