Changeset 4d37129
- Timestamp:
- 02/23/2004 01:29:29 AM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 6.0, 6.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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- eb98bc3
- Parents:
- ae9f142
- Files:
-
- 3 added
- 3 deleted
- 7 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rae9f142 r4d37129 11 11 12 12 <itemizedlist> 13 14 <listitem><para>February 22nd, 2004 [tushar]: Updated to 15 Firefox-0.8 and Thunderbird-0.5</para></listitem> 13 16 14 17 <listitem><para>February 22nd, 2004 [igor]: Updated to -
xsoft/graphweb/firefox/firefox-inst.xml
rae9f142 r4d37129 1 1 <sect2> 2 <title>Installation of <application>Mozilla Fire bird</application></title>2 <title>Installation of <application>Mozilla Firefox</application></title> 3 3 4 <para>The configuration of <application>Mozilla Fire bird</application> is4 <para>The configuration of <application>Mozilla Firefox</application> is 5 5 very similar to <xref linkend="mozilla"/> and hence the options 6 6 will not be discussed. Refer to the <xref linkend="mozilla"/> for 7 7 explanations and additional configuration information.</para> 8 8 9 <para>Compile and install <application>Mozilla Fire bird</application> by9 <para>Compile and install <application>Mozilla Firefox</application> by 10 10 running the following commands:</para> 11 11 … … 13 13 export BUILD_OFFICIAL="1" && 14 14 export MOZ_PHOENIX="1" && 15 ./configure --prefix=/opt/fire bird-&firebird-version; \15 ./configure --prefix=/opt/firefox-&firefox-version; \ 16 16 --enable-default-toolkit=gtk2 \ 17 17 --with-x --with-system-zlib \ … … 26 26 make && 27 27 make install && 28 ln -sf /opt/fire bird-&firebird-version;/bin/MozillaFirebird /usr/bin/MozillaFirebird</command></userinput></screen>28 ln -sf /opt/firefox-&firefox-version;/bin/firefox /usr/bin/MozillaFirefox</command></userinput></screen> 29 29 30 30 <para>To enable multi-user operation, execute the following:</para> 31 31 32 <screen><userinput><command>cd /opt/fire bird-&firebird-version;/lib/mozilla-* &&32 <screen><userinput><command>cd /opt/firefox-&firefox-version;/lib/mozilla-* && 33 33 export LD_LIBRARY_PATH="$PWD" && 34 34 export MOZILLA_FIVE_HOME="$PWD" && -
xsoft/graphweb/graphweb.xml
rae9f142 r4d37129 7 7 8 8 &mozilla; 9 &fire bird;9 &firefox; 10 10 &galeon; 11 11 &xsoft-graphweb-konq; -
xsoft/graphweb/mozilla/mozilla-config.xml
rae9f142 r4d37129 6 6 is installed in a non-standard location, then make a sym-link to the 7 7 <command>mozilla</command> binary from <filename class="directory">/usr/bin</filename>. 8 Same thing applies for <application>Mozilla Fire bird</application> and8 Same thing applies for <application>Mozilla Firefox</application> and 9 9 <application>Mozilla Thunderbird</application>.</para> 10 10 -
xsoft/graphweb/mozilla/mozilla-intro.xml
rae9f142 r4d37129 9 9 of users who don't need the complete browser suite or like to have seperate applications 10 10 for browsing and e-mail. These subprojects are 11 <ulink url="http://www.mozilla.org/products/fire bird/">Mozilla Firebird</ulink>,11 <ulink url="http://www.mozilla.org/products/firefox/">Mozilla Firefox</ulink>, 12 12 (a stand-alone browser based on the Mozilla source code) and 13 13 <ulink url="http://www.mozilla.org/projects/thunderbird/">Mozilla Thunderbird</ulink>, … … 16 16 17 17 <itemizedlist> 18 <listitem><para><xref linkend="fire bird"/></para></listitem>18 <listitem><para><xref linkend="firefox"/></para></listitem> 19 19 <listitem><para><xref linkend="thunderbird"/></para></listitem> 20 20 </itemizedlist> -
xsoft/other/thunderbird/thunderbird-inst.xml
rae9f142 r4d37129 1 1 <sect2> 2 2 <title>Installation of <application>Mozilla Thunderbird</application></title> 3 4 <warning><para>The current source tarball uses CRLF line-ending (DOS Format). This causes 5 problems during the compilation. Once you extract the tarball, convert the files 6 to UNIX style line endings using <command>dos2unix</command>. Download 7 <application>dos2unix</application> from 8 <ulink url="http://www.megaloman.com/~hany/software/hd2u/"/>.</para></warning> 3 9 4 10 <para>The configuration of <application>Mozilla Thunderbird</application> is -
xsoft/other/thunderbird/thunderbird.ent
rae9f142 r4d37129 2 2 <!ENTITY thunderbird-intro SYSTEM "thunderbird-intro.xml"> 3 3 <!ENTITY thunderbird-inst SYSTEM "thunderbird-inst.xml"> 4 <!ENTITY thunderbird-version "0. 4">5 <!ENTITY thunderbird-download-http "http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;/thunderbird- source-&thunderbird-version;.tar.bz2">6 <!ENTITY thunderbird-download-ftp "ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;/thunderbird- source-&thunderbird-version;.tar.bz2">4 <!ENTITY thunderbird-version "0.5"> 5 <!ENTITY thunderbird-download-http "http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;/thunderbird-&thunderbird-version;-source.tar.bz2"> 6 <!ENTITY thunderbird-download-ftp "ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;/thunderbird-&thunderbird-version;-source.tar.bz2"> 7 7 <!ENTITY thunderbird-size "39 MB"> 8 8 <!ENTITY thunderbird-buildsize "500 MB"> -
xsoft/xsoft.ent
rae9f142 r4d37129 27 27 <!ENTITY xsoft-graphweb-konq SYSTEM "graphweb/konq.xml"> 28 28 <!ENTITY % mozilla SYSTEM "graphweb/mozilla/mozilla.ent"> 29 <!ENTITY % fire bird SYSTEM "graphweb/firebird/firebird.ent">29 <!ENTITY % firefox SYSTEM "graphweb/firefox/firefox.ent"> 30 30 <!ENTITY % galeon SYSTEM "graphweb/galeon/galeon.ent"> 31 31 <!ENTITY % dillo SYSTEM "graphweb/dillo/dillo.ent"> 32 32 %mozilla; 33 %fire bird;33 %firefox; 34 34 %galeon; 35 35 %dillo;
Note:
See TracChangeset
for help on using the changeset viewer.