Changeset 8de0296 for xsoft


Ignore:
Timestamp:
12/22/2004 10:27:34 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
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
Children:
176c4756
Parents:
fc3721e
Message:

Updated to Dillo-0.8.3

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/dillo.xml

    rfc3721e r8de0296  
    77  <!ENTITY dillo-download-http "http://www.dillo.org/download/dillo-&dillo-version;.tar.bz2">
    88  <!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          "410 KB">
     9  <!ENTITY dillo-size          "418 KB">
    1010  <!ENTITY dillo-buildsize     "9.5 MB">
    1111  <!ENTITY dillo-time          "0.19 SBU">
     
    1818</sect1info>
    1919<?dbhtml filename="dillo.html" ?>
    20 <title>Dillo-&dillo-version;</title>
     20<title><application>Dillo</application>-&dillo-version;</title>
    2121
    2222<sect2>
     
    2424
    2525<para><application>Dillo</application> is a fast, small footprint graphical
    26 browser.  Version &dillo-version; is now considered a stable beta.
    27 <application>Dillo</application> does not support
     26browser.  Version &dillo-version; is now considered a stable beta. 
     27<application>Dillo</application> does not support 
    2828<application>Java</application>, JavaScript or <acronym>CSS</acronym>, and the
    2929current version does not support <acronym>FTP</acronym>,
     
    3939url="&dillo-download-ftp;"/></para></listitem>
    4040<listitem><para>Download size: &dillo-size;</para></listitem>
    41 <listitem><para>Estimated Disk space required:
     41<listitem><para>Estimated disk space required:
    4242&dillo-buildsize;</para></listitem>
    4343<listitem><para>Estimated build time:
     
    4747<sect3><title><application>Dillo</application> dependencies</title>
    4848<sect4><title>Required</title>
    49 <para><xref linkend="GTK"/></para></sect4>
     49<para><xref linkend="GTK"/></para>
     50</sect4>
     51
     52<sect4><title>Optional</title>
     53<para><xref linkend="openssl"/> and
     54<ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink></para>
     55</sect4>
    5056</sect3>
    5157
     
    6369commands:</para>
    6470
    65 <screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     71<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc/dillo &amp;&amp;
    6672make &amp;&amp;
    6773make install</command></userinput></screen>
     
    7480<sect3><title>Config files</title>
    7581
    76 <para><filename>/etc/dillorc</filename>, <filename>/etc/dpidrc</filename>,
     82<para><filename>/etc/dillo/dillorc</filename>,
     83<filename>/etc/dillo/dpidrc</filename>,
    7784<filename>~/.dillo/*</filename></para>
    78 
    7985</sect3>
    8086
    8187<sect3><title>Configuration Information</title>
    8288
    83 <para><application>Dillo</application> stores its configuration in the
    84 system wide <filename>/etc/dillorc</filename> file and the
    85 <filename class="directory">~/.dillo</filename> directory which is created
    86 automatically when <command>dillo</command> is run for the
    87 first time. Note that cookies are turned off by default. To enable
     89<para><application>Dillo</application> stores its configuration in the 
     90system wide <filename>/etc/dillo/dillorc</filename> file and the
     91<filename class="directory">~/.dillo</filename> directory which is created 
     92automatically when <command>dillo</command> is run for the 
     93first time. Note that cookies are turned off by default. To enable 
    8894cookies, edit the <filename>~/.dillo/cookiesrc</filename> file.</para>
    8995</sect3>
     
    94100<title>Contents</title>
    95101
    96 <para>The <application>Dillo</application> package contains
    97 <command>dillo</command>
    98 <command>dpid</command> and
     102<para>The <application>Dillo</application> package contains 
     103<command>dillo</command>,
     104<command>dpid</command> and 
    99105<command>dpidc</command>.</para>
    100106
Note: See TracChangeset for help on using the changeset viewer.