Author: manuel
Date: 2005-05-21 09:45:56 -0600 (Sat, 21 May 2005)
New Revision: 4417

Modified:
   trunk/BOOK/gnome/add/gconf-editor.xml
Log:
Tagged gconf-editor.xml

Modified: trunk/BOOK/gnome/add/gconf-editor.xml
===================================================================
--- trunk/BOOK/gnome/add/gconf-editor.xml       2005-05-21 15:36:13 UTC (rev 
4416)
+++ trunk/BOOK/gnome/add/gconf-editor.xml       2005-05-21 15:45:56 UTC (rev 
4417)
@@ -4,98 +4,134 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-<!ENTITY gconf-editor-download-http 
"http://ftp.gnome.org/pub/GNOME/sources/gconf-editor/&gnome-version;/gconf-editor-&gconf-editor-version;.tar.bz2";>
-<!ENTITY gconf-editor-download-ftp 
"ftp://ftp.gnome.org/pub/GNOME/sources/gconf-editor/&gnome-version;/gconf-editor-&gconf-editor-version;.tar.bz2";>
-<!ENTITY gconf-editor-md5sum "651a18f7eb5af91761521aa4f04ccc07">
-<!ENTITY gconf-editor-size "543 KB">
-<!ENTITY gconf-editor-buildsize "7 MB">
-<!ENTITY gconf-editor-time "0.1 SBU">
+  <!ENTITY gconf-editor-download-http 
"http://ftp.gnome.org/pub/GNOME/sources/gconf-editor/&gnome-version;/gconf-editor-&gconf-editor-version;.tar.bz2";>
+  <!ENTITY gconf-editor-download-ftp 
"ftp://ftp.gnome.org/pub/GNOME/sources/gconf-editor/&gnome-version;/gconf-editor-&gconf-editor-version;.tar.bz2";>
+  <!ENTITY gconf-editor-md5sum "651a18f7eb5af91761521aa4f04ccc07">
+  <!ENTITY gconf-editor-size "543 KB">
+  <!ENTITY gconf-editor-buildsize "7 MB">
+  <!ENTITY gconf-editor-time "0.1 SBU">
 ]>
 
 <sect1 id="gconf-editor" xreflabel="GConf Editor-&gconf-editor-version;">
-<sect1info>
-<othername>$LastChangedBy$</othername>
-<date>$Date$</date>
-</sect1info>
-<?dbhtml filename="gconf-editor.html"?>
-<title>GConf Editor-&gconf-editor-version;</title>
+  <?dbhtml filename="gconf-editor.html"?>
 
-<sect2>
-<title>Introduction to <application>GConf Editor</application></title>
+  <sect1info>
+    <othername>$LastChangedBy$</othername>
+    <date>$Date$</date>
+  </sect1info>
 
-<para>The <application>GConf Editor</application> package contains a
-<acronym>GUI</acronym> editor for the <application>GConf</application>
-configuration database.</para>
+  <title>GConf Editor-&gconf-editor-version;</title>
 
-<sect3><title>Package information</title>
-<itemizedlist spacing='compact'>
-<listitem><para>Download (HTTP): <ulink
-url="&gconf-editor-download-http;"/></para></listitem>
-<listitem><para>Download (FTP): <ulink
-url="&gconf-editor-download-ftp;"/></para></listitem>
-<listitem><para>Download MD5 sum: &gconf-editor-md5sum;</para></listitem>
-<listitem><para>Download size: &gconf-editor-size;</para></listitem>
-<listitem><para>Estimated disk space required:
-&gconf-editor-buildsize;</para></listitem>
-<listitem><para>Estimated build time:
-&gconf-editor-time;</para></listitem></itemizedlist>
-</sect3>
+  <indexterm zone="gconf-editor">
+    <primary sortas="a-GConf-Editor">GConf Editor</primary>
+  </indexterm>
 
-<sect3><title><application>GConf Editor</application> dependencies</title>
-<sect4><title>Required</title>
-<para><xref linkend="libgnomeui"/></para>
-</sect4>
-</sect3>
+  <sect2 role="package">
+    <title>Introduction to GConf Editor</title>
 
-</sect2>
+    <para>The <application>GConf Editor</application> package contains a
+    GUI editor for the <application>GConf</application> configuration
+    database.</para>
 
-<sect2>
-<title>Installation of <application>GConf Editor</application></title>
+    <bridgehead renderas="sect3">Package Information</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>Download (HTTP): <ulink 
url="&gconf-editor-download-http;"/></para>
+      </listitem>
+      <listitem>
+        <para>Download (FTP): <ulink url="&gconf-editor-download-ftp;"/></para>
+      </listitem>
+      <listitem>
+        <para>Download MD5 sum: &gconf-editor-md5sum;</para>
+      </listitem>
+      <listitem>
+        <para>Download size: &gconf-editor-size;</para>
+      </listitem>
+      <listitem>
+        <para>Estimated disk space required: &gconf-editor-buildsize;</para>
+      </listitem>
+      <listitem>
+        <para>Estimated build time: &gconf-editor-time;</para>
+      </listitem>
+    </itemizedlist>
 
-<para>Install <application>GConf Editor</application> by running the 
-following commands:</para>
+    <bridgehead renderas="sect3">GConf Editor Dependencies</bridgehead>
 
-<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix 
ORBit-2.0` \
+    <bridgehead renderas="sect4">Required</bridgehead>
+    <para><xref linkend="libgnomeui"/></para>
+
+  </sect2>
+
+  <sect2 role="installation">
+    <title>Installation of GConf Editor</title>
+
+    <para>Install <application>GConf Editor</application> by running the
+    following commands:</para>
+
+<screen><userinput>./configure --prefix=`pkg-config --variable=prefix 
ORBit-2.0` \
     --sysconfdir=/etc/gnome --localstatedir=/var/lib &amp;&amp;
-make</command></userinput></screen>
+make</userinput></screen>
 
-<para>This package does not come with a test suite.</para>
+    <para>This package does not come with a test suite.</para>
 
-<para>Now, as the root user:</para>
+    <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
 
-<screen><userinput role='root'><command>make 
install</command></userinput></screen>
+<screen role="root"><userinput>make install</userinput></screen>
 
-</sect2>
+  </sect2>
 
-<sect2>
-<title>Command explanations</title>
+  <sect2 role="commands">
+    <title>Command Explanations</title>
 
-<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts 
-<application>GConf</application> schema files in 
-<filename class='directory'>/etc/gnome/gconf/schemas</filename> instead of 
-<filename class='directory'>$GNOME_PREFIX/etc/gconf/schemas</filename>.</para>
+    <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
+    <application>GConf</application> schema files in
+    <filename class='directory'>/etc/gnome/gconf/schemas</filename> instead of
+    <filename 
class='directory'>$GNOME_PREFIX/etc/gconf/schemas</filename>.</para>
 
-<para><parameter>--localstatedir=/var/lib</parameter>: This switch puts 
-<application>ScrollKeeper</application> files in 
-<filename class='directory'>/var/lib/scrollkeeper</filename> instead of 
-<filename class='directory'>$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
+    <para><parameter>--localstatedir=/var/lib</parameter>: This switch puts
+    <application>ScrollKeeper</application> files in
+    <filename class='directory'>/var/lib/scrollkeeper</filename> instead of
+    <filename 
class='directory'>$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
 
-</sect2>
+  </sect2>
 
-<sect2>
-<title>Contents</title>
+  <sect2 role="content">
+    <title>Contents</title>
 
-<para>The <application>GConf Editor</application> package contains
-<command>gconf-editor</command>.</para>
+    <segmentedlist>
+      <segtitle>Installed Program</segtitle>
+      <segtitle>Installed Libraries</segtitle>
+      <segtitle>Installed Directories</segtitle>
 
-</sect2>
+      <seglistitem>
+        <seg>gconf-editor</seg>
+        <seg>None</seg>
+        <seg>/etc/gnome/gconf/gconf.xml.defaults/apps/gconf-editor,
+        /etc/gnome/gconf/gconf.xml.defaults/schemas/apps/gconf-editor,
+        $GNOME_PREFIX/share/gnome/help/gconf-editor,
+        $GNOME_PREFIX/share/omf/gconf-editor, and
+        $GNOME_PREFIX/share/pixmaps/gconf-editor</seg>
+      </seglistitem>
+    </segmentedlist>
 
-<sect2><title>Description</title>
+    <variablelist>
+      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+      <?dbfo list-presentation="list"?>
+      <?dbhtml list-presentation="table"?>
 
-<sect3><title>gconf-editor</title>
-<para><command>gconf-editor</command> allows direct modification of the
-<application>GConf</application> configuration database.</para></sect3>
+      <varlistentry id="gconf-editor-prog">
+        <term><command>gconf-editor</command></term>
+        <listitem>
+          <para>allows direct modification of the
+          <application>GConf</application> configuration database.</para>
+          <indexterm zone="gconf-editor gconf-editor-prog">
+            <primary sortas="b-gconf-editor">gconf-editor</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
 
-</sect2>
+    </variablelist>
 
+  </sect2>
+
 </sect1>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to