glfs/gnome/add/epiphany.xml
Manuel Canales Esparcia 1871e8e574 Tagged file-roller.xml
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4414 af4574ff-66df-0310-9fd7-8a98e5e911e0
2005-05-21 15:07:56 +00:00

153 lines
5.3 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY epiphany-download-http "http://ftp.gnome.org/pub/GNOME/sources/epiphany/1.6/epiphany-&epiphany-version;.tar.bz2">
<!ENTITY epiphany-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/epiphany/1.6/epiphany-&epiphany-version;.tar.bz2">
<!ENTITY epiphany-md5sum "3161495ac4af4a7435918a98896b05e9">
<!ENTITY epiphany-size "3.0 MB">
<!ENTITY epiphany-buildsize "59 MB">
<!ENTITY epiphany-time "0.9 SBU">
]>
<sect1 id="epiphany" xreflabel="Epiphany-&epiphany-version;">
<?dbhtml filename="epiphany.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Epiphany-&epiphany-version;</title>
<indexterm zone="epiphany">
<primary sortas="a-Epiphany">Epiphany</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Epiphany</title>
<para><application>Epiphany</application> is a simple yet powerful
<application>GNOME</application> web browser targeted at non-technical
users. Its principles are simplicity and standards compliance.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&epiphany-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&epiphany-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &epiphany-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &epiphany-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &epiphany-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &epiphany-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Epiphany Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para><xref linkend="gnome-desktop"/>, and
<xref linkend="mozilla"/> or
<xref linkend="firefox"/> or
<xref linkend="thunderbird"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para><xref linkend="startup-notification"/>,
<ulink url="http://freedesktop.org/wiki/Software_2fdbus">D-BUS</ulink> and
<xref linkend="gtk-doc"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of Epiphany</title>
<para>Install <application>Epiphany</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</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</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch
puts configuration files in <filename class="directory">/etc/gnome</filename>
instead of <filename class="directory">$GNOME_PREFIX/etc</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><option>--with-mozilla=firefox</option> or
<option>--with-mozilla=thunderbird</option>: Use this option to use a
system installed version of <application>Firefox</application> or
<application>Thunderbird</application> instead of the default
<application>Mozilla</application>.</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>epiphany</seg>
<seg>GNOME_Epiphany_Automation.server bonobo server</seg>
<seg>/etc/gnome/gconf/gconf.xml.defaults/apps/epiphany,
/etc/gnome/gconf/gconf.xml.defaults/schemas/apps/epiphany,
$GNOME_PREFIX/include/epiphany-1.6,
$GNOME_PREFIX/share/epiphany,
$GNOME_PREFIX/share/gnome/help/epiphany,
$GNOME_PREFIX/share/gtk-doc/html/epiphany, and
$GNOME_PREFIX/share/omf/epiphany</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="epiphany-prog">
<term><command>epiphany</command></term>
<listitem>
<para>is a <application>GNOME</application> web browser based on
the <application>Mozilla</application> rendering engine.</para>
<indexterm zone="epiphany epiphany-prog">
<primary sortas="b-epiphany">epiphany</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>