Author: bdubbs
Date: 2012-05-12 16:40:21 -0600 (Sat, 12 May 2012)
New Revision: 10194

Added:
   trunk/BOOK/archive/dillo.xml
   trunk/BOOK/archive/galeon.xml
   trunk/BOOK/archive/konq.xml
   trunk/BOOK/archive/pan.xml
   trunk/BOOK/archive/suites/
Removed:
   trunk/BOOK/xsoft/graphweb/dillo.xml
   trunk/BOOK/xsoft/graphweb/galeon.xml
   trunk/BOOK/xsoft/graphweb/konq.xml
   trunk/BOOK/xsoft/other/pan.xml
   trunk/BOOK/xsoft/suites/
Modified:
   trunk/BOOK/xsoft/other/other.xml
   trunk/BOOK/xsoft/xsoft.xml
Log:
Cleanup X. X Software

Copied: trunk/BOOK/archive/dillo.xml (from rev 10187, 
trunk/BOOK/xsoft/graphweb/dillo.xml)
===================================================================
--- trunk/BOOK/archive/dillo.xml                                (rev 0)
+++ trunk/BOOK/archive/dillo.xml        2012-05-12 22:40:21 UTC (rev 10194)
@@ -0,0 +1,207 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; [
+  <!ENTITY % general-entities SYSTEM "../../general.ent">
+  %general-entities;
+
+  <!ENTITY dillo-download-http 
"http://www.dillo.org/download/dillo-&dillo-version;.tar.bz2";>
+  <!ENTITY dillo-download-ftp  
"&gentoo-ftp-repo;/dillo-&dillo-version;.tar.bz2">
+  <!ENTITY dillo-md5sum        "d0ab7fa1d40b310deb891388604188f8">
+  <!ENTITY dillo-size          "415 KB">
+  <!ENTITY dillo-buildsize     "9.5 MB">
+  <!ENTITY dillo-time          "0.2 SBU">
+]>
+
+<sect1 id="dillo" xreflabel="Dillo-&dillo-version;">
+  <?dbhtml filename="dillo.html" ?>
+
+  <sect1info>
+    <othername>$LastChangedBy$</othername>
+    <date>$Date$</date>
+  </sect1info>
+
+  <title>Dillo-&dillo-version;</title>
+
+  <indexterm zone="dillo">
+    <primary sortas="a-Dillo">Dillo</primary>
+  </indexterm>
+
+  <sect2 role="package">
+    <title>Introduction to Dillo</title>
+
+    <para><application>Dillo</application> is a fast, small footprint
+    graphical browser. Version &dillo-version; is now considered a very
+    stable beta. <application>Dillo</application> does not support
+    <application>Java</application>, JavaScript or CSS, and the current
+    version does not support 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>
+
+    <caution>
+      <para><application>Dillo</application> always interprets web pages
+      as if they had the ISO-8859-1 encoding. Thus, it is useless
+      for reading non-English web pages.</para>
+    </caution>
+
+    <bridgehead renderas="sect3">Package Information</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>Download (HTTP): <ulink url="&dillo-download-http;"/></para>
+      </listitem>
+      <listitem>
+        <para>Download (FTP): <ulink url="&dillo-download-ftp;"/></para>
+      </listitem>
+      <listitem>
+        <para>Download MD5 sum: &dillo-md5sum;</para>
+      </listitem>
+      <listitem>
+        <para>Download size: &dillo-size;</para>
+      </listitem>
+      <listitem>
+        <para>Estimated disk space required: &dillo-buildsize;</para>
+      </listitem>
+      <listitem>
+        <para>Estimated build time: &dillo-time;</para>
+      </listitem>
+    </itemizedlist>
+
+    <bridgehead renderas="sect3">Dillo Dependencies</bridgehead>
+
+    <bridgehead renderas="sect4">Required</bridgehead>
+    <para role="required"><xref linkend="GTK"/></para>
+
+    <bridgehead renderas="sect4">Optional</bridgehead>
+    <para role="optional"><xref linkend="openssl"/> and
+    <ulink url="http://perens.com/FreeSoftware/";>Electric Fence</ulink></para>
+
+    <bridgehead renderas="sect4">Optional (Run-Time Requirement for FTP
+    Downloading)</bridgehead>
+    <para role="optional"><xref linkend="wget"/></para>
+
+    <para condition="html" role="usernotes">User Notes:
+    <ulink url="&blfs-wiki;/dillo"/></para>
+
+  </sect2>
+
+  <sect2 role="installation">
+    <title>Installation of Dillo</title>
+
+
+    <para>Support for secure connections is considered experimental by
+    <application>Dillo</application>'s author. If you want the optional HTTPS
+    support for <application>Dillo</application> and have
+    <xref linkend="openssl"/> installed, run the following command:</para>
+
+<screen><userinput>sed -i -e "/#undef ENABLE_SSL/d" 
dpi/https.c</userinput></screen>
+
+    <para>Install <application>Dillo</application> by running the following
+    commands:</para>
+
+<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc/dillo &amp;&amp;
+make</userinput></screen>
+
+    <para>This package does not come with a test suite.</para>
+
+    <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
+
+<screen role="root"><userinput>make install &amp;&amp;
+install -d -v -m755 /usr/share/doc/dillo-&dillo-version; &amp;&amp;
+install -v -m644 doc/{README,*.txt} 
/usr/share/doc/dillo-&dillo-version;</userinput></screen>
+
+  </sect2>
+
+  <sect2 role="configuration">
+    <title>Configuring Dillo</title>
+
+    <sect3 id="dillo-config">
+      <title>Config Files</title>
+
+      <para><filename>/etc/dillo/dillorc</filename>,
+      <filename>/etc/dillo/dpidrc</filename>, and
+      <filename>~/.dillo/*</filename></para>
+
+      <indexterm zone="dillo dillo-config">
+        <primary sortas="e-AA.dillo-star">~/.dillo/*</primary>
+      </indexterm>
+
+      <indexterm zone="dillo dillo-config">
+        <primary sortas="e-etc-dillo-dillorc">/etc/dillo/dillorc</primary>
+      </indexterm>
+
+      <indexterm zone="dillo dillo-config">
+        <primary sortas="e-etc-dillo-dpidrc">/etc/dillo/dpidrc</primary>
+      </indexterm>
+
+    </sect3>
+
+    <sect3>
+      <title>Configuration Information</title>
+
+      <para><application>Dillo</application> stores its configuration in
+      the system wide <filename>/etc/dillo/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>
+
+  <sect2 role="content">
+    <title>Contents</title>
+
+    <segmentedlist>
+      <segtitle>Installed Programs</segtitle>
+      <segtitle>Installed Libraries</segtitle>
+      <segtitle>Installed Directories</segtitle>
+
+      <seglistitem>
+        <seg>dillo, dpid, and dpidc</seg>
+        <seg>None</seg>
+        <seg>~/.dillo, /etc/dillo, /usr/share/doc/dillo-&dillo-version;,
+        and /usr/lib/dillo</seg>
+      </seglistitem>
+    </segmentedlist>
+
+    <variablelist>
+      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+      <?dbfo list-presentation="list"?>
+      <?dbhtml list-presentation="table"?>
+
+      <varlistentry id="dillo-prog">
+        <term><command>dillo</command></term>
+        <listitem>
+          <para>is a GTK+ graphical WWW browser with limited facilities,
+          but a small footprint and runs fast on slower machines.</para>
+          <indexterm zone="dillo dillo-prog">
+            <primary sortas="b-dillo">dillo</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="dpid">
+        <term><command>dpid</command></term>
+        <listitem>
+          <para>is a <application>Dillo</application> plugin daemon.</para>
+          <indexterm zone="dillo dpid">
+            <primary sortas="b-dpid">dpid</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="dpidc">
+        <term><command>dpidc</command></term>
+        <listitem>
+          <para>is a control program for <command>dpid</command>.</para>
+          <indexterm zone="dillo dpidc">
+            <primary sortas="b-dpidc">dpidc</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
+  </sect2>
+
+</sect1>

Copied: trunk/BOOK/archive/galeon.xml (from rev 10187, 
trunk/BOOK/xsoft/graphweb/galeon.xml)
===================================================================
--- trunk/BOOK/archive/galeon.xml                               (rev 0)
+++ trunk/BOOK/archive/galeon.xml       2012-05-12 22:40:21 UTC (rev 10194)
@@ -0,0 +1,175 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; [
+  <!ENTITY % general-entities SYSTEM "../../general.ent">
+  %general-entities;
+
+  <!ENTITY galeon-download-http 
"&sourceforge-repo;/galeon/galeon-&galeon-version;.tar.bz2">
+  <!ENTITY galeon-download-ftp  
"&gentoo-ftp-repo;/galeon-&galeon-version;.tar.bz2">
+  <!ENTITY galeon-md5sum        "34d6e3a6ee78f9e4d12736e5d81b462b">
+  <!ENTITY galeon-size          "2.9 MB">
+  <!ENTITY galeon-buildsize     "75.4 MB">
+  <!ENTITY galeon-time          "1.3 SBU">
+]>
+
+<sect1 id="galeon" xreflabel="Galeon-&galeon-version;">
+  <?dbhtml filename="galeon.html" ?>
+
+  <sect1info>
+    <othername>$LastChangedBy$</othername>
+    <date>$Date$</date>
+  </sect1info>
+
+  <title>Galeon-&galeon-version;</title>
+
+  <indexterm zone="galeon">
+    <primary sortas="a-Galeon">Galeon</primary>
+  </indexterm>
+
+  <sect2 role="package">
+    <title>Introduction to Galeon</title>
+
+    <para>The <application>Galeon</application> package contains a
+    <application>GNOME</application>-2 browser that utilizes
+    the mozilla.org Gecko layout engine and presents the simplest
+    interface possible for a browser.</para>
+
+    <bridgehead renderas="sect3">Package Information</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>Download (HTTP): <ulink url="&galeon-download-http;"/></para>
+      </listitem>
+      <listitem>
+        <para>Download (FTP): <ulink url="&galeon-download-ftp;"/></para>
+      </listitem>
+      <listitem>
+        <para>Download MD5 sum: &galeon-md5sum;</para>
+      </listitem>
+      <listitem>
+        <para>Download size: &galeon-size;</para>
+      </listitem>
+      <listitem>
+        <para>Estimated disk space required: &galeon-buildsize;</para>
+      </listitem>
+      <listitem>
+        <para>Estimated build time: &galeon-time;</para>
+      </listitem>
+    </itemizedlist>
+
+    <bridgehead renderas="sect3">Galeon Dependencies</bridgehead>
+
+    <bridgehead renderas="sect4">Required</bridgehead>
+    <para role="required"><xref linkend="gnome-desktop"/> and
+     a mozilla.org Gecko layout engine
+    (<xref linkend="seamonkey"/> or
+    <xref linkend="firefox"/> or
+    <xref linkend="thunderbird"/> or
+    <ulink 
url="http://www.mozilla.org/products/mozilla1.x/";>Mozilla</ulink>)</para>
+
+    <bridgehead renderas="sect4">Optional</bridgehead>
+    <para role="optional"><xref linkend="libgtkhtml"/> and
+    <xref linkend="iso-codes"/></para>
+
+    <para condition="html" role="usernotes">User Notes:
+    <ulink url="&blfs-wiki;/galeon"/></para>
+
+  </sect2>
+
+  <sect2 role="installation">
+    <title>Installation of Galeon</title>
+
+    <para>Compiling must be done with the same compiler version and
+    optimization settings that were used to compile the Gecko layout
+    engine package.</para>
+
+    <para>Install <application>Galeon</application> by running the following
+    commands:</para>
+
+<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix 
ORBit-2.0) \
+            --sysconfdir=&gnome-etc-dir; \
+            --localstatedir=/var/lib \
+            --mandir=$(pkg-config \
+                --variable=prefix ORBit-2.0)/share/man &amp;&amp;
+make</userinput></screen>
+
+    <para>This package does not come with a test suite.</para>
+
+    <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
+
+<screen role='root'><userinput>make install &amp;&amp;
+install -v -m755 -d $(pkg-config \
+        --variable=prefix ORBit-2.0)/share/doc/galeon-&galeon-version; 
&amp;&amp;
+install -v -m644 FAQ README* doc/*.txt $(pkg-config \
+        --variable=prefix ORBit-2.0)/share/doc/galeon-&galeon-version; 
&amp;&amp;
+ln -v -s ../../$PACKAGE_NAME/FAQ.html $(pkg-config \
+        --variable=prefix 
ORBit-2.0)/share/doc/galeon-&galeon-version;</userinput></screen>
+
+  </sect2>
+
+  <sect2 role="commands">
+    <title>Command Explanations</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
+    href="../../xincludes/gnome-prefix.xml"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
+    href="../../xincludes/gnome-sysconfdir.xml"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
+    href="../../xincludes/scrollkeeper-dir.xml"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
+    href="../../xincludes/gnome-mandir.xml"/>
+
+  </sect2>
+
+  <sect2 role="content">
+    <title>Contents</title>
+
+    <segmentedlist>
+      <segtitle>Installed Programs</segtitle>
+      <segtitle>Installed Libraries</segtitle>
+      <segtitle>Installed Directories</segtitle>
+
+      <seglistitem>
+        <seg>galeon and galeon-config-tool</seg>
+        <seg>None</seg>
+        <seg>The following subdirectories of
+        <envar>$GNOME_PREFIX</envar>/share/:
+        galeon, {gnome/help, omf, sounds}/galeon</seg>
+      </seglistitem>
+    </segmentedlist>
+
+    <variablelist>
+      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+      <?dbfo list-presentation="list"?>
+      <?dbhtml list-presentation="table"?>
+
+      <varlistentry id="galeon-prog">
+        <term><command>galeon</command></term>
+        <listitem>
+          <para>is a <application>GNOME</application>-2 web browser
+          using a Gecko-based rendering/security/networking engine.</para>
+          <indexterm zone="galeon galeon-prog">
+            <primary sortas="b-galeon">galeon</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="galeon-config-tool">
+        <term><command>galeon-config-tool</command></term>
+        <listitem>
+          <para>clears settings, installs schemas, removes schemas and
+          fixes permissions in the <application>GConf</application>
+          database.</para>
+          <indexterm zone="galeon galeon-config-tool">
+            <primary sortas="b-galeon-config-tool">galeon-config-tool</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
+  </sect2>
+
+</sect1>

Copied: trunk/BOOK/archive/konq.xml (from rev 10187, 
trunk/BOOK/xsoft/graphweb/konq.xml)
===================================================================
--- trunk/BOOK/archive/konq.xml                         (rev 0)
+++ trunk/BOOK/archive/konq.xml 2012-05-12 22:40:21 UTC (rev 10194)
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; [
+  <!ENTITY % general-entities SYSTEM "../../general.ent">
+  %general-entities;
+]>
+
+<sect1 id="konq" xreflabel="Konqueror-&kde-version;">
+  <?dbhtml filename="konq.html" ?>
+
+  <sect1info>
+    <othername>$LastChangedBy$</othername>
+    <date>$Date$</date>
+  </sect1info>
+
+  <title>Konqueror-&kde-version;</title>
+
+  <para><command>konqueror</command> is the default graphical web browser for
+  the <application>KDE</application> desktop environment. It is packaged and
+  installed with <xref linkend="kdebase"/>.</para>
+
+</sect1>

Copied: trunk/BOOK/archive/pan.xml (from rev 10187, 
trunk/BOOK/xsoft/other/pan.xml)
===================================================================
--- trunk/BOOK/archive/pan.xml                          (rev 0)
+++ trunk/BOOK/archive/pan.xml  2012-05-12 22:40:21 UTC (rev 10194)
@@ -0,0 +1,134 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; [
+  <!ENTITY % general-entities SYSTEM "../../general.ent">
+  %general-entities;
+
+  <!ENTITY pan-download-http 
"http://pan.rebelbase.com/download/releases/&pan-version;/source/pan-&pan-version;.tar.bz2";>
+  <!ENTITY pan-download-ftp  " ">
+  <!ENTITY pan-md5sum        "ca165da8557605d89d327cff78891b89">
+  <!ENTITY pan-size          "1.4 MB">
+  <!ENTITY pan-buildsize     "178 MB">
+  <!ENTITY pan-time          "2.3 SBU">
+]>
+
+<sect1 id="pan" xreflabel="Pan-&pan-version;">
+  <?dbhtml filename="pan.html" ?>
+
+  <sect1info>
+    <othername>$LastChangedBy$</othername>
+    <date>$Date$</date>
+  </sect1info>
+
+  <title>Pan-&pan-version;</title>
+
+  <indexterm zone="pan">
+    <primary sortas="a-Pan">Pan</primary>
+  </indexterm>
+
+  <sect2 role="package">
+    <title>Introduction to Pan</title>
+
+    <para>The <application>Pan</application> package contains a graphical
+    newsreader. This is useful for reading and writing news, threading
+    articles and replying via email.</para>
+
+    <bridgehead renderas="sect3">Package Information</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>Download (HTTP): <ulink url="&pan-download-http;"/></para>
+      </listitem>
+      <listitem>
+        <para>Download (FTP): <ulink url="&pan-download-ftp;"/></para>
+      </listitem>
+      <listitem>
+        <para>Download MD5 sum: &pan-md5sum;</para>
+      </listitem>
+      <listitem>
+        <para>Download size: &pan-size;</para>
+      </listitem>
+      <listitem>
+        <para>Estimated disk space required: &pan-buildsize;</para>
+      </listitem>
+      <listitem>
+        <para>Estimated build time: &pan-time;</para>
+      </listitem>
+    </itemizedlist>
+
+    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>Required patch: <ulink
+        url="&patch-root;/pan-&pan-version;-gmime_gcc-1.patch"/></para>
+      </listitem>
+    </itemizedlist>
+
+    <bridgehead renderas="sect3">Pan Dependencies</bridgehead>
+
+    <bridgehead renderas="sect4">Required</bridgehead>
+    <para role="required"><xref linkend="gtk2"/>,
+    <xref linkend="gmime"/>,
+    <xref linkend="pcre"/>, and
+    <xref linkend="intltool"/></para>
+
+    <bridgehead renderas="sect4">Optional</bridgehead>
+    <para role="optional"><ulink 
url="http://sf.net/projects/gtkspell";>GtkSpell</ulink></para>
+
+    <para condition="html" role="usernotes">User Notes:
+    <ulink url="&blfs-wiki;/pan"/></para>
+
+  </sect2>
+
+  <sect2 role="installation">
+    <title>Installation of Pan</title>
+
+    <para>Install <application>Pan</application> by running the following
+    commands:</para>
+
+<screen><userinput>patch -Np1 -i ../pan-&pan-version;-gmime_gcc-1.patch 
&amp;&amp;
+./configure --prefix=/usr &amp;&amp;
+make</userinput></screen>
+
+    <para>To test the results, issue <command>make check</command>.</para>
+
+    <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
+
+<screen role='root'><userinput>make install</userinput></screen>
+
+  </sect2>
+
+  <sect2 role="content">
+    <title>Contents</title>
+
+    <segmentedlist>
+      <segtitle>Installed Program</segtitle>
+      <segtitle>Installed Libraries</segtitle>
+      <segtitle>Installed Directories</segtitle>
+
+      <seglistitem>
+        <seg>pan</seg>
+        <seg>None</seg>
+        <seg>None</seg>
+      </seglistitem>
+    </segmentedlist>
+
+    <variablelist>
+      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+      <?dbfo list-presentation="list"?>
+      <?dbhtml list-presentation="table"?>
+
+      <varlistentry id="pan-prog">
+        <term><command>pan</command></term>
+        <listitem>
+          <para>is a graphical newsreader.</para>
+          <indexterm zone="pan pan-prog">
+            <primary sortas="b-pan">pan</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
+  </sect2>
+
+</sect1>

Deleted: trunk/BOOK/xsoft/graphweb/dillo.xml
===================================================================
--- trunk/BOOK/xsoft/graphweb/dillo.xml 2012-05-12 22:30:32 UTC (rev 10193)
+++ trunk/BOOK/xsoft/graphweb/dillo.xml 2012-05-12 22:40:21 UTC (rev 10194)
@@ -1,207 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
-   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; [
-  <!ENTITY % general-entities SYSTEM "../../general.ent">
-  %general-entities;
-
-  <!ENTITY dillo-download-http 
"http://www.dillo.org/download/dillo-&dillo-version;.tar.bz2";>
-  <!ENTITY dillo-download-ftp  
"&gentoo-ftp-repo;/dillo-&dillo-version;.tar.bz2">
-  <!ENTITY dillo-md5sum        "d0ab7fa1d40b310deb891388604188f8">
-  <!ENTITY dillo-size          "415 KB">
-  <!ENTITY dillo-buildsize     "9.5 MB">
-  <!ENTITY dillo-time          "0.2 SBU">
-]>
-
-<sect1 id="dillo" xreflabel="Dillo-&dillo-version;">
-  <?dbhtml filename="dillo.html" ?>
-
-  <sect1info>
-    <othername>$LastChangedBy$</othername>
-    <date>$Date$</date>
-  </sect1info>
-
-  <title>Dillo-&dillo-version;</title>
-
-  <indexterm zone="dillo">
-    <primary sortas="a-Dillo">Dillo</primary>
-  </indexterm>
-
-  <sect2 role="package">
-    <title>Introduction to Dillo</title>
-
-    <para><application>Dillo</application> is a fast, small footprint
-    graphical browser. Version &dillo-version; is now considered a very
-    stable beta. <application>Dillo</application> does not support
-    <application>Java</application>, JavaScript or CSS, and the current
-    version does not support 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>
-
-    <caution>
-      <para><application>Dillo</application> always interprets web pages
-      as if they had the ISO-8859-1 encoding. Thus, it is useless
-      for reading non-English web pages.</para>
-    </caution>
-
-    <bridgehead renderas="sect3">Package Information</bridgehead>
-    <itemizedlist spacing="compact">
-      <listitem>
-        <para>Download (HTTP): <ulink url="&dillo-download-http;"/></para>
-      </listitem>
-      <listitem>
-        <para>Download (FTP): <ulink url="&dillo-download-ftp;"/></para>
-      </listitem>
-      <listitem>
-        <para>Download MD5 sum: &dillo-md5sum;</para>
-      </listitem>
-      <listitem>
-        <para>Download size: &dillo-size;</para>
-      </listitem>
-      <listitem>
-        <para>Estimated disk space required: &dillo-buildsize;</para>
-      </listitem>
-      <listitem>
-        <para>Estimated build time: &dillo-time;</para>
-      </listitem>
-    </itemizedlist>
-
-    <bridgehead renderas="sect3">Dillo Dependencies</bridgehead>
-
-    <bridgehead renderas="sect4">Required</bridgehead>
-    <para role="required"><xref linkend="GTK"/></para>
-
-    <bridgehead renderas="sect4">Optional</bridgehead>
-    <para role="optional"><xref linkend="openssl"/> and
-    <ulink url="http://perens.com/FreeSoftware/";>Electric Fence</ulink></para>
-
-    <bridgehead renderas="sect4">Optional (Run-Time Requirement for FTP
-    Downloading)</bridgehead>
-    <para role="optional"><xref linkend="wget"/></para>
-
-    <para condition="html" role="usernotes">User Notes:
-    <ulink url="&blfs-wiki;/dillo"/></para>
-
-  </sect2>
-
-  <sect2 role="installation">
-    <title>Installation of Dillo</title>
-
-
-    <para>Support for secure connections is considered experimental by
-    <application>Dillo</application>'s author. If you want the optional HTTPS
-    support for <application>Dillo</application> and have
-    <xref linkend="openssl"/> installed, run the following command:</para>
-
-<screen><userinput>sed -i -e "/#undef ENABLE_SSL/d" 
dpi/https.c</userinput></screen>
-
-    <para>Install <application>Dillo</application> by running the following
-    commands:</para>
-
-<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc/dillo &amp;&amp;
-make</userinput></screen>
-
-    <para>This package does not come with a test suite.</para>
-
-    <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
-
-<screen role="root"><userinput>make install &amp;&amp;
-install -d -v -m755 /usr/share/doc/dillo-&dillo-version; &amp;&amp;
-install -v -m644 doc/{README,*.txt} 
/usr/share/doc/dillo-&dillo-version;</userinput></screen>
-
-  </sect2>
-
-  <sect2 role="configuration">
-    <title>Configuring Dillo</title>
-
-    <sect3 id="dillo-config">
-      <title>Config Files</title>
-
-      <para><filename>/etc/dillo/dillorc</filename>,
-      <filename>/etc/dillo/dpidrc</filename>, and
-      <filename>~/.dillo/*</filename></para>
-
-      <indexterm zone="dillo dillo-config">
-        <primary sortas="e-AA.dillo-star">~/.dillo/*</primary>
-      </indexterm>
-
-      <indexterm zone="dillo dillo-config">
-        <primary sortas="e-etc-dillo-dillorc">/etc/dillo/dillorc</primary>
-      </indexterm>
-
-      <indexterm zone="dillo dillo-config">
-        <primary sortas="e-etc-dillo-dpidrc">/etc/dillo/dpidrc</primary>
-      </indexterm>
-
-    </sect3>
-
-    <sect3>
-      <title>Configuration Information</title>
-
-      <para><application>Dillo</application> stores its configuration in
-      the system wide <filename>/etc/dillo/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>
-
-  <sect2 role="content">
-    <title>Contents</title>
-
-    <segmentedlist>
-      <segtitle>Installed Programs</segtitle>
-      <segtitle>Installed Libraries</segtitle>
-      <segtitle>Installed Directories</segtitle>
-
-      <seglistitem>
-        <seg>dillo, dpid, and dpidc</seg>
-        <seg>None</seg>
-        <seg>~/.dillo, /etc/dillo, /usr/share/doc/dillo-&dillo-version;,
-        and /usr/lib/dillo</seg>
-      </seglistitem>
-    </segmentedlist>
-
-    <variablelist>
-      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
-      <?dbfo list-presentation="list"?>
-      <?dbhtml list-presentation="table"?>
-
-      <varlistentry id="dillo-prog">
-        <term><command>dillo</command></term>
-        <listitem>
-          <para>is a GTK+ graphical WWW browser with limited facilities,
-          but a small footprint and runs fast on slower machines.</para>
-          <indexterm zone="dillo dillo-prog">
-            <primary sortas="b-dillo">dillo</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry id="dpid">
-        <term><command>dpid</command></term>
-        <listitem>
-          <para>is a <application>Dillo</application> plugin daemon.</para>
-          <indexterm zone="dillo dpid">
-            <primary sortas="b-dpid">dpid</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry id="dpidc">
-        <term><command>dpidc</command></term>
-        <listitem>
-          <para>is a control program for <command>dpid</command>.</para>
-          <indexterm zone="dillo dpidc">
-            <primary sortas="b-dpidc">dpidc</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
-    </variablelist>
-
-  </sect2>
-
-</sect1>

Deleted: trunk/BOOK/xsoft/graphweb/galeon.xml
===================================================================
--- trunk/BOOK/xsoft/graphweb/galeon.xml        2012-05-12 22:30:32 UTC (rev 
10193)
+++ trunk/BOOK/xsoft/graphweb/galeon.xml        2012-05-12 22:40:21 UTC (rev 
10194)
@@ -1,175 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
-   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; [
-  <!ENTITY % general-entities SYSTEM "../../general.ent">
-  %general-entities;
-
-  <!ENTITY galeon-download-http 
"&sourceforge-repo;/galeon/galeon-&galeon-version;.tar.bz2">
-  <!ENTITY galeon-download-ftp  
"&gentoo-ftp-repo;/galeon-&galeon-version;.tar.bz2">
-  <!ENTITY galeon-md5sum        "34d6e3a6ee78f9e4d12736e5d81b462b">
-  <!ENTITY galeon-size          "2.9 MB">
-  <!ENTITY galeon-buildsize     "75.4 MB">
-  <!ENTITY galeon-time          "1.3 SBU">
-]>
-
-<sect1 id="galeon" xreflabel="Galeon-&galeon-version;">
-  <?dbhtml filename="galeon.html" ?>
-
-  <sect1info>
-    <othername>$LastChangedBy$</othername>
-    <date>$Date$</date>
-  </sect1info>
-
-  <title>Galeon-&galeon-version;</title>
-
-  <indexterm zone="galeon">
-    <primary sortas="a-Galeon">Galeon</primary>
-  </indexterm>
-
-  <sect2 role="package">
-    <title>Introduction to Galeon</title>
-
-    <para>The <application>Galeon</application> package contains a
-    <application>GNOME</application>-2 browser that utilizes
-    the mozilla.org Gecko layout engine and presents the simplest
-    interface possible for a browser.</para>
-
-    <bridgehead renderas="sect3">Package Information</bridgehead>
-    <itemizedlist spacing="compact">
-      <listitem>
-        <para>Download (HTTP): <ulink url="&galeon-download-http;"/></para>
-      </listitem>
-      <listitem>
-        <para>Download (FTP): <ulink url="&galeon-download-ftp;"/></para>
-      </listitem>
-      <listitem>
-        <para>Download MD5 sum: &galeon-md5sum;</para>
-      </listitem>
-      <listitem>
-        <para>Download size: &galeon-size;</para>
-      </listitem>
-      <listitem>
-        <para>Estimated disk space required: &galeon-buildsize;</para>
-      </listitem>
-      <listitem>
-        <para>Estimated build time: &galeon-time;</para>
-      </listitem>
-    </itemizedlist>
-
-    <bridgehead renderas="sect3">Galeon Dependencies</bridgehead>
-
-    <bridgehead renderas="sect4">Required</bridgehead>
-    <para role="required"><xref linkend="gnome-desktop"/> and
-     a mozilla.org Gecko layout engine
-    (<xref linkend="seamonkey"/> or
-    <xref linkend="firefox"/> or
-    <xref linkend="thunderbird"/> or
-    <ulink 
url="http://www.mozilla.org/products/mozilla1.x/";>Mozilla</ulink>)</para>
-
-    <bridgehead renderas="sect4">Optional</bridgehead>
-    <para role="optional"><xref linkend="libgtkhtml"/> and
-    <xref linkend="iso-codes"/></para>
-
-    <para condition="html" role="usernotes">User Notes:
-    <ulink url="&blfs-wiki;/galeon"/></para>
-
-  </sect2>
-
-  <sect2 role="installation">
-    <title>Installation of Galeon</title>
-
-    <para>Compiling must be done with the same compiler version and
-    optimization settings that were used to compile the Gecko layout
-    engine package.</para>
-
-    <para>Install <application>Galeon</application> by running the following
-    commands:</para>
-
-<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix 
ORBit-2.0) \
-            --sysconfdir=&gnome-etc-dir; \
-            --localstatedir=/var/lib \
-            --mandir=$(pkg-config \
-                --variable=prefix ORBit-2.0)/share/man &amp;&amp;
-make</userinput></screen>
-
-    <para>This package does not come with a test suite.</para>
-
-    <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
-
-<screen role='root'><userinput>make install &amp;&amp;
-install -v -m755 -d $(pkg-config \
-        --variable=prefix ORBit-2.0)/share/doc/galeon-&galeon-version; 
&amp;&amp;
-install -v -m644 FAQ README* doc/*.txt $(pkg-config \
-        --variable=prefix ORBit-2.0)/share/doc/galeon-&galeon-version; 
&amp;&amp;
-ln -v -s ../../$PACKAGE_NAME/FAQ.html $(pkg-config \
-        --variable=prefix 
ORBit-2.0)/share/doc/galeon-&galeon-version;</userinput></screen>
-
-  </sect2>
-
-  <sect2 role="commands">
-    <title>Command Explanations</title>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
-    href="../../xincludes/gnome-prefix.xml"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
-    href="../../xincludes/gnome-sysconfdir.xml"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
-    href="../../xincludes/scrollkeeper-dir.xml"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
-    href="../../xincludes/gnome-mandir.xml"/>
-
-  </sect2>
-
-  <sect2 role="content">
-    <title>Contents</title>
-
-    <segmentedlist>
-      <segtitle>Installed Programs</segtitle>
-      <segtitle>Installed Libraries</segtitle>
-      <segtitle>Installed Directories</segtitle>
-
-      <seglistitem>
-        <seg>galeon and galeon-config-tool</seg>
-        <seg>None</seg>
-        <seg>The following subdirectories of
-        <envar>$GNOME_PREFIX</envar>/share/:
-        galeon, {gnome/help, omf, sounds}/galeon</seg>
-      </seglistitem>
-    </segmentedlist>
-
-    <variablelist>
-      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
-      <?dbfo list-presentation="list"?>
-      <?dbhtml list-presentation="table"?>
-
-      <varlistentry id="galeon-prog">
-        <term><command>galeon</command></term>
-        <listitem>
-          <para>is a <application>GNOME</application>-2 web browser
-          using a Gecko-based rendering/security/networking engine.</para>
-          <indexterm zone="galeon galeon-prog">
-            <primary sortas="b-galeon">galeon</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry id="galeon-config-tool">
-        <term><command>galeon-config-tool</command></term>
-        <listitem>
-          <para>clears settings, installs schemas, removes schemas and
-          fixes permissions in the <application>GConf</application>
-          database.</para>
-          <indexterm zone="galeon galeon-config-tool">
-            <primary sortas="b-galeon-config-tool">galeon-config-tool</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
-    </variablelist>
-
-  </sect2>
-
-</sect1>

Deleted: trunk/BOOK/xsoft/graphweb/konq.xml
===================================================================
--- trunk/BOOK/xsoft/graphweb/konq.xml  2012-05-12 22:30:32 UTC (rev 10193)
+++ trunk/BOOK/xsoft/graphweb/konq.xml  2012-05-12 22:40:21 UTC (rev 10194)
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
-   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; [
-  <!ENTITY % general-entities SYSTEM "../../general.ent">
-  %general-entities;
-]>
-
-<sect1 id="konq" xreflabel="Konqueror-&kde-version;">
-  <?dbhtml filename="konq.html" ?>
-
-  <sect1info>
-    <othername>$LastChangedBy$</othername>
-    <date>$Date$</date>
-  </sect1info>
-
-  <title>Konqueror-&kde-version;</title>
-
-  <para><command>konqueror</command> is the default graphical web browser for
-  the <application>KDE</application> desktop environment. It is packaged and
-  installed with <xref linkend="kdebase"/>.</para>
-
-</sect1>

Modified: trunk/BOOK/xsoft/other/other.xml
===================================================================
--- trunk/BOOK/xsoft/other/other.xml    2012-05-12 22:30:32 UTC (rev 10193)
+++ trunk/BOOK/xsoft/other/other.xml    2012-05-12 22:40:21 UTC (rev 10194)
@@ -24,7 +24,6 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="gparted.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="icedtea-web.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="inkscape.xml"/>
-<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="pan.xml"/> 
-->
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="pidgin.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="rox-filer.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="thunderbird.xml"/>

Deleted: trunk/BOOK/xsoft/other/pan.xml
===================================================================
--- trunk/BOOK/xsoft/other/pan.xml      2012-05-12 22:30:32 UTC (rev 10193)
+++ trunk/BOOK/xsoft/other/pan.xml      2012-05-12 22:40:21 UTC (rev 10194)
@@ -1,134 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
-   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; [
-  <!ENTITY % general-entities SYSTEM "../../general.ent">
-  %general-entities;
-
-  <!ENTITY pan-download-http 
"http://pan.rebelbase.com/download/releases/&pan-version;/source/pan-&pan-version;.tar.bz2";>
-  <!ENTITY pan-download-ftp  " ">
-  <!ENTITY pan-md5sum        "ca165da8557605d89d327cff78891b89">
-  <!ENTITY pan-size          "1.4 MB">
-  <!ENTITY pan-buildsize     "178 MB">
-  <!ENTITY pan-time          "2.3 SBU">
-]>
-
-<sect1 id="pan" xreflabel="Pan-&pan-version;">
-  <?dbhtml filename="pan.html" ?>
-
-  <sect1info>
-    <othername>$LastChangedBy$</othername>
-    <date>$Date$</date>
-  </sect1info>
-
-  <title>Pan-&pan-version;</title>
-
-  <indexterm zone="pan">
-    <primary sortas="a-Pan">Pan</primary>
-  </indexterm>
-
-  <sect2 role="package">
-    <title>Introduction to Pan</title>
-
-    <para>The <application>Pan</application> package contains a graphical
-    newsreader. This is useful for reading and writing news, threading
-    articles and replying via email.</para>
-
-    <bridgehead renderas="sect3">Package Information</bridgehead>
-    <itemizedlist spacing="compact">
-      <listitem>
-        <para>Download (HTTP): <ulink url="&pan-download-http;"/></para>
-      </listitem>
-      <listitem>
-        <para>Download (FTP): <ulink url="&pan-download-ftp;"/></para>
-      </listitem>
-      <listitem>
-        <para>Download MD5 sum: &pan-md5sum;</para>
-      </listitem>
-      <listitem>
-        <para>Download size: &pan-size;</para>
-      </listitem>
-      <listitem>
-        <para>Estimated disk space required: &pan-buildsize;</para>
-      </listitem>
-      <listitem>
-        <para>Estimated build time: &pan-time;</para>
-      </listitem>
-    </itemizedlist>
-
-    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
-    <itemizedlist spacing="compact">
-      <listitem>
-        <para>Required patch: <ulink
-        url="&patch-root;/pan-&pan-version;-gmime_gcc-1.patch"/></para>
-      </listitem>
-    </itemizedlist>
-
-    <bridgehead renderas="sect3">Pan Dependencies</bridgehead>
-
-    <bridgehead renderas="sect4">Required</bridgehead>
-    <para role="required"><xref linkend="gtk2"/>,
-    <xref linkend="gmime"/>,
-    <xref linkend="pcre"/>, and
-    <xref linkend="intltool"/></para>
-
-    <bridgehead renderas="sect4">Optional</bridgehead>
-    <para role="optional"><ulink 
url="http://sf.net/projects/gtkspell";>GtkSpell</ulink></para>
-
-    <para condition="html" role="usernotes">User Notes:
-    <ulink url="&blfs-wiki;/pan"/></para>
-
-  </sect2>
-
-  <sect2 role="installation">
-    <title>Installation of Pan</title>
-
-    <para>Install <application>Pan</application> by running the following
-    commands:</para>
-
-<screen><userinput>patch -Np1 -i ../pan-&pan-version;-gmime_gcc-1.patch 
&amp;&amp;
-./configure --prefix=/usr &amp;&amp;
-make</userinput></screen>
-
-    <para>To test the results, issue <command>make check</command>.</para>
-
-    <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
-
-<screen role='root'><userinput>make install</userinput></screen>
-
-  </sect2>
-
-  <sect2 role="content">
-    <title>Contents</title>
-
-    <segmentedlist>
-      <segtitle>Installed Program</segtitle>
-      <segtitle>Installed Libraries</segtitle>
-      <segtitle>Installed Directories</segtitle>
-
-      <seglistitem>
-        <seg>pan</seg>
-        <seg>None</seg>
-        <seg>None</seg>
-      </seglistitem>
-    </segmentedlist>
-
-    <variablelist>
-      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
-      <?dbfo list-presentation="list"?>
-      <?dbhtml list-presentation="table"?>
-
-      <varlistentry id="pan-prog">
-        <term><command>pan</command></term>
-        <listitem>
-          <para>is a graphical newsreader.</para>
-          <indexterm zone="pan pan-prog">
-            <primary sortas="b-pan">pan</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
-    </variablelist>
-
-  </sect2>
-
-</sect1>

Modified: trunk/BOOK/xsoft/xsoft.xml
===================================================================
--- trunk/BOOK/xsoft/xsoft.xml  2012-05-12 22:30:32 UTC (rev 10193)
+++ trunk/BOOK/xsoft/xsoft.xml  2012-05-12 22:40:21 UTC (rev 10194)
@@ -16,7 +16,6 @@
   <title>X Software</title>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="office/office.xml"/>
-  <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="suites/suites.xml"/> -->
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="graphweb/graphweb.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="other/other.xml"/>
 

-- 
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