2004-06-15 08:20:58 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2005-04-04 04:52:42 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
2004-06-15 08:20:58 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2005-05-16 00:34:04 +08:00
|
|
|
<!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">
|
2004-06-15 08:20:58 +08:00
|
|
|
]>
|
|
|
|
|
2004-05-12 22:47:48 +08:00
|
|
|
<sect1 id="epiphany" xreflabel="Epiphany-&epiphany-version;">
|
2004-08-10 12:23:09 +08:00
|
|
|
<sect1info>
|
2004-08-10 12:25:57 +08:00
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
2004-08-10 12:23:09 +08:00
|
|
|
</sect1info>
|
2004-05-12 22:47:48 +08:00
|
|
|
<?dbhtml filename="epiphany.html"?>
|
|
|
|
<title>Epiphany-&epiphany-version;</title>
|
|
|
|
|
2004-06-15 08:20:58 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Introduction to <application>Epiphany</application></title>
|
|
|
|
|
2004-11-29 07:34:01 +08:00
|
|
|
<para><application>Epiphany</application> is a simple yet powerful
|
|
|
|
<application><acronym>GNOME</acronym></application> web browser targeted at
|
|
|
|
non-technical users. Its principles are simplicity and standards compliance.
|
2004-06-15 08:20:58 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<sect3><title>Package information</title>
|
|
|
|
<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>
|
2004-11-29 07:34:01 +08:00
|
|
|
<listitem><para>Download MD5 sum: &epiphany-md5sum;</para></listitem>
|
2004-06-15 08:20:58 +08:00
|
|
|
<listitem><para>Download size: &epiphany-size;</para></listitem>
|
2004-11-29 07:34:01 +08:00
|
|
|
<listitem><para>Estimated disk space required:
|
2004-06-15 08:20:58 +08:00
|
|
|
&epiphany-buildsize;</para></listitem>
|
|
|
|
<listitem><para>Estimated build time:
|
|
|
|
&epiphany-time;</para></listitem></itemizedlist>
|
|
|
|
</sect3>
|
2004-12-03 13:29:03 +08:00
|
|
|
|
2004-06-15 08:20:58 +08:00
|
|
|
<sect3><title><application>Epiphany</application> dependencies</title>
|
|
|
|
<sect4><title>Required</title>
|
2005-05-16 00:34:04 +08:00
|
|
|
<para><xref linkend="gnome-desktop"/>, and
|
2004-11-29 07:34:01 +08:00
|
|
|
<xref linkend="mozilla"/> or
|
|
|
|
<xref linkend="firefox"/> or
|
|
|
|
<xref linkend="thunderbird"/></para>
|
|
|
|
</sect4>
|
|
|
|
|
2004-06-15 08:20:58 +08:00
|
|
|
<sect4><title>Optional</title>
|
2005-05-16 00:34:04 +08:00
|
|
|
<para><xref linkend="startup-notification"/>,
|
|
|
|
<ulink url="http://freedesktop.org/wiki/Software_2fdbus">D-BUS</ulink> and
|
|
|
|
<xref linkend="gtk-doc"/></para>
|
2004-11-29 07:34:01 +08:00
|
|
|
</sect4>
|
2004-06-15 08:20:58 +08:00
|
|
|
</sect3>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Installation of <application>Epiphany</application></title>
|
|
|
|
|
2004-11-29 07:34:01 +08:00
|
|
|
<para>Install <application>Epiphany</application> by running the following
|
|
|
|
commands:</para>
|
2004-06-15 08:20:58 +08:00
|
|
|
|
|
|
|
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
|
|
|
--sysconfdir=/etc/gnome --localstatedir=/var/lib &&
|
2005-05-16 00:34:04 +08:00
|
|
|
make</command></userinput></screen>
|
|
|
|
|
|
|
|
<para>This package does not come with a test suite.</para>
|
|
|
|
|
|
|
|
<para>Now, as the root user:</para>
|
|
|
|
|
|
|
|
<screen><userinput role='root'><command>make install</command></userinput></screen>
|
2004-06-15 08:20:58 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
|
|
|
|
|
|
|
<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch
|
2004-11-29 07:34:01 +08:00
|
|
|
puts configuration files in <filename class="directory">/etc/gnome</filename>
|
|
|
|
instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
|
2004-06-15 08:20:58 +08:00
|
|
|
|
|
|
|
<para><parameter>--localstatedir=/var/lib</parameter>: This switch
|
2004-11-29 07:34:01 +08:00
|
|
|
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>
|
2004-06-15 08:20:58 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<para>The <application>Epiphany</application> package contains
|
2004-11-29 07:34:01 +08:00
|
|
|
<command>epiphany</command>.</para>
|
2004-06-15 08:20:58 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
|
|
|
|
<sect3><title>epiphany</title>
|
2004-11-29 07:34:01 +08:00
|
|
|
<para><command>epiphany</command> is a
|
|
|
|
<application><acronym>GNOME</acronym></application> web browser based on the
|
|
|
|
<application>Mozilla</application> rendering engine.</para></sect3>
|
2004-06-15 08:20:58 +08:00
|
|
|
|
|
|
|
</sect2>
|
2004-05-12 22:47:48 +08:00
|
|
|
|
|
|
|
</sect1>
|