mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
reworded dillo's config
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1496 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
1dbb649f98
commit
882a06da7c
@ -2,8 +2,8 @@
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||
"/usr/share/docbook/docbookx.dtd" [
|
||||
|
||||
<!ENTITY version "CVS-20031111">
|
||||
<!ENTITY releasedate "November 11th, 2003">
|
||||
<!ENTITY version "CVS-20031112">
|
||||
<!ENTITY releasedate "November 12th, 2003">
|
||||
<!ENTITY blfs-version "cvs">
|
||||
|
||||
<!ENTITY % book SYSTEM "book/book.ent">
|
||||
|
@ -11,6 +11,9 @@ who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>November 12th, 2003 [igor]: Dillo: Reworded config
|
||||
section.</para></listitem>
|
||||
|
||||
<listitem><para>November 11th, 2003 [larry]: updated to
|
||||
GConf-2.4.0.1.</para></listitem>
|
||||
|
||||
|
@ -2,21 +2,20 @@
|
||||
<title>Configuring <application>Dillo</application></title>
|
||||
|
||||
<sect3><title>Config files</title>
|
||||
<para>System configuration can be done using <filename>/etc/dillorc</filename>.
|
||||
This can be edited to define proxies and the default home page.</para>
|
||||
|
||||
<para><filename>/etc/dillorc</filename>,
|
||||
<filename>~/.dillo/*</filename></para>
|
||||
|
||||
</sect3>
|
||||
|
||||
<sect3><title>Configuration Information</title>
|
||||
<para><application>Dillo</application> stores its configuration in by user
|
||||
in their <filename class="directory">~/.dillo</filename>
|
||||
directory. These files are created automatically when
|
||||
<command>dillo</command> is run.
|
||||
By default <application>Dillo</application> 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 <application>Dillo</application>. It can also be edited
|
||||
with any <acronym>HTML</acronym> or text editor.</para>
|
||||
|
||||
<para><application>Dillo</application> stores its configuration in the
|
||||
system wide <filename>/etc/dillorc</filename> file and the <filename
|
||||
class="directory">~/.dillo</filename> directory which is created
|
||||
automatically when <command>dillo</command> is run for the
|
||||
first time. Note that cookies are turned off by default. To enable
|
||||
cookies, edit the <filename>~/.dillo/cookiesrc</filename> file.</para>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user