Changeset 882a06d for xsoft/graphweb


Ignore:
Timestamp:
11/12/2003 07:56:34 PM (20 years ago)
Author:
Igor Živković <igor@…>
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, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
113161b0
Parents:
1dbb649f
Message:

reworded dillo's config

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/dillo/dillo-config.xml

    r1dbb649f r882a06d  
    33
    44<sect3><title>Config files</title>
    5 <para>System configuration can be done using <filename>/etc/dillorc</filename>. 
    6 This can be edited to define proxies and the default home page.</para>
     5
     6<para><filename>/etc/dillorc</filename>,
     7<filename>~/.dillo/*</filename></para>
     8
    79</sect3>
    810
    911<sect3><title>Configuration Information</title>
    10 <para><application>Dillo</application> stores its configuration in by user
    11 in their <filename class="directory">~/.dillo</filename>
    12 directory. These files are created automatically when
    13 <command>dillo</command> is run.
    14 By default <application>Dillo</application> has cookies turned off, to turn
    15 cookies on, edit the file <filename>~/.dillo/cookiesrc</filename>.
    16 The <filename>~/.dillo/bookmarks.html</filename> file is created
    17 and added to by <application>Dillo</application>.  It can also be edited
    18 with any <acronym>HTML</acronym> or text editor.</para>
     12
     13<para><application>Dillo</application> stores its configuration in the
     14system wide <filename>/etc/dillorc</filename> file and the <filename
     15class="directory">~/.dillo</filename> directory which is created
     16automatically when <command>dillo</command> is run for the
     17first time. Note that cookies are turned off by default. To enable
     18cookies, edit the <filename>~/.dillo/cookiesrc</filename> file.</para>
    1919</sect3>
    2020
    2121</sect2>
    22 
Note: See TracChangeset for help on using the changeset viewer.