Changeset fb31251


Ignore:
Timestamp:
02/04/2005 05:26:33 AM (20 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
Children:
20828163
Parents:
7c27bc8
Message:

Finish index tagging for Chapter 28 (KDE Core Packages)

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • book/bookinfo.xml

    r7c27bc8 rfb31251  
    77
    88<bookinfo>
    9 <title>Beyond <trademark class='registered'>Linux</trademark> From Scratch</title>
     9<!-- <title>Beyond <trademark class='registered'>Linux</trademark> From Scratch</title>-->
     10<title>Beyond Linux<superscript>&reg;</superscript> From Scratch</title>
    1011<subtitle>Version &version;</subtitle>
    1112
  • introduction/welcome/changelog.xml

    r7c27bc8 rfb31251  
    2222
    2323<itemizedlist>
     24
     25<listitem><para>February 3rd, 2005 [bdubbs]: Added index items to
     26kdebase.</para></listitem>
    2427
    2528<listitem><para>February 3rd, 2005 [bdubbs]: Added index items to
  • kde/core/config.xml

    r7c27bc8 rfb31251  
    1818
    1919<screen><userinput><command>echo "exec startkde" &gt; ~/.xinitrc</command></userinput></screen>
     20<indexterm zone="kde-core-config">
     21  <primary sortas="e-AA.xinitrc">~/.xinitrc</primary>
     22</indexterm>
    2023
    2124<para>If you installed the <xref linkend="desktop-file-utils"/> package,
  • kde/core/kdebase.xml

    r7c27bc8 rfb31251  
    2020<?dbhtml filename="kdebase.html"?>
    2121<title>kdebase-&kde-version;</title>
     22<indexterm zone="kdebase">
     23  <primary sortas="a-kdebase">KDEbase</primary>
     24</indexterm>
    2225
    2326<sect2>
     
    98101./configure --prefix=&kde-dir; --disable-debug \
    99102    --disable-dependency-tracking &amp;&amp;
    100 make &amp;&amp;
    101 make install</command></userinput></screen>
     103make</command></userinput></screen>
    102104
    103105<note><para>If you wish to create the <acronym>API</acronym> documentation and
     
    106108must be done before <command>make install</command>.</para></note>
    107109
     110<para>Now, as the root user:</para>
     111 
     112<screen><userinput role='root'><command>make install</command></userinput></screen>
     113
    108114</sect2>
    109115
     
    111117<title>Contents</title>
    112118
    113 <para>Major programs in <application>kdebase</application> include
    114 <command>kate</command>,
    115 <command>kcontrol</command>,
    116 <command>kdebugdialog</command>,
    117 <command>kdeprint</command>,
    118 <command>kdesu</command>,
    119 <command>kdm</command>,
    120 <command>kfind</command>,
    121 <command>khelpcenter</command>,
    122 <command>kicker</command>,
    123 <command>kinfocenter</command>,
    124 <command>kioslave</command>,
    125 <command>klipper</command>,
    126 <command>kmenuedit</command>,
    127 <command>konqueror</command>,
    128 <command>konsole</command>,
    129 <command>kpager</command>,
    130 <command>ksplashml</command>,
    131 <command>ksysguard</command>,
    132 <command>kwrite</command> and
    133 <command>kxkb</command>.
    134 </para>
     119<segmentedlist>
     120  <segtitle>Installed Programs</segtitle>
     121
     122  <seglistitem>
     123    <seg>kate, kcontrol, kdebugdialog, kdeprint, kdesu, kdm, kfind,
     124         khelpcenter, kicker, kinfocenter, kioslave, klipper, kmenuedit
     125         konqueror, konsole, kpager, ksplashml, ksysguard, kwrite, kxkb</seg>
     126  </seglistitem>
     127</segmentedlist>
     128
     129<variablelist>
     130  <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     131  <?dbfo list-presentation="list"?>
     132 
     133<varlistentry id="kate">
     134  <term><command>kate</command></term>
     135  <listitem>
     136    <para> is a programmer's text editor for <acronym>KDE</acronym>.</para>
     137    <indexterm zone="kdebase kate">
     138      <primary sortas="b-kate">kate</primary>
     139    </indexterm>
     140  </listitem>
     141</varlistentry>
     142
     143<varlistentry id="kcontrol">
     144  <term><command>kcontrol</command></term>
     145  <listitem>
     146    <para> is the <acronym>KDE</acronym> Control Center.</para>
     147    <indexterm zone="kdebase kcontrol">
     148      <primary sortas="b-kcontrol">kcontrol</primary>
     149    </indexterm>
     150  </listitem>
     151</varlistentry>
     152
     153<varlistentry id="kdebugdialog">
     154  <term><command>kdebugdialog</command></term>
     155  <listitem>
     156    <para>is a dialog box for managing diagnostic messages at runtime.</para>
     157    <indexterm zone="kdebase kdebugdialog">
     158      <primary sortas="b-kdebugdialog">kdebugdialog</primary>
     159    </indexterm>
     160  </listitem>
     161</varlistentry>
     162
     163<varlistentry id="kdeprint">
     164  <term><command>kdeprint</command></term>
     165  <listitem>
     166    <para>is a dialog box for managing diagnostic messages at runtime.</para>
     167    <indexterm zone="kdebase kdeprint">
     168      <primary sortas="b-kdeprint">kdeprint</primary>
     169    </indexterm>
     170  </listitem>
     171</varlistentry>
     172
     173<varlistentry id="kdesu">
     174  <term><command>kdesu</command></term>
     175  <listitem>
     176    <para>is a graphical front end for the Unix <command>su</command> command.</para>
     177    <indexterm zone="kdebase kdesu">
     178      <primary sortas="b-kdesu">kdesu</primary>
     179    </indexterm>
     180  </listitem>
     181</varlistentry>
     182
     183<varlistentry id="kdm">
     184  <term><command>kdm</command></term>
     185  <listitem>
     186    <para>is the <acronym>KDE</acronym> display manager (a replacement for <command>xdm</command>).</para>
     187    <indexterm zone="kdebase kdm">
     188      <primary sortas="b-kdm">kdm</primary>
     189    </indexterm>
     190  </listitem>
     191</varlistentry>
     192
     193<varlistentry id="kfind">
     194  <term><command>kfind</command></term>
     195  <listitem>
     196    <para>is an utility to find files.</para>
     197    <indexterm zone="kdebase kfind">
     198      <primary sortas="b-kfind">kfind</primary>
     199    </indexterm>
     200  </listitem>
     201</varlistentry>
     202
     203<varlistentry id="khelpcenter">
     204  <term><command>khelpcenter</command></term>
     205  <listitem>
     206    <para>is the <acronym>KDE</acronym> help tool.</para>
     207    <indexterm zone="kdebase khelpcenter">
     208       <primary sortas="b-khelpcenter">khelpcenter</primary>
     209    </indexterm>
     210  </listitem>
     211</varlistentry>
     212
     213<varlistentry id="kicker">
     214  <term><command>kicker</command></term>
     215  <listitem>
     216    <para>is the <acronym>KDE</acronym> control panel.</para>
     217    <indexterm zone="kdebase kicker">
     218      <primary sortas="b-kicker">kicker</primary>
     219    </indexterm>
     220  </listitem>
     221</varlistentry>
     222
     223<varlistentry id="kinfocenter">
     224  <term><command>kinfocenter</command></term>
     225  <listitem>
     226    <para>provides a centralized and convenient
     227          overview of your <acronym>KDE</acronym> and system settings.</para>
     228    <indexterm zone="kdebase kinfocenter">
     229      <primary sortas="b-kinfocenter">kinfocenter</primary>
     230    </indexterm>
     231  </listitem>
     232</varlistentry>
     233
     234<varlistentry id="kioslaves">
     235  <term>kioslaves</term>
     236  <listitem>
     237    <para>are support programs designed to be intimately familiar with a certian
     238          protocol, so that a standard interface can be used to get at data from
     239          any number of places. Examples are the http and ftp kioslaves,
     240          which will retrieve data from an http or ftp server respectively.</para>
     241    <indexterm zone="kdebase kioslaves">
     242      <primary sortas="b-kioslaves">kioslaves</primary>
     243    </indexterm>
     244  </listitem>
     245</varlistentry>
     246
     247<varlistentry id="klipper">
     248  <term><command>klipper</command></term>
     249  <listitem>
     250    <para> is a clipboard utility.</para>
     251    <indexterm zone="kdebase klipper">
     252      <primary sortas="b-klipper">klipper</primary>
     253    </indexterm>
     254  </listitem>
     255</varlistentry>
     256
     257<varlistentry id="kmenuedit">
     258  <term><command>kmenuedit</command></term>
     259  <listitem>
     260    <para>is a utility to rearrange or add items to the K-menu.</para>
     261    <indexterm zone="kdebase kmenuedit">
     262      <primary sortas="b-kmenuedit">kmenuedit</primary>
     263    </indexterm>
     264  </listitem>
     265</varlistentry>
     266
     267<varlistentry id="kongueror">
     268  <term><command>kongueror</command></term>
     269  <listitem>
     270    <para>is a filesystem and web browser.</para>
     271    <indexterm zone="kdebase kongueror">
     272      <primary sortas="b-kongueror">kongueror</primary>
     273    </indexterm>
     274  </listitem>
     275</varlistentry>
     276
     277<varlistentry id="konsole">
     278  <term><command>konsole</command></term>
     279  <listitem>
     280    <para>is a highly configurable X terminal emulator.</para>
     281    <indexterm zone="kdebase konsole">
     282      <primary sortas="b-konsole">konsole</primary>
     283    </indexterm>
     284  </listitem>
     285</varlistentry>
     286
     287<varlistentry id="kpager">
     288  <term><command>kpager</command></term>
     289  <listitem>
     290    <para> provides a thumbnail view of all virtual desktops.</para>
     291    <indexterm zone="kdebase kpager">
     292      <primary sortas="b-kpager">kpager</primary>
     293    </indexterm>
     294  </listitem>
     295</varlistentry>
     296
     297<varlistentry id="ksplashml">
     298  <term><command>ksplashml</command></term>
     299  <listitem>
     300    <para>is a splash screen that shows the progress of an application that is loading.</para>
     301    <indexterm zone="kdebase ksplashml">
     302      <primary sortas="b-ksplashml">ksplashml</primary>
     303    </indexterm>
     304  </listitem>
     305</varlistentry>
     306
     307<varlistentry id="ksysguard">
     308  <term><command>ksysguard</command></term>
     309  <listitem>
     310    <para>is a network enabled task manager and system monitor application,
     311          with the additional functionality of <command>top</command>.</para>
     312    <indexterm zone="kdebase ksysguard">
     313      <primary sortas="b-ksysguard">ksysguard</primary>
     314    </indexterm>
     315  </listitem>
     316</varlistentry>
     317
     318<varlistentry id="kwrite">
     319  <term><command>kwrite</command></term>
     320  <listitem>
     321    <para>is a text editor for <acronym>KDE</acronym>.</para>
     322    <indexterm zone="kdebase kwrite">
     323      <primary sortas="b-kwrite">kwrite</primary>
     324    </indexterm>
     325  </listitem>
     326</varlistentry>
     327
     328<varlistentry id="kxkb">
     329  <term><command>kxkb</command></term>
     330  <listitem>
     331    <para>is a keyboard layout switching utility based on the X11 xkb extension.</para>
     332    <indexterm zone="kdebase kxkb">
     333      <primary sortas="b-kxkb">kxkb</primary>
     334    </indexterm>
     335  </listitem>
     336</varlistentry>
     337
     338</variablelist>
    135339
    136340</sect2>
    137341
    138 <sect2><title>Description</title>
    139 
    140 <sect3><title>kate</title>
    141 <para><command>kate</command> is a programmer's text editor for
    142 <acronym>KDE</acronym>.</para></sect3>
    143 
    144 <sect3><title>kcontrol</title>
    145 <para><command>kcontrol</command> is the <acronym>KDE</acronym> Control
    146 Center.</para></sect3>
    147 
    148 <sect3><title>kdebugdialog</title>
    149 <para><command>kdebugdialog</command> is a dialog box for managing
    150 diagnostic messages at runtime.</para></sect3>
    151 
    152 <sect3><title>kdeprint</title>
    153 <para><command>kdeprint</command> provides print job
    154 administration.</para></sect3>
    155 
    156 <sect3><title>kdesu</title>
    157 <para><command>kdesu</command> is a graphical front end for the
    158 Unix <command>su</command> command.</para></sect3>
    159 
    160 <sect3><title>kdm</title>
    161 <para><command>kdm</command> is the <acronym>KDE</acronym> display
    162 manager (a
    163 replacement for <command>xdm</command>).</para></sect3>
    164 
    165 <sect3><title>kfind</title>
    166 <para><command>kfind</command> is an utility to find
    167 files.</para></sect3>
    168 
    169 <sect3><title>khelpcenter</title>
    170 <para><command>khelpcenter</command> is the <acronym>KDE</acronym> help
    171 tool.</para></sect3>
    172 
    173 <sect3><title>kicker</title>
    174 <para><command>kicker</command> is the <acronym>KDE</acronym> control
    175 panel.</para></sect3>
    176 
    177 <sect3><title>kinfocenter</title>
    178 <para><command>kinfocenter</command> provides a centralized
    179 and convenient overview of your <acronym>KDE</acronym> and system
    180 settings.</para></sect3>
    181 
    182 <sect3><title>klipper</title>
    183 <para><command>klipper</command> is a clipboard utility.</para></sect3>
    184 
    185 <sect3><title>kmenuedit</title>
    186 <para><command>kmenuedit</command> is an utility to rearrange or add
    187 items to the K-menu.</para></sect3>
    188 
    189 <sect3><title>konqueror</title>
    190 <para><command>konqueror</command> is a filesystem and web
    191 browser.</para></sect3>
    192 
    193 <sect3><title>konsole</title>
    194 <para><command>konsole</command> is a highly configurable X terminal
    195 emulator.</para></sect3>
    196 
    197 <sect3><title>kpager</title>
    198 <para><command>kpager</command> provides a thumbnail view of all
    199 virtual desktops.</para></sect3>
    200 
    201 <sect3><title>ksplashml</title>
    202 <para><command>ksplashml</command> is a splash screen that
    203 shows the progress of an application that is loading.</para></sect3>
    204 
    205 <sect3><title>ksysguard</title>
    206 <para><command>ksysguard</command> is a network enabled task manager
    207 and system monitor application, with the additional functionality of
    208 <command>top</command>.</para></sect3>
    209 
    210 <sect3><title>kwrite</title>
    211 <para><command>kwrite</command> is a text editor for
    212 <acronym>KDE</acronym>.</para></sect3>
    213 
    214 <sect3><title>kxkb</title>
    215 <para><command>kxkb</command> is a keyboard layout switching
    216 utility based on X11 xkb extension.</para></sect3>
    217 
    218 </sect2>
    219 
    220342</sect1>
  • kde/core/kdelibs.xml

    r7c27bc8 rfb31251  
    2121<title><application>kdelibs</application>-&kde-version;</title>
    2222<indexterm zone="kdelibs">
    23   <primary sortas="a-kdelibs">Kdelibs</primary>
     23  <primary sortas="a-kdelibs">KDElibs</primary>
    2424</indexterm>
    2525
     
    148148 
    149149  <seglistitem>
    150     <seg>kspell</seg>
    151     <seg>Numerous KDE liraries</seg>
     150    <seg>Numerous KDE support programs</seg>
     151    <seg>Numerous KDE libraries</seg>
    152152  </seglistitem>
    153153</segmentedlist>
     
    157157  <?dbfo list-presentation="list"?>
    158158 
    159 <varlistentry id="kspell">
    160   <term><command>kspell</command></term>
     159<varlistentry id="kdelib-programs">
     160  <term>KDE Support Programs</term>
    161161  <listitem>
    162     <para>is the spelling checker used by KDE applications such as Kate, KMail, and KWord.
    163           It is a GUI frontend to International ISpell and ASpell.</para>
    164     <indexterm zone="kdelibs kspell">
    165       <primary sortas="b-kspell">kspell</primary>
     162    <para>contain essential support programs needed by other KDE applications.</para>
     163    <indexterm zone="kdelibs kdelib-programs">
     164      <primary sortas="b-kdelib-programs">KDE Support Programs</primary>
    166165    </indexterm>
    167166  </listitem>
     
    169168
    170169<varlistentry id="kde-libraries">
    171   <term><filename class='libraryfile'>KDE Libraries</filename></term>
     170  <term>KDE Libraries</term>
    172171  <listitem>
    173     <para>contains essential functions that are needed by KDS applications.</para>
     172    <para>contain essential functions that are needed by KDE applications.</para>
    174173    <indexterm zone="kdelibs kde-libraries">
    175174      <primary sortas="c-kde-libraries">kde-libraries</primary>
     
    180179</variablelist>
    181180
    182 <para>The number of programs and libraries installed by
    183 <application>kdelibs</application> prohibits an explanation of each one in this
    184 section. Instead, see the <ulink url="http://docs.kde.org/">KDE
    185 Documentation</ulink>.</para>
     181<para>The number of programs and libraries installed by <application>kdelibs</application>
     182prohibits an explanation of each one in this section. Instead, see the <ulink
     183url="http://docs.kde.org/">KDE Documentation</ulink>.</para>
    186184
    187185</sect2>
  • kde/core/pre-install-config.xml

    r7c27bc8 rfb31251  
    1212</sect1info>
    1313<?dbhtml filename="pre-install-config.html"?>
    14 <title>Pre-installation configuration</title>
     14<title>KDE Pre-installation configuration</title>
    1515
    1616<para>Based on your preference, set <envar>KDE_PREFIX</envar>.</para>
     
    5555<command>EOF</command></userinput></screen>
    5656
     57<indexterm zone="kde-pre-install-config">
     58  <primary sortas="e-etc-ld.so.conf">/etc/ld.so.conf</primary>
     59</indexterm>
     60
    5761<para>Add to your <filename>/etc/man.conf</filename>:</para>
    5862
     
    6468# End kde addition to man.conf
    6569<command>EOF</command></userinput></screen>
     70 
     71<indexterm zone="kde-pre-install-config">
     72  <primary sortas="e-etc-man.conf">/etc/man.conf</primary>
     73</indexterm>
    6674
    6775<tip>
    68 <para>If you prefer installing <acronym>KDE</acronym> in
    69 <filename class="directory">/opt</filename>, one trick to avoid the
    70 above configuration changes every time you
    71 install a new version is to replace
    72 <filename class="directory">/opt/kde-&kde-version;</filename>
    73 with <filename class="directory">/opt/kde</filename> and to create a symlink from
    74 <filename class="directory">/opt/kde-&kde-version;</filename>
    75 to <filename class="directory">/opt/kde</filename>.</para>
     76<para>If you prefer installing <acronym>KDE</acronym> in <filename
     77class="directory">/opt</filename>, one trick to avoid the above configuration
     78changes every time you install a new version is to replace <filename
     79class="directory">/opt/kde-&kde-version;</filename> with <filename
     80class="directory">/opt/kde</filename> and to create a symlink from <filename
     81class="directory">/opt/kde-&kde-version;</filename> to <filename
     82class="directory">/opt/kde</filename>.</para>
    7683
    7784<screen><userinput><command>ln -sf kde-&kde-version; /opt/kde</command></userinput></screen>
  • stylesheets/blfs.css

    r7c27bc8 rfb31251  
    3232
    3333h1 { font-size: 173%; text-align: center; }
     34h1.title sup { font-size: small; }
    3435h2 { font-size: 144%; padding-top: 0.2em; margin-top: 0.3em; }
    3536h2.subtitle { text-align: center; }
Note: See TracChangeset for help on using the changeset viewer.