source: archive/galeon.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 5.8 KB
RevLine 
[f939f05]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[f939f05]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[fce275e]7 <!ENTITY galeon-download-http "&sourceforge-repo;/galeon/galeon-&galeon-version;.tar.bz2">
[fb2e525]8 <!ENTITY galeon-download-ftp "&gentoo-ftp-repo;/galeon-&galeon-version;.tar.bz2">
[70e9a48]9 <!ENTITY galeon-md5sum "34d6e3a6ee78f9e4d12736e5d81b462b">
[4b66e538]10 <!ENTITY galeon-size "2.9 MB">
[70e9a48]11 <!ENTITY galeon-buildsize "75.4 MB">
12 <!ENTITY galeon-time "1.3 SBU">
[f939f05]13]>
14
[19234f1]15<sect1 id="galeon" xreflabel="Galeon-&galeon-version;">
[7435645]16 <?dbhtml filename="galeon.html" ?>
17
18
19 <title>Galeon-&galeon-version;</title>
20
21 <indexterm zone="galeon">
22 <primary sortas="a-Galeon">Galeon</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Galeon</title>
27
28 <para>The <application>Galeon</application> package contains a
[cace77aa]29 <application>GNOME</application>-2 browser that utilizes
[d99c285a]30 the mozilla.org Gecko layout engine and presents the simplest
31 interface possible for a browser.</para>
[7435645]32
33 <bridgehead renderas="sect3">Package Information</bridgehead>
34 <itemizedlist spacing="compact">
35 <listitem>
36 <para>Download (HTTP): <ulink url="&galeon-download-http;"/></para>
37 </listitem>
38 <listitem>
39 <para>Download (FTP): <ulink url="&galeon-download-ftp;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download MD5 sum: &galeon-md5sum;</para>
43 </listitem>
44 <listitem>
45 <para>Download size: &galeon-size;</para>
46 </listitem>
47 <listitem>
48 <para>Estimated disk space required: &galeon-buildsize;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated build time: &galeon-time;</para>
52 </listitem>
53 </itemizedlist>
54
55 <bridgehead renderas="sect3">Galeon Dependencies</bridgehead>
56
57 <bridgehead renderas="sect4">Required</bridgehead>
[e090737a]58 <para role="required"><xref linkend="gnome-desktop"/> and
[d99c285a]59 a mozilla.org Gecko layout engine
60 (<xref linkend="seamonkey"/> or
[4b66e538]61 <xref linkend="firefox"/> or
62 <xref linkend="thunderbird"/> or
[d99c285a]63 <ulink url="http://www.mozilla.org/products/mozilla1.x/">Mozilla</ulink>)</para>
[7435645]64
65 <bridgehead renderas="sect4">Optional</bridgehead>
[e090737a]66 <para role="optional"><xref linkend="libgtkhtml"/> and
[4b66e538]67 <xref linkend="iso-codes"/></para>
[7435645]68
[38e4f06]69 <para condition="html" role="usernotes">User Notes:
70 <ulink url="&blfs-wiki;/galeon"/></para>
71
[7435645]72 </sect2>
73
74 <sect2 role="installation">
75 <title>Installation of Galeon</title>
76
77 <para>Compiling must be done with the same compiler version and
[56ce09e]78 optimization settings that were used to compile the Gecko layout
[4b66e538]79 engine package.</para>
[7435645]80
81 <para>Install <application>Galeon</application> by running the following
82 commands:</para>
83
[56ce09e]84<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
[4b66e538]85 --sysconfdir=&gnome-etc-dir; \
[56ce09e]86 --localstatedir=/var/lib \
87 --mandir=$(pkg-config \
88 --variable=prefix ORBit-2.0)/share/man &amp;&amp;
[cace77aa]89make</userinput></screen>
90
91 <para>This package does not come with a test suite.</para>
92
93 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
94
95<screen role='root'><userinput>make install &amp;&amp;
[56ce09e]96install -v -m755 -d $(pkg-config \
97 --variable=prefix ORBit-2.0)/share/doc/galeon-&galeon-version; &amp;&amp;
98install -v -m644 FAQ README* doc/*.txt $(pkg-config \
99 --variable=prefix ORBit-2.0)/share/doc/galeon-&galeon-version; &amp;&amp;
100ln -v -s ../../$PACKAGE_NAME/FAQ.html $(pkg-config \
101 --variable=prefix ORBit-2.0)/share/doc/galeon-&galeon-version;</userinput></screen>
102
103 </sect2>
104
105 <sect2 role="commands">
106 <title>Command Explanations</title>
[864b24de]107
[e05cd03f]108 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[56ce09e]109 href="../../xincludes/gnome-prefix.xml"/>
110
[e05cd03f]111 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[56ce09e]112 href="../../xincludes/gnome-sysconfdir.xml"/>
113
[e05cd03f]114 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[56ce09e]115 href="../../xincludes/scrollkeeper-dir.xml"/>
116
[e05cd03f]117 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[56ce09e]118 href="../../xincludes/gnome-mandir.xml"/>
[7435645]119
120 </sect2>
121
122 <sect2 role="content">
123 <title>Contents</title>
124
125 <segmentedlist>
126 <segtitle>Installed Programs</segtitle>
[cace77aa]127 <segtitle>Installed Libraries</segtitle>
[7435645]128 <segtitle>Installed Directories</segtitle>
129
130 <seglistitem>
131 <seg>galeon and galeon-config-tool</seg>
[cace77aa]132 <seg>None</seg>
[56ce09e]133 <seg>The following subdirectories of
134 <envar>$GNOME_PREFIX</envar>/share/:
[70e9a48]135 galeon, {gnome/help, omf, sounds}/galeon</seg>
[7435645]136 </seglistitem>
137 </segmentedlist>
138
139 <variablelist>
140 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
141 <?dbfo list-presentation="list"?>
142 <?dbhtml list-presentation="table"?>
143
144 <varlistentry id="galeon-prog">
145 <term><command>galeon</command></term>
146 <listitem>
[cace77aa]147 <para>is a <application>GNOME</application>-2 web browser
[4b66e538]148 using a Gecko-based rendering/security/networking engine.</para>
[7435645]149 <indexterm zone="galeon galeon-prog">
150 <primary sortas="b-galeon">galeon</primary>
151 </indexterm>
152 </listitem>
153 </varlistentry>
154
155 <varlistentry id="galeon-config-tool">
156 <term><command>galeon-config-tool</command></term>
157 <listitem>
158 <para>clears settings, installs schemas, removes schemas and
159 fixes permissions in the <application>GConf</application>
160 database.</para>
161 <indexterm zone="galeon galeon-config-tool">
162 <primary sortas="b-galeon-config-tool">galeon-config-tool</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 </variablelist>
168
169 </sect2>
[f45b1953]170
171</sect1>
Note: See TracBrowser for help on using the repository browser.