Changeset 21456e1
- Timestamp:
- 09/25/2003 03:20:58 PM (21 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 6683a00
- Parents:
- 902871b
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
README
r902871b r21456e1 12 12 content x kde gnome xsoft multimedia pst preface \ 13 13 appendices other 14 /usr/bin/openjade -t sgml \15 -d /usr/share/ sgml/docbook/dsssl-stylesheets-1.78/html/blfs.dsl \16 /usr/share/ sgml/docbook/dsssl-stylesheets-1.78/dtds/decls/xml.dcl \14 /usr/bin/openjade -t xml \ 15 -d /usr/share/dsssl/docbook/html/blfs.dsl \ 16 /usr/share/dsssl/docbook/dtds/decls/xml.dcl \ 17 17 /path/to/index.xml 18 18 … … 24 24 /usr/bin/openjade -t sgml \ 25 25 -V nochunks \ 26 -d /usr/share/ sgml/docbook/dsssl-stylesheets-1.78/html/blfs.dsl \27 /usr/share/ sgml/docbook/dsssl-stylesheets-1.78/dtds/decls/xml.dcl \26 -d /usr/share/dsssl/docbook/html/blfs.dsl \ 27 /usr/share/dsssl/docbook/dtds/decls/xml.dcl \ 28 28 /path/to/index.xml > nochunks.html 29 29 -
multimedia/videoutils/videoutils.xml
r902871b r21456e1 7 7 video when you have spent so much time getting to that point. All the 8 8 libraries, all the configurations and your reward is that you get to 9 watch a movie. Not to worry though, there is always one more code xto9 watch a movie. Not to worry though, there is always one more codec to 10 10 install.</para> 11 11 -
xsoft/graphweb/graphweb.xml
r902871b r21456e1 2 2 <?dbhtml filename="graphweb.html" dir="xsoft"?> 3 3 <title>Graphical Web Browsers</title> 4 5 <para>This chapter contains a wonderful selection of browsers. We hope 6 you can find one you enjoy using or give them each a trial run.</para> 4 7 5 8 &mozilla; -
xsoft/graphweb/mozilla/mozilla-config.xml
r902871b r21456e1 1 1 <sect2> 2 <title>Configuring mozilla</title>2 <title>Configuring <application>Mozilla</applicatin></title> 3 3 4 <para>No specific configuration is required as long as the mozilla binary is5 in the path for the user. If you have installed mozilla in a non-standard6 location such as &mozilla-prefix;, then make a sym-link to the mozilla binary7 from /usr/bin.</para>4 <para>No specific configuration is required as long as the <command>mozilla 5 </comand> binary is in the path for the user. If you have installed mozilla in 6 a non-standard location such as &mozilla-prefix;, then make a sym-link to the 7 <command>mozilla</command> binary from <filename>/usr/bin</filename>.</para> 8 8 9 <para>Many applications look for netscape when they need to open a browser.10 You may make the following symlink for convinience.</para>9 <para>Many applications look for <command>netscape</command> when they need to 10 open a browser. You may make the following symlink for convinience.</para> 11 11 12 < para><screen><userinput>ln -sf mozilla &mozilla-prefix;/bin/netscape</userinput></screen></para>12 <screen><userinput>ln -sf mozilla &mozilla-prefix;/bin/netscape</userinput></screen> 13 13 14 <para>For installing various mozilla plugins, refer to the above mentioned 15 URL for the mozilla hint.</para> 14 <para>For installing various <application>Mozilla</application> plugins, refer 15 to the above mentioned <acronym>URL</acronym> for the <application>Mozilla 16 </application> hint.</para> 16 17 17 18 </sect2> -
xsoft/graphweb/mozilla/mozilla-desc.xml
r902871b r21456e1 2 2 <title>Contents</title> 3 3 4 <para>The mozilla package contains <userinput>mozilla</userinput>.The various 5 components such as composer, mail-news can be accessed from the menu after 6 mozilla starts or via command line switches to the mozilla binary. 4 <para>The <application>Mozilla</application> package contains <command>mozilla 5 </command>.The various components such as composer, mail-news can be accessed 6 from the menu after <command>mozilla</command> starts or via command line 7 switches to the <command>mozilla</command> binary. 7 8 </para> 8 9 -
xsoft/graphweb/mozilla/mozilla-exp.xml
r902871b r21456e1 2 2 <title>Command explanations</title> 3 3 4 <para><screen>< userinput>export MOZILLA_OFFICIAL="1" &&4 <para><screen><command>export MOZILLA_OFFICIAL="1" && 5 5 export BUILD_OFFICIAL="1" && 6 export MOZ_INTERNAL_LIBART_LGPL="1"</ userinput></screen>6 export MOZ_INTERNAL_LIBART_LGPL="1"</command></screen> 7 7 Set some variables that affect what and how it is built. The first two exports 8 8 specify that we are building a distribution. The last export specifies that we 9 are ok with the LGPLversioned libart.</para>9 are ok with the <acronym>LGPL</acronym> versioned libart.</para> 10 10 11 <para><userinput>--prefix=&mozilla-prefix;</userinput>: Previously mozilla did 12 not support the make install option. Hence the package was installed in <filename>/opt</filename>. 13 The package now supports "make install" and follows the FHS guidelines for 14 installation. Hence the book now recommends installation in a system wide prefix 15 such as <filename>/usr</filename>.</para> 11 <para><command>--prefix=&mozilla-prefix;</command>: Previously mozilla did 12 not support the make install option. Hence the package was installed in 13 <filename>/opt</filename>. The package now supports "make install" and follows 14 the <acronym>FHS</acronym> guidelines for installation. Hence the book now 15 recommends installation in a system wide prefix such as <filename>/usr 16 </filename>.</para> 16 17 17 <para><screen>< userinput>--enable-toolkit-gtk2</userinput></screen>Use gtk218 <para><screen><command>--enable-toolkit-gtk2</command></screen>Use gtk2 18 19 toolkit</para> 19 20 20 <para><screen>< userinput>--with-system-zlib --with-system-jpeg \21 --with-system-png --with-system-mng"</ userinput></screen>21 <para><screen><command>--with-system-zlib --with-system-jpeg \ 22 --with-system-png --with-system-mng"</command></screen> 22 23 Use the system versions for these packages.</para> 23 24 24 <para><userinput>--enable-xft</userinput> : Enable the Xft 25 support. You need fontconfig or the latest XFree86 version to enable xft.</para> 25 <para><command>--enable-xft</command> : Enable the Xft support. You need 26 <application>fontconfig</application> or the latest <application>XFree86 27 </application> version to enable xft.</para> 26 28 27 <para>< userinput>--enable-crypto</userinput> : Enable the Personal28 Security Manager to enable SSLconnections.</para>29 <para><command>--enable-crypto</command> : Enable the Personal 30 Security Manager to enable <acronym>SSL</acronym> connections.</para> 29 31 30 <para><screen>< userinput>--disable-jsd --disable-accessibility \32 <para><screen><command>--disable-jsd --disable-accessibility \ 31 33 --disable-tests --disable-debug \ 32 34 --disable-dtd-debug \ 33 35 --disable-logging --enable-reorder \ 34 36 --enable-strip \ 35 --enable-cpp-rtti</ userinput></screen>37 --enable-cpp-rtti</command></screen> 36 38 Various options that affect what components are built and some optimization 37 options. You can 38 pick and choose from these options. More information on them can be found 39 in the mozilla configure script help. Not all options are used in the 40 instructions givenabove.</para>39 options. You can pick and choose from these options. More information on them 40 can be found in the <application>Mozilla</application> <command>configure 41 </command> script help. Not all options are used in the instructions given 42 above.</para> 41 43 42 <para><userinput>--enable-extensions=...</userinput> : Enables 43 extensions. If you want, you can disable all extensions other than the 44 browser by changing this switch to 45 <userinput>--enable-extensions="default,-venkman,-inspector,-irc"</userinput>.</para> 44 <para><command>--enable-extensions=...</command> : Enables extensions. If you 45 want, you can disable all extensions other than the browser by changing this 46 switch to <command>--enable-extensions="default,-venkman,-inspector,-irc"</command>.</para> 46 47 47 <para>< userinput>--enable-svg</userinput> : Enable SVG (Scalable Vector48 Graphics) support.</para>48 <para><command>--enable-svg</command> : Enable <acronym>SVG</acronym> 49 (Scalable Vector Graphics) support.</para> 49 50 50 <para><screen>< userinput>install -d &mozilla-prefix;/include/mozilla-&mozilla-version;/nss51 <para><screen><command>install -d &mozilla-prefix;/include/mozilla-&mozilla-version;/nss 51 52 cp -Lf dist/private/nss/*.h dist/public/nss/*.h \ 52 &mozilla-prefix;/include/mozilla-&mozilla-version;/nss</ userinput></screen>53 &mozilla-prefix;/include/mozilla-&mozilla-version;/nss</command></screen> 53 54 Copy the nss headers that are not copied by make install.</para> 54 55 … … 59 60 --> 60 61 61 <para>< userinput>ln -nsf mozilla-&mozilla-version; ...</userinput> :62 Mozilla installs headers and libraries in version specific directories. This 63 link makes symbolic links so that applications that depend on Mozilla (such as 64 OpenOffice, Galeon, etc.) don't need to know which version of mozilla is 65 installed. 66 </para>62 <para><command>ln -nsf mozilla-&mozilla-version; ...</command> : 63 <application>Mozilla</application> installs headers and libraries in version 64 specific directories. This link makes symbolic links so that applications that 65 depend on <application>Mozilla</application> (such as <application>OpenOffice 66 </application>, <application>Galeon</application>, etc.) don't need to know 67 which version of <application>Mozilla</application> is installed.</para> 67 68 68 <para><screen>< userinput>export LD_LIBRARY_PATH="&mozilla-prefix;/lib/mozilla-&mozilla-version;" &&69 <para><screen><command>export LD_LIBRARY_PATH="&mozilla-prefix;/lib/mozilla-&mozilla-version;" && 69 70 export MOZILLA_FIVE_HOME="&mozilla-prefix;/lib/mozilla-&mozilla-version;" && 70 71 ./regxpcom && 71 72 ./regchrome && 72 touch `find &mozilla-prefix;/lib/mozilla-${VERSION} -name *.rdf`</userinput></screen> 73 touch `find &mozilla-prefix;/lib/mozilla-${VERSION} -name *.rdf`</command> 74 </screen> 73 75 Create the required component registries to enable multi-user installs.</para> 74 76 -
xsoft/graphweb/mozilla/mozilla-inst.xml
r902871b r21456e1 1 1 <sect2> 2 <title>Installation of mozilla</title>2 <title>Installation of <application>Mozilla</application></title> 3 3 4 <para>Install mozilla by running the following commands:</para> 4 <para>Install <application>Mozilla</application> by running the following 5 commands:</para> 5 6 6 < para><screen><userinput>export MOZILLA_OFFICIAL="1" &&7 <screen><userinput><command>export MOZILLA_OFFICIAL="1" && 7 8 export BUILD_OFFICIAL="1" && 8 9 export MOZ_INTERNAL_LIBART_LGPL="1" && … … 15 16 for p in ../mozilla-&mozilla-version;-*.patch 16 17 do patch -Np1 -i $p 17 done</ userinput></screen></para>18 done</command></userinput></screen> 18 19 19 20 <para>According to the financial institutions, the following hack makes your 20 21 browser insecure. You have been warned. Many sites use an MS-IE specific tag 21 22 (autocomplete=off) to prevent autocomplete from working in some forms. This 22 tag is now supported in mozilla to appease the financial institutions. As per23 tag is now supported in Mozilla to appease the financial institutions. As per 23 24 the requirements of the financial institutions, they will not even accept a 24 25 solution where this a preference option. However our opinion is that it should … … 27 28 28 29 <para>Open the file <filename>extensions/wallet/src/wallet.cpp</filename> in 29 the mozilla source tree and search for the line:30 the Mozilla source tree and search for the line: 30 31 <screen>#define WALLET_DONT_CACHE_ALL_PASSWORDS</screen> 31 32 Then delete or comment out the line. Now, if anyone tells you MS-IE is user 32 33 friendly, give them this example!</para> 33 34 34 < para><screen><userinput>./configure --prefix=&mozilla-prefix; \35 <screen><userinput><command>./configure --prefix=&mozilla-prefix; \ 35 36 --enable-default-mozilla-five-home \ 36 37 --enable-toolkit-gtk2 --enable-default-toolkit=gtk2 \ … … 62 63 ./regxpcom && 63 64 ./regchrome && 64 touch `find &mozilla-prefix;/lib/mozilla-&mozilla-version; -name *.rdf`</ userinput></screen></para>65 touch `find &mozilla-prefix;/lib/mozilla-&mozilla-version; -name *.rdf`</command></userinput></screen> 65 66 66 67 </sect2> … … 72 73 have the described effect on the mozilla compile.</para> 73 74 74 <para>< userinput>--enable-elf-dynstr-gc</userinput> : Removes unreferenced75 strings from ELF shared objects generated during the build. Note that this76 option breaks build on alpha.</para>75 <para><command>--enable-elf-dynstr-gc</command> : Removes unreferenced 76 strings from <acronym>ELF</acronym> shared objects generated during the build. 77 Note that this option breaks build on alpha.</para> 77 78 78 <para>< userinput>--disable-mailnews</userinput> : Disable the mail and news79 <para><command>--disable-mailnews</command> : Disable the mail and news 79 80 clients.</para> 80 81 81 <para>< userinput>--disable-ldap</userinput> : Disable LDAP Support,82 recommended if mail is disabled.</para>82 <para><command>--disable-ldap</command> : Disable <acronym>LDAP</acronym> 83 Support, recommended if mail is disabled.</para> 83 84 84 <para>< userinput>--enable-calendar</userinput> : Build the calendar client.85 <para><command>--enable-calendar</command> : Build the calendar client. 85 86 You will need to download the calendar source via cvs since it is not included 86 87 with the release source. 87 88 (Warning, this option is not yet stable).</para> 88 89 89 <para><userinput>--enable-xterm-updates</userinput> : This option is 90 for enabling the xterm title with the current command when compiling.</para> 90 <para><command>--enable-xterm-updates</command> : This option is 91 for enabling the <command>xterm</command> title with the current command when 92 compiling.</para> 91 93 92 <para>< userinput>--enable-plaintext-editor-only</userinput> : Disable support93 for HTML editing. Do not use this switch if you are building the mail-news94 component.</para>94 <para><command>--enable-plaintext-editor-only</command> : Disable support 95 for <acronym>HTML</acronym> editing. Do not use this switch if you are building 96 the mail-news component.</para> 95 97 96 98 </sect2> -
xsoft/graphweb/mozilla/mozilla-intro.xml
r902871b r21456e1 1 1 <sect2> 2 <title>Introduction to mozilla</title>2 <title>Introduction to <application>Mozilla</application></title> 3 3 4 <screen>Download location (HTTP): <ulink url="&mozilla-download-http;"/> 5 Download location (FTP): <ulink url="&mozilla-download-ftp;"/> 6 Version used: &mozilla-version; 7 Package size: &mozilla-size; 8 Estimated Disk space required: &mozilla-buildsize; 9 Estimated Build time: &mozilla-buildtime; 10 Estimated Install size: &mozilla-installsize;</screen> 4 <para><application>Mozilla</application> is a browser suite, the opensource 5 sibling of <application>Netscape</application>. It includes the browser, 6 composer, mail client and an <acronym>IRC</acronym> client. A 7 calendar component is also being built but it is not yet integrated into the 8 stable Mozilla releases.</para> 11 9 12 <para>Mozilla is a browser suite, the opensource sibling of 13 Netscape. It includes the browser, composer, mail client and an IRC client. A 14 calendar component is also being built but it is not yet integrated into the 15 stable mozilla releases.</para> 10 <sect3><title>Package information</title> 11 <itemizedlist spacing='compact'> 12 <listitem><para>Download (HTTP): <ulink 13 url="&mozilla-download-http;"/></para></listitem> 14 <listitem><para>Download (FTP): <ulink 15 url="&mozilla-download-ftp;"/></para></listitem> 16 <listitem><para>Download size: &mozilla-size;</para></listitem> 17 <listitem><para>Estimated Disk space required: 18 &mozilla-buildsize;</para></listitem> 19 <listitem><para>Estimated install size: 20 &mozilla-installsize;</para></listitem> 21 <listitem><para>Estimated build time: 22 &mozilla-time;</para></listitem></itemizedlist> 23 </sect3> 16 24 17 <screen>mozilla depends on: 18 <xref linkend="freetype2"/>, <xref linkend="xfree86"/>, <xref linkend="zip"/>, 19 <xref linkend="expat"/>, <xref linkend="ATK"/>, <xref linkend="Pango"/>, 20 <xref linkend="pkgconfig"/>, <!-- <xref linkend="fontconfig">, --> 21 <xref linkend="GLib2"/>, <xref linkend="GTK2"/>, <xref linkend="libIDL"/>, 22 <xref linkend="lcms"/>, <xref linkend="libjpeg"/>, <xref linkend="libmng"/>, 23 <xref linkend="libpng"/> and <xref linkend="which"/></screen> 25 <sect3><title><application>Mozilla</application> dependencies</title> 26 <sect4><title>Required</title> 27 <para><xref linkend="freetype2"/>, <xref linkend="xfree86"/>, <xref 28 linkend="zip"/>, <xref linkend="expat"/>, <xref linkend="ATK"/>, <xref 29 linkend="Pango"/>, <xref linkend="pkgconfig"/>, <!-- <xref 30 linkend="fontconfig">, --> <xref linkend="GLib2"/>, <xref linkend="GTK2"/>, 31 <xref linkend="libIDL"/>, <xref linkend="lcms"/>, <xref linkend="libjpeg"/>, 32 <xref linkend="libmng"/>, <xref linkend="libpng"/> and <xref linkend="which"/> 33 </para></sect4> 34 </sect3> 35 </sect2> 24 36 37 <sect2><title>Additional Downloads and Information</title> 25 38 <para>Download the patch for various fixes to the build from 26 < userinput><ulink url="&hfile-root;"/></userinput>. The patches begin with27 < userinput>mozilla-&mozilla-version;</userinput>. Note that none of the39 <filename><ulink url="&hfile-root;"/></filename>. The patches begin with 40 <filename>mozilla-&mozilla-version;</filename>. Note that none of the 28 41 patches are required, all are optional. Refer to the notes at the top 29 42 of the patch file to figure out if you need the patch.</para> … … 37 50 --> 38 51 39 <para>If you have difficulties in building mozilla, check out the mozilla52 <para>If you have difficulties in building Mozilla, check out the Mozilla 40 53 hint for detailed information at <ulink url="http://www.linuxfromscratch.org/~tushar/"/>. 41 54 The instructions -
xsoft/other/other.xml
r902871b r21456e1 3 3 <title>Other X-based Internet Programs</title> 4 4 5 <para>The internet isn't just about browsing. Here are more graphical 6 applications that utilize other areas of the internet.</para> 5 7 6 8 &pan;
Note:
See TracChangeset
for help on using the changeset viewer.