source: gnome/applications/epiphany-extensions.xml@ 1ca1a68f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 1ca1a68f was 1ca1a68f, checked in by Krejzi <krejzi@…>, 12 years ago

GNOME 3.6 Part 9.

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

  • Property mode set to 100644
File size: 10.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY epiphany-extensions-download-http
8 "&gnome-download-http;/epiphany-extensions/3.4/epiphany-extensions-&epiphany-extensions-version;.tar.xz">
9 <!ENTITY epiphany-extensions-download-ftp
10 "&gnome-download-ftp;/epiphany-extensions/3.4/epiphany-extensions-&epiphany-extensions-version;.tar.xz">
11 <!ENTITY epiphany-extensions-md5sum "84eb15907ceb410030b00aacb6e5ff35">
12 <!ENTITY epiphany-extensions-size "1.4 MB">
13 <!ENTITY epiphany-extensions-buildsize "21 MB">
14 <!ENTITY epiphany-extensions-time "0.5 SBU">
15]>
16
17<sect1 id="epiphany-extensions" xreflabel="Epiphany-Extensions-&epiphany-extensions-version;">
18 <?dbhtml filename="epiphany-extensions.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>Epiphany-Extensions-&epiphany-extensions-version;</title>
26
27 <indexterm zone="epiphany-extensions">
28 <primary sortas="a-Epiphany-Extensions">Epiphany-Extensions</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Epiphany Extensions</title>
33
34 <para>
35 <application>Epiphany Extensions</application> is a collection of
36 extensions for <application>Epiphany</application>, the
37 <application>GNOME</application> Web Browser.
38 </para>
39
40 &lfs72_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&epiphany-extensions-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&epiphany-extensions-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &epiphany-extensions-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &epiphany-extensions-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &epiphany-extensions-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &epiphany-extensions-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">Epiphany Extensions Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="epiphany"/>
81 </para>
82
83 <bridgehead renderas="sect4">Recommended</bridgehead>
84 <para role="recommended">
85 <xref linkend="dbus-glib"/>,
86 <xref linkend="opensp"/> and
87 <xref linkend="rarian"/>
88 </para>
89
90 <para condition="html" role="usernotes">User Notes:
91 <ulink url="&blfs-wiki;/epiphany-extensions"/>
92 </para>
93 </sect2>
94
95 <sect2 role="installation">
96 <title>Installation of Epiphany Extensions</title>
97
98 <para>
99 Install <application>Epiphany Extensions</application> by running the
100 following commands:
101 </para>
102
103<screen><userinput>./configure --prefix=/usr &amp;&amp;
104make</userinput></screen>
105
106 <para>
107 This package does not come with a test suite.
108 </para>
109
110 <para>
111 Now, as the <systemitem class="username">root</systemitem> user:
112 </para>
113
114<screen role="root"><userinput>make install</userinput></screen>
115
116 </sect2>
117
118 <sect2 role="commands">
119 <title>Command Explanations</title>
120
121 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
122 href="../../xincludes/without-scrollkeeper.xml"/>
123
124 </sect2>
125
126 <sect2 role="configuration">
127 <title>Configuring Epiphany Extensions</title>
128
129 <para>
130 The extensions are all turned off until you go to
131 <application>Epiphany</application>'s tools menu and enable
132 the extensions you wish to use.
133 </para>
134
135 <para>
136 To use the html5tube extension, you need to go to <ulink
137 url="http://www.youtube.com/html5">http://www.youtube.com/html5</ulink>
138 and click on 'Join the HTML5 Trial' (needs cookies enabled, and must be
139 repeated for each browser on which you wish to use HTML5).
140 </para>
141
142 </sect2>
143
144 <sect2 role="content">
145 <title>Contents</title>
146
147 <segmentedlist>
148 <segtitle>Installed Extensions</segtitle>
149 <segtitle>Installed Directories</segtitle>
150
151 <seglistitem>
152 <seg>
153 libactionsextension.so, libadblockextension.so,
154 libautoreloadextension.so, libextensionsmanagerrui.so,
155 libgesturesextension.so, libgreasemonkeyextension.so,
156 libhtml5tubeextension.so, libpushscrollerextension.so,
157 librssextension.so, libsoupflyextension.so,
158 libtabkeytabnavigateextension.so and
159 libtabstatesextension.so
160 </seg>
161 <seg>
162 /usr/lib/epiphany/3.4/extensions,
163 /usr/share/epiphany-extensions,
164 /usr/share/gnome/help/epiphany-extensions and
165 /usr/share/omf/epiphany-extensions
166 </seg>
167 </seglistitem>
168 </segmentedlist>
169
170 <variablelist>
171 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
172 <?dbfo list-presentation="list"?>
173 <?dbhtml list-presentation="table"?>
174
175 <varlistentry id="libactionsextension">
176 <term><filename class="libraryfile">libactionsextension.so</filename></term>
177 <listitem>
178 <para>
179 is an extension for executing arbitrary commands from the context menu.
180 </para>
181 <indexterm zone="epiphany-extensions libactionsextension">
182 <primary sortas="c-libactionsextension">libactionsextension.so</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 <varlistentry id="libadblockextension">
188 <term><filename class="libraryfile">libadblockextension.so</filename></term>
189 <listitem>
190 <para>
191 is an extension for blocking advertisments.
192 </para>
193 <indexterm zone="epiphany-extensions libadblockextension">
194 <primary sortas="c-libadblockextension">libadblockextension.so</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198
199 <varlistentry id="libautoreloadextension">
200 <term><filename class="libraryfile">libautoreloadextension.so</filename></term>
201 <listitem>
202 <para>
203 is an extension for reloading a tab periodically.
204 </para>
205 <indexterm zone="epiphany-extensions libautoreloadextension">
206 <primary sortas="c-libautoreloadextension">libautoreloadextension.so</primary>
207 </indexterm>
208 </listitem>
209 </varlistentry>
210
211 <varlistentry id="libgesturesextension">
212 <term><filename class="libraryfile">libgesturesextension.so</filename></term>
213 <listitem>
214 <para>
215 is an extension for performing actions with mouse gestures.
216 </para>
217 <indexterm zone="epiphany-extensions libgesturesextension">
218 <primary sortas="c-libgesturesextension">libgesturesextension.so</primary>
219 </indexterm>
220 </listitem>
221 </varlistentry>
222
223 <varlistentry id="libgreasemonkeyextension">
224 <term><filename class="libraryfile">libgreasemonkeyextension.so</filename></term>
225 <listitem>
226 <para>
227 is an extension for running user scripts to modify web page's behaviour.
228 </para>
229 <indexterm zone="epiphany-extensions libgreasemonkeyextension">
230 <primary sortas="c-libgreasemonkeyextension">libgreasemonkeyextension.so</primary>
231 </indexterm>
232 </listitem>
233 </varlistentry>
234
235 <varlistentry id="libhtml5tubeextension">
236 <term><filename class="libraryfile">libhtml5tubeextension.so</filename></term>
237 <listitem>
238 <para>
239 is an extension for viewing most Youtube videos using WebKit's HTML5
240 media player.
241 </para>
242 <indexterm zone="epiphany-extensions libhtml5tubeextension">
243 <primary sortas="c-libhtml5tubeextension">libhtml5tubeextension.so</primary>
244 </indexterm>
245 </listitem>
246 </varlistentry>
247
248 <varlistentry id="libpushscrollerextension">
249 <term><filename class="libraryfile">libpushscrollerextension.so</filename></term>
250 <listitem>
251 <para>
252 is an extension for dragging the page with the middle mouse button.
253 </para>
254 <indexterm zone="epiphany-extensions libpushscrollerextension">
255 <primary sortas="c-libpushscrollerextension">libpushscrollerextension.so</primary>
256 </indexterm>
257 </listitem>
258 </varlistentry>
259
260 <varlistentry id="librssextension">
261 <term><filename class="libraryfile">librssextension.so</filename></term>
262 <listitem>
263 <para>
264 is an extension for subscribing to a news feed offered by the webpage.
265 </para>
266 <indexterm zone="epiphany-extensions librssextension">
267 <primary sortas="c-librssextension">librssextension.so</primary>
268 </indexterm>
269 </listitem>
270 </varlistentry>
271
272 <varlistentry id="libsoupflyextension">
273 <term><filename class="libraryfile">libsoupflyextension.so</filename></term>
274 <listitem>
275 <para>
276 is an extension for debuging the Soup session which WebKit uses.
277 </para>
278 <indexterm zone="epiphany-extensions libsoupflyextension">
279 <primary sortas="c-libsoupflyextension">libsoupflyextension.so</primary>
280 </indexterm>
281 </listitem>
282 </varlistentry>
283
284 <varlistentry id="libtabkeynavigateextension">
285 <term><filename class="libraryfile">libtabkeynavigateextension.so</filename></term>
286 <listitem>
287 <para>
288 is an extension for using the tab key to navigate between tabs.
289 </para>
290 <indexterm zone="epiphany-extensions libtabkeynavigateextension">
291 <primary sortas="c-libtabkeynavigateextension">libtabkeynavigateextension.so</primary>
292 </indexterm>
293 </listitem>
294 </varlistentry>
295
296 <varlistentry id="libtabstatesextension">
297 <term><filename class="libraryfile">libtabstatesextension.so</filename></term>
298 <listitem>
299 <para>
300 is an extension for indicating new content in background tabs.
301 </para>
302 <indexterm zone="epiphany-extensions libtabstatesextension">
303 <primary sortas="c-libtabstatesextension">libtabstatesextension.so</primary>
304 </indexterm>
305 </listitem>
306 </varlistentry>
307 </variablelist>
308
309 </sect2>
310
311</sect1>
Note: See TracBrowser for help on using the repository browser.