Ignore:
Timestamp:
05/16/2012 04:39:28 PM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
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
Children:
121d292
Parents:
c099902d
Message:

Gnome 3.4.2 (See changelog for which components were upgraded/added). Converted all of Gnome XML files to the 'new xml format'. Sorted 'Postlfs' and 'General' section packages in some kind of order. Moved Colord into 'System Utilities' and SpiderMonkey into 'General Utilities'. Fixed Avahi dependencies as reported last night. Fixed several typos and dependencies in other packages. Sorted general.ent according to other packages.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/epiphany-extensions.xml

    rc099902d r7ded7e3  
    2626
    2727  <indexterm zone="epiphany-extensions">
    28     <primary sortas="a-Epiphany-extensions">Epiphany Extensions</primary>
     28    <primary sortas="a-Epiphany-Extensions">Epiphany-Extensions</primary>
    2929  </indexterm>
    3030
     
    3232    <title>Introduction to Epiphany Extensions</title>
    3333
    34     <para><application>Epiphany Extensions</application> is a collection of
    35     extensions for <application>Epiphany</application>, the
    36     <application>GNOME</application> browser.</para>
     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>
    3739
    3840    &lfs70_checked;
     
    4143    <itemizedlist spacing="compact">
    4244      <listitem>
    43         <para>Download (HTTP): <ulink url="&epiphany-extensions-download-http;"/></para>
    44       </listitem>
    45       <listitem>
    46         <para>Download (FTP): <ulink url="&epiphany-extensions-download-ftp;"/></para>
    47       </listitem>
    48       <listitem>
    49         <para>Download MD5 sum: &epiphany-extensions-md5sum;</para>
    50       </listitem>
    51       <listitem>
    52         <para>Download size: &epiphany-extensions-size;</para>
    53       </listitem>
    54       <listitem>
    55         <para>Estimated disk space required: &epiphany-extensions-buildsize;</para>
    56       </listitem>
    57       <listitem>
    58         <para>Estimated build time: &epiphany-extensions-time;</para>
     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>
    5973      </listitem>
    6074    </itemizedlist>
     
    7589
    7690    <para condition="html" role="usernotes">User Notes:
    77     <ulink url="&blfs-wiki;/epiphany-extensions"/></para>
    78 
     91      <ulink url="&blfs-wiki;/epiphany-extensions"/>
     92    </para>
    7993  </sect2>
    8094
     
    8296    <title>Installation of Epiphany Extensions</title>
    8397
    84     <para>Install <application>Epiphany Extensions</application> by running the following
    85     commands:</para>
     98    <para>
     99      Install <application>Epiphany Extensions</application> by running the
     100      following commands:
     101    </para>
    86102
    87103<screen><userinput>./configure --prefix=/usr &amp;&amp;
    88104make</userinput></screen>
    89105
    90     <para>This package does not come with a test suite.</para>
    91 
    92     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     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>
    93113
    94114<screen role="root"><userinput>make install</userinput></screen>
     
    99119    <title>Command Explanations</title>
    100120
    101 <!--    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    102     href="../../xincludes/gnome-prefix.xml"/> -->
    103 
    104121    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    105     href="../../xincludes/without-scrollkeeper.xml"/>
     122      href="../../xincludes/without-scrollkeeper.xml"/>
    106123
    107124  </sect2>
     
    110127    <title>Configuring Epiphany Extensions</title>
    111128
    112     <para>The extensions are all turned off until you go to
    113     <application>Epiphany</application>&apos;s tools menu and enable the extensions
    114     you wish to use.</para>
    115 
    116     <para>To use the html5tube extension, you need to go to <ulink
    117     url="http://www.youtube.com/html5">http://www.youtube.com/html5</ulink>
    118     and click on 'Join the HTML5 Trial' (needs cookies enabled, and must be
    119     repeated for each browser on which you wish to use HTML5).</para>
     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>
    120141
    121142  </sect2>
     
    139160        </seg>
    140161        <seg>
    141           /usr/lib/epiphany/3.4/extensions, /usr/share/epiphany-extensions,
     162          /usr/lib/epiphany/3.4/extensions,
     163          /usr/share/epiphany-extensions,
    142164          /usr/share/gnome/help/epiphany-extensions and
    143165          /usr/share/omf/epiphany-extensions
     
    154176        <term><filename class='libraryfile'>libactionsextension.so</filename></term>
    155177        <listitem>
    156           <para>is an extension for executing arbitrary commands from the context menu.</para>
     178          <para>
     179            is an extension for executing arbitrary commands from the context menu.
     180          </para>
    157181          <indexterm zone="epiphany-extensions libactionsextension">
    158182            <primary sortas="c-libactionsextension">libactionsextension.so</primary>
     
    164188        <term><filename class='libraryfile'>libadblockextension.so</filename></term>
    165189        <listitem>
    166           <para>is an extension for blocking advertisments.</para>
     190          <para>
     191            is an extension for blocking advertisments.
     192          </para>
    167193          <indexterm zone="epiphany-extensions libadblockextension">
    168194            <primary sortas="c-libadblockextension">libadblockextension.so</primary>
     
    174200        <term><filename class='libraryfile'>libautoreloadextension.so</filename></term>
    175201        <listitem>
    176           <para>is an extension for reloading a tab periodically.</para>
     202          <para>
     203            is an extension for reloading a tab periodically.
     204          </para>
    177205          <indexterm zone="epiphany-extensions libautoreloadextension">
    178206            <primary sortas="c-libautoreloadextension">libautoreloadextension.so</primary>
     
    184212        <term><filename class='libraryfile'>libgesturesextension.so</filename></term>
    185213        <listitem>
    186           <para>is an extension for performing actions with mouse gestures.</para>
     214          <para>
     215            is an extension for performing actions with mouse gestures.
     216          </para>
    187217          <indexterm zone="epiphany-extensions libgesturesextension">
    188218            <primary sortas="c-libgesturesextension">libgesturesextension.so</primary>
     
    194224        <term><filename class='libraryfile'>libgreasemonkeyextension.so</filename></term>
    195225        <listitem>
    196           <para>is an extension for running user scripts to modify web page&apos;s behaviour.
     226          <para>
     227            is an extension for running user scripts to modify web page's behaviour.
    197228          </para>
    198229          <indexterm zone="epiphany-extensions libgreasemonkeyextension">
     
    205236        <term><filename class='libraryfile'>libhtml5tubeextension.so</filename></term>
    206237        <listitem>
    207           <para>is an extension for viewing most Youtube videos using Webkit&apos;s HTML5
    208           media player.</para>
     238          <para>
     239            is an extension for viewing most Youtube videos using WebKit's HTML5
     240            media player.
     241          </para>
    209242          <indexterm zone="epiphany-extensions libhtml5tubeextension">
    210243            <primary sortas="c-libhtml5tubeextension">libhtml5tubeextension.so</primary>
     
    216249        <term><filename class='libraryfile'>libpushscrollerextension.so</filename></term>
    217250        <listitem>
    218           <para>is an extension for dragging the page with the middle mouse button.</para>
     251          <para>
     252            is an extension for dragging the page with the middle mouse button.
     253          </para>
    219254          <indexterm zone="epiphany-extensions libpushscrollerextension">
    220255            <primary sortas="c-libpushscrollerextension">libpushscrollerextension.so</primary>
     
    226261        <term><filename class='libraryfile'>librssextension.so</filename></term>
    227262        <listitem>
    228           <para>is an extension for subscribing to a news feed offered by the webpage.</para>
     263          <para>
     264            is an extension for subscribing to a news feed offered by the webpage.
     265          </para>
    229266          <indexterm zone="epiphany-extensions librssextension">
    230267            <primary sortas="c-librssextension">librssextension.so</primary>
     
    236273        <term><filename class='libraryfile'>libsoupflyextension.so</filename></term>
    237274        <listitem>
    238           <para>is an extension for debuging the Soup session which Webkit uses.</para>
     275          <para>
     276            is an extension for debuging the Soup session which WebKit uses.
     277          </para>
    239278          <indexterm zone="epiphany-extensions libsoupflyextension">
    240279            <primary sortas="c-libsoupflyextension">libsoupflyextension.so</primary>
     
    246285        <term><filename class='libraryfile'>libtabkeynavigateextension.so</filename></term>
    247286        <listitem>
    248           <para>is an extension for using the tab key to navigate between tabs.</para>
     287          <para>
     288            is an extension for using the tab key to navigate between tabs.
     289          </para>
    249290          <indexterm zone="epiphany-extensions libtabkeynavigateextension">
    250291            <primary sortas="c-libtabkeynavigateextension">libtabkeynavigateextension.so</primary>
     
    256297        <term><filename class='libraryfile'>libtabstatesextension.so</filename></term>
    257298        <listitem>
    258           <para>is an extension for indicating new content in background tabs.</para>
     299          <para>
     300            is an extension for indicating new content in background tabs.
     301          </para>
    259302          <indexterm zone="epiphany-extensions libtabstatesextension">
    260303            <primary sortas="c-libtabstatesextension">libtabstatesextension.so</primary>
Note: See TracChangeset for help on using the changeset viewer.