source: gnome/add/epiphany.xml@ 0a7c3921

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 0a7c3921 was 0a7c3921, checked in by Randy McMurchy <randy@…>, 18 years ago

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #4

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5832 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY epiphany-download-http "&gnome-download-http;/epiphany/1.8/epiphany-&epiphany-version;.tar.bz2">
8 <!ENTITY epiphany-download-ftp "&gnome-download-ftp;/epiphany/1.8/epiphany-&epiphany-version;.tar.bz2">
9 <!ENTITY epiphany-md5sum "317e18f1d415a37d3b9934c106edf34a">
10 <!ENTITY epiphany-size "3.3 MB">
11 <!ENTITY epiphany-buildsize "66.4 MB">
12 <!ENTITY epiphany-time "1.0 SBU">
13]>
14
15<sect1 id="epiphany" xreflabel="Epiphany-&epiphany-version;">
16 <?dbhtml filename="epiphany.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">epiphany-&epiphany-version;.tar</keyword>
23 <keyword role="ftpdir">epiphany</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>Epiphany-&epiphany-version;</title>
28
29 <indexterm zone="epiphany">
30 <primary sortas="a-Epiphany">Epiphany</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Epiphany</title>
35
36 <para><application>Epiphany</application> is a simple yet powerful
37 <application>GNOME</application> web browser targeted at non-technical
38 users. Its principles are simplicity and standards compliance.</para>
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&epiphany-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&epiphany-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &epiphany-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &epiphany-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &epiphany-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &epiphany-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <bridgehead renderas="sect3">Epiphany Dependencies</bridgehead>
63
64 <bridgehead renderas="sect4">Required</bridgehead>
65 <para role="required"><xref linkend="gnome-desktop"/>,
66 <xref linkend="libgnomeprintui"/>,
67 <xref linkend="which"/>,
68 <xref linkend="iso-codes"/>, and
69 <xref linkend="seamonkey"/> or
70 <xref linkend="firefox"/> or
71 <xref linkend="thunderbird"/></para>
72
73 <bridgehead renderas="sect4">Optional</bridgehead>
74 <para role="optional"><xref linkend="startup-notification"/>,
75 <xref linkend="dbus"/>,
76 <ulink url="&gnome-download-http;/gnome-python/">GNOME-Python</ulink>
77 (requires <ulink url="http://www.pygtk.org/">PyGTK</ulink> and can use
78 <ulink url="&gnome-download-http;/pyorbit/">PyORBit</ulink>,
79 see <xref linkend="hal-runtime-dependencies"/>), and
80 <xref linkend="gtk-doc"/></para>
81
82 <para condition="html" role="usernotes">User Notes:
83 <ulink url="&blfs-wiki;/epiphany"/></para>
84
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of Epiphany</title>
89
90 <para>Install <application>Epiphany</application> by running the following
91 commands:</para>
92
93<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
94 --sysconfdir=&gnome-etc-dir; \
95 --localstatedir=/var/lib &amp;&amp;
96make</userinput></screen>
97
98 <para>This package does not come with a test suite.</para>
99
100 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
101
102<screen role="root"><userinput>make install</userinput></screen>
103
104 <para>If you have <application>GNOME-Python</application> installed, the
105 <application>Epiphany</application> <application>Python</application>
106 extension is automatically built. If your $GNOME_PREFIX is anything but
107 <filename class='directory'>/usr</filename> and you have
108 <application>GNOME-Python</application> installed, as the
109 <systemitem class="username">root</systemitem> user create the following
110 symbolic link in the <application>PyGTK</application> extensions directory
111 of <filename class='directory'>/usr/share</filename>:</para>
112
113<screen role="root"><userinput>ln -v -s $GNOME_PREFIX/share/pygtk/2.0/defs/epiphany.defs \
114 /usr/share/pygtk/2.0/defs</userinput></screen>
115
116 </sect2>
117
118 <sect2 role="commands">
119 <title>Command Explanations</title>
120
121 <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
122 configuration files in <filename class="directory">&gnome-etc-dir;</filename>
123 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
124
125 <para><parameter>--localstatedir=/var/lib</parameter>: This switch
126 puts <application>ScrollKeeper</application> files in
127 <filename class="directory">/var/lib/scrollkeeper</filename> instead of
128 <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
129
130 <para><option>--enable-dbus</option>: Use this parameter if you have
131 <application>D-BUS</application> installed and wish to build
132 <application>D-BUS</application> support into the
133 <command>epiphany</command> program.</para>
134
135 <para><option>--enable-zeroconf</option>: Use this parameter if you wish
136 to enable Zeroconf bookmarks support. You must have built GNOME VFS with
137 <ulink url="http://www.porchdogsoft.com/products/howl/">Howl</ulink>
138 support for this option to work properly.</para>
139
140 </sect2>
141
142 <sect2 role="content">
143 <title>Contents</title>
144
145 <segmentedlist>
146 <segtitle>Installed Program</segtitle>
147 <segtitle>Installed Libraries</segtitle>
148 <segtitle>Installed Directories</segtitle>
149
150 <seglistitem>
151 <seg>epiphany</seg>
152 <seg>None</seg>
153 <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/{,schemas/}apps/epiphany
154 and the following subdirectories of $GNOME_PREFIX/:
155 include/epiphany-1.8,
156 share/{,gnome/help/, gtk-doc/html/, omf/}epiphany</seg>
157 </seglistitem>
158 </segmentedlist>
159
160 <variablelist>
161 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
162 <?dbfo list-presentation="list"?>
163 <?dbhtml list-presentation="table"?>
164
165 <varlistentry id="epiphany-prog">
166 <term><command>epiphany</command></term>
167 <listitem>
168 <para>is a <application>GNOME</application> web browser based on
169 the <application>Mozilla</application> rendering engine.</para>
170 <indexterm zone="epiphany epiphany-prog">
171 <primary sortas="b-epiphany">epiphany</primary>
172 </indexterm>
173 </listitem>
174 </varlistentry>
175
176 </variablelist>
177
178 </sect2>
179
180</sect1>
Note: See TracBrowser for help on using the repository browser.