Ignore:
Timestamp:
06/13/2004 08:05:17 AM (20 years ago)
Author:
DJ Lucas <dj@…>
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
feeb99a
Parents:
0931098
Message:

Part IX xml update

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/core/kdebase.xml

    r0931098 r60384c68  
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6
     7<!ENTITY kdebase-download-http "&kde-download-http;/kdebase-&kde-version;.tar.bz2">
     8<!ENTITY kdebase-download-ftp "&kde-download-ftp;/kdebase-&kde-version;.tar.bz2">
     9<!ENTITY kdebase-size "17 MB">
     10<!ENTITY kdebase-buildsize "174 MB">
     11<!ENTITY kdebase-time "17.1 SBU">
     12
     13]>
     14
    115<sect1 id="kdebase" xreflabel="kdebase-&kde-version;">
    216<?dbhtml filename="kdebase.html"?>
    317<title>kdebase-&kde-version;</title>
    418
    5 &kdebase-intro;
    6 &kdebase-inst;
    7 &kdebase-desc;
     19<sect2>
     20<title>Introduction to <application>kdebase</application></title>
     21
     22<para><application>kdebase</application> is the second mandatory package
     23(besides kdelibs) for
     24the K Desktop Environment. It provides various applications and
     25infrastructure files
     26and libraries.</para>
     27
     28<sect3><title>Package information</title>
     29<itemizedlist spacing='compact'>
     30<listitem><para>Download (HTTP): <ulink
     31url="&kdebase-download-http;"/></para></listitem>
     32<listitem><para>Download (FTP): <ulink
     33url="&kdebase-download-ftp;"/></para></listitem>
     34<listitem><para>Download size: &kdebase-size;</para></listitem>
     35<listitem><para>Estimated Disk space required:
     36&kdebase-buildsize;</para></listitem>
     37<listitem><para>Estimated build time:
     38&kdebase-time;</para></listitem></itemizedlist>
     39</sect3>
     40
     41<sect3><title><application>kdebase</application> dependencies</title>
     42<sect4><title>Required</title>
     43<para><xref linkend="kdelibs"/></para></sect4>
     44<sect4><title>Optional</title>
     45<para>
     46<xref linkend="libxml2"/>,
     47<xref linkend="j2sdk"/>,
     48<xref linkend="lesstif"/>,
     49<xref linkend="openssl"/>,
     50<xref linkend="Linux_PAM"/>,
     51<xref linkend="libtiff"/>,
     52<xref linkend="openldap"/>,
     53<xref linkend="pkgconfig"/>,
     54<xref linkend="libart_lgpl"/>,
     55<xref linkend="samba3"/>,
     56<ulink url="http://mtools.linux.lu/?power-to-the-parliament">Mtools</ulink>,
     57<ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
     58<ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</ulink>,
     59<ulink
     60url="http://www.research.att.com/sw/tools/graphviz/">graphviz</ulink>
     61and
     62<ulink url="http://www.stack.nl/~dimitri/doxygen/">doxygen</ulink>
     63</para></sect4>
     64</sect3>
     65
     66</sect2>
     67
     68<sect2>
     69<title>Installation of <application>kdebase</application></title>
     70
     71<para>Install kdebase with:</para>
     72<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
     73    --disable-dependency-tracking &amp;&amp;
     74make &amp;&amp;
     75make install</command></userinput></screen>
     76
     77</sect2>
     78
     79<sect2>
     80<title>Contents</title>
     81
     82<para>Major programs in <application>kdebase</application> include
     83<command>kate</command>,
     84<command>kcontrol</command>,
     85<command>kdebugdialog</command>,
     86<command>kdeprint</command>,
     87<command>kdesu</command>,
     88<command>kdm</command>,
     89<command>kfind</command>,
     90<command>khelpcenter</command>,
     91<command>kicker</command>,
     92<command>kinfocenter</command>,
     93<command>kioslave</command>,
     94<command>klipper</command>,
     95<command>kmenuedit</command>,
     96<command>konqueror</command>,
     97<command>konsole</command>,
     98<command>kpager</command>,
     99<command>ksplashml</command>,
     100<command>ksysguard</command>,
     101<command>kwrite</command> and
     102<command>kxkb</command>.
     103</para>
     104
     105</sect2>
     106
     107<sect2><title>Description</title>
     108
     109<sect3><title>kate</title>
     110<para><command>kate</command> is a programmer's text editor for
     111<acronym>KDE</acronym>.</para></sect3>
     112
     113<sect3><title>kcontrol</title>
     114<para><command>kcontrol</command> is <acronym>KDE</acronym> Control
     115Center.</para></sect3>
     116
     117<sect3><title>kdebugdialog</title>
     118<para><command>kdebugdialog</command> is a dialog box for managing
     119diagnostic messages at runtime.</para></sect3>
     120
     121<sect3><title>kdeprint</title>
     122<para><command>kdeprint</command> provides print job
     123administration.</para></sect3>
     124
     125<sect3><title>kdesu</title>
     126<para><command>kdesu</command> is a graphical front end for the
     127Unix <command>su</command> command.</para></sect3>
     128
     129<sect3><title>kdm</title>
     130<para><command>kdm</command> is the <acronym>KDE</acronym> display
     131manager (a
     132replacement for <command>xdm</command>).</para></sect3>
     133
     134<sect3><title>kfind</title>
     135<para><command>kfind</command> is an utility to find
     136files.</para></sect3>
     137
     138<sect3><title>khelpcenter</title>
     139<para><command>khelpcenter</command> is the <acronym>KDE</acronym> help
     140tool.</para></sect3>
     141
     142<sect3><title>kicker</title>
     143<para><command>kicker</command> is the <acronym>KDE</acronym> control
     144panel.</para></sect3>
     145
     146<sect3><title>kinfocenter</title>
     147<para><command>kinfocenter</command> provides a centralized
     148and convenient overview of your <acronym>KDE</acronym> and system
     149settings.</para></sect3>
     150
     151<sect3><title>klipper</title>
     152<para><command>klipper</command> is a clipboard utility.</para></sect3>
     153
     154<sect3><title>kmenuedit</title>
     155<para><command>kmenuedit</command> is an utility to rearrange or add
     156items to the K-menu.</para></sect3>
     157
     158<sect3><title>konqueror</title>
     159<para><command>konqueror</command> is a filesystem and web
     160browser.</para></sect3>
     161
     162<sect3><title>konsole</title>
     163<para><command>konsole</command> is a highly configurable X terminal
     164emulator.</para></sect3>
     165
     166<sect3><title>kpager</title>
     167<para><command>kpager</command> provides a thumbnail view of all
     168virtual desktops.</para></sect3>
     169
     170<sect3><title>ksplashml</title>
     171<para><command>ksplashml</command> is a splash screen that
     172shows the progress of an application that is loading.</para></sect3>
     173
     174<sect3><title>ksysguard</title>
     175<para><command>ksysguard</command> is a network enabled task manager
     176and system monitor application, with the additional functionality of
     177<command>top</command>.</para></sect3>
     178
     179<sect3><title>kwrite</title>
     180<para><command>kwrite</command> is a text editor for
     181<acronym>KDE</acronym>.</para></sect3>
     182
     183<sect3><title>kxkb</title>
     184<para><command>kxkb</command> is a keyboard layout switching
     185utility based on X11 xkb extension.</para></sect3>
     186
     187</sect2>
    8188
    9189</sect1>
Note: See TracChangeset for help on using the changeset viewer.