Changeset 60384c68


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

Files:
28 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r0931098 r60384c68  
    210210<!-- Chapter 26 -->
    211211
    212 
    213 
    214 
     212<!-- Part IX -->
     213<!-- Chapter 28 -->
     214<!ENTITY kde-version "3.2.2">
     215<!ENTITY arts-version "1.2.2">
     216<!ENTITY kde-dldir "&kde-version;">
     217<!ENTITY kde-download-http "http://mirrors.isc.org/pub/kde/stable/&kde-dldir;/src">
     218<!ENTITY kde-download-ftp "ftp://ftp.kde.org/pub/kde/stable/&kde-dldir;/src">
     219<!ENTITY kde-dir "$KDE_PREFIX">
     220
     221<!-- Chapter 29 -->
     222<!ENTITY kdevelop-version "3.0.3">
    215223
    216224
  • index.xml

    r0931098 r60384c68  
    6363<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="content/content.xml"/>
    6464&x;
    65 &kde;
     65<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kde/kde.xml"/>
    6666&gnome;
    6767&xsoft;
  • kde/add/add.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
    18<chapter id="kde-add">
    29<?dbhtml filename="add.html"?>
    310<title>KDE Additional Packages</title>
    411
    5 &kdeadmin;
    6 &kdenetwork;
    7 &kdepim;
    8 &kdemultimedia;
    9 &kdegraphics;
    10 &kdeutils;
    11 &kdeedu;
    12 &kdesdk;
    13 &kdevelop;
    14 &quanta;
    15 &kdebindings;
    16 &kdeaccessibility;
    17 &kdetoys;
    18 &kdegames;
    19 &kdeartwork;
    20 &kdeaddons;
    21 &kde-i18n;
     12<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kdeadmin.xml"/>
     13<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kdenetwork.xml"/>
     14<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kdepim.xml"/>
     15<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kdemultimedia.xml"/>
     16<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kdegraphics.xml"/>
     17<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kdeutils.xml"/>
     18<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kdeedu.xml"/>
     19<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kdesdk.xml"/>
     20<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kdevelop.xml"/>
     21<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="quanta.xml"/>
     22<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kdebindings.xml"/>
     23<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kdeaccessibility.xml"/>
     24<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kdetoys.xml"/>
     25<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kdegames.xml"/>
     26<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kdeartwork.xml"/>
     27<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kdeaddons.xml"/>
     28<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kde-i18n.xml"/>
    2229
    2330</chapter>
  • kde/add/kde-i18n.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 kde-i18n-download-http "&kde-download-http;/kde-i18n-&kde-version;.tar.bz2">
     8<!ENTITY kde-i18n-download-ftp "&kde-download-ftp;/kde-i18n-&kde-version;.tar.bz2">
     9<!ENTITY kde-i18n-size "141 MB">
     10<!ENTITY kde-i18n-buildsize "1.1 GB">
     11<!ENTITY kde-i18n-time "13.2 SBU">
     12
     13]>
     14
    115<sect1 id="kde-i18n">
    216<?dbhtml filename="kde-i18n.html"?>
    317<title>kde-i18n-&kde-version;</title>
    418
    5 &kde-i18n-intro;
    6 &kde-i18n-inst;
    7 &kde-i18n-config;
    8 &kde-i18n-desc;
     19<sect2>
     20<title>Introduction to <application>kde-i18n</application></title>
     21
     22<sect3><title>Package information</title>
     23<itemizedlist spacing='compact'>
     24<listitem><para>Download (HTTP): <ulink
     25url="&kde-i18n-download-http;"/></para></listitem>
     26<listitem><para>Download (FTP): <ulink
     27url="&kde-i18n-download-ftp;"/></para></listitem>
     28<listitem><para>Download size: &kde-i18n-size;</para></listitem>
     29<listitem><para>Estimated Disk space required:
     30&kde-i18n-buildsize;</para></listitem>
     31<listitem><para>Estimated build time:
     32&kde-i18n-time;</para></listitem></itemizedlist>
     33</sect3>
     34
     35<sect3><title>Alternative downloads</title>
     36
     37<para>
     38<acronym>KDE</acronym> has separate internationalization packages in the
     39form of:
     40</para>
     41
     42<screen><userinput>kde-i18n-<replaceable>[xx]</replaceable>-&kde-version;.tar.bz2</userinput></screen>
     43
     44<para>
     45where the <replaceable>[xx]</replaceable> is a two to five letter code
     46for the country covered.
     47</para>
     48</sect3>
     49
     50<sect3><title><application>kde-i18n</application> dependencies</title>
     51<sect4><title>Required</title>
     52<para>
     53<xref linkend="kdebase"/>
     54</para></sect4>
     55<sect4><title>Optional</title>
     56<para>
     57<xref linkend="libxml2"/>
     58</para></sect4>
     59</sect3>
     60
     61</sect2>
     62
     63<sect2>
     64<title>Installation of <application>kde-i18n</application></title>
     65
     66<para>Install <application>kde-i18n</application> with:</para>
     67<screen><userinput><command>./configure --prefix=&kde-dir; &amp;&amp;
     68make &amp;&amp;
     69make install</command></userinput></screen>
     70
     71</sect2>
     72
     73<sect2><title>Configuring kde-i18n</title>
     74
     75<sect3><title>Configuration Information</title>
     76
     77<para>To use translated programs, select Control Center -&gt;
     78Personalization -&gt; Country &amp; Language -&gt; Language in your K Desktop
     79Environment.</para>
     80
     81</sect3>
     82
     83</sect2>
     84
     85<sect2>
     86<title>Contents</title>
     87
     88<para><application>kde-i18n</application> package provides
     89internationalization support for <acronym>KDE</acronym>.</para>
     90
     91</sect2>
    992
    1093</sect1>
  • kde/add/kdeaccessibility.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 kdeaccessibility-download-http "&kde-download-http;/kdeaccessibility-&kde-version;.tar.bz2">
     8<!ENTITY kdeaccessibility-download-ftp "&kde-download-ftp;/kdeaccessibility-&kde-version;.tar.bz2">
     9<!ENTITY kdeaccessibility-size "1.3 MB">
     10<!ENTITY kdeaccessibility-buildsize "8.7 MB">
     11<!ENTITY kdeaccessibility-time "0.51 SBU">
     12
     13]>
     14
    115<sect1 id="kdeaccessibility">
    216<?dbhtml filename="kdeaccessibility.html"?>
    317<title>kdeaccessibility-&kde-version;</title>
    418
    5 &kdeaccessibility-intro;
    6 &kdeaccessibility-inst;
    7 &kdeaccessibility-desc;
     19<sect2>
     20<title>Introduction to <application>kdeaccessibility</application></title>
     21
     22<sect3><title>Package information</title>
     23<itemizedlist spacing='compact'>
     24<listitem><para>Download (HTTP): <ulink
     25url="&kdeaccessibility-download-http;"/></para></listitem>
     26<listitem><para>Download (FTP): <ulink
     27url="&kdeaccessibility-download-ftp;"/></para></listitem>
     28<listitem><para>Download size: &kdeaccessibility-size;</para></listitem>
     29<listitem><para>Estimated Disk space required:
     30&kdeaccessibility-buildsize;</para></listitem>
     31<listitem><para>Estimated build time:
     32&kdeaccessibility-time;</para></listitem></itemizedlist>
     33</sect3>
     34
     35<sect3><title><application>kdeaccessibility</application> dependencies</title>
     36<sect4><title>Required</title>
     37<para>
     38<xref linkend="kdebase"/>
     39</para></sect4>
     40<sect4><title>Optional</title>
     41<para>
     42<xref linkend="libxml2"/> and
     43<xref linkend="libjpeg"/>
     44</para></sect4>
     45</sect3>
     46
     47</sect2>
     48
     49<sect2>
     50<title>Installation of <application>kdeaccessibility</application></title>
     51
     52<para>Install <application>kdeaccessibility</application> with:</para>
     53<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
     54    --disable-dependency-tracking &amp;&amp;
     55make &amp;&amp;
     56make install</command></userinput></screen>
     57
     58</sect2>
     59
     60<sect2>
     61<title>Contents</title>
     62
     63<para>Major programs in <application>kdeaccessibility</application> include
     64<command>kmag</command>,
     65<command>kmousetool</command> and
     66<command>kmouth</command>.
     67</para>
     68
     69</sect2>
     70
     71<sect2><title>Description</title>
     72
     73<sect3><title>kmag</title>
     74<para><command>kmag</command> is a screen magnifier for
     75<acronym>KDE</acronym>.</para></sect3>
     76
     77<sect3><title>kmousetool</title>
     78<para><command>kmousetool</command> is a utility which clicks the mouse whenever the
     79mouse cursor pauses briefly.</para></sect3>
     80
     81<sect3><title>kmouth</title>
     82<para><command>kmouth</command> is an application that enables persons
     83that cannot speak to let their computers speak.</para></sect3>
     84
     85</sect2>
    886
    987</sect1>
  • kde/add/kdeaddons.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 kdeaddons-download-http "&kde-download-http;/kdeaddons-&kde-version;.tar.bz2">
     8<!ENTITY kdeaddons-download-ftp "&kde-download-ftp;/kdeaddons-&kde-version;.tar.bz2">
     9<!ENTITY kdeaddons-size "1.3 MB">
     10<!ENTITY kdeaddons-buildsize "32 MB">
     11<!ENTITY kdeaddons-time "4.55 SBU">
     12
     13]>
     14
    115<sect1 id="kdeaddons">
    216<?dbhtml filename="kdeaddons.html"?>
    317<title>kdeaddons-&kde-version;</title>
    418
    5 &kdeaddons-intro;
    6 &kdeaddons-inst;
    7 &kdeaddons-desc;
     19<sect2>
     20<title>Introduction to <application>kdeaddons</application></title>
     21
     22<sect3><title>Package information</title>
     23<itemizedlist spacing='compact'>
     24<listitem><para>Download (HTTP): <ulink
     25url="&kdeaddons-download-http;"/></para></listitem>
     26<listitem><para>Download (FTP): <ulink
     27url="&kdeaddons-download-ftp;"/></para></listitem>
     28<listitem><para>Download size: &kdeaddons-size;</para></listitem>
     29<listitem><para>Estimated Disk space required:
     30&kdeaddons-buildsize;</para></listitem>
     31<listitem><para>Estimated build time:
     32&kdeaddons-time;</para></listitem></itemizedlist>
     33</sect3>
     34
     35<sect3><title><application>kdeaddons</application> dependencies</title>
     36<sect4><title>Required</title>
     37<para><xref linkend="kdebase"/>
     38</para></sect4>
     39<sect4><title>Optional</title>
     40<para>
     41<xref linkend="libxml2"/>,
     42<xref linkend="db"/>,
     43<xref linkend="xmms"/> and
     44<xref linkend="SDL"/>
     45</para></sect4>
     46</sect3>
     47
     48</sect2>
     49
     50<sect2>
     51<title>Installation of <application>kdeaddons</application></title>
     52
     53<para>Install <application>kdeaddons</application> with:</para>
     54<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
     55    --disable-dependency-tracking &amp;&amp;
     56make &amp;&amp;
     57make install</command></userinput></screen>
     58
     59</sect2>
     60
     61<sect2>
     62<title>Contents</title>
     63
     64<para><application>kdeaddons</application> package contains additional
     65plugins and scripts for <acronym>KDE</acronym> applications.</para>
     66
     67</sect2>
    868
    969</sect1>
  • kde/add/kdeadmin.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 kdeadmin-download-http "&kde-download-http;/kdeadmin-&kde-version;.tar.bz2">
     8<!ENTITY kdeadmin-download-ftp "&kde-download-ftp;/kdeadmin-&kde-version;.tar.bz2">
     9<!ENTITY kdeadmin-size "1.5 MB">
     10<!ENTITY kdeadmin-buildsize "16 MB">
     11<!ENTITY kdeadmin-time "1.09 SBU">
     12
     13]>
     14
    115<sect1 id="kdeadmin">
    216<?dbhtml filename="kdeadmin.html"?>
    317<title>kdeadmin-&kde-version;</title>
    418
    5 &kdeadmin-intro;
    6 &kdeadmin-inst;
    7 &kdeadmin-desc;
     19<sect2>
     20<title>Introduction to <application>kdeadmin</application></title>
     21
     22<sect3><title>Package information</title>
     23<itemizedlist spacing='compact'>
     24<listitem><para>Download (HTTP): <ulink
     25url="&kdeadmin-download-http;"/></para></listitem>
     26<listitem><para>Download (FTP): <ulink
     27url="&kdeadmin-download-ftp;"/></para></listitem>
     28<listitem><para>Download size: &kdeadmin-size;</para></listitem>
     29<listitem><para>Estimated Disk space required:
     30&kdeadmin-buildsize;</para></listitem>
     31<listitem><para>Estimated build time:
     32&kdeadmin-time;</para></listitem></itemizedlist>
     33</sect3>
     34
     35<sect3><title><application>kdeadmin</application> dependencies</title>
     36<sect4><title>Required</title>
     37<para><xref linkend="kdebase"/>
     38</para></sect4>
     39<sect4><title>Optional</title>
     40<para>
     41<xref linkend="libxml2"/> and
     42<xref linkend="Linux_PAM"/>
     43</para></sect4>
     44</sect3>
     45
     46</sect2>
     47
     48<sect2>
     49<title>Installation of <application>kdeadmin</application></title>
     50
     51<para>Install <application>kdeadmin</application> with:</para>
     52<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
     53    --disable-dependency-tracking &amp;&amp;
     54make &amp;&amp;
     55make install</command></userinput></screen>
     56
     57</sect2>
     58
     59<sect2>
     60<title>Contents</title>
     61
     62<para>Major programs in <application>kdeadmin</application> include
     63<command>kcron</command>,
     64<command>kdat</command>,
     65<command>kpackage</command>,
     66<command>ksysv</command> and
     67<command>kuser</command>.
     68</para>
     69
     70</sect2>
     71
     72<sect2><title>Description</title>
     73
     74<sect3><title>kcron</title>
     75<para><command>kcron</command> is a task scheduler.</para></sect3>
     76
     77<sect3><title>kdat</title>
     78<para><command>kdat</command> is a tar-based tape
     79archiver.</para></sect3>
     80
     81<sect3><title>kpackage</title>
     82<para><command>kpackage</command> is a package manager.</para></sect3>
     83
     84<sect3><title>ksysv</title>
     85<para><command>ksysv</command> is a Sys V-Init editor.</para></sect3>
     86
     87<sect3><title>kuser</title>
     88<para><command>kuser</command> is a graphical user
     89manager.</para></sect3>
     90
     91</sect2>
    892
    993</sect1>
  • kde/add/kdeartwork.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 kdeartwork-download-http "&kde-download-http;/kdeartwork-&kde-version;.tar.bz2">
     8<!ENTITY kdeartwork-download-ftp "&kde-download-ftp;/kdeartwork-&kde-version;.tar.bz2">
     9<!ENTITY kdeartwork-size "17 MB">
     10<!ENTITY kdeartwork-buildsize "57 MB">
     11<!ENTITY kdeartwork-time "1.98 SBU">
     12
     13]>
     14
    115<sect1 id="kdeartwork">
    216<?dbhtml filename="kdeartwork.html"?>
    317<title>kdeartwork-&kde-version;</title>
    418
    5 &kdeartwork-intro;
    6 &kdeartwork-inst;
    7 &kdeartwork-desc;
     19<sect2>
     20<title>Introduction to <application>kdeartwork</application></title>
     21
     22<sect3><title>Package information</title>
     23<itemizedlist spacing='compact'>
     24<listitem><para>Download (HTTP): <ulink
     25url="&kdeartwork-download-http;"/></para></listitem>
     26<listitem><para>Download (FTP): <ulink
     27url="&kdeartwork-download-ftp;"/></para></listitem>
     28<listitem><para>Download size: &kdeartwork-size;</para></listitem>
     29<listitem><para>Estimated Disk space required:
     30&kdeartwork-buildsize;</para></listitem>
     31<listitem><para>Estimated build time:
     32&kdeartwork-time;</para></listitem></itemizedlist>
     33</sect3>
     34
     35<sect3><title><application>kdeartwork</application> dependencies</title>
     36<sect4><title>Required</title>
     37<para><xref linkend="kdebase"/>
     38</para></sect4>
     39<sect4><title>Optional</title>
     40<para>
     41<xref linkend="libxml2"/>,
     42<xref linkend="libart_lgpl"/> and
     43<ulink url="http://www.jwz.org/xscreensaver/">XScreenSaver</ulink>
     44</para></sect4>
     45</sect3>
     46
     47</sect2>
     48
     49<sect2>
     50<title>Installation of <application>kdeartwork</application></title>
     51
     52<para>Install <application>kdeartwork</application> with:</para>
     53<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
     54    --disable-dependency-tracking &amp;&amp;
     55make &amp;&amp;
     56make install</command></userinput></screen>
     57
     58</sect2>
     59
     60<sect2>
     61<title>Contents</title>
     62
     63<para><application>kdeartwork</application> package contains additional
     64themes, screensavers, sounds, backgrounds, and widget styles for
     65<acronym>KDE</acronym>.</para>
     66
     67</sect2>
    868
    969</sect1>
  • kde/add/kdebindings.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 kdebindings-download-http "&kde-download-http;/kdebindings-&kde-version;.tar.bz2">
     8<!ENTITY kdebindings-download-ftp "&kde-download-ftp;/kdebindings-&kde-version;.tar.bz2">
     9<!ENTITY kdebindings-size "11 MB">
     10<!ENTITY kdebindings-buildsize "147 MB">
     11<!ENTITY kdebindings-time "3.34 SBU">
     12
     13]>
     14
    115<sect1 id="kdebindings">
    216<?dbhtml filename="kdebindings.html"?>
    317<title>kdebindings-&kde-version;</title>
    418
    5 &kdebindings-intro;
    6 &kdebindings-inst;
    7 &kdebindings-desc;
     19<sect2>
     20<title>Introduction to <application>kdebindings</application></title>
     21
     22<sect3><title>Package information</title>
     23<itemizedlist spacing='compact'>
     24<listitem><para>Download (HTTP): <ulink
     25url="&kdebindings-download-http;"/></para></listitem>
     26<listitem><para>Download (FTP): <ulink
     27url="&kdebindings-download-ftp;"/></para></listitem>
     28<listitem><para>Download size: &kdebindings-size;</para></listitem>
     29<listitem><para>Estimated Disk space required:
     30&kdebindings-buildsize;</para></listitem>
     31<listitem><para>Estimated build time:
     32&kdebindings-time;</para></listitem></itemizedlist>
     33</sect3>
     34
     35<sect3><title><application>kdebindings</application> dependencies</title>
     36<sect4><title>Required</title>
     37<para>
     38<xref linkend="kdebase"/>
     39</para></sect4>
     40<sect4><title>Optional</title>
     41<para>
     42<xref linkend="libjpeg"/>,
     43<xref linkend="libxml2"/>,
     44<xref linkend="libxslt"/>,
     45<xref linkend="GLib"/>,
     46<xref linkend="GTK"/>,
     47<xref linkend="Python"/>,
     48<xref linkend="ruby"/>,
     49<xref linkend="j2sdk"/>,
     50<ulink url="http://go-mono.org">Mono</ulink> and
     51<ulink url="http://www.southern-storm.com.au/portable_net.html">DotGNU Portable.NET</ulink>
     52</para></sect4>
     53</sect3>
     54
     55</sect2>
     56
     57<sect2>
     58<title>Installation of <application>kdebindings</application></title>
     59
     60<para>Install <application>kdebindings</application> with:</para>
     61<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
     62    --disable-dependency-tracking &amp;&amp;
     63make &amp;&amp;
     64make install</command></userinput></screen>
     65
     66</sect2>
     67
     68<sect2>
     69<title>Contents</title>
     70
     71<para><application>kdebindings</application> package provides
     72<acronym>KDE</acronym> bindings for various programming
     73languages.</para>
     74
     75</sect2>
    876
    977</sect1>
  • kde/add/kdeedu.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 kdeedu-download-http "&kde-download-http;/kdeedu-&kde-version;.tar.bz2">
     8<!ENTITY kdeedu-download-ftp "&kde-download-ftp;/kdeedu-&kde-version;.tar.bz2">
     9<!ENTITY kdeedu-size "22 MB">
     10<!ENTITY kdeedu-buildsize "91 MB">
     11<!ENTITY kdeedu-time "4.40 SBU">
     12
     13]>
     14
    115<sect1 id="kdeedu">
    216<?dbhtml filename="kdeedu.html"?>
    317<title>kdeedu-&kde-version;</title>
    418
    5 &kdeedu-intro;
    6 &kdeedu-inst;
    7 &kdeedu-desc;
     19<sect2>
     20<title>Introduction to <application>kdeedu</application></title>
     21
     22<sect3><title>Package information</title>
     23<itemizedlist spacing='compact'>
     24<listitem><para>Download (HTTP): <ulink
     25url="&kdeedu-download-http;"/></para></listitem>
     26<listitem><para>Download (FTP): <ulink
     27url="&kdeedu-download-ftp;"/></para></listitem>
     28<listitem><para>Download size: &kdeedu-size;</para></listitem>
     29<listitem><para>Estimated Disk space required:
     30&kdeedu-buildsize;</para></listitem>
     31<listitem><para>Estimated build time:
     32&kdeedu-time;</para></listitem></itemizedlist>
     33</sect3>
     34
     35<sect3><title><application>kdeedu</application> dependencies</title>
     36<sect4><title>Required</title>
     37<para><xref linkend="kdebase"/>
     38</para></sect4>
     39<sect4><title>Optional</title>
     40<para>
     41<xref linkend="libxml2"/> and
     42<ulink
     43url="http://www.boost.org/libs/python/doc/index.html">Boost.Python</ulink>
     44</para></sect4>
     45</sect3>
     46
     47</sect2>
     48
     49<sect2>
     50<title>Installation of <application>kdeedu</application></title>
     51
     52<para>Install <application>kdeedu</application> with:</para>
     53<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
     54    --disable-dependency-tracking &amp;&amp;
     55make &amp;&amp;
     56make install</command></userinput></screen>
     57
     58</sect2>
     59
     60<sect2>
     61<title>Contents</title>
     62
     63<para>Major programs in <application>kdeedu</application> include
     64<command>flashkard</command>,
     65<command>kalzium</command>,
     66<command>kbruch</command>,
     67<command>keduca</command>,
     68<command>khangman</command>,
     69<command>kig</command>,
     70<command>kiten</command>,
     71<command>klettres</command>,
     72<command>kmathtool</command>,
     73<command>kmessedwords</command>,
     74<command>kmplot</command>,
     75<command>kpercentage</command>,
     76<command>kstars</command>,
     77<command>ktouch</command>,
     78<command>kverbos</command> and
     79<command>kvoctrain</command>.
     80</para>
     81
     82</sect2>
     83
     84<sect2><title>Description</title>
     85
     86<sect3><title>kalzium</title>
     87<para><command>kalzium</command> is a program which shows you
     88the Periodic System of Elements.</para></sect3>
     89
     90<sect3><title>kbruch</title>
     91<para><command>kbruch</command> is a small program to generate tasks
     92with fractions.</para></sect3>
     93
     94<sect3><title>keduca</title>
     95<para><command>keduca</command> - tests and exams.</para></sect3>
     96
     97<sect3><title>khangman</title>
     98<para><command>khangman</command> is the classical hangman game for
     99children, adapted for <acronym>KDE</acronym>.</para></sect3>
     100
     101<sect3><title>kig</title>
     102<para><command>kig</command> is a <acronym>KDE</acronym> application for
     103Interactive
     104Geometry.</para></sect3>
     105
     106<sect3><title>kiten</title>
     107<para><command>kiten</command> is a Japanese reference/study tool
     108for <acronym>KDE</acronym>.</para></sect3>
     109
     110<sect3><title>klettres</title>
     111<para><command>klettres</command> is an alphabet tutor
     112(French).</para></sect3>
     113
     114<sect3><title>kmessedwords</title>
     115<para><command>kmessedwords</command> is a simple mind-training
     116word game.</para></sect3>
     117
     118<sect3><title>kmplot</title>
     119<para><command>kmplot</command> is a mathematical function plotter
     120for <acronym>KDE</acronym>.</para></sect3>
     121
     122<sect3><title>kpercentage</title>
     123<para><command>kpercentage</command> is a small math application
     124that will help pupils to improve their skills in calculating
     125percentages.</para></sect3>
     126
     127<sect3><title>kstars</title>
     128<para><command>kstars</command> is a desktop planetarium.</para></sect3>
     129
     130<sect3><title>ktouch</title>
     131<para><command>ktouch</command> is a touch typing tutor.</para></sect3>
     132
     133<sect3><title>kverbos</title>
     134<para><command>kverbos</command> is an application specially
     135designed to study Spanish verb forms.</para></sect3>
     136
     137<sect3><title>kvoctrain</title>
     138<para><command>kvoctrain</command> is a vocabulary
     139trainer.</para></sect3>
     140
     141</sect2>
    8142
    9143</sect1>
  • kde/add/kdegames.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 kdegames-download-http "&kde-download-http;/kdegames-&kde-version;.tar.bz2">
     8<!ENTITY kdegames-download-ftp "&kde-download-ftp;/kdegames-&kde-version;.tar.bz2">
     9<!ENTITY kdegames-size "8.7 MB">
     10<!ENTITY kdegames-buildsize "69 MB">
     11<!ENTITY kdegames-time "4.57 SBU">
     12
     13]>
     14
    115<sect1 id="kdegames">
    216<?dbhtml filename="kdegames.html"?>
    317<title>kdegames-&kde-version;</title>
    418
    5 &kdegames-intro;
    6 &kdegames-inst;
    7 &kdegames-desc;
     19<sect2>
     20<title>Introduction to <application>kdegames</application></title>
     21
     22<sect3><title>Package information</title>
     23<itemizedlist spacing='compact'>
     24<listitem><para>Download (HTTP): <ulink
     25url="&kdegames-download-http;"/></para></listitem>
     26<listitem><para>Download (FTP): <ulink
     27url="&kdegames-download-ftp;"/></para></listitem>
     28<listitem><para>Download size: &kdegames-size;</para></listitem>
     29<listitem><para>Estimated Disk space required:
     30&kdegames-buildsize;</para></listitem>
     31<listitem><para>Estimated build time:
     32&kdegames-time;</para></listitem></itemizedlist>
     33</sect3>
     34
     35<sect3><title><application>kdegames</application> dependencies</title>
     36<sect4><title>Required</title>
     37<para><xref linkend="kdebase"/>
     38</para></sect4>
     39<sect4><title>Optional</title>
     40<para>
     41<xref linkend="libxml2"/>,
     42<ulink
     43url="http://www.research.att.com/sw/tools/graphviz/">graphviz</ulink>
     44and
     45<ulink url="http://www.stack.nl/~dimitri/doxygen/">doxygen</ulink>
     46</para></sect4>
     47</sect3>
     48
     49</sect2>
     50
     51<sect2>
     52<title>Installation of <application>kdegames</application></title>
     53
     54<para>Install <application>kdegames</application> with:</para>
     55<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
     56    --disable-dependency-tracking &amp;&amp;
     57make &amp;&amp;
     58make install</command></userinput></screen>
     59
     60</sect2>
     61
     62<sect2>
     63<title>Contents</title>
     64
     65<para><application>kdegames</application> package provides a compilation
     66of various games.</para>
     67
     68</sect2>
    869
    970</sect1>
  • kde/add/kdegraphics.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 kdegraphics-download-http "&kde-download-http;/kdegraphics-&kde-version;.tar.bz2">
     8<!ENTITY kdegraphics-download-ftp "&kde-download-ftp;/kdegraphics-&kde-version;.tar.bz2">
     9<!ENTITY kdegraphics-size "5.5 MB">
     10<!ENTITY kdegraphics-buildsize "93 MB">
     11<!ENTITY kdegraphics-time "11.1 SBU">
     12
     13]>
     14
    115<sect1 id="kdegraphics" xreflabel="kdegraphics-&kde-version;">
    216<?dbhtml filename="kdegraphics.html"?>
    317<title>kdegraphics-&kde-version;</title>
    418
    5 &kdegraphics-intro;
    6 &kdegraphics-inst;
    7 &kdegraphics-desc;
     19<sect2>
     20<title>Introduction to <application>kdegraphics</application></title>
     21
     22<sect3><title>Package information</title>
     23<itemizedlist spacing='compact'>
     24<listitem><para>Download (HTTP): <ulink
     25url="&kdegraphics-download-http;"/></para></listitem>
     26<listitem><para>Download (FTP): <ulink
     27url="&kdegraphics-download-ftp;"/></para></listitem>
     28<listitem><para>Download size: &kdegraphics-size;</para></listitem>
     29<listitem><para>Estimated Disk space required:
     30&kdegraphics-buildsize;</para></listitem>
     31<listitem><para>Estimated build time:
     32&kdegraphics-time;</para></listitem></itemizedlist>
     33</sect3>
     34
     35<sect3><title><application>kdegraphics</application>
     36dependencies</title>
     37<sect4><title>Required</title>
     38<para><xref linkend="kdebase"/>
     39</para></sect4>
     40<sect4><title>Optional</title>
     41<para>
     42<xref linkend="libxml2"/>,
     43<xref linkend="sane"/>,
     44<xref linkend="libtiff"/>,
     45<xref linkend="xpdf"/>,
     46<xref linkend="imlib"/>,
     47<xref linkend="libart_lgpl"/>,
     48<xref linkend="pkgconfig"/>,
     49<ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</ulink>,
     50<ulink url="http://fribidi.sourceforge.net/">FriBidi</ulink> and
     51<ulink url="http://www.gphoto.org/">gPhoto2</ulink>
     52</para></sect4>
     53</sect3>
     54
     55</sect2>
     56
     57<sect2>
     58<title>Installation of <application>kdegraphics</application></title>
     59
     60<para>Install <application>kdegraphics</application> with:</para>
     61<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
     62    --disable-dependency-tracking &amp;&amp;
     63make &amp;&amp;
     64make install</command></userinput></screen>
     65
     66</sect2>
     67
     68<sect2>
     69<title>Contents</title>
     70
     71<para>Major programs in <application>kdegraphics</application> include
     72<command>kamera</command>,
     73<command>kcoloredit</command>,
     74<command>kdvi</command>,
     75<command>kfax</command>,
     76<command>kgamma</command>,
     77<command>kghostview</command>,
     78<command>kiconedit</command>,
     79<command>kooka</command>,
     80<command>kpaint</command>,
     81<command>kpdf</command>,
     82<command>kpovmodeler</command>,
     83<command>kruler</command>,
     84<command>ksnapshot</command>,
     85<command>kuickshow</command> and
     86<command>kview</command>.
     87</para>
     88
     89</sect2>
     90
     91<sect2><title>Description</title>
     92
     93<sect3><title>kamera</title>
     94<para><command>kamera</command> allows you to view and download
     95images on a digital camera.</para></sect3>
     96
     97<sect3><title>kcoloredit</title>
     98<para><command>kcoloredit</command> is a color pallette
     99editor.</para></sect3>
     100
     101<sect3><title>kdvi</title>
     102<para><command>kdvi</command> is a <acronym>DVI</acronym>
     103viewer.</para></sect3>
     104
     105<sect3><title>kfax</title>
     106<para><command>kfax</command> is a <acronym>FAX</acronym>
     107viewer.</para></sect3>
     108
     109<sect3><title>kgamma</title>
     110<para><command>kgamma</command> is a simple tool for monitor gamma
     111correction.</para></sect3>
     112
     113<sect3><title>kghostview</title>
     114<para><command>kghostview</command> is a
     115<acronym>PS</acronym>/<acronym>PDF</acronym> viewer.</para></sect3>
     116
     117<sect3><title>kiconedit</title>
     118<para><command>kiconedit</command> is an icon editor.</para></sect3>
     119
     120<sect3><title>kooka</title>
     121<para><command>kooka</command> is a raster image scan
     122program.</para></sect3>
     123
     124<sect3><title>kpaint</title>
     125<para><command>kpaint</command> is a paint program.</para></sect3>
     126
     127<sect3><title>kpovmodeler</title>
     128<para><command>kpovmodeler</command> is a graphical 3D modeler,
     129which can generate scenes for
     130<ulink url="http://www.povray.org/">POV-Ray</ulink>.</para></sect3>
     131
     132<sect3><title>kruler</title>
     133<para><command>kruler</command> is a screen ruler.</para></sect3>
     134
     135<sect3><title>ksnapshot</title>
     136<para><command>ksnapshot</command> is a screen capture
     137program.</para></sect3>
     138
     139<sect3><title>kuickshow</title>
     140<para><command>kuickshow</command> is an image viewer.</para></sect3>
     141
     142<sect3><title>kview</title>
     143<para><command>kview</command> is another image viewer.</para></sect3>
     144
     145</sect2>
    8146
    9147</sect1>
  • kde/add/kdemultimedia.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 kdemultimedia-download-http "&kde-download-http;/kdemultimedia-&kde-version;.tar.bz2">
     8<!ENTITY kdemultimedia-download-ftp "&kde-download-ftp;/kdemultimedia-&kde-version;.tar.bz2">
     9<!ENTITY kdemultimedia-size "4.7 MB">
     10<!ENTITY kdemultimedia-buildsize "78 MB">
     11<!ENTITY kdemultimedia-time "8.93 SBU">
     12
     13]>
     14
    115<sect1 id="kdemultimedia" xreflabel="kdemultimedia-&kde-version;">
    216<?dbhtml filename="kdemultimedia.html"?>
    317<title>kdemultimedia-&kde-version;</title>
    418
    5 &kdemultimedia-intro;
    6 &kdemultimedia-inst;
    7 &kdemultimedia-config;
    8 &kdemultimedia-desc;
     19<sect2>
     20<title>Introduction to <application>kdemultimedia</application></title>
     21
     22<sect3><title>Package information</title>
     23<itemizedlist spacing='compact'>
     24<listitem><para>Download (HTTP): <ulink
     25url="&kdemultimedia-download-http;"/></para></listitem>
     26<listitem><para>Download (FTP): <ulink
     27url="&kdemultimedia-download-ftp;"/></para></listitem>
     28<listitem><para>Download size: &kdemultimedia-size;</para></listitem>
     29<listitem><para>Estimated Disk space required:
     30&kdemultimedia-buildsize;</para></listitem>
     31<listitem><para>Estimated build time:
     32&kdemultimedia-time;</para></listitem></itemizedlist>
     33</sect3>
     34
     35<sect3><title><application>kdemultimedia</application>
     36dependencies</title>
     37<sect4><title>Required</title>
     38<para><xref linkend="kdebase"/>
     39</para></sect4>
     40<sect4><title>Optional</title>
     41<para>
     42<xref linkend="alsa"/>,
     43<xref linkend="CDParanoia"/>,
     44<xref linkend="lame"/>,
     45<xref linkend="audiofile"/>,
     46<xref linkend="libogg"/>,
     47<xref linkend="libvorbis"/>,
     48<xref linkend="xine-lib"/>,
     49<xref linkend="libtiff"/>,
     50<xref linkend="libxml2"/>,
     51<xref linkend="flac"/>,
     52<ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</ulink>,
     53<ulink url="http://developer.kde.org/~wheeler/taglib/">TagLib</ulink>
     54and
     55<ulink url="http://www.musicbrainz.org/">libmusicbrainz</ulink>
     56</para></sect4>
     57</sect3>
     58
     59</sect2>
     60
     61<sect2>
     62<title>Installation of <application>kdemultimedia</application></title>
     63
     64<para>Install <application>kdemultimedia</application> with:</para>
     65<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
     66    --disable-dependency-tracking &amp;&amp;
     67make &amp;&amp;
     68make install</command></userinput></screen>
     69
     70</sect2>
     71
     72<sect2>
     73<title>Configuring kdemultimedia</title>
     74
     75<para>There is no explicit configuration for the kdemultimedia package, however
     76<command>kscd</command> needs to find the CD drive. The default is
     77<filename>/dev/cdrom</filename> which may not exist on your system.  The
     78easiest way to do this is to create a symbolic link to this from your CD drive
     79(e.g., <filename>/dev/hdc</filename>, <filename>/dev/scd0</filename>, etc.):
     80
     81<screen><userinput><command>cd /dev &amp;&amp;
     82ln -s <replaceable>[CD Drive]</replaceable> /dev/cdrom</command></userinput></screen>
     83
     84</para>
     85
     86</sect2>
     87
     88<sect2>
     89<title>Contents</title>
     90
     91<para>Major programs in <application>kdemultimedia</application> include
     92<command>artsbuilder</command>,
     93<command>juk</command>,
     94<command>kaboodle</command>,
     95<command>kmid</command>,
     96<command>kmix</command>,
     97<command>krec</command>,
     98<command>kscd</command> and
     99<command>noatun</command>.
     100</para>
     101
     102</sect2>
     103
     104<sect2><title>Description</title>
     105
     106<sect3><title>juk</title>
     107<para><command>juk</command> is a jukebox, tagger and music
     108collection manager.</para></sect3>
     109
     110<sect3><title>kaboodle</title>
     111<para><command>kaboodle</command> is a multimedia player.</para></sect3>
     112
     113<sect3><title>kmid</title>
     114<para><command>kmid</command> is a midi/karaoke player.</para></sect3>
     115
     116<sect3><title>kmix</title>
     117<para><command>kmix</command> is a sound mixer.</para></sect3>
     118
     119<sect3><title>krec</title>
     120<para><command>krec</command> is a recording frontend for
     121<application>aRts</application>.</para></sect3>
     122
     123<sect3><title>kscd</title>
     124<para><command>kscd</command> is a CD player.</para></sect3>
     125
     126<sect3><title>noatun</title>
     127<para><command>noatun</command> is another multimedia
     128player.</para></sect3>
     129
     130</sect2>
    9131
    10132</sect1>
  • kde/add/kdenetwork.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 kdenetwork-download-http "&kde-download-http;/kdenetwork-&kde-version;.tar.bz2">
     8<!ENTITY kdenetwork-download-ftp "&kde-download-ftp;/kdenetwork-&kde-version;.tar.bz2">
     9<!ENTITY kdenetwork-size "5.9 MB">
     10<!ENTITY kdenetwork-buildsize "94 MB">
     11<!ENTITY kdenetwork-time "7.65 SBU">
     12
     13]>
     14
    115<sect1 id="kdenetwork" xreflabel="kdenetwork-&kde-version;">
    216<?dbhtml filename="kdenetwork.html"?>
    317<title>kdenetwork-&kde-version;</title>
    418
    5 &kdenetwork-intro;
    6 &kdenetwork-inst;
    7 &kdenetwork-config;
    8 &kdenetwork-desc;
     19<sect2>
     20<title>Introduction to <application>kdenetwork</application></title>
     21
     22<sect3><title>Package information</title>
     23<itemizedlist spacing='compact'>
     24<listitem><para>Download (HTTP): <ulink
     25url="&kdenetwork-download-http;"/></para></listitem>
     26<listitem><para>Download (FTP): <ulink
     27url="&kdenetwork-download-ftp;"/></para></listitem>
     28<listitem><para>Download size: &kdenetwork-size;</para></listitem>
     29<listitem><para>Estimated Disk space required:
     30&kdenetwork-buildsize;</para></listitem>
     31<listitem><para>Estimated build time:
     32&kdenetwork-time;</para></listitem></itemizedlist>
     33</sect3>
     34
     35<sect3><title><application>kdenetwork</application> dependencies</title>
     36<sect4><title>Required</title>
     37<para><xref linkend="kdebase"/>
     38</para></sect4>
     39<sect4><title>Optional</title>
     40<para>
     41<xref linkend="libxml2"/>,
     42<xref linkend="libxslt"/>,
     43<xref linkend="ppp"/>,
     44<xref linkend="openssl"/>,
     45<xref linkend="libtiff"/>,
     46<xref linkend="xmms"/>,
     47<ulink url="http://www.openslp.org/">OpenSLP</ulink>,
     48<ulink
     49url="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html">Wireless
     50Tools</ulink>,
     51<ulink url="http://dev.null.pl/ekg/">libgadu</ulink> and
     52<ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</ulink>
     53</para></sect4>
     54</sect3>
     55
     56</sect2>
     57
     58<sect2>
     59<title>Installation of <application>kdenetwork</application></title>
     60
     61<para>Install <application>kdenetwork</application> with:</para>
     62<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
     63    --disable-dependency-tracking &amp;&amp;
     64make &amp;&amp;
     65make install</command></userinput></screen>
     66
     67</sect2>
     68
     69<sect2>
     70<title>Configuring kdenetwork</title>
     71
     72<para>Install the <filename>/etc/rc.d/init.d/lisa</filename> init script
     73included in the <xref linkend="intro-important-bootscripts"/>
     74package.</para>
     75
     76<screen><userinput><command>make install-lisa</command></userinput></screen>
     77
     78<para>There is no explicit configuration for the rest of the kdenetwork
     79package, however individual packages need to be set up with user
     80information.</para>
     81
     82</sect2>
     83
     84<sect2>
     85<title>Contents</title>
     86
     87<para>Major programs in <application>kdenetwork</application> include
     88<command>kdict</command>,
     89<command>kget</command>,
     90<command>knewsticker</command>,
     91<command>kopete</command>,
     92<command>kpf</command>,
     93<command>kppp</command>,
     94<command>krdc</command>,
     95<command>krfb</command>,
     96<command>ksirc</command>,
     97<command>ktalkd</command>,
     98<command>kwifimanager</command> and
     99<command>lisa</command>.
     100</para>
     101
     102</sect2>
     103
     104<sect2><title>Description</title>
     105
     106<sect3><title>kdict</title>
     107<para><command>kdict</command> is a graphical client for the
     108Dictionary Server Protocol (DICT).</para></sect3>
     109
     110<sect3><title>kget</title>
     111<para><command>kget</command> allows you to group
     112downloads.</para></sect3>
     113
     114<sect3><title>knewsticker</title>
     115<para><command>knewsticker</command> is a news applet for the
     116<acronym>KDE</acronym> Application Launcher Panel.</para></sect3>
     117
     118<sect3><title>kopete</title>
     119<para><command>kopete</command> is <acronym>KDE</acronym>'s
     120multi-protocol instant messenger client.</para></sect3>
     121
     122<sect3><title>kpf</title>
     123<para><command>kpf</command> allows you to share files over a
     124network.</para></sect3>
     125
     126<sect3><title>kppp</title>
     127<para><command>kppp</command> is a dial-up utility.</para></sect3>
     128
     129<sect3><title>krdc</title>
     130<para><command>krdc</command> is a client application that allows you to
     131view or even control the desktop session on another machine that is
     132running a compatible (<acronym>VNC</acronym>) server.</para></sect3>
     133
     134<sect3><title>krfb</title>
     135<para><command>krfb</command> is a server application that allows you to
     136share your current session with a user on another machine, who can use a
     137<acronym>VNC</acronym> client to view or even control the
     138desktop.</para></sect3>
     139
     140<sect3><title>ksirc</title>
     141<para><command>ksirc</command> is a chat client.</para></sect3>
     142
     143<sect3><title>ktalkd</title>
     144<para><command>ktalkd</command> is an enhanced <command>talk</command>
     145daemon&mdash;a program to handle incoming <command>talk</command> requests,
     146announce them and allow you to respond to them using a talk
     147client.</para></sect3>
     148
     149<sect3><title>kwifimanager</title>
     150<para>The <command>kwifimanager</command> suite can be used to
     151configure and monitor wireless <acronym>LAN</acronym>
     152cards.</para></sect3>
     153
     154<sect3><title>lisa</title>
     155<para><command>lisa</command> is intended to provide a kind of network
     156neighborhood, but only relying on the
     157<acronym>TCP</acronym>/<acronym>IP</acronym> protocol stack, no
     158<acronym>SMB</acronym> or anything else required.</para></sect3>
     159
     160</sect2>
    9161
    10162</sect1>
  • kde/add/kdepim.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 kdepim-download-http "&kde-download-http;/kdepim-&kde-version;.tar.bz2">
     8<!ENTITY kdepim-download-ftp "&kde-download-ftp;/kdepim-&kde-version;.tar.bz2">
     9<!ENTITY kdepim-size "7.4 MB">
     10<!ENTITY kdepim-buildsize "110 MB">
     11<!ENTITY kdepim-time "12.2 SBU">
     12
     13]>
     14
    115<sect1 id="kdepim">
    216<?dbhtml filename="kdepim.html"?>
    317<title>kdepim-&kde-version;</title>
    418
    5 &kdepim-intro;
    6 &kdepim-inst;
    7 &kdepim-desc;
     19<sect2>
     20<title>Introduction to <application>kdepim</application></title>
     21
     22<sect3><title>Package information</title>
     23<itemizedlist spacing='compact'>
     24<listitem><para>Download (HTTP): <ulink
     25url="&kdepim-download-http;"/></para></listitem>
     26<listitem><para>Download (FTP): <ulink
     27url="&kdepim-download-ftp;"/></para></listitem>
     28<listitem><para>Download size: &kdepim-size;</para></listitem>
     29<listitem><para>Estimated Disk space required:
     30&kdepim-buildsize;</para></listitem>
     31<listitem><para>Estimated build time:
     32&kdepim-time;</para></listitem></itemizedlist>
     33</sect3>
     34
     35<sect3><title><application>kdepim</application> dependencies</title>
     36<sect4><title>Required</title>
     37<para><xref linkend="kdebase"/>
     38</para></sect4>
     39<sect4><title>Optional</title>
     40<para>
     41<xref linkend="libxml2"/>,
     42<ulink
     43url="http://jasonday.home.att.net/code/libmal/libmal.html">libmal</ulink>,
     44<ulink url="http://www.gnokii.org/">gnokii</ulink>,
     45<ulink url="http://www.pilot-link.org/">pilot-link</ulink>,
     46<ulink
     47url="http://www.research.att.com/sw/tools/graphviz/">graphviz</ulink>
     48and
     49<ulink url="http://www.stack.nl/~dimitri/doxygen/">doxygen</ulink>
     50</para></sect4>
     51</sect3>
     52
     53</sect2>
     54
     55<sect2>
     56<title>Installation of <application>kdepim</application></title>
     57
     58<para>Install <application>kdepim</application> with:</para>
     59<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
     60    --disable-dependency-tracking &amp;&amp;
     61make &amp;&amp;
     62make install</command></userinput></screen>
     63
     64</sect2>
     65
     66<sect2>
     67<title>Contents</title>
     68
     69<para>Major programs in <application>kdepim</application> include
     70<command>kaddressbook</command>,
     71<command>kalarm</command>,
     72<command>kandy</command>,
     73<command>karm</command>,
     74<command>kgpgcertmanager</command>,
     75<command>kmail</command>,
     76<command>knode</command>,
     77<command>knotes</command>,
     78<command>konsolekalendar</command>,
     79<command>kontact</command>
     80<command>korganizer</command>,
     81<command>korn</command> and
     82<command>kpilot</command>.
     83</para>
     84
     85</sect2>
     86
     87<sect2><title>Description</title>
     88
     89<sect3><title>kaddressbook</title>
     90<para><command>kaddressbook</command> is the <acronym>KDE</acronym>
     91address
     92book.</para></sect3>
     93
     94<sect3><title>kalarm</title>
     95<para><command>kalarm</command> is a system to provide reminder
     96messages.</para></sect3>
     97
     98<sect3><title>kandy</title>
     99<para><command>kandy</command> is a program to synchronize mobile phone
     100numbers.</para></sect3>
     101
     102<sect3><title>karm</title>
     103<para><command>karm</command> is a personal time tracker.</para></sect3>
     104
     105<sect3><title>kgpgcertmanager</title>
     106<para><command>kgpgcertmanager</command> is a tool for managing X509
     107certificates.</para></sect3>
     108
     109<sect3><title>kmail</title>
     110<para><command>kmail</command> is <acronym>KDE</acronym>'s email
     111client.</para></sect3>
     112
     113<sect3><title>knode</title>
     114<para><command>knode</command> is the <acronym>KDE</acronym>
     115newsreader.</para></sect3>
     116
     117<sect3><title>knotes</title>
     118<para><command>knotes</command> is a popup notes utility.</para></sect3>
     119
     120<sect3><title>konsolekalendar</title>
     121<para><command>konsolekalendar</command> is a command line interface
     122to <acronym>KDE</acronym> calendars.</para></sect3>
     123
     124<sect3><title>kontact</title>
     125<para><command>kontact</command> is the integrated solution to
     126personal information management (PIM) needs.</para></sect3>
     127
     128<sect3><title>korganizer</title>
     129<para><command>korganizer</command> is a personal calendar/todo
     130system.</para></sect3>
     131
     132<sect3><title>korn</title>
     133<para><command>korn</command> is a <acronym>KDE</acronym> mail checker
     134that has the
     135capabilities to dock itself to <command>kicker</command>.</para></sect3>
     136
     137<sect3><title>kpilot</title>
     138<para><command>kpilot</command> is a program to synchronize a
     139Palm-Pilot.</para></sect3>
     140
     141</sect2>
    8142
    9143</sect1>
  • kde/add/kdesdk.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 kdesdk-download-http "&kde-download-http;/kdesdk-&kde-version;.tar.bz2">
     8<!ENTITY kdesdk-download-ftp "&kde-download-ftp;/kdesdk-&kde-version;.tar.bz2">
     9<!ENTITY kdesdk-size "3.8 MB">
     10<!ENTITY kdesdk-buildsize "65 MB">
     11<!ENTITY kdesdk-time "5.03 SBU">
     12
     13]>
     14
    115<sect1 id="kdesdk">
    216<?dbhtml filename="kdesdk.html"?>
    317<title>kdesdk-&kde-version;</title>
    418
    5 &kdesdk-intro;
    6 &kdesdk-inst;
    7 &kdesdk-desc;
     19<sect2>
     20<title>Introduction to <application>kdesdk</application></title>
     21
     22<sect3><title>Package information</title>
     23<itemizedlist spacing='compact'>
     24<listitem><para>Download (HTTP): <ulink
     25url="&kdesdk-download-http;"/></para></listitem>
     26<listitem><para>Download (FTP): <ulink
     27url="&kdesdk-download-ftp;"/></para></listitem>
     28<listitem><para>Download size: &kdesdk-size;</para></listitem>
     29<listitem><para>Estimated Disk space required:
     30&kdesdk-buildsize;</para></listitem>
     31<listitem><para>Estimated build time:
     32&kdesdk-time;</para></listitem></itemizedlist>
     33</sect3>
     34
     35<sect3><title><application>kdesdk</application> dependencies</title>
     36<sect4><title>Required</title>
     37<para>
     38<xref linkend="kdebase"/>
     39</para></sect4>
     40<sect4><title>Optional</title>
     41<para>
     42<xref linkend="libjpeg"/>,
     43<xref linkend="libxml2"/> and
     44<xref linkend="db"/>
     45</para></sect4>
     46</sect3>
     47
     48</sect2>
     49
     50<sect2>
     51<title>Installation of <application>kdesdk</application></title>
     52
     53<para>Install <application>kdesdk</application> with:</para>
     54<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
     55    --disable-dependency-tracking &amp;&amp;
     56make</command></userinput></screen>
     57
     58<para>
     59The <command>make</command> command will error out two times. On the
     60first occurrence, enter the following sed command and continue with the
     61compilation:
     62</para>
     63
     64<screen><userinput><command>sed -i 's/class istream;/#include &lt;istream.h&gt;/' \
     65    kbabel/common/libgettext/pofiles.cc &amp;&amp;
     66make</command></userinput></screen>
     67
     68<para>
     69Repeat the previous procedure:
     70</para>   
     71
     72<screen><userinput><command>sed -i 's/class istream;/#include &lt;istream.h&gt;/' \
     73    umbrello/umbrello/classparser/tokenizer.cc &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>kdesdk</application> include
     83<command>cervisia</command>,
     84<command>kbabel</command>,
     85<command>kcachegrind</command>,
     86<command>kompare</command> and
     87<command>umbrello</command>.
     88</para>
     89
     90</sect2>
     91
     92<sect2><title>Description</title>
     93
     94<sect3><title>cervisia</title>
     95<para><command>cervisia</command> provides a graphical view of
     96<acronym>CVS</acronym>.</para></sect3>
     97
     98<sect3><title>kbabel</title>
     99<para><command>kbabel</command> is a suite of an advanced
     100<acronym>PO</acronym> file editor comprising <command>kbabel</command>,
     101a multi functional <command>catalogmanager</command> and a dictionary
     102for translators <command>kbabeldict</command>.</para></sect3>
     103
     104<sect3><title>kcachegrind</title>
     105<para><command>kcachegrind</command> is a <acronym>KDE</acronym>
     106frontend for <command>cachegrind</command>, part of
     107<application>Valgrind</application>.</para></sect3>
     108
     109<sect3><title>kompare</title>
     110<para><command>kompare</command> is a program to view the differences
     111between files.</para></sect3>
     112
     113<sect3><title>umbrello</title>
     114<para><command>umbrello</command> is a <acronym>UML</acronym> modelling
     115diagram tool.</para></sect3>
     116
     117</sect2>
    8118
    9119</sect1>
  • kde/add/kdetoys.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 kdetoys-download-http "&kde-download-http;/kdetoys-&kde-version;.tar.bz2">
     8<!ENTITY kdetoys-download-ftp "&kde-download-ftp;/kdetoys-&kde-version;.tar.bz2">
     9<!ENTITY kdetoys-size "2.3 MB">
     10<!ENTITY kdetoys-buildsize "14 MB">
     11<!ENTITY kdetoys-time "0.98 SBU">
     12
     13]>
     14
    115<sect1 id="kdetoys">
    216<?dbhtml filename="kdetoys.html"?>
    317<title>kdetoys-&kde-version;</title>
    418
    5 &kdetoys-intro;
    6 &kdetoys-inst;
    7 &kdetoys-desc;
     19<sect2>
     20<title>Introduction to <application>kdetoys</application></title>
     21
     22<sect3><title>Package information</title>
     23<itemizedlist spacing='compact'>
     24<listitem><para>Download (HTTP): <ulink
     25url="&kdetoys-download-http;"/></para></listitem>
     26<listitem><para>Download (FTP): <ulink
     27url="&kdetoys-download-ftp;"/></para></listitem>
     28<listitem><para>Download size: &kdetoys-size;</para></listitem>
     29<listitem><para>Estimated Disk space required:
     30&kdetoys-buildsize;</para></listitem>
     31<listitem><para>Estimated build time:
     32&kdetoys-time;</para></listitem></itemizedlist>
     33</sect3>
     34
     35<sect3><title><application>kdetoys</application> dependencies</title>
     36<sect4><title>Required</title>
     37<para><xref linkend="kdebase"/>
     38</para></sect4>
     39<sect4><title>Optional</title>
     40<para>
     41<xref linkend="libxml2"/>,
     42<xref linkend="libtiff"/> and
     43<ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</ulink>,
     44</para></sect4>
     45</sect3>
     46
     47</sect2>
     48
     49<sect2>
     50<title>Installation of <application>kdetoys</application></title>
     51
     52<para>Install <application>kdetoys</application> with:</para>
     53<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
     54    --disable-dependency-tracking &amp;&amp;
     55make &amp;&amp;
     56make install</command></userinput></screen>
     57
     58</sect2>
     59
     60<sect2>
     61<title>Contents</title>
     62
     63<para>Major programs in <application>kdetoys</application> include
     64<command>amor</command>,
     65<command>kmoon</command>,
     66<command>kodo</command>,
     67<command>kteatime</command>,
     68<command>ktux</command>,
     69<command>kweather</command> and
     70<command>kworldclock</command>.
     71</para>
     72
     73</sect2>
     74
     75<sect2><title>Description</title>
     76
     77<sect3><title>amor</title>
     78<para><command>amor</command> - Amusing Misuse of
     79Resources.</para></sect3>
     80
     81<sect3><title>kmoon</title>
     82<para><command>kmoon</command> is a Moon phase indicator.</para></sect3>
     83
     84<sect3><title>kodo</title>
     85<para><command>kodo</command> measures your desktop
     86mileage.</para></sect3>
     87
     88<sect3><title>kteatime</title>
     89<para><command>kteatime</command> times your tea brewing.</para></sect3>
     90
     91<sect3><title>ktux</title>
     92<para><command>ktux</command> - small Tux crossing stars.</para></sect3>
     93
     94</sect2>
    895
    996</sect1>
  • kde/add/kdeutils.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 kdeutils-download-http "&kde-download-http;/kdeutils-&kde-version;.tar.bz2">
     8<!ENTITY kdeutils-download-ftp "&kde-download-ftp;/kdeutils-&kde-version;.tar.bz2">
     9<!ENTITY kdeutils-size "2.5 MB">
     10<!ENTITY kdeutils-buildsize "44 MB">
     11<!ENTITY kdeutils-time "3.97 SBU">
     12
     13]>
     14
    115<sect1 id="kdeutils">
    216<?dbhtml filename="kdeutils.html"?>
    317<title>kdeutils-&kde-version;</title>
    418
    5 &kdeutils-intro;
    6 &kdeutils-inst;
    7 &kdeutils-desc;
     19<sect2>
     20<title>Introduction to <application>kdeutils</application></title>
     21
     22<sect3><title>Package information</title>
     23<itemizedlist spacing='compact'>
     24<listitem><para>Download (HTTP): <ulink
     25url="&kdeutils-download-http;"/></para></listitem>
     26<listitem><para>Download (FTP): <ulink
     27url="&kdeutils-download-ftp;"/></para></listitem>
     28<listitem><para>Download size: &kdeutils-size;</para></listitem>
     29<listitem><para>Estimated Disk space required:
     30&kdeutils-buildsize;</para></listitem>
     31<listitem><para>Estimated build time:
     32&kdeutils-time;</para></listitem></itemizedlist>
     33</sect3>
     34
     35<sect3><title><application>kdeutils</application> dependencies</title>
     36<sect4><title>Required</title>
     37<para><xref linkend="kdebase"/>
     38</para></sect4>
     39<sect4><title>Optional</title>
     40<para>
     41<xref linkend="libxml2"/> and
     42<ulink url="http://tpctl.sourceforge.net/">tpctl</ulink>
     43</para></sect4>
     44</sect3>
     45
     46</sect2>
     47
     48<sect2>
     49<title>Installation of <application>kdeutils</application></title>
     50
     51<para>Install <application>kdeutils</application> with:</para>
     52<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
     53    --disable-dependency-tracking &amp;&amp;
     54make &amp;&amp;
     55make install</command></userinput></screen>
     56
     57</sect2>
     58
     59<sect2>
     60<title>Contents</title>
     61
     62<para>Major programs in <application>kdeutils</application> include
     63<command>ark</command>,
     64<command>irkick</command>,
     65<command>kcalc</command>,
     66<command>kcharselect</command>,
     67<command>kcmlirc</command>,
     68<command>kdepasswd</command>,
     69<command>kdf</command>,
     70<command>kedit</command>,
     71<command>kfloppy</command>,
     72<command>kgpg</command>,
     73<command>khexedit</command>,
     74<command>kjots</command>,
     75<command>ksim</command>,
     76<command>kregexpeditor</command>,
     77<command>ktimer</command> and
     78<command>kwallet</command>.
     79</para>
     80
     81</sect2>
     82
     83<sect2><title>Description</title>
     84
     85<sect3><title>ark</title>
     86<para><command>ark</command> is an archiving tool.</para></sect3>
     87
     88<sect3><title>irkick</title>
     89<para><command>irkick</command> is the infrastructure for
     90<acronym>KDE</acronym>'s Infrared Remote Control functionality;
     91<command>irkick</command> is the server component of that
     92infrastructure.</para></sect3>
     93
     94<sect3><title>kcalc</title>
     95<para><command>kcalc</command> is a scientific
     96calculator.</para></sect3>
     97
     98<sect3><title>kcharselect</title>
     99<para><command>kcharselect</command> is a character selector
     100applet.</para></sect3>
     101
     102<sect3><title>kdepasswd</title>
     103<para><command>kdepasswd</command> is a password managing
     104utility.</para></sect3>
     105
     106<sect3><title>kdf</title>
     107<para><command>kdf</command> is a disk usage viewer.</para></sect3>
     108
     109<sect3><title>kedit</title>
     110<para><command>kedit</command> is a text editor.</para></sect3>
     111
     112<sect3><title>kfloppy</title>
     113<para><command>kfloppy</command> is a floppy formatter.</para></sect3>
     114
     115<sect3><title>kgpg</title>
     116<para><command>kgpg</command> is a simple graphical interface for
     117<xref linkend="gnupg"/>.</para></sect3>
     118
     119<sect3><title>khexedit</title>
     120<para><command>khexedit</command> is a binary editor.</para></sect3>
     121
     122<sect3><title>kjots</title>
     123<para><command>kjots</command> is a note taker.</para></sect3>
     124
     125<sect3><title>kregexpeditor</title>
     126<para><command>kregexpeditor</command> is an editor for editing regular
     127expressions in a graphical style (in contrast to the
     128<acronym>ASCII</acronym> syntax).</para></sect3>
     129
     130<sect3><title>ktimer</title>
     131<para><command>ktimer</command> is a task scheduler.</para></sect3>
     132
     133</sect2>
    8134
    9135</sect1>
  • kde/add/kdevelop.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 kdevelop-download-http "&kde-download-http;/kdevelop-&kdevelop-version;.tar.bz2">
     8<!ENTITY kdevelop-download-ftp "&kde-download-ftp;/kdevelop-&kdevelop-version;.tar.bz2">
     9<!ENTITY kdevelop-size "5.7 MB">
     10<!ENTITY kdevelop-buildsize "99 MB">
     11<!ENTITY kdevelop-time "9.99 SBU">
     12
     13]>
     14
    115<sect1 id="kdevelop">
    216<?dbhtml filename="kdevelop.html"?>
    317<title>kdevelop-&kdevelop-version;</title>
    418
    5 &kdevelop-intro;
    6 &kdevelop-inst;
    7 &kdevelop-desc;
     19<sect2>
     20<title>Introduction to <application>kdevelop</application></title>
     21
     22<sect3><title>Package information</title>
     23<itemizedlist spacing='compact'>
     24<listitem><para>Download (HTTP): <ulink
     25url="&kdevelop-download-http;"/></para></listitem>
     26<listitem><para>Download (FTP): <ulink
     27url="&kdevelop-download-ftp;"/></para></listitem>
     28<listitem><para>Download size: &kdevelop-size;</para></listitem>
     29<listitem><para>Estimated Disk space required:
     30&kdevelop-buildsize;</para></listitem>
     31<listitem><para>Estimated build time:
     32&kdevelop-time;</para></listitem></itemizedlist>
     33</sect3>
     34
     35<sect3><title><application>kdevelop</application> dependencies</title>
     36<sect4><title>Required</title>
     37<para>
     38<xref linkend="kdebase"/>
     39</para></sect4>
     40<sect4><title>Optional</title>
     41<para>
     42<xref linkend="libjpeg"/>,
     43<xref linkend="libxml2"/>,
     44<xref linkend="Python"/>,
     45<xref linkend="db"/>,
     46<ulink url="http://www.stack.nl/~dimitri/doxygen/">doxygen</ulink> and
     47<ulink url="http://www.research.att.com/sw/tools/graphviz/">graphviz</ulink>
     48</para></sect4>
     49</sect3>
     50
     51</sect2>
     52
     53<sect2>
     54<title>Installation of <application>kdevelop</application></title>
     55
     56<para>Install <application>kdevelop</application> with:</para>
     57<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
     58    --disable-dependency-tracking &amp;&amp;
     59make &amp;&amp;
     60make install</command></userinput></screen>
     61
     62</sect2>
     63
     64<sect2>
     65<title>Contents</title>
     66
     67<para><application>kdevelop</application> package provides
     68<command>kdevelop</command>.</para>
     69
     70</sect2>
     71
     72<sect2><title>Description</title>
     73
     74<sect3><title>kdevelop</title>
     75<para><command>kdevelop</command> is an Integrated Development
     76Environment to be used for a wide variety of programming
     77tasks.</para></sect3>
     78
     79</sect2>
    880
    981</sect1>
  • kde/add/quanta.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 quanta-download-http "&kde-download-http;/quanta-&kde-version;.tar.bz2">
     8<!ENTITY quanta-download-ftp "&kde-download-ftp;/quanta-&kde-version;.tar.bz2">
     9<!ENTITY quanta-size "3.4 MB">
     10<!ENTITY quanta-buildsize "51 MB">
     11<!ENTITY quanta-time "3.35 SBU">
     12
     13]>
     14
    115<sect1 id="quanta">
    216<?dbhtml filename="quanta.html"?>
    317<title>quanta-&kde-version;</title>
    418
    5 &quanta-intro;
    6 &quanta-inst;
    7 &quanta-desc;
     19<sect2>
     20<title>Introduction to <application>quanta</application></title>
     21
     22<sect3><title>Package information</title>
     23<itemizedlist spacing='compact'>
     24<listitem><para>Download (HTTP): <ulink
     25url="&quanta-download-http;"/></para></listitem>
     26<listitem><para>Download (FTP): <ulink
     27url="&quanta-download-ftp;"/></para></listitem>
     28<listitem><para>Download size: &quanta-size;</para></listitem>
     29<listitem><para>Estimated Disk space required:
     30&quanta-buildsize;</para></listitem>
     31<listitem><para>Estimated build time:
     32&quanta-time;</para></listitem></itemizedlist>
     33</sect3>
     34
     35<sect3><title><application>quanta</application> dependencies</title>
     36<sect4><title>Required</title>
     37<para>
     38<xref linkend="kdebase"/>
     39</para></sect4>
     40<sect4><title>Optional</title>
     41<para>
     42<xref linkend="libjpeg"/>,
     43<xref linkend="libtiff"/>,
     44<xref linkend="libxml2"/>,
     45<xref linkend="libxslt"/> and
     46<ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">Jasper</ulink>
     47</para></sect4>
     48</sect3>
     49
     50</sect2>
     51
     52<sect2>
     53<title>Installation of <application>quanta</application></title>
     54
     55<para>Install <application>quanta</application> with:</para>
     56<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
     57    --disable-dependency-tracking &amp;&amp;
     58make &amp;&amp;
     59make install</command></userinput></screen>
     60
     61</sect2>
     62
     63<sect2>
     64<title>Contents</title>
     65
     66<para>Major programs in <application>quanta</application> include
     67<command>kxsldbg</command> and
     68<command>quanta</command>.
     69</para>
     70
     71</sect2>
     72
     73<sect2><title>Description</title>
     74
     75<sect3><title>kxsldbg</title>
     76<para><command>kxsldbg</command> is a <acronym>GUI</acronym>
     77front-end to <command>xsldbg</command>, the
     78<acronym>XSLT</acronym> debugger.</para></sect3>
     79
     80<sect3><title>quanta</title>
     81<para><command>quanta</command> is a web development tool that
     82strives to be neutral and transparent to all markup languages, while
     83supporting popular web-based scripting languages,
     84<acronym>CSS</acronym>, and other emerging <acronym>W3C</acronym>
     85recommendations.</para></sect3>
     86
     87</sect2>
    888
    989</sect1>
  • kde/core/arts.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 arts-download-http "&kde-download-http;/arts-&arts-version;.tar.bz2">
     8<!ENTITY arts-download-ftp "&kde-download-ftp;/arts-&arts-version;.tar.bz2">
     9<!ENTITY arts-size "949 KB">
     10<!ENTITY arts-buildsize "25 MB">
     11<!ENTITY arts-time "1.69 SBU">
     12
     13]>
     14
    115<sect1 id="kde-core-arts" xreflabel="aRts-&arts-version;">
    216<?dbhtml filename="arts.html"?>
    317<title>aRts-&arts-version;</title>
    418
    5 &arts-intro;
    6 &arts-inst;
    7 &arts-exp;
     19<sect2><title>Introduction to
     20<application><acronym>aRts</acronym></application></title>
     21
     22<para>The Analog Real-time Synthesizer (<acronym>aRts</acronym>)
     23provides sound support for <acronym>KDE</acronym>. It provides necessary
     24libraries for kdelibs.</para>
     25
     26<sect3><title>Package information</title>
     27<itemizedlist spacing='compact'>
     28<listitem><para>Download (HTTP): <ulink
     29url="&arts-download-http;"/></para></listitem>
     30<listitem><para>Download (FTP): <ulink
     31url="&arts-download-ftp;"/></para></listitem>
     32<listitem><para>Download size: &arts-size;</para></listitem>
     33<listitem><para>Estimated Disk space required:
     34&arts-buildsize;</para></listitem>
     35<listitem><para>Estimated build time:
     36&arts-time;</para></listitem></itemizedlist>
     37</sect3>
     38
     39<sect3><title><application>aRts</application> dependencies</title>
     40<sect4><title>Required</title>
     41<para>
     42<xref linkend="qt"/> and
     43<xref linkend="GLib2"/>
     44</para></sect4>
     45<sect4><title>Optional</title>
     46<para>
     47<xref linkend="libogg"/>,
     48<xref linkend="libvorbis"/>,
     49<xref linkend="alsa"/>,
     50<xref linkend="audiofile"/>,
     51<xref linkend="pkgconfig"/>,
     52<xref linkend="libmad"/>,
     53<xref linkend="esound"/> and
     54<ulink url="http://www.mediaapplicationserver.net/">MAS</ulink>
     55</para></sect4>
     56</sect3>
     57
     58</sect2>
     59
     60<sect2>
     61<title>Installation of <application>aRts</application></title>
     62
     63<para>Install <application>aRts</application> by running the
     64following commands:</para>
     65
     66<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
     67    --disable-dependency-tracking &amp;&amp;
     68make &amp;&amp;
     69make install</command></userinput></screen>
     70
     71</sect2>
     72
     73<sect2><title>Command explanations</title>
     74
     75<para><parameter>--prefix=&kde-dir;</parameter> : This option tells the
     76process to install the package in <filename
     77class="directory">&kde-dir;</filename>. aRts is installed here as it's
     78required before installing <acronym>KDE</acronym>.</para>
     79
     80<para><parameter>--disable-debug</parameter> : This option causes the
     81system to be compiled without debugging code.
     82</para>
     83
     84<para><parameter>--disable-dependency-tracking</parameter> : This option
     85speeds
     86up one time builds.</para>
     87
     88</sect2>
    889
    990</sect1>
  • kde/core/config.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
    18<sect1 id="kde-core-config">
    29<?dbhtml filename="config.html"?>
  • kde/core/core.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
    18<chapter id="kde-core">
    29<?dbhtml filename="core.html"?>
    310<title>KDE Core Packages</title>
    411
    5 &kde-pre-install-config;
    6 &kde-core-arts;
    7 &kdelibs;
    8 &kdebase;
    9 &kde-core-config;
     12<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="pre-install-config.xml"/>
     13<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="arts.xml"/>
     14<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kdelibs.xml"/>
     15<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kdebase.xml"/>
     16<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="config.xml"/>
    1017
    1118</chapter>
  • 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>
  • kde/core/kdelibs.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 kdelibs-download-http "&kde-download-http;/kdelibs-&kde-version;.tar.bz2">
     8<!ENTITY kdelibs-download-ftp "&kde-download-ftp;/kdelibs-&kde-version;.tar.bz2">
     9<!ENTITY kdelibs-size "13 MB">
     10<!ENTITY kdelibs-buildsize "160 MB">
     11<!ENTITY kdelibs-time "12.6 SBU">
     12
     13]>
     14
    115<sect1 id="kdelibs" xreflabel="kdelibs-&kde-version;">
    216<?dbhtml filename="kdelibs.html"?>
    317<title>kdelibs-&kde-version;</title>
     18
     19<sect2>
     20<title>Introduction to <application>kdelibs</application></title>
     21
     22<para>This package includes libraries that are central to the
     23development and execution of a <acronym>KDE</acronym> program, as well
     24as internationalization files for these libraries, misc
     25<acronym>HTML</acronym> documentation, theme modules and regression
     26tests.</para>
     27
     28<sect3><title>Package information</title>
     29<itemizedlist spacing='compact'>
     30<listitem><para>Download (HTTP): <ulink
     31url="&kdelibs-download-http;"/></para></listitem>
     32<listitem><para>Download (FTP): <ulink
     33url="&kdelibs-download-ftp;"/></para></listitem>
     34<listitem><para>Download size: &kdelibs-size;</para></listitem>
     35<listitem><para>Estimated Disk space required:
     36&kdelibs-buildsize;</para></listitem>
     37<listitem><para>Estimated build time:
     38&kdelibs-time;</para></listitem></itemizedlist>
     39</sect3>
     40
     41<sect3><title>Additional downloads</title>
     42<itemizedlist spacing='compact'>
     43<listitem><para>Required patch: <ulink
     44url="ftp://ftp.kde.org/pub/kde/security_patches/post-3.2.2-kdelibs-kapplication.patch"/></para></listitem>
     45<listitem><para>Required patch: <ulink
     46url="ftp://ftp.kde.org/pub/kde/security_patches/post-3.2.2-kdelibs-ktelnetservice.patch"/></para></listitem>
     47</itemizedlist></sect3>
     48
     49<sect3><title><application>kdelibs</application> dependencies</title>
     50<sect4><title>Required</title>
     51<para><xref linkend="kde-core-arts"/></para></sect4>
     52<sect4><title>Optional</title>
     53<para>
     54<xref linkend="libxml2"/>,
     55<xref linkend="libxslt"/>,
     56<xref linkend="cups"/>,
     57<xref linkend="openldap"/>,
     58<xref linkend="fam"/>,
     59<xref linkend="pcre"/>,
     60<xref linkend="openssl"/>,
     61<xref linkend="libart_lgpl"/>,
     62<xref linkend="alsa"/>,
     63<xref linkend="libtiff"/>,
     64<ulink url="http://www.gnu.org/software/libidn/">Libidn</ulink>,
     65<ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</ulink>,
     66<ulink
     67url="http://www.research.att.com/sw/tools/graphviz/">graphviz</ulink>
     68and
     69<ulink url="http://www.stack.nl/~dimitri/doxygen/">doxygen</ulink>
     70</para></sect4>
     71</sect3>
     72
     73</sect2>
     74
     75<sect2>
     76<title>Installation of <application>kdelibs</application></title>
     77
     78<para>Install <application>kdelibs</application> with:</para>
     79<screen><userinput><command>patch -Np1 -i ../post-3.2.2-kdelibs-kapplication.patch &amp;&amp;
     80patch -Np0 -i ../post-3.2.2-kdelibs-ktelnetservice.patch &amp;&amp;
     81./configure --prefix=&kde-dir; --disable-debug \
     82    --disable-dependency-tracking --enable-fast-malloc=full --disable-pcre &amp;&amp;
     83make &amp;&amp;
     84make install</command></userinput></screen>
     85
     86<note><para>If you wish to create the <acronym>API</acronym>
     87documentation and you have
     88doxygen and graphviz installed, <command>make apidox</command> must be
     89done
     90before <command>make install</command>. This applies to all packages
     91which can utilize doxygen.</para></note>
     92
     93</sect2>
     94
     95<sect2><title>Command explanations</title>
     96<para><parameter>--prefix=&kde-dir;</parameter> : This option tells
     97the process to install the package in <filename
     98class="directory">&kde-dir;</filename>.</para>
     99
     100<para><parameter>--disable-debug</parameter> : This option causes the
     101system to be compiled without debugging code.</para>
     102
     103<para><parameter>--disable-dependency-tracking</parameter> : This option
     104speeds up one time builds.</para>
     105
     106<para><parameter>--enable-fast-malloc=full</parameter> : This option
     107tells
     108<acronym>KDE</acronym> programs to use an internal memory allocation
     109scheme
     110optimized for <acronym>KDE</acronym>.</para>
     111
     112<para><parameter>--disable-pcre</parameter> : Omit this switch if you
     113have <acronym>PCRE</acronym> installed and you want improved regular
     114expression support
     115in the <acronym>KDE</acronym> JavaScript engine.</para>
     116
     117</sect2>
    4118 
    5 &kdelibs-intro;
    6 &kdelibs-inst;
    7 &kdelibs-exp;
    8 &kdelibs-desc;
     119<sect2><title>Contents</title>
     120<para>kdelibs provides numerous libraries needed by
     121<acronym>KDE</acronym> programs.</para>
     122
     123</sect2>
    9124
    10125</sect1>
  • kde/core/pre-install-config.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
    18<sect1 id="kde-pre-install-config">
    29<?dbhtml filename="pre-install-config.html"?>
  • kde/kde-intro.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
    18<partintro>
    29<title>Introduction to <acronym>KDE</acronym></title>
  • kde/kde.xml

    r0931098 r60384c68  
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE chapter 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
    18<part id="kde" xreflabel="KDE">
    29<?dbhtml filename="kde.html" dir="kde"?>
    310<title>KDE</title>
    411
    5 &kde-intro;
    6 &kde-core;
    7 &kde-add;
     12<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kde-intro.xml"/>
     13<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="core/core.xml"/>
     14<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="add/add.xml"/>
    815
    916</part>
Note: See TracChangeset for help on using the changeset viewer.