Changeset 898b7bb
- Timestamp:
- 02/05/2005 01:59:12 AM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 12fc0f7
- Parents:
- 73a6304
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
kde/add/kdeadmin.xml
r73a6304 r898b7bb 14 14 15 15 <sect1 id="kdeadmin"> 16 16 17 <sect1info> 17 <othername>$LastChangedBy$</othername>18 <date>$Date$</date>18 <othername>$LastChangedBy$</othername> 19 <date>$Date$</date> 19 20 </sect1info> 20 21 <?dbhtml filename="kdeadmin.html"?> 22 21 23 <title><application>kdeadmin</application>-&kde-version;</title> 24 25 <indexterm zone="kdeadmin"> 26 <primary sortas="a-kdeadmin">TEMPLATE</primary> 27 </indexterm> 22 28 23 29 <sect2> … … 26 32 <sect3><title>Package information</title> 27 33 <itemizedlist spacing='compact'> 28 <listitem><para>Download (HTTP): <ulink 29 url="&kdeadmin-download-http;"/></para></listitem> 30 <listitem><para>Download (FTP): <ulink 31 url="&kdeadmin-download-ftp;"/></para></listitem> 32 <listitem><para>Download MD5 sum: &kdeadmin-md5sum;</para></listitem> 33 <listitem><para>Download size: &kdeadmin-size;</para></listitem> 34 <listitem><para>Estimated disk space required: 35 &kdeadmin-buildsize;</para></listitem> 36 <listitem><para>Estimated build time: 37 &kdeadmin-time;</para></listitem></itemizedlist> 34 <listitem><para>Download (HTTP): <ulink url="&kdeadmin-download-http;"/></para></listitem> 35 <listitem><para>Download (FTP): <ulink url="&kdeadmin-download-ftp;"/></para></listitem> 36 <listitem><para>Download MD5 sum: &kdeadmin-md5sum;</para></listitem> 37 <listitem><para>Download size: &kdeadmin-size;</para></listitem> 38 <listitem><para>Estimated disk space required: &kdeadmin-buildsize;</para></listitem> 39 <listitem><para>Estimated build time:&kdeadmin-time;</para></listitem> 40 </itemizedlist> 38 41 </sect3> 39 42 40 43 <sect3><title><application>kdeadmin</application> dependencies</title> 41 44 <sect4><title>Required</title> 42 <para><xref linkend="kdebase"/></para>45 <para><xref linkend="kdebase"/></para> 43 46 </sect4> 44 47 45 48 <sect4><title>Recommended</title> 46 <para><xref linkend="libjpeg"/> and <xref linkend="libxml2"/></para>49 <para><xref linkend="libjpeg"/> and <xref linkend="libxml2"/></para> 47 50 </sect4> 48 51 49 52 <sect4><title>Optional</title> 50 <para><xref linkend="Linux_PAM"/> and 51 <ulink url="http://lilo.go.dyndns.org/">LILO</ulink></para> 53 <para><xref linkend="Linux_PAM"/> and <ulink url="http://lilo.go.dyndns.org/">LILO</ulink></para> 52 54 </sect4> 53 55 </sect3> … … 62 64 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 63 65 --disable-dependency-tracking && 64 make && 65 make install</command></userinput></screen> 66 make</command></userinput></screen> 67 68 <para>Now, as the root user:</para> 69 70 <screen><userinput role='root'><command>make install</command></userinput></screen> 66 71 67 72 </sect2> … … 70 75 <title>Contents</title> 71 76 72 < para>Major programs in <application>kdeadmin</application> include73 <command>kcron</command>, 74 <command>kdat</command>, 75 <command>kpackage</command>, 76 <command>ksysv</command> and 77 <command>kuser</command>. 78 </ para>77 <segmentedlist> 78 <segtitle>Installed Programs</segtitle> 79 80 <seglistitem> 81 <seg>kcron, kdat, kpackage, ksysv, kuser</seg> 82 </seglistitem> 83 </segmentedlist> 79 84 80 </sect2> 85 <variablelist> 86 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 87 <?dbfo list-presentation="list"?> 88 89 <varlistentry id="kcron"> 90 <term><command>kcron</command></term> 91 <listitem> 92 <para>is a task scheduler.</para> 93 <indexterm zone="kdeadmin kcron"> 94 <primary sortas="b-kcron">Kcron</primary> 95 </indexterm> 96 </listitem> 97 </varlistentry> 81 98 82 <sect2><title>Description</title> 99 <varlistentry id="kdat"> 100 <term><command>kdat</command></term> 101 <listitem> 102 <para>is a tar-based tape archiver.</para> 103 <indexterm zone="kdeadmin kdat"> 104 <primary sortas="b-kdat">Kdat</primary> 105 </indexterm> 106 </listitem> 107 </varlistentry> 83 108 84 <sect3><title>kcron</title> 85 <para><command>kcron</command> is a task scheduler.</para></sect3> 109 <varlistentry id="kpackage"> 110 <term><command>kpackage</command></term> 111 <listitem> 112 <para>is a package manager.</para> 113 <indexterm zone="kdeadmin kpackage"> 114 <primary sortas="b-kpackage">Kpackage</primary> 115 </indexterm> 116 </listitem> 117 </varlistentry> 86 118 87 <sect3><title>kdat</title> 88 <para><command>kdat</command> is a tar-based tape 89 archiver.</para></sect3> 119 <varlistentry id="ksysv"> 120 <term><command>ksysv</command></term> 121 <listitem> 122 <para>is a Sys V-Init editor.</para> 123 <indexterm zone="kdeadmin ksysv"> 124 <primary sortas="b-ksysv">Ksysv</primary> 125 </indexterm> 126 </listitem> 127 </varlistentry> 90 128 91 <sect3><title>kpackage</title> 92 <para><command>kpackage</command> is a package manager.</para></sect3> 129 <varlistentry id="kuser"> 130 <term><command>kuser</command></term> 131 <listitem> 132 <para>is a graphical user manager.</para> 133 <indexterm zone="kdeadmin kuser"> 134 <primary sortas="b-kuser">Kuser</primary> 135 </indexterm> 136 </listitem> 137 </varlistentry> 93 138 94 <sect3><title>ksysv</title> 95 <para><command>ksysv</command> is a Sys V-Init editor.</para></sect3> 96 97 <sect3><title>kuser</title> 98 <para><command>kuser</command> is a graphical user 99 manager.</para></sect3> 139 </variablelist> 100 140 101 141 </sect2> -
kde/add/kdeedu.xml
r73a6304 r898b7bb 14 14 15 15 <sect1 id="kdeedu"> 16 16 17 <sect1info> 17 <othername>$LastChangedBy$</othername>18 <date>$Date$</date>18 <othername>$LastChangedBy$</othername> 19 <date>$Date$</date> 19 20 </sect1info> 21 20 22 <?dbhtml filename="kdeedu.html"?> 21 23 <title><application>kdeedu</application>-&kde-version;</title> 22 24 25 <indexterm zone="kdeedu"> 26 <primary sortas="a-kdeedu">kdeedu</primary> 27 </indexterm> 28 23 29 <sect2> 24 30 <title>Introduction to <application>kdeedu</application></title> 25 31 26 32 <sect3><title>Package information</title> 27 <itemizedlist spacing='compact'> 28 <listitem><para>Download (HTTP): <ulink 29 url="&kdeedu-download-http;"/></para></listitem> 30 <listitem><para>Download (FTP): <ulink 31 url="&kdeedu-download-ftp;"/></para></listitem> 32 <listitem><para>Download MD5 sum: &kdeedu-md5sum;</para></listitem> 33 <listitem><para>Download size: &kdeedu-size;</para></listitem> 34 <listitem><para>Estimated disk space required: 35 &kdeedu-buildsize;</para></listitem> 36 <listitem><para>Estimated build time: 37 &kdeedu-time;</para></listitem></itemizedlist> 33 <itemizedlist spacing='compact'> 34 <listitem><para>Download (HTTP): <ulink url="&kdeedu-download-http;"/></para></listitem> 35 <listitem><para>Download (FTP): <ulink url="&kdeedu-download-ftp;"/></para></listitem> 36 <listitem><para>Download MD5 sum: &kdeedu-md5sum;</para></listitem> 37 <listitem><para>Download size: &kdeedu-size;</para></listitem> 38 <listitem><para>Estimated disk space required: &kdeedu-buildsize;</para></listitem> 39 <listitem><para>Estimated build time: &kdeedu-time;</para></listitem> 40 </itemizedlist> 38 41 </sect3> 39 42 40 <sect3><title><application>kdeedu</application> dependencies</title> 43 <sect3> 44 <title><application>kdeedu</application> dependencies</title> 45 41 46 <sect4><title>Required</title> 42 <para><xref linkend="kdebase"/></para>47 <para><xref linkend="kdebase"/></para> 43 48 </sect4> 44 49 45 50 <sect4><title>Recommended</title> 46 <para><xref linkend="libjpeg"/> and <xref linkend="libxml2"/></para> 51 <para><xref linkend="libjpeg"/> and 52 <xref linkend="libxml2"/> 53 </para> 47 54 </sect4> 48 55 49 <sect4><title>Optional</title> 50 <para><ulink 51 url="http://www.boost.org/libs/python/doc/index.html">Boost.Python</ulink> 52 </para></sect4> 56 <sect4> 57 <title>Optional</title> 58 <para><ulink url="http://www.boost.org/libs/python/doc/index.html">Boost.Python</ulink></para> 59 </sect4> 60 53 61 </sect3> 54 62 … … 62 70 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 63 71 --disable-dependency-tracking && 64 make && 65 make install</command></userinput></screen> 72 make</command></userinput></screen> 73 74 <para>Now, as the root user:</para> 75 76 <screen><userinput role='root'><command>make install</command></userinput></screen> 66 77 67 78 </sect2> … … 70 81 <title>Contents</title> 71 82 72 <para>Major programs in <application>kdeedu</application> include 73 <command>flashkard</command>, 74 <command>kalzium</command>, 75 <command>kbruch</command>, 76 <command>keduca</command>, 77 <command>khangman</command>, 78 <command>kig</command>, 79 <command>kiten</command>, 80 <command>klettres</command>, 81 <command>kmathtool</command>, 82 <command>kmessedwords</command>, 83 <command>kmplot</command>, 84 <command>kpercentage</command>, 85 <command>kstars</command>, 86 <command>ktouch</command>, 87 <command>kverbos</command> and 88 <command>kvoctrain</command>. 89 </para> 90 83 <segmentedlist> 84 <segtitle>Installed Program(s)</segtitle> 85 86 <seglistitem> 87 <seg>flashkard, kalzium, kbruch, keduca, khangman, kig, kiten, klettres, kmathtool, 88 kmessedwords, kmplot, kpercentage, kstars, ktouch, kverbos, kvoctrain</seg> 89 </seglistitem> 90 </segmentedlist> 91 92 <variablelist> 93 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 94 <?dbfo list-presentation="list"?> 95 96 <varlistentry id="kalzium"> 97 <term><command>kalzium</command></term> 98 <listitem> 99 <para>is a program which shows you the Periodic System of Elements.</para> 100 <indexterm zone="kdeedu kalzium"> 101 <primary sortas="b-kalzium">Kalzium</primary> 102 </indexterm> 103 </listitem> 104 </varlistentry> 105 106 <varlistentry id="kbruch"> 107 <term><command>kbruch</command></term> 108 <listitem> 109 <para>is a small program to generate tasks with fractions.</para> 110 <indexterm zone="kdeedu kbruch"> 111 <primary sortas="b-kbruch">Kbruch</primary> 112 </indexterm> 113 </listitem> 114 </varlistentry> 115 116 <varlistentry id="keduca"> 117 <term><command>keduca</command></term> 118 <listitem> 119 <para>is flash card application, which allows you to make interactive form based tests..</para> 120 <indexterm zone="kdeedu keduca"> 121 <primary sortas="b-keduca">Keduca</primary> 122 </indexterm> 123 </listitem> 124 </varlistentry> 125 126 <varlistentry id="khangman"> 127 <term><command>khangman</command></term> 128 <listitem> 129 <para>is the classical hangman game for children, adapted for <acronym>KDE</acronym>.</para> 130 <indexterm zone="kdeedu khangman"> 131 <primary sortas="b-khangman">Khangman</primary> 132 </indexterm> 133 </listitem> 134 </varlistentry> 135 136 <varlistentry id="kig"> 137 <term><command>kig</command></term> 138 <listitem> 139 <para>is a <acronym>KDE</acronym> application for Interactive Geometry.</para> 140 <indexterm zone="kdeedu kig"> 141 <primary sortas="b-kig">Kig</primary> 142 </indexterm> 143 </listitem> 144 </varlistentry> 145 146 <varlistentry id="kiten"> 147 <term><command>kiten</command></term> 148 <listitem> 149 <para>is a Japanese reference/study tool for <acronym>KDE</acronym>.</para> 150 <indexterm zone="kdeedu kiten"> 151 <primary sortas="b-kiten">Kiten</primary> 152 </indexterm> 153 </listitem> 154 </varlistentry> 155 156 <varlistentry id="klettres"> 157 <term><command>klettres</command></term> 158 <listitem> 159 <para>is an alphabet tutor (French).</para> 160 <indexterm zone="kdeedu klettres"> 161 <primary sortas="b-klettres">Klettres</primary> 162 </indexterm> 163 </listitem> 164 </varlistentry> 165 166 <varlistentry id="kmessedwords"> 167 <term><command>kmessedwords</command></term> 168 <listitem> 169 <para>is a simple mind-training word game.</para> 170 <indexterm zone="kdeedu kmessedwords"> 171 <primary sortas="b-kmessedwords">Kmessedwords</primary> 172 </indexterm> 173 </listitem> 174 </varlistentry> 175 176 <varlistentry id="kmplot"> 177 <term><command>kmplot</command></term> 178 <listitem> 179 <para>is a mathematical function plotter for <acronym>KDE</acronym>.</para> 180 <indexterm zone="kdeedu kmplot"> 181 <primary sortas="b-kmplot">Kmplot</primary> 182 </indexterm> 183 </listitem> 184 </varlistentry> 185 186 <varlistentry id="kpercentage"> 187 <term><command>kpercentage</command></term> 188 <listitem> 189 <para>is a small math application that will help pupils to improve their 190 skills in calculating percentages.</para> 191 <indexterm zone="kdeedu kpercentage"> 192 <primary sortas="b-kpercentage">Kpercentage</primary> 193 </indexterm> 194 </listitem> 195 </varlistentry> 196 197 <varlistentry id="kstars"> 198 <term><command>kstars</command></term> 199 <listitem> 200 <para>is a desktop planetarium.</para> 201 <indexterm zone="kdeedu kstars"> 202 <primary sortas="b-kstars">Kstars</primary> 203 </indexterm> 204 </listitem> 205 </varlistentry> 206 207 <varlistentry id="ktouch"> 208 <term><command>ktouch</command></term> 209 <listitem> 210 <para>is a touch typing tutor.</para> 211 <indexterm zone="kdeedu ktouch"> 212 <primary sortas="b-ktouch">Ktouch</primary> 213 </indexterm> 214 </listitem> 215 </varlistentry> 216 217 <varlistentry id="kverbos"> 218 <term><command>kverbos</command></term> 219 <listitem> 220 <para>is an application specially designed to study Spanish verb forms.</para> 221 <indexterm zone="kdeedu kverbos"> 222 <primary sortas="b-kverbos">Kverbos</primary> 223 </indexterm> 224 </listitem> 225 </varlistentry> 226 227 <varlistentry id="kvoctrain"> 228 <term><command>kvoctrain</command></term> 229 <listitem> 230 <para>is a vocabulary trainer.</para> 231 <indexterm zone="kdeedu kvoctrain"> 232 <primary sortas="b-kvoctrain">Kvoctrain</primary> 233 </indexterm> 234 </listitem> 235 </varlistentry> 236 237 </variablelist> 91 238 </sect2> 92 93 <sect2><title>Description</title>94 95 <sect3><title>kalzium</title>96 <para><command>kalzium</command> is a program which shows you97 the Periodic System of Elements.</para></sect3>98 99 <sect3><title>kbruch</title>100 <para><command>kbruch</command> is a small program to generate tasks101 with fractions.</para></sect3>102 103 <sect3><title>keduca</title>104 <para><command>keduca</command> – tests and exams.</para></sect3>105 106 <sect3><title>khangman</title>107 <para><command>khangman</command> is the classical hangman game for108 children, adapted for <acronym>KDE</acronym>.</para></sect3>109 110 <sect3><title>kig</title>111 <para><command>kig</command> is a <acronym>KDE</acronym> application for112 Interactive Geometry.</para></sect3>113 114 <sect3><title>kiten</title>115 <para><command>kiten</command> is a Japanese reference/study tool116 for <acronym>KDE</acronym>.</para></sect3>117 118 <sect3><title>klettres</title>119 <para><command>klettres</command> is an alphabet tutor120 (French).</para></sect3>121 122 <sect3><title>kmessedwords</title>123 <para><command>kmessedwords</command> is a simple mind-training124 word game.</para></sect3>125 126 <sect3><title>kmplot</title>127 <para><command>kmplot</command> is a mathematical function plotter128 for <acronym>KDE</acronym>.</para></sect3>129 130 <sect3><title>kpercentage</title>131 <para><command>kpercentage</command> is a small math application132 that will help pupils to improve their skills in calculating133 percentages.</para></sect3>134 135 <sect3><title>kstars</title>136 <para><command>kstars</command> is a desktop planetarium.</para></sect3>137 138 <sect3><title>ktouch</title>139 <para><command>ktouch</command> is a touch typing tutor.</para></sect3>140 141 <sect3><title>kverbos</title>142 <para><command>kverbos</command> is an application specially143 designed to study Spanish verb forms.</para></sect3>144 145 <sect3><title>kvoctrain</title>146 <para><command>kvoctrain</command> is a vocabulary147 trainer.</para></sect3>148 149 </sect2>150 151 239 </sect1> -
kde/add/kdegraphics.xml
r73a6304 r898b7bb 15 15 <sect1 id="kdegraphics" xreflabel="kdegraphics-&kde-version;"> 16 16 <sect1info> 17 <othername>$LastChangedBy$</othername>18 <date>$Date$</date>17 <othername>$LastChangedBy$</othername> 18 <date>$Date$</date> 19 19 </sect1info> 20 20 21 <?dbhtml filename="kdegraphics.html"?> 21 22 <title><application>kdegraphics</application>-&kde-version;</title> 22 23 24 <indexterm zone="kdegraphics"> 25 <primary sortas="a-kdegraphics">kdegraphics</primary> 26 </indexterm> 27 28 23 29 <sect2> 24 30 <title>Introduction to <application>kdegraphics</application></title> 25 31 26 <sect3><title>Package information</title> 27 <itemizedlist spacing='compact'> 28 <listitem><para>Download (HTTP): <ulink 29 url="&kdegraphics-download-http;"/></para></listitem> 30 <listitem><para>Download (FTP): <ulink 31 url="&kdegraphics-download-ftp;"/></para></listitem> 32 <listitem><para>Download MD5 sum: &kdegraphics-md5sum;</para></listitem> 33 <listitem><para>Download size: &kdegraphics-size;</para></listitem> 34 <listitem><para>Estimated disk space required: 35 &kdegraphics-buildsize;</para></listitem> 36 <listitem><para>Estimated build time: 37 &kdegraphics-time;</para></listitem></itemizedlist> 32 <sect3> 33 <title>Package information</title> 34 <itemizedlist spacing='compact'> 35 <listitem><para>Download (HTTP): <ulink url="&kdegraphics-download-http;"/></para></listitem> 36 <listitem><para>Download (FTP): <ulink url="&kdegraphics-download-ftp;"/></para></listitem> 37 <listitem><para>Download MD5 sum: &kdegraphics-md5sum;</para></listitem> 38 <listitem><para>Download size: &kdegraphics-size;</para></listitem> 39 <listitem><para>Estimated disk space required: &kdegraphics-buildsize;</para></listitem> 40 <listitem><para>Estimated build time: &kdegraphics-time;</para></listitem> 41 </itemizedlist> 38 42 </sect3> 39 43 40 44 <sect3><title>Additional download</title> 41 <itemizedlist spacing='compact'> 42 <listitem><para>Required patch: <ulink 43 url="ftp://ftp.kde.org/pub/kde/security_patches/post-3.3.2-kdegraphics.diff"/></para> 44 </listitem></itemizedlist> 45 <itemizedlist spacing='compact'> 46 <listitem> 47 <para>Required patch: 48 <ulink url="ftp://ftp.kde.org/pub/kde/security_patches/post-3.3.2-kdegraphics.diff"/> 49 </para> 50 </listitem> 51 </itemizedlist> 45 52 </sect3> 46 53 47 <sect3><title><application>kdegraphics</application> dependencies</title> 48 <sect4><title>Required</title> 49 <para><xref linkend="kdebase"/></para> 54 <sect3> 55 <title><application>kdegraphics</application> dependencies</title> 56 57 <sect4> 58 <title>Required</title> 59 <para><xref linkend="kdebase"/></para> 50 60 </sect4> 51 61 52 <sect4><title>Recommended</title> 53 <para><xref linkend="libjpeg"/>, 54 <xref linkend="libxml2"/> and 55 <xref linkend="libart_lgpl"/></para> 62 <sect4> 63 <title>Recommended</title> 64 <para><xref linkend="libjpeg"/>, 65 <xref linkend="libxml2"/> and 66 <xref linkend="libart_lgpl"/> 67 </para> 56 68 </sect4> 57 69 58 <sect4><title>Optional</title> 59 <para><xref linkend="libtiff"/>, 60 <xref linkend="imlib"/>, 61 <xref linkend="lcms"/>, 62 <xref linkend="sane"/>, 63 <xref linkend="xpdf"/>, 64 <xref linkend="tex"/>, 65 <ulink url="http://freedesktop.org/Software/FriBidi">FriBidi</ulink>, 66 <ulink url="http://www.gphoto.org/">gPhoto2</ulink>, 67 <ulink 68 url="http://gd.tuwien.ac.at/visual/ibiblio/libs/graphics/t1lib-5.0.2.tar.gz">t1lib</ulink>, 69 <ulink url="http://www.openexr.com/">OpenEXR</ulink> and 70 <ulink 71 url="http://packages.debian.org/unstable/source/libpaper">libpaper</ulink> 72 </para></sect4> 70 <sect4> 71 <title>Optional</title> 72 <para> 73 <xref linkend="libtiff"/>, 74 <xref linkend="imlib"/>, 75 <xref linkend="lcms"/>, 76 <xref linkend="sane"/>, 77 <xref linkend="xpdf"/>, 78 <xref linkend="tex"/>, 79 <ulink url="http://freedesktop.org/Software/FriBidi">FriBidi</ulink>, 80 <ulink url="http://www.gphoto.org/">gPhoto2</ulink>, 81 <ulink url="http://gd.tuwien.ac.at/visual/ibiblio/libs/graphics/t1lib-5.0.2.tar.gz">t1lib</ulink>, 82 <ulink url="http://www.openexr.com/">OpenEXR</ulink>, and 83 <ulink url="http://packages.debian.org/unstable/source/libpaper">libpaper</ulink> 84 </para> 85 </sect4> 73 86 </sect3> 74 87 … … 83 96 ./configure --prefix=&kde-dir; --disable-debug \ 84 97 --disable-dependency-tracking && 85 make && 86 make install</command></userinput></screen> 98 make</command></userinput></screen> 99 100 <para>Now, as the root user:</para> 101 102 <screen><userinput role='root'><command>make install</command></userinput></screen> 87 103 88 104 </sect2> … … 91 107 <title>Contents</title> 92 108 93 <para>Major programs in <application>kdegraphics</application> include 94 <command>kcoloredit</command>, 95 <command>kdvi</command>, 96 <command>kfax</command>, 97 <command>kgamma</command>, 98 <command>kghostview</command>, 99 <command>kiconedit</command>, 100 <command>kooka</command>, 101 <command>kpaint</command>, 102 <command>kpdf</command>, 103 <command>kpovmodeler</command>, 104 <command>kruler</command>, 105 <command>ksnapshot</command>, 106 <command>kuickshow</command>, 107 <command>kview</command> and the 108 <filename class='libraryfile'>kio_kamera</filename> io slave.</para> 109 109 <segmentedlist> 110 <segtitle>Installed Programs</segtitle> 111 <segtitle>Installed Library</segtitle> 112 113 <seglistitem> 114 <seg>kcoloredit, kdvi, kfax, kgamma, kghostview, kiconedit, kooka, kpaint, 115 kpdf, kpovmodeler, kruler, ksnapshot, kuickshow, kview</seg> 116 <seg>kio_kamera</seg> 117 </seglistitem> 118 </segmentedlist> 119 120 <variablelist> 121 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 122 <?dbfo list-presentation="list"?> 123 124 125 <varlistentry id="kcoloredit"> 126 <term><command>kcoloredit</command></term> 127 <listitem> 128 <para>is a color pallette editor.</para> 129 <indexterm zone="kdegraphics kcoloredit"> 130 <primary sortas="b-kcoloredit">Kcoloredit</primary> 131 </indexterm> 132 </listitem> 133 </varlistentry> 134 135 <varlistentry id="kdvi"> 136 <term><command>kdvi</command></term> 137 <listitem> 138 <para>is a <acronym>DVI</acronym> viewer.</para> 139 <indexterm zone="kdegraphics kdvi"> 140 <primary sortas="b-kdvi">Kdvi</primary> 141 </indexterm> 142 </listitem> 143 </varlistentry> 144 145 <varlistentry id="kfax"> 146 <term><command>kfax</command></term> 147 <listitem> 148 <para>is a <acronym>FAX</acronym> viewer.</para> 149 <indexterm zone="kdegraphics kfax"> 150 <primary sortas="b-kfax">Kfax</primary> 151 </indexterm> 152 </listitem> 153 </varlistentry> 154 155 <varlistentry id="kgamma"> 156 <term><command>kgamma</command></term> 157 <listitem> 158 <para>is a simple tool for monitor gamma correction.</para> 159 <indexterm zone="kdegraphics kgamma"> 160 <primary sortas="b-kgamma">Kgamma</primary> 161 </indexterm> 162 </listitem> 163 </varlistentry> 164 165 <varlistentry id="kghostview"> 166 <term><command>kghostview</command></term> 167 <listitem> 168 <para>is a <acronym>PS</acronym>/<acronym>PDF</acronym> viewer.</para> 169 <indexterm zone="kdegraphics kghostview"> 170 <primary sortas="b-kghostview">Kghostview</primary> 171 </indexterm> 172 </listitem> 173 </varlistentry> 174 175 <varlistentry id="kiconedit"> 176 <term><command>kiconedit</command></term> 177 <listitem> 178 <para>is an icon editor.</para> 179 <indexterm zone="kdegraphics kiconedit"> 180 <primary sortas="b-kiconedit">Kiconedit</primary> 181 </indexterm> 182 </listitem> 183 </varlistentry> 184 185 <varlistentry id="kooka"> 186 <term><command>kooka</command></term> 187 <listitem> 188 <para>is a raster image scan program.</para> 189 <indexterm zone="kdegraphics kooka"> 190 <primary sortas="b-kooka">Kooka</primary> 191 </indexterm> 192 </listitem> 193 </varlistentry> 194 195 <varlistentry id="kpaint"> 196 <term><command>kpaint</command></term> 197 <listitem> 198 <para>is a paint program.</para> 199 <indexterm zone="kdegraphics kpaint"> 200 <primary sortas="b-kpaint">Kpaint</primary> 201 </indexterm> 202 </listitem> 203 </varlistentry> 204 205 <varlistentry id="kpovmodeler"> 206 <term><command>kpovmodeler</command></term> 207 <listitem> 208 <para>is a graphical 3D modeler, which can generate scenes for 209 <ulink url="http://www.povray.org/">POV-Ray</ulink>.</para> 210 <indexterm zone="kdegraphics kpovmodeler"> 211 <primary sortas="b-kpovmodeler">Kpovmodeler</primary> 212 </indexterm> 213 </listitem> 214 </varlistentry> 215 216 <varlistentry id="kruler"> 217 <term><command>kruler</command></term> 218 <listitem> 219 <para>is a screen ruler.</para> 220 <indexterm zone="kdegraphics kruler"> 221 <primary sortas="b-kruler">Kruler</primary> 222 </indexterm> 223 </listitem> 224 </varlistentry> 225 226 <varlistentry id="ksnapshot"> 227 <term><command>ksnapshot</command></term> 228 <listitem> 229 <para> is a screen capture program.</para> 230 <indexterm zone="kdegraphics ksnapshot"> 231 <primary sortas="b-ksnapshot">Ksnapshot</primary> 232 </indexterm> 233 </listitem> 234 </varlistentry> 235 236 <varlistentry id="kuickshow"> 237 <term><command>kuickshow</command></term> 238 <listitem> 239 <para>is an image viewer.</para> 240 <indexterm zone="kdegraphics kuickshow"> 241 <primary sortas="b-kuickshow">Kuickshow</primary> 242 </indexterm> 243 </listitem> 244 </varlistentry> 245 246 <varlistentry id="kview"> 247 <term><command>kview</command></term> 248 <listitem> 249 <para>is another image viewer.</para> 250 <indexterm zone="kdegraphics kview"> 251 <primary sortas="b-kview">Kview</primary> 252 </indexterm> 253 </listitem> 254 </varlistentry> 255 256 <varlistentry id="kio_kamera"> 257 <term><command>kio_kamera</command></term> 258 <listitem> 259 <para>is an io slave that allows you to view and download 260 images from a digital camera using the <userinput>kamera:/</userinput> 261 <acronym>URL</acronym> in <application>konqueror</application>.</para> 262 <indexterm zone="kdegraphics kio_kamera"> 263 <primary sortas="c-kio_kamera">Kio_kamera</primary> 264 </indexterm> 265 </listitem> 266 </varlistentry> 267 268 </variablelist> 110 269 </sect2> 111 112 <sect2><title>Description</title>113 114 <sect3><title>kcoloredit</title>115 <para><command>kcoloredit</command> is a color pallette116 editor.</para></sect3>117 118 <sect3><title>kdvi</title>119 <para><command>kdvi</command> is a <acronym>DVI</acronym>120 viewer.</para></sect3>121 122 <sect3><title>kfax</title>123 <para><command>kfax</command> is a <acronym>FAX</acronym>124 viewer.</para></sect3>125 126 <sect3><title>kgamma</title>127 <para><command>kgamma</command> is a simple tool for monitor gamma128 correction.</para></sect3>129 130 <sect3><title>kghostview</title>131 <para><command>kghostview</command> is a132 <acronym>PS</acronym>/<acronym>PDF</acronym> viewer.</para></sect3>133 134 <sect3><title>kiconedit</title>135 <para><command>kiconedit</command> is an icon editor.</para></sect3>136 137 <sect3><title>kooka</title>138 <para><command>kooka</command> is a raster image scan139 program.</para></sect3>140 141 <sect3><title>kpaint</title>142 <para><command>kpaint</command> is a paint program.</para></sect3>143 144 <sect3><title>kpovmodeler</title>145 <para><command>kpovmodeler</command> is a graphical 3D modeler,146 which can generate scenes for147 <ulink url="http://www.povray.org/">POV-Ray</ulink>.</para></sect3>148 149 <sect3><title>kruler</title>150 <para><command>kruler</command> is a screen ruler.</para></sect3>151 152 <sect3><title>ksnapshot</title>153 <para><command>ksnapshot</command> is a screen capture154 program.</para></sect3>155 156 <sect3><title>kuickshow</title>157 <para><command>kuickshow</command> is an image viewer.</para></sect3>158 159 <sect3><title>kview</title>160 <para><command>kview</command> is another image viewer.</para></sect3>161 162 <sect3><title>kio_kamera io slave</title>163 <para>The <filename class='libraryfile'>kio_kamera</filename> io slave allows164 you to view and download images from a digital camera using the165 <userinput>kamera:/</userinput> <acronym>URL</acronym> in166 <application>konqueror</application>.</para></sect3>167 168 </sect2>169 170 270 </sect1> -
kde/add/kdemultimedia.xml
r73a6304 r898b7bb 14 14 15 15 <sect1 id="kdemultimedia" xreflabel="kdemultimedia-&kde-version;"> 16 16 17 <sect1info> 17 <othername>$LastChangedBy$</othername>18 <date>$Date$</date>18 <othername>$LastChangedBy$</othername> 19 <date>$Date$</date> 19 20 </sect1info> 21 20 22 <?dbhtml filename="kdemultimedia.html"?> 21 23 <title><application>kdemultimedia</application>-&kde-version;</title> 22 24 25 <indexterm zone="kdemultimedia"> 26 <primary sortas="a-kdemultimedia">kdemultimedia</primary> 27 </indexterm> 28 23 29 <sect2> 24 30 <title>Introduction to <application>kdemultimedia</application></title> 25 31 26 <sect3><title>Package information</title> 27 <itemizedlist spacing='compact'> 28 <listitem><para>Download (HTTP): <ulink 29 url="&kdemultimedia-download-http;"/></para></listitem> 30 <listitem><para>Download (FTP): <ulink 31 url="&kdemultimedia-download-ftp;"/></para></listitem> 32 <listitem><para>Download MD5 sum: &kdemultimedia-md5sum;</para></listitem> 33 <listitem><para>Download size: &kdemultimedia-size;</para></listitem> 34 <listitem><para>Estimated disk space required: 35 &kdemultimedia-buildsize;</para></listitem> 36 <listitem><para>Estimated build time: 37 &kdemultimedia-time;</para></listitem></itemizedlist> 32 <sect3> 33 <title>Package information</title> 34 <itemizedlist spacing='compact'> 35 <listitem><para>Download (HTTP): <ulink url="&kdemultimedia-download-http;"/></para></listitem> 36 <listitem><para>Download (FTP): <ulink url="&kdemultimedia-download-ftp;"/></para></listitem> 37 <listitem><para>Download MD5 sum: &kdemultimedia-md5sum;</para></listitem> 38 <listitem><para>Download size: &kdemultimedia-size;</para></listitem> 39 <listitem><para>Estimated disk space required: &kdemultimedia-buildsize;</para></listitem> 40 <listitem><para>Estimated build time: &kdemultimedia-time;</para></listitem> 41 </itemizedlist> 38 42 </sect3> 39 43 40 <sect3><title><application>kdemultimedia</application> dependencies</title> 44 <sect3> 45 <title><application>kdemultimedia</application> dependencies</title> 46 41 47 <sect4><title>Required</title> 42 <para><xref linkend="kdebase"/></para>48 <para><xref linkend="kdebase"/></para> 43 49 </sect4> 44 50 45 <sect4><title>Recommended</title> 46 <para><xref linkend="libjpeg"/>, 47 <xref linkend="libxml2"/>, 48 <xref linkend="alsa"/> and 49 <xref linkend="libmad"/></para> 51 <sect4> 52 <title>Recommended</title> 53 <para><xref linkend="libjpeg"/>, 54 <xref linkend="libxml2"/>, 55 <xref linkend="alsa"/> and 56 <xref linkend="libmad"/> 57 </para> 50 58 </sect4> 51 59 52 <sect4><title>Optional</title> 53 <para><xref linkend="cdparanoia"/>, 54 <xref linkend="lame"/>, 55 <xref linkend="audiofile"/>, 56 <xref linkend="libogg"/>, 57 <xref linkend="libvorbis"/>, 58 <xref linkend="xine-lib"/>, 59 <xref linkend="flac"/>, 60 <xref linkend="speex"/>, 61 <xref linkend="sdl"/>, 62 <xref linkend="gstreamer"/> 63 (with <ulink url="http://developer.kde.org/~wheeler/juk.html">KGst</ulink>), 64 <ulink url="http://developer.kde.org/~wheeler/taglib/">TagLib</ulink>, 65 <ulink url="http://www.musicbrainz.org/">libmusicbrainz</ulink>, 66 <ulink url="http://www.musicbrainz.org/products/trmgen/download.html">TRM 67 Generator</ulink> and 68 <ulink 69 url="http://www.musicbrainz.org/products/tunepimp/download.html">TunePimp</ulink> 70 </para></sect4> 60 <sect4> 61 <title>Optional</title> 62 <para><xref linkend="cdparanoia"/>, 63 <xref linkend="lame"/>, 64 <xref linkend="audiofile"/>, 65 <xref linkend="libogg"/>, 66 <xref linkend="libvorbis"/>, 67 <xref linkend="xine-lib"/>, 68 <xref linkend="flac"/>, 69 <xref linkend="speex"/>, 70 <xref linkend="sdl"/>, 71 <xref linkend="gstreamer"/> 72 (with <ulink url="http://developer.kde.org/~wheeler/juk.html">KGst</ulink>), 73 <ulink url="http://developer.kde.org/~wheeler/taglib/">TagLib</ulink>, 74 <ulink url="http://www.musicbrainz.org/">libmusicbrainz</ulink>, 75 <ulink url="http://www.musicbrainz.org/products/trmgen/download.html">TRM Generator</ulink>, and 76 <ulink url="http://www.musicbrainz.org/products/tunepimp/download.html">TunePimp</ulink> 77 </para> 78 </sect4> 79 71 80 </sect3> 72 81 … … 80 89 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 81 90 --disable-dependency-tracking && 82 make && 83 make install</command></userinput></screen> 84 85 </sect2> 86 87 <sect2> 88 <title>Configuring kdemultimedia</title> 89 90 <para>There is no explicit configuration for the 91 <application>kdemultimedia</application> package, however 92 <command>kscd</command> needs to find the CD drive. The default device file is 93 <filename>/dev/cdrom</filename> which may not exist on your system. The 94 easiest way to do this is to create a symbolic link to this from your CD drive 95 (e.g., <filename>/dev/hdc</filename>, <filename>/dev/scd0</filename>, etc.): 91 make</command></userinput></screen> 92 93 <para>Now, as the root user:</para> 94 95 <screen><userinput role='root'><command>make install</command></userinput></screen> 96 </sect2> 97 98 <sect2> 99 <title>Configuring kdemultimedia</title> 100 101 <para>There is no explicit configuration for the <application>kdemultimedia</application> 102 package, however <command>kscd</command> needs to find the CD drive. The default 103 device file is <filename>/dev/cdrom</filename> which may not exist on your system. 104 The easiest way to do this is to create a symbolic link to this from your CD drive 105 (e.g., <filename>/dev/hdc</filename>, <filename>/dev/scd0</filename>, etc.): 106 </para> 96 107 97 108 <screen><userinput><command>ln -s <replaceable>[CD Drive]</replaceable> /dev/cdrom</command></userinput></screen> 98 99 </para>100 101 109 </sect2> 102 110 … … 104 112 <title>Contents</title> 105 113 106 <para>Major programs in <application>kdemultimedia</application> include 107 <command>artsbuilder</command>, 108 <command>juk</command>, 109 <command>kaboodle</command>, 110 <command>kmid</command>, 111 <command>kmix</command>, 112 <command>krec</command>, 113 <command>kscd</command> and 114 <command>noatun</command>. 115 </para> 116 117 </sect2> 118 119 <sect2><title>Description</title> 120 121 <sect3><title>juk</title> 122 <para><command>juk</command> is a jukebox, tagger and music 123 collection manager.</para></sect3> 124 125 <sect3><title>kaboodle</title> 126 <para><command>kaboodle</command> is a multimedia player.</para></sect3> 127 128 <sect3><title>kmid</title> 129 <para><command>kmid</command> is a midi/karaoke player.</para></sect3> 130 131 <sect3><title>kmix</title> 132 <para><command>kmix</command> is a sound mixer.</para></sect3> 133 134 <sect3><title>krec</title> 135 <para><command>krec</command> is a recording frontend for 136 <application>aRts</application>.</para></sect3> 137 138 <sect3><title>kscd</title> 139 <para><command>kscd</command> is a CD player.</para></sect3> 140 141 <sect3><title>noatun</title> 142 <para><command>noatun</command> is another multimedia 143 player.</para></sect3> 114 <segmentedlist> 115 <segtitle>Installed Programs</segtitle> 116 117 <seglistitem> 118 <seg>artsbuilder, juk, kaboodle, kmid, kmix, krec, kscd, noatun</seg> 119 </seglistitem> 120 </segmentedlist> 121 122 <variablelist> 123 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 124 <?dbfo list-presentation="list"?> 125 126 <varlistentry id="artsbuilder"> 127 <term><command>artsbuilder</command></term> 128 <listitem> 129 <para>is a tool to create new structures of small connected aRts modules.</para> 130 <indexterm zone="kdemultimedia artsbuilder"> 131 <primary sortas="b-artsbuilder">Artsbuilder</primary> 132 </indexterm> 133 </listitem> 134 </varlistentry> 135 136 <varlistentry id="juk"> 137 <term><command>juk</command></term> 138 <listitem> 139 <para>is a jukebox, tagger, and music collection manager.</para> 140 <indexterm zone="kdemultimedia juk"> 141 <primary sortas="b-juk">Juk</primary> 142 </indexterm> 143 </listitem> 144 </varlistentry> 145 146 <varlistentry id="kaboodle"> 147 <term><command>kaboodle</command></term> 148 <listitem> 149 <para>is a multimedia player.</para> 150 <indexterm zone="kdemultimedia kaboodle"> 151 <primary sortas="b-kaboodle">Kaboodle</primary> 152 </indexterm> 153 </listitem> 154 </varlistentry> 155 156 <varlistentry id="kmid"> 157 <term><command>kmid</command></term> 158 <listitem> 159 <para>is a midi/karaoke player.</para> 160 <indexterm zone="kdemultimedia kmid"> 161 <primary sortas="b-kmid">Kmid</primary> 162 </indexterm> 163 </listitem> 164 </varlistentry> 165 166 <varlistentry id="kmix"> 167 <term><command>kmix</command></term> 168 <listitem> 169 <para>is a sound mixer.</para> 170 <indexterm zone="kdemultimedia kmix"> 171 <primary sortas="b-kmix">Kmix</primary> 172 </indexterm> 173 </listitem> 174 </varlistentry> 175 176 <varlistentry id="krec"> 177 <term><command>krec</command></term> 178 <listitem> 179 <para>is a recording frontend for <application>aRts</application>.</para> 180 <indexterm zone="kdemultimedia krec"> 181 <primary sortas="b-krec">Krec</primary> 182 </indexterm> 183 </listitem> 184 </varlistentry> 185 186 <varlistentry id="kscd"> 187 <term><command>kscd</command></term> 188 <listitem> 189 <para>is a CD player.</para> 190 <indexterm zone="kdemultimedia kscd"> 191 <primary sortas="b-kscd">kscd</primary> 192 </indexterm> 193 </listitem> 194 </varlistentry> 195 196 <varlistentry id="noatun"> 197 <term><command>noatun</command></term> 198 <listitem> 199 <para>is another multimedia player.</para> 200 <indexterm zone="kdemultimedia noatun"> 201 <primary sortas="b-noatun">Noatun</primary> 202 </indexterm> 203 </listitem> 204 </varlistentry> 205 206 </variablelist> 144 207 145 208 </sect2> -
kde/add/kdenetwork.xml
r73a6304 r898b7bb 14 14 15 15 <sect1 id="kdenetwork" xreflabel="kdenetwork-&kde-version;"> 16 16 17 <sect1info> 17 <othername>$LastChangedBy$</othername>18 <date>$Date$</date>18 <othername>$LastChangedBy$</othername> 19 <date>$Date$</date> 19 20 </sect1info> 21 20 22 <?dbhtml filename="kdenetwork.html"?> 21 23 <title>kdenetwork-&kde-version;</title> 22 24 25 <indexterm zone="kdenetwork"> 26 <primary sortas="a-kdenetwork">Kdenetwork</primary> 27 </indexterm> 28 23 29 <sect2> 24 30 <title>Introduction to <application>kdenetwork</application></title> … … 26 32 <sect3><title>Package information</title> 27 33 <itemizedlist spacing='compact'> 28 <listitem><para>Download (HTTP): <ulink 29 url="&kdenetwork-download-http;"/></para></listitem>30 <listitem><para>Download (FTP): <ulink 31 url="&kdenetwork-download-ftp;"/></para></listitem>32 <listitem><para>Download MD5 sum: &kdenetwork-md5sum;</para></listitem>33 <listitem><para>Download size: &kdenetwork-size;</para></listitem>34 < listitem><para>Estimated disk space required:35 &kdenetwork-buildsize;</para></listitem>36 <listitem><para>Estimated build time: 37 &kdenetwork-time;</para></listitem></itemizedlist>38 < /sect3>39 40 <sect 3><title><application>kdenetwork</application> dependencies</title>41 <sect4><title>Required</title>42 <para><xref linkend="kdebase"/></para>34 <listitem><para>Download (HTTP): <ulink url="&kdenetwork-download-http;"/></para></listitem> 35 <listitem><para>Download (FTP): <ulink url="&kdenetwork-download-ftp;"/></para></listitem> 36 <listitem><para>Download MD5 sum: &kdenetwork-md5sum;</para></listitem> 37 <listitem><para>Download size: &kdenetwork-size;</para></listitem> 38 <listitem><para>Estimated disk space required: &kdenetwork-buildsize;</para></listitem> 39 <listitem><para>Estimated build time: &kdenetwork-time;</para></listitem> 40 </itemizedlist> 41 </sect3> 42 43 <sect3> 44 <title><application>kdenetwork</application> dependencies</title> 45 46 <sect4> 47 <title>Required</title> 48 <para><xref linkend="kdebase"/></para> 43 49 </sect4> 44 50 45 51 <sect4><title>Recommended</title> 46 <para><xref linkend="libjpeg"/>, 47 <xref linkend="libxml2"/>, 48 <xref linkend="libxslt"/> and 49 <xref linkend="openssl"/></para> 52 <para><xref linkend="libjpeg"/>, 53 <xref linkend="libxml2"/>, 54 <xref linkend="libxslt"/>, and 55 <xref linkend="openssl"/> 56 </para> 50 57 </sect4> 51 58 52 59 <sect4><title>Optional</title> 53 <para><xref linkend="ppp"/>, 54 <xref linkend="xmms"/>, 55 <ulink url="http://www.openslp.org/">OpenSLP</ulink>, 56 <ulink 57 url="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html">Wireless 58 Tools</ulink>, 59 <ulink url="http://dev.null.pl/ekg/">libgadu</ulink>, 60 <ulink url="http://www.graphviz.org/">GraphViz</ulink>, 61 <xref linkend="doxygen"/> and 62 <ulink url="http://valgrind.kde.org/">Valgrind</ulink></para> 60 <para><xref linkend="ppp"/>, 61 <xref linkend="xmms"/>, 62 <xref linkend="doxygen"/>, 63 <ulink url="http://www.openslp.org/">OpenSLP</ulink>, 64 <ulink url="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html">Wireless Tools</ulink>, 65 <ulink url="http://dev.null.pl/ekg/">libgadu</ulink>, 66 <ulink url="http://www.graphviz.org/">GraphViz</ulink>, and 67 <ulink url="http://valgrind.kde.org/">Valgrind</ulink> 68 </para> 63 69 </sect4> 64 70 </sect3> … … 73 79 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 74 80 --disable-dependency-tracking && 75 make && 76 make install</command></userinput></screen> 81 make</command></userinput></screen> 82 83 <para>Now, as the root user:</para> 84 85 <screen><userinput role='root'><command>make install</command></userinput></screen> 77 86 78 87 </sect2> … … 81 90 <title>Configuring kdenetwork</title> 82 91 83 <sect3><title>Config Files</title> 84 <para><filename>/etc/lisarc</filename> and <filename>~/.lisarc</filename></para> 85 </sect3> 86 87 <sect3><title>Configuration Information</title> 88 <para>To utilize the <acronym>LAN</acronym> Browser of 89 <command>konqueror</command> you'll need to create the 90 <filename>/etc/lisarc</filename> file and start the <command>lisa</command> 91 daemon. Create <filename>/etc/lisarc</filename> by filling out the 92 information in the <quote>Guided LISa Setup</quote> section of the 93 <quote>LISa Daemon</quote> tab on the <quote>Control Center</quote> — 94 <quote>Internet & Network</quote> — <quote>Local Network 95 Browsing</quote> dialog box.</para> 96 97 <para>Install the <filename>/etc/rc.d/init.d/lisa</filename> init script 98 included in the <xref linkend="intro-important-bootscripts"/> package.</para> 92 <sect3 id='kdenetwork-config'> 93 <title>Config Files</title> 94 <para><filename>/etc/lisarc</filename> and <filename>~/.lisarc</filename></para> 95 <indexterm zone="kdenetwork kdenetwork-config"> 96 <primary sortas="e-AA.lisarc">~/.lisarc</primary> 97 </indexterm> 98 99 <indexterm zone="kdenetwork kdenetwork-config"> 100 <primary sortas="e-etc-lisarc">/etc/lisarc</primary> 101 </indexterm> 102 </sect3> 103 104 <sect3 id='kdenetwork-init'> 105 <title>Configuration Information</title> 106 107 <para>To utilize the <acronym>LAN</acronym> Browser of <command>konqueror</command> 108 you'll need to create the <filename>/etc/lisarc</filename> file and start the 109 <command>lisa</command> daemon. Create <filename>/etc/lisarc</filename> by filling out the 110 information in the <quote>Guided LISa Setup</quote> section of the 111 <quote>LISa Daemon</quote> tab on the <quote>Control Center</quote> — 112 <quote>Internet & Network</quote> — <quote>Local Network 113 Browsing</quote> dialog box.</para> 114 115 <para>Install the <filename>/etc/rc.d/init.d/lisa</filename> init script 116 included in the <xref linkend="intro-important-bootscripts"/> package.</para> 99 117 100 118 <screen><userinput><command>make install-lisa</command></userinput></screen> 101 119 102 <para>There is no explicit configuration for the rest of the 103 <application>kdenetwork</application> package, however some individual 104 programs need to be set up with user information.</para> 120 <indexterm zone="kdenetwork kdenetwork-init"> 121 <primary sortas="f-kdenetwork">kdenetwork</primary> 122 </indexterm> 123 124 <para>There is no explicit configuration for the rest of the 125 <application>kdenetwork</application> package, however some individual 126 programs need to be set up with user information.</para> 127 105 128 </sect3> 106 129 … … 110 133 <title>Contents</title> 111 134 112 <para>Major programs in <application>kdenetwork</application> include 113 <command>kdict</command>, 114 <command>kget</command>, 115 <command>knewsticker</command>, 116 <command>kopete</command>, 117 <command>kpf</command>, 118 <command>kppp</command>, 119 <command>krdc</command>, 120 <command>krfb</command>, 121 <command>ksirc</command>, 122 <command>ktalkd</command>, 123 <command>kwifimanager</command> and 124 <command>lisa</command>. 125 </para> 126 127 </sect2> 128 129 <sect2><title>Description</title> 130 131 <sect3><title>kdict</title> 132 <para><command>kdict</command> is a graphical client for the 133 Dictionary Server Protocol (DICT).</para></sect3> 134 135 <sect3><title>kget</title> 136 <para><command>kget</command> allows you to group 137 downloads.</para></sect3> 138 139 <sect3><title>knewsticker</title> 140 <para><command>knewsticker</command> is a news applet for the 141 <acronym>KDE</acronym> Application Launcher Panel.</para></sect3> 142 143 <sect3><title>kopete</title> 144 <para><command>kopete</command> is <acronym>KDE</acronym>'s 145 multi-protocol instant messenger client.</para></sect3> 146 147 <sect3><title>kpf</title> 148 <para><command>kpf</command> allows you to share files over a 149 network.</para></sect3> 150 151 <sect3><title>kppp</title> 152 <para><command>kppp</command> is a dial-up utility.</para></sect3> 153 154 <sect3><title>krdc</title> 155 <para><command>krdc</command> is a client application that allows you to 156 view or even control the desktop session on another machine that is 157 running a compatible (<acronym>VNC</acronym>) server.</para></sect3> 158 159 <sect3><title>krfb</title> 160 <para><command>krfb</command> is a server application that allows you to 161 share your current session with a user on another machine, who can use a 162 <acronym>VNC</acronym> client to view or even control the 163 desktop.</para></sect3> 164 165 <sect3><title>ksirc</title> 166 <para><command>ksirc</command> is a chat client.</para></sect3> 167 168 <sect3><title>ktalkd</title> 169 <para><command>ktalkd</command> is an enhanced <command>talk</command> 170 daemon—a program to handle incoming <command>talk</command> requests, 171 announce them and allow you to respond to them using a talk 172 client.</para></sect3> 173 174 <sect3><title>kwifimanager</title> 175 <para>The <command>kwifimanager</command> suite can be used to 176 configure and monitor wireless <acronym>LAN</acronym> 177 cards.</para></sect3> 178 179 <sect3><title>lisa</title> 180 <para><command>lisa</command> is intended to provide a kind of network 181 neighborhood, but only relying on the 182 <acronym>TCP</acronym>/<acronym>IP</acronym> protocol stack, no 183 <acronym>SMB</acronym> or anything else required.</para></sect3> 135 <segmentedlist> 136 <segtitle>Installed Programs</segtitle> 137 138 <seglistitem> 139 <seg>kdict, kget, knewsticker, kopete, kpf, kppp, krdc, krfb, ksirc, ktalkd, kwifimanager, lisa</seg> 140 </seglistitem> 141 </segmentedlist> 142 143 <variablelist> 144 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 145 <?dbfo list-presentation="list"?> 146 147 <varlistentry id="kdict"> 148 <term><command>kdict</command></term> 149 <listitem> 150 <para> is a graphical client for the Dictionary Server Protocol (DICT).</para> 151 <indexterm zone="kdenetwork kdict"> 152 <primary sortas="b-kdict">Kdict</primary> 153 </indexterm> 154 </listitem> 155 </varlistentry> 156 157 <varlistentry id="kget"> 158 <term><command>kget</command></term> 159 <listitem> 160 <para>allows you to group downloads.</para> 161 <indexterm zone="kdenetwork kget"> 162 <primary sortas="b-kget">Kget</primary> 163 </indexterm> 164 </listitem> 165 </varlistentry> 166 167 <varlistentry id="knewsticker"> 168 <term><command>knewsticker</command></term> 169 <listitem> 170 <para>is a news applet for the <acronym>KDE</acronym> Application Launcher Panel.</para> 171 <indexterm zone="kdenetwork knewsticker"> 172 <primary sortas="b-knewsticker">Knewsticker</primary> 173 </indexterm> 174 </listitem> 175 </varlistentry> 176 177 <varlistentry id="kopete"> 178 <term><command>kopete</command></term> 179 <listitem> 180 <para> is <acronym>KDE</acronym>'s multi-protocol instant messenger client.</para> 181 <indexterm zone="kdenetwork kopete"> 182 <primary sortas="b-kopete">Kopete</primary> 183 </indexterm> 184 </listitem> 185 </varlistentry> 186 187 <varlistentry id="kpf"> 188 <term><command>kpf</command></term> 189 <listitem> 190 <para>allows you to share files over a network.</para> 191 <indexterm zone="kdenetwork kpf"> 192 <primary sortas="b-kpf">Kpf</primary> 193 </indexterm> 194 </listitem> 195 </varlistentry> 196 197 <varlistentry id="kppp"> 198 <term><command>kppp</command></term> 199 <listitem> 200 <para>is a dial-up utility.</para> 201 <indexterm zone="kdenetwork kppp"> 202 <primary sortas="b-kppp">Kppp</primary> 203 </indexterm> 204 </listitem> 205 </varlistentry> 206 207 <varlistentry id="krdc"> 208 <term><command>krdc</command></term> 209 <listitem> 210 <para>is a client application that allows you to view or even control the 211 desktop session on another machine that is running a compatible 212 (<acronym>VNC</acronym>) server.</para> 213 <indexterm zone="kdenetwork krdc"> 214 <primary sortas="b-krdc">Krdc</primary> 215 </indexterm> 216 </listitem> 217 </varlistentry> 218 219 220 <varlistentry id="krfb"> 221 <term><command>krfb</command></term> 222 <listitem> 223 <para> is a server application that allows you to share your current session 224 with a user on another machine, who can use a <acronym>VNC</acronym> 225 client to view or even control the desktop.</para> 226 <indexterm zone="kdenetwork krfb"> 227 <primary sortas="b-krfb">Krfb</primary> 228 </indexterm> 229 </listitem> 230 </varlistentry> 231 232 <varlistentry id="ksirc"> 233 <term><command>ksirc</command></term> 234 <listitem> 235 <para>is a chat client.</para> 236 <indexterm zone="kdenetwork ksirc"> 237 <primary sortas="b-ksirc">Ksirc</primary> 238 </indexterm> 239 </listitem> 240 </varlistentry> 241 242 <varlistentry id="ktalkd"> 243 <term><command>ktalkd</command></term> 244 <listitem> 245 <para>is an enhanced <command>talk</command> daemon—a program to handle 246 incoming <command>talk</command> requests, announce them and allow you to 247 respond to them using a talk client.</para> 248 <indexterm zone="kdenetwork ktalkd"> 249 <primary sortas="b-ktalkd">Ktalkd</primary> 250 </indexterm> 251 </listitem> 252 </varlistentry> 253 254 <varlistentry id="kwifimanager"> 255 <term><command>kwifimanager</command></term> 256 <listitem> 257 <para>is used to configure and monitor wireless <acronym>LAN</acronym> cards.</para> 258 <indexterm zone="kdenetwork kwifimanager"> 259 <primary sortas="b-kwifimanager">Kwifimanager</primary> 260 </indexterm> 261 </listitem> 262 </varlistentry> 263 264 <varlistentry id="lisa"> 265 <term><command>lisa</command></term> 266 <listitem> 267 <para>is intended to provide a kind of network neighborhood, but only relying on 268 the <acronym>TCP</acronym>/<acronym>IP</acronym> protocol stack.</para> 269 <indexterm zone="kdenetwork lisa"> 270 <primary sortas="b-lisa">Lisa</primary> 271 </indexterm> 272 </listitem> 273 </varlistentry> 274 275 </variablelist> 184 276 185 277 </sect2> -
kde/add/kdepim.xml
r73a6304 r898b7bb 14 14 15 15 <sect1 id="kdepim" xreflabel="kdepim-&kde-version;"> 16 16 17 <sect1info> 17 <othername>$LastChangedBy$</othername>18 <date>$Date$</date>18 <othername>$LastChangedBy$</othername> 19 <date>$Date$</date> 19 20 </sect1info> 20 21 <?dbhtml filename="kdepim.html"?> 22 21 23 <title>kdepim-&kde-version;</title> 22 24 23 25 <sect2> 24 26 <title>Introduction to <application>kdepim</application></title> 25 26 <sect3><title>Package information</title> 27 <itemizedlist spacing='compact'> 28 <listitem><para>Download (HTTP): <ulink 29 url="&kdepim-download-http;"/></para></listitem> 30 <listitem><para>Download (FTP): <ulink 31 url="&kdepim-download-ftp;"/></para></listitem> 32 <listitem><para>Download MD5 sum: &kdepim-md5sum;</para></listitem> 33 <listitem><para>Download size: &kdepim-size;</para></listitem> 34 <listitem><para>Estimated disk space required: 35 &kdepim-buildsize;</para></listitem> 36 <listitem><para>Estimated build time: 37 &kdepim-time;</para></listitem></itemizedlist> 27 <indexterm zone="kdepim"> 28 <primary sortas="a-kdepim">kdepim</primary> 29 </indexterm> 30 31 32 <sect3> 33 <title>Package information</title> 34 <itemizedlist spacing='compact'> 35 <listitem><para>Download (HTTP): <ulink url="&kdepim-download-http;"/></para></listitem> 36 <listitem><para>Download (FTP): <ulink url="&kdepim-download-ftp;"/></para></listitem> 37 <listitem><para>Download MD5 sum: &kdepim-md5sum;</para></listitem> 38 <listitem><para>Download size: &kdepim-size;</para></listitem> 39 <listitem><para>Estimated disk space required: &kdepim-buildsize;</para></listitem> 40 <listitem><para>Estimated build time: &kdepim-time;</para></listitem> 41 </itemizedlist> 38 42 </sect3> 39 43 40 <sect3><title><application>kdepim</application> dependencies</title> 41 <sect4><title>Required</title> 42 <para><xref linkend="kdebase"/></para> 44 <sect3> 45 <title><application>kdepim</application> dependencies</title> 46 47 <sect4> 48 <title>Required</title> 49 <para><xref linkend="kdebase"/></para> 43 50 </sect4> 44 51 45 <sect4><title>Recommended</title> 46 <para><xref linkend="libjpeg"/>, 47 <xref linkend="libxml2"/>, 48 <xref linkend="gnupg"/> and 49 <xref linkend="openssl"/></para> 52 <sect4> 53 <title>Recommended</title> 54 <para><xref linkend="libjpeg"/>, 55 <xref linkend="libxml2"/>, 56 <xref linkend="gnupg"/> and 57 <xref linkend="openssl"/> 58 </para> 50 59 </sect4> 51 60 52 61 <sect4><title>Optional</title> 53 <para><xref linkend="pilot-link"/>, 54 <ulink 55 url="http://www.gnupg.org/download/index.html#gpgme">GPGME-0.9.x</ulink> 56 (requires <ulink 57 url="http://www.gnupg.org/download/index.html#libgpg-error">Libgpg-error</ulink> 58 then <ulink 59 url="http://www.gnupg.org/download/index.html#libgcrypt">Libgcrypt</ulink> 60 then <ulink 61 url="http://www.gnupg.org/download/index.html#libassuan">Libassuan</ulink> 62 then <ulink 63 url="http://www.gnupg.org/download/index.html#libksba">Libksba</ulink>, 64 <ulink url="ftp://ftp.gnupg.org/gcrypt/pinentry/">pinentry</ulink>, 65 <ulink url="http://www.gnu.org/software/pth/">Pth</ulink>, 66 <ulink url="http://www.opensc.org/">OpenSC</ulink> and then 67 <ulink 68 url="http://www.gnupg.org/download/index.html#gnupg2">GnuPG-1.9.x</ulink>), 69 <ulink 70 url="http://jasonday.home.att.net/code/libmal/libmal.html">libmal</ulink>, 71 <ulink url="http://www.gnokii.org/">gnokii</ulink>, 72 Bluetooth hardware and driver libraries, 73 <ulink url="http://www.graphviz.org/">GraphViz</ulink> 74 and <xref linkend="doxygen"/></para> 62 <para><xref linkend="pilot-link"/>, 63 <ulink url="http://www.gnupg.org/download/index.html#gpgme">GPGME-0.9.x</ulink> 64 65 (requires <ulink url="http://www.gnupg.org/download/index.html#libgpg-error">Libgpg-error</ulink> 66 then <ulink url="http://www.gnupg.org/download/index.html#libgcrypt">Libgcrypt</ulink> 67 then <ulink url="http://www.gnupg.org/download/index.html#libassuan">Libassuan</ulink> 68 then <ulink url="http://www.gnupg.org/download/index.html#libksba">Libksba</ulink>, 69 <ulink url="ftp://ftp.gnupg.org/gcrypt/pinentry/">pinentry</ulink>, 70 <ulink url="http://www.gnu.org/software/pth/">Pth</ulink>, 71 <ulink url="http://www.opensc.org/">OpenSC</ulink> and then 72 <ulink url="http://www.gnupg.org/download/index.html#gnupg2">GnuPG-1.9.x</ulink>), 73 74 <ulink url="http://jasonday.home.att.net/code/libmal/libmal.html">libmal</ulink>, 75 <ulink url="http://www.gnokii.org/">gnokii</ulink>, 76 Bluetooth hardware and driver libraries, 77 <ulink url="http://www.graphviz.org/">GraphViz</ulink> 78 and <xref linkend="doxygen"/> 79 </para> 75 80 </sect4> 76 81 </sect3> … … 85 90 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 86 91 --disable-dependency-tracking && 87 make && 88 make install</command></userinput></screen> 89 90 <note><para>If you wish to create the <acronym>API</acronym> documentation and 91 you have <application>Doxygen</application> and 92 <application>GraphViz</application> installed, <command>make apidox</command> 93 must be done before <command>make install</command>.</para></note> 94 92 make</command></userinput></screen> 93 94 <note> 95 <para>If you wish to create the <acronym>API</acronym> documentation and 96 you have <application>Doxygen</application> and 97 <application>GraphViz</application> installed, <command>make apidox</command> 98 must be done before <command>make install</command>. 99 </para> 100 </note> 101 102 <para>Now, as the root user:</para> 103 104 <screen><userinput role='root'><command>make install</command></userinput></screen> 95 105 </sect2> 96 106 … … 98 108 <title>Contents</title> 99 109 100 <para>Major programs in <application>kdepim</application> include 101 <command>kaddressbook</command>, 102 <command>kalarm</command>, 103 <command>kandy</command>, 104 <command>karm</command>, 105 <command>kgpgcertmanager</command>, 106 <command>kmail</command>, 107 <command>knode</command>, 108 <command>knotes</command>, 109 <command>konsolekalendar</command>, 110 <command>kontact</command> 111 <command>korganizer</command>, 112 <command>korn</command> and 113 <command>kpilot</command>. 114 </para> 115 110 <segmentedlist> 111 <segtitle>Installed Programs</segtitle> 112 113 <seglistitem> 114 <seg>kaddressbook, kalarm, kandy, karm, kgpgcertmanager, kmail, knode, knotes, 115 konsolekalendar, kontact, korganizer, korn, kpilot</seg> 116 </seglistitem> 117 </segmentedlist> 118 119 <variablelist> 120 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 121 <?dbfo list-presentation="list"?> 122 123 <varlistentry id="kaddressbook"> 124 <term><command>kaddressbook</command></term> 125 <listitem> 126 <para>is the <acronym>KDE</acronym> address book.</para> 127 <indexterm zone="kdepim kaddressbook"> 128 <primary sortas="b-kaddressbook">Kaddressbook</primary> 129 </indexterm> 130 </listitem> 131 </varlistentry> 132 133 <varlistentry id="kalarm"> 134 <term><command>kalarm</command></term> 135 <listitem> 136 <para>is a system to provide reminder messages.</para> 137 <indexterm zone="kdepim kalarm"> 138 <primary sortas="b-kalarm">Kalarm</primary> 139 </indexterm> 140 </listitem> 141 </varlistentry> 142 143 <varlistentry id="kandy"> 144 <term><command>kandy</command></term> 145 <listitem> 146 <para>is a program to synchronize mobile phone numbers.</para> 147 <indexterm zone="kdepim kandy"> 148 <primary sortas="b-kandy">Kandy</primary> 149 </indexterm> 150 </listitem> 151 </varlistentry> 152 153 <varlistentry id="karm"> 154 <term><command>karm</command></term> 155 <listitem> 156 <para> is a personal time tracker.</para> 157 <indexterm zone="kdepim karm"> 158 <primary sortas="b-karm">Karm</primary> 159 </indexterm> 160 </listitem> 161 </varlistentry> 162 163 <varlistentry id="kgpgcertmanager"> 164 <term><command>kgpgcertmanager</command></term> 165 <listitem> 166 <para>is a tool for managing X509 certificates.</para> 167 <indexterm zone="kdepim kgpgcertmanager"> 168 <primary sortas="b-kgpgcertmanager">Kgpgcertmanager</primary> 169 </indexterm> 170 </listitem> 171 </varlistentry> 172 173 <varlistentry id="kmail"> 174 <term><command>kmail</command></term> 175 <listitem> 176 <para>is <acronym>KDE</acronym>'s email client.</para> 177 <indexterm zone="kdepim kmail"> 178 <primary sortas="b-kmail">Kmail</primary> 179 </indexterm> 180 </listitem> 181 </varlistentry> 182 183 <varlistentry id="knode"> 184 <term><command>knode</command></term> 185 <listitem> 186 <para> is the <acronym>KDE</acronym> newsreader.</para> 187 <indexterm zone="kdepim knode"> 188 <primary sortas="b-knode">Knode</primary> 189 </indexterm> 190 </listitem> 191 </varlistentry> 192 193 <varlistentry id="knotes"> 194 <term><command>knotes</command></term> 195 <listitem> 196 <para> is a popup notes utility.</para> 197 <indexterm zone="kdepim knotes"> 198 <primary sortas="b-knotes">Knotes</primary> 199 </indexterm> 200 </listitem> 201 </varlistentry> 202 203 <varlistentry id="konsolehelper"> 204 <term><command>konsolehelper</command></term> 205 <listitem> 206 <para>is a command line interface to <acronym>KDE</acronym> calendars.</para> 207 <indexterm zone="kdepim konsolehelper"> 208 <primary sortas="b-konsolehelper">Konsolehelper</primary> 209 </indexterm> 210 </listitem> 211 </varlistentry> 212 213 <varlistentry id="kontact"> 214 <term><command>kontact</command></term> 215 <listitem> 216 <para>is the integrated solution to personal information management 217 (<acronym>PIM</acronym>) needs.</para> 218 <indexterm zone="kdepim kontact"> 219 <primary sortas="b-kontact">Kontact</primary> 220 </indexterm> 221 </listitem> 222 </varlistentry> 223 224 <varlistentry id="korganizer"> 225 <term><command>korganizer</command></term> 226 <listitem> 227 <para>is a personal calendar/todo system.</para> 228 <indexterm zone="kdepim korganizer"> 229 <primary sortas="b-korganizer">Korganizer</primary> 230 </indexterm> 231 </listitem> 232 </varlistentry> 233 234 <varlistentry id="korn"> 235 <term><command>korn</command></term> 236 <listitem> 237 <para>is a <acronym>KDE</acronym> mail checker that has the capabilities to 238 dock itself to <command>kicker</command>.</para> 239 <indexterm zone="kdepim korn"> 240 <primary sortas="b-korn">Korn</primary> 241 </indexterm> 242 </listitem> 243 </varlistentry> 244 245 <varlistentry id="kpilot"> 246 <term><command>kpilot</command></term> 247 <listitem> 248 <para>is a program to synchronize a Palm-Pilot.</para> 249 <indexterm zone="kdepim kpilot"> 250 <primary sortas="b-kpilot">Kpilot</primary> 251 </indexterm> 252 </listitem> 253 </varlistentry> 254 255 </variablelist> 116 256 </sect2> 117 257 118 <sect2><title>Description</title>119 120 <sect3><title>kaddressbook</title>121 <para><command>kaddressbook</command> is the <acronym>KDE</acronym>122 address book.</para></sect3>123 124 <sect3><title>kalarm</title>125 <para><command>kalarm</command> is a system to provide reminder126 messages.</para></sect3>127 128 <sect3><title>kandy</title>129 <para><command>kandy</command> is a program to synchronize mobile phone130 numbers.</para></sect3>131 132 <sect3><title>karm</title>133 <para><command>karm</command> is a personal time tracker.</para></sect3>134 135 <sect3><title>kgpgcertmanager</title>136 <para><command>kgpgcertmanager</command> is a tool for managing X509137 certificates.</para></sect3>138 139 <sect3><title>kmail</title>140 <para><command>kmail</command> is <acronym>KDE</acronym>'s email141 client.</para></sect3>142 143 <sect3><title>knode</title>144 <para><command>knode</command> is the <acronym>KDE</acronym>145 newsreader.</para></sect3>146 147 <sect3><title>knotes</title>148 <para><command>knotes</command> is a popup notes utility.</para></sect3>149 150 <sect3><title>konsolekalendar</title>151 <para><command>konsolekalendar</command> is a command line interface152 to <acronym>KDE</acronym> calendars.</para></sect3>153 154 <sect3><title>kontact</title>155 <para><command>kontact</command> is the integrated solution to156 personal information management (<acronym>PIM</acronym>) needs.</para></sect3>157 158 <sect3><title>korganizer</title>159 <para><command>korganizer</command> is a personal calendar/todo160 system.</para></sect3>161 162 <sect3><title>korn</title>163 <para><command>korn</command> is a <acronym>KDE</acronym> mail checker164 that has the capabilities to dock itself to165 <command>kicker</command>.</para></sect3>166 167 <sect3><title>kpilot</title>168 <para><command>kpilot</command> is a program to synchronize a169 Palm-Pilot.</para></sect3>170 171 </sect2>172 173 258 </sect1> -
kde/add/kdesdk.xml
r73a6304 r898b7bb 14 14 15 15 <sect1 id="kdesdk"> 16 16 17 <sect1info> 17 <othername>$LastChangedBy$</othername>18 <date>$Date$</date>18 <othername>$LastChangedBy$</othername> 19 <date>$Date$</date> 19 20 </sect1info> 21 20 22 <?dbhtml filename="kdesdk.html"?> 21 23 <title><application>kdesdk</application>-&kde-version;</title> 24 25 <indexterm zone="kdesdk"> 26 <primary sortas="a-kdesdk">kdesdk</primary> 27 </indexterm> 22 28 23 29 <sect2> 24 30 <title>Introduction to <application>kdesdk</application></title> 25 31 26 <sect3><title>Package information</title> 27 <itemizedlist spacing='compact'> 28 <listitem><para>Download (HTTP): <ulink 29 url="&kdesdk-download-http;"/></para></listitem> 30 <listitem><para>Download (FTP): <ulink 31 url="&kdesdk-download-ftp;"/></para></listitem> 32 <listitem><para>Download MD5 sum: &kdesdk-md5sum;</para></listitem> 33 <listitem><para>Download size: &kdesdk-size;</para></listitem> 34 <listitem><para>Estimated disk space required: 35 &kdesdk-buildsize;</para></listitem> 36 <listitem><para>Estimated build time: 37 &kdesdk-time;</para></listitem></itemizedlist> 32 <sect3> 33 <title>Package information</title> 34 <itemizedlist spacing='compact'> 35 <listitem><para>Download (HTTP): <ulink url="&kdesdk-download-http;"/></para></listitem> 36 <listitem><para>Download (FTP): <ulink url="&kdesdk-download-ftp;"/></para></listitem> 37 <listitem><para>Download MD5 sum: &kdesdk-md5sum;</para></listitem> 38 <listitem><para>Download size: &kdesdk-size;</para></listitem> 39 <listitem><para>Estimated disk space required: &kdesdk-buildsize;</para></listitem> 40 <listitem><para>Estimated build time: &kdesdk-time;</para></listitem> 41 </itemizedlist> 38 42 </sect3> 39 43 40 <sect3><title>Additional downloads</title> 41 <itemizedlist spacing="compact"> 42 <listitem><para>Required patch for Berkeley DB: <ulink 43 url="&patch-root;/kdesdk-&kde-version;-db43-1.patch"/></para> 44 </listitem></itemizedlist> 44 <sect3> 45 <title>Additional downloads</title> 46 <itemizedlist spacing="compact"> 47 <listitem><para>Required patch for Berkeley DB: 48 <ulink url="&patch-root;/kdesdk-&kde-version;-db43-1.patch"/></para> 49 </listitem> 50 </itemizedlist> 45 51 </sect3> 46 52 47 <sect3><title><application>kdesdk</application> dependencies</title> 48 <sect4><title>Required</title> 49 <para><xref linkend="kdebase"/></para> 53 <sect3> 54 <title><application>kdesdk</application> dependencies</title> 55 56 <sect4> 57 <title>Required</title> 58 <para><xref linkend="kdebase"/></para> 50 59 </sect4> 51 60 52 <sect4><title>Recommended</title> 53 <para><xref linkend="libjpeg"/>, 54 <xref linkend="libxml2"/> and 55 <xref linkend="db"/></para> 61 <sect4> 62 <title>Recommended</title> 63 <para><xref linkend="libjpeg"/>, 64 <xref linkend="libxml2"/>, and 65 <xref linkend="db"/></para> 56 66 </sect4> 57 67 </sect3> … … 62 72 <title>Installation of <application>kdesdk</application></title> 63 73 64 <para>If you have Berkeley DB installed, apply 65 the following patch:</para> 74 <para>If you have Berkeley DB installed, apply the following patch:</para> 66 75 67 76 <screen><userinput><command>patch -Np1 -i ../kdesdk-&kde-version;-db43-1.patch</command></userinput></screen> … … 71 80 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 72 81 --disable-dependency-tracking && 73 make && 74 make install</command></userinput></screen> 82 make</command></userinput></screen> 75 83 84 <para>Now, as the root user:</para> 85 86 <screen><userinput role='root'><command>make install</command></userinput></screen> 76 87 </sect2> 77 88 78 89 <sect2> 79 <title>Contents</title>90 <title>Contents</title> 80 91 81 <para>Major programs in <application>kdesdk</application> include 82 <command>cervisia</command>, 83 <command>kbabel</command>, 84 <command>kcachegrind</command>, 85 <command>kompare</command> and 86 <command>umbrello</command>.</para> 92 <segmentedlist> 93 <segtitle>Installed Programs</segtitle> 94 95 <seglistitem> 96 <seg>cervisia, kbabel, kcachegrind, kompare, umbrello</seg> 97 </seglistitem> 98 </segmentedlist> 99 100 <variablelist> 101 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 102 <?dbfo list-presentation="list"?> 87 103 104 <varlistentry id="cervisia"> 105 <term><command>cervisia</command></term> 106 <listitem> 107 <para>provides a graphical view of <acronym>CVS</acronym>.</para> 108 <indexterm zone="kdesdk cervisia"> 109 <primary sortas="b-cervisia">Cervisia</primary> 110 </indexterm> 111 </listitem> 112 </varlistentry> 113 114 <varlistentry id="kbabel"> 115 <term><command>kbabel</command></term> 116 <listitem> 117 <para>is a suite of an advanced <acronym>PO</acronym> file editor comprising 118 <command>kbabel</command>, a multi functional <command>catalogmanager</command> 119 and a dictionary for translators <command>kbabeldict</command>.</para> 120 <indexterm zone="kdesdk kbabel"> 121 <primary sortas="b-kbabel">Kbabel</primary> 122 </indexterm> 123 </listitem> 124 </varlistentry> 125 126 <varlistentry id="kcachegrind"> 127 <term><command>kcachegrind</command></term> 128 <listitem> 129 <para>is a <acronym>KDE</acronym> frontend for <command>cachegrind</command>, part of 130 <application>Valgrind</application>.</para> 131 <indexterm zone="kdesdk kcachegrind"> 132 <primary sortas="b-kcachegrind">Kcachegrind</primary> 133 </indexterm> 134 </listitem> 135 </varlistentry> 136 137 <varlistentry id="kompare"> 138 <term><command>kompare</command></term> 139 <listitem> 140 <para>is a program to view the differences between files.</para> 141 <indexterm zone="kdesdk kompare"> 142 <primary sortas="b-kompare">Kompare</primary> 143 </indexterm> 144 </listitem> 145 </varlistentry> 146 147 <varlistentry id="umbrello"> 148 <term><command>umbrello</command></term> 149 <listitem> 150 <para>is a <acronym>UML</acronym> modelling diagram tool.</para> 151 <indexterm zone="kdesdk umbrello"> 152 <primary sortas="b-umbrello">Umbrello</primary> 153 </indexterm> 154 </listitem> 155 </varlistentry> 156 157 </variablelist> 88 158 </sect2> 89 90 <sect2><title>Description</title>91 92 <sect3><title>cervisia</title>93 <para><command>cervisia</command> provides a graphical view of94 <acronym>CVS</acronym>.</para></sect3>95 96 <sect3><title>kbabel</title>97 <para><command>kbabel</command> is a suite of an advanced98 <acronym>PO</acronym> file editor comprising <command>kbabel</command>,99 a multi functional <command>catalogmanager</command> and a dictionary100 for translators <command>kbabeldict</command>.</para></sect3>101 102 <sect3><title>kcachegrind</title>103 <para><command>kcachegrind</command> is a <acronym>KDE</acronym>104 frontend for <command>cachegrind</command>, part of105 <application>Valgrind</application>.</para></sect3>106 107 <sect3><title>kompare</title>108 <para><command>kompare</command> is a program to view the differences109 between files.</para></sect3>110 111 <sect3><title>umbrello</title>112 <para><command>umbrello</command> is a <acronym>UML</acronym> modelling113 diagram tool.</para></sect3>114 115 </sect2>116 117 159 </sect1> -
kde/add/kdeutils.xml
r73a6304 r898b7bb 15 15 <sect1 id="kdeutils"> 16 16 <sect1info> 17 <othername>$LastChangedBy$</othername>18 <date>$Date$</date>17 <othername>$LastChangedBy$</othername> 18 <date>$Date$</date> 19 19 </sect1info> 20 20 21 <?dbhtml filename="kdeutils.html"?> 21 22 <title><application>kdeutils</application>-&kde-version;</title> 22 23 24 <indexterm zone="kdeutils"> 25 <primary sortas="a-kdeutils">kdeutils</primary> 26 </indexterm> 27 23 28 <sect2> 24 29 <title>Introduction to <application>kdeutils</application></title> 25 30 26 <sect3><title>Package information</title> 27 <itemizedlist spacing='compact'> 28 <listitem><para>Download (HTTP): <ulink 29 url="&kdeutils-download-http;"/></para></listitem> 30 <listitem><para>Download (FTP): <ulink 31 url="&kdeutils-download-ftp;"/></para></listitem> 32 <listitem><para>Download MD5 sum: &kdeutils-md5sum;</para></listitem> 33 <listitem><para>Download size: &kdeutils-size;</para></listitem> 34 <listitem><para>Estimated disk space required: 35 &kdeutils-buildsize;</para></listitem> 36 <listitem><para>Estimated build time: 37 &kdeutils-time;</para></listitem></itemizedlist> 31 <sect3> 32 <title>Package information</title> 33 <itemizedlist spacing='compact'> 34 <listitem><para>Download (HTTP): <ulink url="&kdeutils-download-http;"/></para></listitem> 35 <listitem><para>Download (FTP): <ulink url="&kdeutils-download-ftp;"/></para></listitem> 36 <listitem><para>Download MD5 sum: &kdeutils-md5sum;</para></listitem> 37 <listitem><para>Download size: &kdeutils-size;</para></listitem> 38 <listitem><para>Estimated disk space required: &kdeutils-buildsize;</para></listitem> 39 <listitem><para>Estimated build time: &kdeutils-time;</para></listitem> 40 </itemizedlist> 38 41 </sect3> 39 42 40 <sect3><title><application>kdeutils</application> dependencies</title> 41 <sect4><title>Required</title> 42 <para><xref linkend="kdebase"/></para> 43 <sect3> 44 <title><application>kdeutils</application> dependencies</title> 45 46 <sect4> 47 <title>Required</title> 48 <para><xref linkend="kdebase"/></para> 43 49 </sect4> 44 50 45 <sect4><title>Recommended</title> 46 <para><xref linkend="libjpeg"/> and <xref linkend="libxml2"/></para> 51 <sect4> 52 <title>Recommended</title> 53 <para><xref linkend="libjpeg"/> and 54 <xref linkend="libxml2"/> 55 </para> 47 56 </sect4> 48 57 49 <sect4><title>Optional</title> 50 <para><ulink url="http://www.net-snmp.org/">Net-SNMP</ulink> and 51 <ulink url="http://tpctl.sourceforge.net/">tpctl</ulink></para> 58 <sect4> 59 <title>Optional</title> 60 <para> 61 <ulink url="http://www.net-snmp.org/">Net-SNMP</ulink> and 62 <ulink url="http://tpctl.sourceforge.net/">tpctl</ulink> 63 </para> 52 64 </sect4> 53 65 </sect3> … … 61 73 <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \ 62 74 --disable-dependency-tracking && 63 make && 64 make install</command></userinput></screen> 75 make</command></userinput></screen> 76 77 <para>Now, as the root user:</para> 78 79 <screen><userinput role='root'><command>make install</command></userinput></screen> 65 80 66 81 </sect2> … … 69 84 <title>Contents</title> 70 85 71 <para>Major programs in <application>kdeutils</application> include 72 <command>ark</command>, 73 <command>irkick</command>, 74 <command>kcalc</command>, 75 <command>kcharselect</command>, 76 <command>kcmlirc</command>, 77 <command>kdepasswd</command>, 78 <command>kdf</command>, 79 <command>kedit</command>, 80 <command>kfloppy</command>, 81 <command>kgpg</command>, 82 <command>khexedit</command>, 83 <command>kjots</command>, 84 <command>ksim</command>, 85 <command>kregexpeditor</command>, 86 <command>ktimer</command> and 87 <command>kwallet</command>.</para> 88 86 <segmentedlist> 87 <segtitle>Installed Program(s)</segtitle> 88 89 <seglistitem> 90 <seg>ark, irkick, kcalc, kcharselect, kcmlirc, kdepasswd, kdf, kedit, kfloppy, 91 kgpg, khexedit, kjots, ksim, kregexpeditor, ktimer, kwallet</seg> 92 </seglistitem> 93 </segmentedlist> 94 95 <variablelist> 96 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 97 <?dbfo list-presentation="list"?> 98 99 <varlistentry id="ark"> 100 <term><command>ark</command></term> 101 <listitem> 102 <para>is an archiving tool..</para> 103 <indexterm zone="kdeutils ark"> 104 <primary sortas="b-ark">Ark</primary> 105 </indexterm> 106 </listitem> 107 </varlistentry> 108 109 <varlistentry id="irkick"> 110 <term><command>irkick</command></term> 111 <listitem> 112 <para> is the infrastructure for <acronym>KDE</acronym>'s Infrared Remote Control 113 functionality; <command>irkick</command> is the server component of that 114 infrastructure.</para> 115 <indexterm zone="kdeutils irkick"> 116 <primary sortas="b-irkick">Irkick</primary> 117 </indexterm> 118 </listitem> 119 </varlistentry> 120 121 <varlistentry id="kcalc"> 122 <term><command>kcalc</command></term> 123 <listitem> 124 <para>is a scientific calculator.</para> 125 <indexterm zone="kdeutils kcalc"> 126 <primary sortas="b-kcalc">Kcalc</primary> 127 </indexterm> 128 </listitem> 129 </varlistentry> 130 131 <varlistentry id="kcharselect"> 132 <term><command>kcharselect</command></term> 133 <listitem> 134 <para>is a character selector applet.</para> 135 <indexterm zone="kdeutils kcharselect"> 136 <primary sortas="b-kcharselect">Kcharselect</primary> 137 </indexterm> 138 </listitem> 139 </varlistentry> 140 141 <varlistentry id="kdepasswd"> 142 <term><command>kdepasswd</command></term> 143 <listitem> 144 <para> is a password managing utility.</para> 145 <indexterm zone="kdeutils kdepasswd"> 146 <primary sortas="b-kdepasswd">Kdepasswd</primary> 147 </indexterm> 148 </listitem> 149 </varlistentry> 150 151 <varlistentry id="kdf"> 152 <term><command>kdf</command></term> 153 <listitem> 154 <para>is a disk usage viewer.</para> 155 <indexterm zone="kdeutils kdf"> 156 <primary sortas="b-kdf">Kdf</primary> 157 </indexterm> 158 </listitem> 159 </varlistentry> 160 161 <varlistentry id="kedit"> 162 <term><command>kedit</command></term> 163 <listitem> 164 <para>is a text editor.</para> 165 <indexterm zone="kdeutils kedit"> 166 <primary sortas="b-kedit">Kedit</primary> 167 </indexterm> 168 </listitem> 169 </varlistentry> 170 171 <varlistentry id="kfloppy"> 172 <term><command>kfloppy</command></term> 173 <listitem> 174 <para>is a floppy formatter.</para> 175 <indexterm zone="kdeutils kfloppy"> 176 <primary sortas="b-kfloppy">Kfloppy</primary> 177 </indexterm> 178 </listitem> 179 </varlistentry> 180 181 <varlistentry id="kgpg"> 182 <term><command>kgpg</command></term> 183 <listitem> 184 <para>a simple graphical interface for <xref linkend="gnupg"/>.</para> 185 <indexterm zone="kdeutils kgpg"> 186 <primary sortas="b-kgpg">Kgpg</primary> 187 </indexterm> 188 </listitem> 189 </varlistentry> 190 191 <varlistentry id="khexedit"> 192 <term><command>khexedit</command></term> 193 <listitem> 194 <para>is a binary editor.</para> 195 <indexterm zone="kdeutils khexedit"> 196 <primary sortas="b-khexedit">Khexedit</primary> 197 </indexterm> 198 </listitem> 199 </varlistentry> 200 201 <varlistentry id="kjots"> 202 <term><command>kjots</command></term> 203 <listitem> 204 <para>is a note taker.</para> 205 <indexterm zone="kdeutils kjots"> 206 <primary sortas="b-kjots">Kjots</primary> 207 </indexterm> 208 </listitem> 209 </varlistentry> 210 211 <varlistentry id="kregexpeditor"> 212 <term><command>kregexpeditor</command></term> 213 <listitem> 214 <para>is an editor for editing regular expressions in a graphical style (in 215 contrast to the <acronym>ASCII</acronym> syntax).</para> 216 <indexterm zone="kdeutils kregexpeditor"> 217 <primary sortas="b-kregexpeditor">Kregexpeditor</primary> 218 </indexterm> 219 </listitem> 220 </varlistentry> 221 222 <varlistentry id="ktimer"> 223 <term><command>ktimer</command></term> 224 <listitem> 225 <para>is a task scheduler.</para> 226 <indexterm zone="kdeutils ktimer"> 227 <primary sortas="b-ktimer">Ktimer</primary> 228 </indexterm> 229 </listitem> 230 </varlistentry> 231 232 </variablelist> 89 233 </sect2> 90 91 <sect2><title>Description</title>92 93 <sect3><title>ark</title>94 <para><command>ark</command> is an archiving tool.</para></sect3>95 96 <sect3><title>irkick</title>97 <para><command>irkick</command> is the infrastructure for98 <acronym>KDE</acronym>'s Infrared Remote Control functionality;99 <command>irkick</command> is the server component of that100 infrastructure.</para></sect3>101 102 <sect3><title>kcalc</title>103 <para><command>kcalc</command> is a scientific104 calculator.</para></sect3>105 106 <sect3><title>kcharselect</title>107 <para><command>kcharselect</command> is a character selector108 applet.</para></sect3>109 110 <sect3><title>kdepasswd</title>111 <para><command>kdepasswd</command> is a password managing112 utility.</para></sect3>113 114 <sect3><title>kdf</title>115 <para><command>kdf</command> is a disk usage viewer.</para></sect3>116 117 <sect3><title>kedit</title>118 <para><command>kedit</command> is a text editor.</para></sect3>119 120 <sect3><title>kfloppy</title>121 <para><command>kfloppy</command> is a floppy formatter.</para></sect3>122 123 <sect3><title>kgpg</title>124 <para><command>kgpg</command> is a simple graphical interface for125 <xref linkend="gnupg"/>.</para></sect3>126 127 <sect3><title>khexedit</title>128 <para><command>khexedit</command> is a binary editor.</para></sect3>129 130 <sect3><title>kjots</title>131 <para><command>kjots</command> is a note taker.</para></sect3>132 133 <sect3><title>kregexpeditor</title>134 <para><command>kregexpeditor</command> is an editor for editing regular135 expressions in a graphical style (in contrast to the136 <acronym>ASCII</acronym> syntax).</para></sect3>137 138 <sect3><title>ktimer</title>139 <para><command>ktimer</command> is a task scheduler.</para></sect3>140 141 </sect2>142 143 234 </sect1> -
postlfs/config/config.xml
r73a6304 r898b7bb 15 15 We hope to cover these issues in this chapter.</para> 16 16 17 <para>Most people coming from a Windows backgroundto Linux find the17 <para>Most people coming from non-Unix like backgrounds to Linux find the 18 18 concept of text-only configuration files slightly strange. In Linux, 19 19 just about all configuration is done via text files. The majority of … … 23 23 of editing the file. The advantage of text-only configuration is that 24 24 you can edit parameters using your favorite text editor, whether that 25 be <command>vim</command>, <command>emacs</command> or anything else.</para>25 be <command>vim</command>, <command>emacs</command>, or anything else.</para> 26 26 27 27 <para>The first task is making a recovery diskette because it's the most 28 28 critical need. Then the system is configured to ease addition of 29 new users, in "Configuring for Adding Users", because this 30 can affect the choices you make in the two subsequent topics - 31 "The Bash Shell Startup Files" and "The /etc/vimrc and ~/.vimrc" 32 Files.</para> 29 new users, in <xref linkend="postlfs-config-bootdisk"/>, because this 30 can affect the choices you make in the two subsequent topics—<xref 31 linkend="postlfs-config-profile"/> and <xref linkend="postlfs-config-vimrc"/>.</para> 33 32 34 <para> The remaining topics, "Customizing your Logon with /etc/issue",35 "The /etc/shells File", "Random number generation", "Compressing man and info36 pages" page issues", "Automate Mounting of Removable File Systems"and37 "Configuring for Network Filesystems"are then addressed, in that order. They33 <para> The remaining topics, <xref linkend="postlfs-config-logon"/>, 34 <xref linkend="postlfs-config-shells"/>, <xref linkend="postlfs-config-random"/>, 35 <xref linkend="compressdoc"/>, <xref linkend="autofs"/>, and 36 <xref linkend="postlfs-config-netfs"/> are then addressed, in that order. They 38 37 don't have much interaction with the other topics in this chapter.</para> 39 38
Note:
See TracChangeset
for help on using the changeset viewer.