Changeset 3336852


Ignore:
Timestamp:
04/14/2003 06:29:34 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ec4b257
Parents:
73a7e571
Message:

edit kde, prune TOC

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

Files:
24 edited

Legend:

Unmodified
Added
Removed
  • appendices/appendices.xml

    r73a7e571 r3336852  
    33
    44&appendices-symlinks;
    5 &appendices-old;
     5<!-- &appendices-old;-->
    66
    77</part>
  • connect/other/other.xml

    r73a7e571 r3336852  
    33<title>Other</title>
    44
    5 &connect-other-isdn;
    6 &connect-other-pppoe;
     5<para>Other methods to connect to large networks are through ISDN and
     6PPPOE interfaces. Pages written for these interfaces are always welcome
     7and will be included in future books, if available.</para>
     8
    79
    810</chapter>
  • content/web/web.xml

    r73a7e571 r3336852  
    44
    55&apache;
    6 &php;
     6<!-- &php -->
    77
    88</chapter>
  • gnome/add/gst-plugins.xml

    r73a7e571 r3336852  
    55&gst-plugins-intro;
    66&gst-plugins-inst;
    7 &gst-plugins-desc;
    87
    98</sect1>
  • gnome/add/media/gst-plugins-intro.xml

    r73a7e571 r3336852  
    1111
    1212<screen>gst-plugins depends on:
    13 <xref linkend="gstreamer"/>
    14 gst-plugins will utilize:
    15 [still compiling]</screen>
     13<xref linkend="gstreamer"/></screen>
    1614
    1715</sect2>
  • gnome/add/media/gst-plugins.ent

    r73a7e571 r3336852  
    55<!ENTITY gst-plugins-desc SYSTEM "gst-plugins-desc.xml">
    66<!ENTITY gst-plugins-config SYSTEM "gst-plugins-config.xml">
    7 <!ENTITY gst-plugins-buildsize "">
     7<!ENTITY gst-plugins-buildsize "98 MB">
    88<!ENTITY gst-plugins-version "0.6.0">
    99<!ENTITY gst-plugins-download-http "http://ftp.gnome.org/pub/GNOME/sources/gst-plugins/0.6/gst-plugins-0.6.0.tar.bz2">
  • index.xml

    r73a7e571 r3336852  
    33                        "/usr/share/docbook/docbookx.dtd" [
    44
    5 <!ENTITY version "20030413">
    6 <!ENTITY releasedate "April 13th, 2003">
     5<!ENTITY version "20030414">
     6<!ENTITY releasedate "April 14th, 2003">
    77
    88<!ENTITY % book SYSTEM "book/book.ent">
  • introduction/welcome/askhelp.xml

    r73a7e571 r3336852  
    1212your problem, include as much relevant information as possible in your
    1313request for help.</para>
     14
     15<sect2>
     16<title>Things to check prior to asking</title>
     17
     18<para>Before asking for help, you should review the following
     19items:</para>
     20
     21<itemizedlist>
     22<listitem><para>Is the hardware support compiled into the kernel or
     23available as a module to the kernel.  If it is a module, is it configured
     24properly in <filename>modules.conf</filename> and has it been loaded.  You
     25should use <userinput>lsmod</userinput> to see if it's loaded. Check the
     26<filename>sys.log</filename> or run <userinput>modprobe
     27&lt;driver&gt;</userinput>
     28to review any error message.  If it loads properly, you may need to add
     29the <userinput>modprobe</userinput> to your boot scripts.</para></listitem>
     30
     31<listitem><para>Are your permissions properly set, especially for
     32devices.  LFS uses groups to make these settings easier, but it also
     33adds the step of adding users to groups to allow access. A simple
     34<userinput>moduser -G audio &lt;user&gt;</userinput> may be all that's
     35necessary for that user to have access to the sound
     36system.  Any question that starts out with "It works as root, but not as
     37..." should review permissions throughly prior to asking.</para></listitem>
     38
     39<listitem><para>BLFS liberally uses <filename>/opt/&lt;package&gt;</filename>. The main objection to this centers around the need to
     40expand you environment variables for each package placed there (e.g.
     41PATH=$PATH:/opt/kde/bin).  In some cases, the package will walk you
     42through the changes, but some will not.</para></listitem>
     43</itemizedlist></sect2>
    1444
    1545<sect2>
     
    3363that we won't help you. It'll just help us to see other possible causes of your problem.)</para>
    3464
     65<para>Expect guidance instead of specific instructions. If you are
     66instructed to read something, please do so, it generally implies that
     67the answer was way too obvious and that the question would not have been asked if a little
     68research was done prior to asking. The volunteers in the mailing list
     69prefer not to be used as an alternative to doing reasonable research on
     70your end.  In addition, the quality of your experience with BLFS is also greatly
     71enhanced by this research, and the quality of volunteers is enhanced
     72because they don't feel that their time has been abused, so they are
     73far more likely to participate.</para>
     74
    3575<para>An excellent article on asking for help on the Internet in general
    3676has been written by Eric S. Raymond. It is available online at <ulink
  • introduction/welcome/changelog.xml

    r73a7e571 r3336852  
    1010
    1111<itemizedlist>
     12
     13<listitem><para>April 14th,2003 [larry]: Tree pruning.  All unfinished
     14work was commented out.</para></listitem>
    1215
    1316<listitem><para>April 12th 2003 [larry]: modified instructions for
  • kde/core/arts.xml

    r73a7e571 r3336852  
    3333
    3434<sect2><title>aRts Installation Command explanations</title>
    35 <para><userinput>--prefix=&kde-dir;:</userinput> This option tells the
     35<para><userinput>--prefix=&kde-dir;</userinput> : This option tells the
    3636process to install the package in &kde-dir;.  We put aRts here because this
    3737package is required before installing KDE.</para>
    3838
    39 <para><userinput>--disable-debug:</userinput> This option causes the
     39<para><userinput>--disable-debug</userinput> : This option causes the
    4040system to be compiled without debugging code.
    4141</para>
    4242
    43 <para><userinput>--disable-dependency-tracking:</userinput> This option speeds
     43<para><userinput>--disable-dependency-tracking</userinput> : This option speeds
    4444up one time builds.</para>
    4545
    46 <para><userinput>ln -sfn &kde-dir; /opt/kde:</userinput> This command creates
     46<para><userinput>ln -sfn &kde-dir; /opt/kde</userinput> : This command creates
    4747a link for access to KDE.  If a newer version of KDE is released, the new
    4848system can be built by changing the <userinput>--prefix</userinput> location
  • kde/core/config.xml

    r73a7e571 r3336852  
    1212</para>
    1313
    14 <para>At this point you can bring up KDE with
    15 <userinput>startx</userinput></para>
     14<para>At this point you can bring up KDE with:
     15<screen><userinput>startx</userinput></screen></para>
    1616
    1717</sect1>
  • kde/inst/kde-admin.xml

    r73a7e571 r3336852  
    1212<screen><xref linkend="kde-base"/>.
    1313The kpackage program can use <filename>rpm</filename>.
    14 kuser can use <filename>shadow</filename> and <filename>pam</filename>.</screen></para>
     14kuser can use <filename>shadow</filename> and <xref linkend="Linux_PAM"/>.</screen></para>
    1515
    1616<para>Install kdeadmin with:
     
    2323<title>kdeadmin Installation Command explanations</title>
    2424
    25 <para><userinput>--with-shadow:</userinput> This option allows use of
     25<para><userinput>--with-shadow</userinput> : This option allows use of
    2626shadow passwords.</para>
    2727
  • kde/inst/kde-base.xml

    r73a7e571 r3336852  
    1010recommended:
    1111<screen><xref linkend="openssl"/>, <xref linkend="lesstif"/>, <xref linkend="CDParanoia"/>, <xref linkend="libvorbis"/>,
    12 shadow (in the LFS book), and cups.</screen></para>
     12shadow (in the LFS book), and <xref linkend="cups"/>.</screen></para>
    1313
    1414<para>Other programs and libraries that can be used by kdebase are:
     
    2727<title>kdebase Installation Command explanations</title>
    2828 
    29 <para><userinput>--disable-lametest:</userinput> Do not search for and use
     29<para><userinput>--disable-lametest</userinput> : Do not search for and use
    3030lame support.  This package provides mp3 encoding. Omit this option if
    3131you installed <filename>lame</filename>.</para>
    3232 
    33 <para><userinput>--with-shadow:</userinput> Use shadow password
     33<para><userinput>--with-shadow</userinput> : Use shadow password
    3434support.</para>
    3535</sect2>
  • kde/inst/kde-graphics.xml

    r73a7e571 r3336852  
    1212<screen><xref linkend="kde-base"/> and <xref linkend="which"/> (or the which script).
    1313The kuickshow program requires <xref linkend="imlib"/>.
    14 The kooka program requires <filename>sane</filename>.</screen></para>
     14The kooka program requires <xref linkend="sane"/>.</screen></para>
    1515
    1616<para>Install kdegraphics with:
  • kde/inst/kde-libs.xml

    r73a7e571 r3336852  
    88Estimated build time:        62 min (667 MHz)</screen></para>
    99
    10 
     10<!--
    1111<warning><para>The KDE instructions are being revised.  The instructions should
    1212work as described in the following sections, but not all KDE packages
    1313have been validated.</para></warning>
    14 
     14-->
    1515
    1616
     
    3232
    3333<sect2><title>kdelibs Installation Command explanations</title>
    34 <para><userinput>--prefix=&kde-dir;:</userinput> This option tells
     34<para><userinput>--prefix=&kde-dir;</userinput> : This option tells
    3535the process to install the package in &kde-dir;.</para>
    3636
    37 <para><userinput>--disable-debug:</userinput> This option causes the
     37<para><userinput>--disable-debug</userinput> : This option causes the
    3838system to be compiled without debugging code.</para>
    3939
    40 <para><userinput>--disable-dependency-tracking:</userinput> This option
     40<para><userinput>--disable-dependency-tracking</userinput> : This option
    4141speeds up one time builds.</para>
    4242
    43 <para><userinput>--with-alsa:</userinput> This option tells the build process to
     43<para><userinput>--with-alsa</userinput> : This option tells the build process to
    4444search for and use Alsa for sound support.</para>
    4545
    46 <para><userinput>--enable-fast-malloc=full:</userinput> This option tells
     46<para><userinput>--enable-fast-malloc=full</userinput> : This option tells
    4747KDE programs to use an internal memory allocation scheme
    4848optimized for KDE.</para>
  • kde/inst/kde-multimedia.xml

    r73a7e571 r3336852  
    2121<title>kdemultimedia Installation Command explanations</title>
    2222
    23 <para><userinput>--with-arts-alsa:</userinput> Use the alsa support built
     23<para><userinput>--with-arts-alsa</userinput> : Use the alsa support built
    2424into aRts.</para>
    2525
  • kde/kde.ent

    r73a7e571 r3336852  
    4949
    5050<!ENTITY kde-libs-ftp "&kde-download;/kdelibs-&kde-version;.tar.bz2">
    51 <!ENTITY kde-libs-size "7.2 MB">
     51<!ENTITY kde-libs-size " 7.2 MB">
    5252<!ENTITY kde-base-ftp "&kde-download;/kdebase-&kde-version;.tar.bz2">
    5353<!ENTITY kde-base-size "12.0 MB">
  • kde/other/other.xml

    r73a7e571 r3336852  
    44
    55&kdoc;
    6 &kde-bindings;
    7 &kde-sdk;
    86&kdevelop;
    9 &kdm;
    107
    118</chapter>
  • postlfs/config/config.xml

    r73a7e571 r3336852  
    2424&postlfs-config-vimrc;
    2525&postlfs-config-bootdisk;
    26 &postlfs-config-manpages;
     26<!--&postlfs-config-manpages;-->
    2727&postlfs-config-skel;
    2828
  • postlfs/security/security.xml

    r73a7e571 r3336852  
    88&tripwire;
    99&Linux_PAM;
    10 &postlfs-security-syslog;
     10<!--&postlfs-security-syslog;-->
    1111
    1212</chapter>
  • preface/organization.xml

    r73a7e571 r3336852  
    3333
    3434<sect2><title>Part VII - Content Serving</title>
    35 <para>In this part we deal with databases and web server software (including
    36 php).</para></sect2>
     35<para>In this part we deal with databases and web server software
     36<!--(including php)-->.</para></sect2>
    3737
    3838<sect2><title>Part VIII - X + Window Managers</title>
  • server/mail/mail.xml

    r73a7e571 r3336852  
    77there are several other choices.</para>
    88
    9 <para>As well as SMTP servers there are two other packages here, a POP
    10 server (qpopper) and an IMAP server (Courier-IMAP).</para>
     9<para>As well as SMTP servers there is a POP server (qpopper). An IMAP
     10server (Courier-IMAP) is available for inclusion in the next version.</para>
    1111
    1212&postfix;
     
    1515&exim;
    1616&qpopper;
    17 &courier;
    18 
     17<!--&courier-->
    1918</chapter>
  • xsoft/office/office.xml

    r73a7e571 r3336852  
    66&gnumeric;
    77&gnucash;
    8 &magicpoint;
    98&gimp;
    109&evolution;
  • xsoft/suites/openoffice/openoffice-intro.xml

    r73a7e571 r3336852  
    1717<xref linkend="zip"/>, <xref linkend="unzip"/>, <xref linkend="tcsh"/>,
    1818<xref linkend="db"/>, <xref linkend="STLport"/>, <xref linkend="which"/>
    19 and mktemp
     19and <ulink url="http://www.courtesan.com/mktemp">mktemp</ulink>
    2020openoffice will utilize:
    2121ant
Note: See TracChangeset for help on using the changeset viewer.