source: kde/add/kdeedu.xml@ d33b066

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 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
Last change on this file since d33b066 was d33b066, checked in by Bruce Dubbs <bdubbs@…>, 17 years ago

Updated to kde-3.5.6

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

  • Property mode set to 100644
File size: 9.2 KB
RevLine 
[60384c68]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[60384c68]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
[247ca02]6 <!ENTITY kdeedu-download-http "&kde-download-http;/kdeedu-&kde-version;.tar.bz2">
7 <!ENTITY kdeedu-download-ftp "&kde-download-ftp;/kdeedu-&kde-version;.tar.bz2">
[d33b066]8 <!ENTITY kdeedu-md5sum "6017317b133d973e7fc8a279a81f37a1">
9 <!ENTITY kdeedu-size "28.7 MB">
10 <!ENTITY kdeedu-buildsize "200 MB">
11 <!ENTITY kdeedu-time "7.0 SBU">
[60384c68]12]>
13
[c4d2a14]14<sect1 id="kdeedu" xreflabel="kdeedu-&kde-version;">
15 <?dbhtml filename="kdeedu.html"?>
16
17 <sect1info>
18 <othername>$LastChangedBy$</othername>
19 <date>$Date$</date>
20 </sect1info>
21
[247ca02]22 <title>Kdeedu-&kde-version;</title>
[c4d2a14]23
24 <indexterm zone="kdeedu">
25 <primary sortas="a-kdeedu">Kdeedu</primary>
26 </indexterm>
27
28 <sect2 role="package">
[247ca02]29 <title>Introduction to Kdeedu</title>
[c4d2a14]30
[90bd3c1b]31 <para><application>Kdeedu</application> provides
32 <application>KDE</application> programs useful in learning. Programs
33 include a touch typing tutor, a program to help revise/teach Latin, a
34 desktop planetarium, an application to study Spanish verbforms, and the
[6473e74]35 classic hangman game for children.</para>
[90bd3c1b]36
[c4d2a14]37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing='compact'>
39 <listitem>
40 <para>Download (HTTP): <ulink url="&kdeedu-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&kdeedu-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &kdeedu-md5sum;</para></listitem>
47 <listitem>
48 <para>Download size: &kdeedu-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &kdeedu-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &kdeedu-time;</para>
55 </listitem>
56 </itemizedlist>
[589e525]57<!--
[4b69cf79]58 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
59 <itemizedlist spacing='compact'>
60 <listitem>
61 <para>Required patch: <ulink
62 url="ftp://ftp.kde.org/pub/kde/security_patches/post-3.4.2-kdeedu.diff"/></para>
63 </listitem>
64 </itemizedlist>
[589e525]65-->
[247ca02]66 <bridgehead renderas="sect3">Kdeedu Dependencies</bridgehead>
[c4d2a14]67
68 <bridgehead renderas="sect4">Required</bridgehead>
[91cb43ad]69 <para role="required"><xref linkend="kdebase"/></para>
[c4d2a14]70
71 <bridgehead renderas="sect4">Recommended</bridgehead>
[91cb43ad]72 <para role="recommended"><xref linkend="libjpeg"/> and
[247ca02]73 <xref linkend="libxml2"/></para>
[c4d2a14]74
75 <bridgehead renderas="sect4">Optional</bridgehead>
[91cb43ad]76 <para role="optional"><ulink
[d33b066]77 url="http://www.boost.org/libs/python/doc/index.html">Boost.Python</ulink>,
78 <ulink url="http://pauillac.inria.fr/ocaml/">OCaml</ulink>, and
79 <ulink url="http://www.recherche.enac.fr/opti/facile/">FaCiLe module
80 for OCaml</ulink>.
81
82 </para>
[c4d2a14]83
[a3ef34c2]84 <para condition="html" role="usernotes">User Notes:
85 <ulink url="&blfs-wiki;/kdeedu"/></para>
86
[c4d2a14]87 </sect2>
88
89 <sect2 role="installation">
[247ca02]90 <title>Installation of Kdeedu</title>
[c4d2a14]91
92 <para>Install <application>kdeedu</application> with:</para>
93
[589e525]94<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
[60384c68]95 --disable-dependency-tracking &amp;&amp;
[c4d2a14]96make</userinput></screen>
97
[d33b066]98 <para>This package does not come with a test suite.</para>
99
[c4d2a14]100 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
101
102<screen role="root"><userinput>make install</userinput></screen>
[9f271dd]103
[c4d2a14]104 </sect2>
105
106 <sect2 role="content">
107 <title>Contents</title>
108
109 <segmentedlist>
110 <segtitle>Installed Programs</segtitle>
111 <segtitle>Installed Libraries</segtitle>
112 <segtitle>Installed Directories</segtitle>
[9f271dd]113
[c4d2a14]114 <seglistitem>
115 <seg>flashkard, kalzium, kbruch, keduca, khangman, kig, kiten,
116 klettres, kmathtool, kmessedwords, kmplot, kpercentage, kstars, ktouch,
117 kverbos, and kvoctrain</seg>
[d5bca7b6]118 <seg>Several kdeedu specific libraries</seg>
119 <seg>Several subdirectories of $KDE_PREFIX/share</seg>
[c4d2a14]120 </seglistitem>
121 </segmentedlist>
[9f271dd]122
[c4d2a14]123 <variablelist>
124 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
125 <?dbfo list-presentation="list"?>
126 <?dbhtml list-presentation="table"?>
127
128 <varlistentry id="kalzium">
129 <term><command>kalzium</command></term>
130 <listitem>
131 <para>is a program which shows you the Periodic System of Elements.</para>
132 <indexterm zone="kdeedu kalzium">
133 <primary sortas="b-kalzium">kalzium</primary>
134 </indexterm>
135 </listitem>
136 </varlistentry>
137
138 <varlistentry id="kbruch">
139 <term><command>kbruch</command></term>
140 <listitem>
141 <para>is a small program to generate tasks with fractions.</para>
142 <indexterm zone="kdeedu kbruch">
143 <primary sortas="b-kbruch">kbruch</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147
148 <varlistentry id="keduca">
149 <term><command>keduca</command></term>
150 <listitem>
[00c8453]151 <para>is flash card application, which allows you to make
[c4d2a14]152 interactive form based tests..</para>
153 <indexterm zone="kdeedu keduca">
154 <primary sortas="b-keduca">keduca</primary>
155 </indexterm>
156 </listitem>
157 </varlistentry>
158
159 <varlistentry id="khangman">
160 <term><command>khangman</command></term>
161 <listitem>
[00c8453]162 <para>is the classical hangman game for children, adapted for
[247ca02]163 <application>KDE</application>.</para>
[c4d2a14]164 <indexterm zone="kdeedu khangman">
165 <primary sortas="b-khangman">khangman</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 <varlistentry id="kig">
171 <term><command>kig</command></term>
172 <listitem>
[00c8453]173 <para>is a <application>KDE</application> application for
[247ca02]174 Interactive Geometry.</para>
[c4d2a14]175 <indexterm zone="kdeedu kig">
176 <primary sortas="b-kig">kig</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 <varlistentry id="kiten">
182 <term><command>kiten</command></term>
183 <listitem>
[00c8453]184 <para>is a Japanese reference/study tool for
[247ca02]185 <application>KDE</application>.</para>
[c4d2a14]186 <indexterm zone="kdeedu kiten">
187 <primary sortas="b-kiten">kiten</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 <varlistentry id="klettres">
193 <term><command>klettres</command></term>
194 <listitem>
195 <para>is an alphabet tutor (French).</para>
196 <indexterm zone="kdeedu klettres">
197 <primary sortas="b-klettres">klettres</primary>
198 </indexterm>
199 </listitem>
200 </varlistentry>
201
202 <varlistentry id="kmessedwords">
203 <term><command>kmessedwords</command></term>
204 <listitem>
205 <para>is a simple mind-training word game.</para>
206 <indexterm zone="kdeedu kmessedwords">
207 <primary sortas="b-kmessedwords">kmessedwords</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211
212 <varlistentry id="kmplot">
213 <term><command>kmplot</command></term>
214 <listitem>
[247ca02]215 <para>is a mathematical function plotter for <application>KDE</application>.</para>
[c4d2a14]216 <indexterm zone="kdeedu kmplot">
217 <primary sortas="b-kmplot">kmplot</primary>
218 </indexterm>
219 </listitem>
220 </varlistentry>
221
222 <varlistentry id="kpercentage">
223 <term><command>kpercentage</command></term>
224 <listitem>
[00c8453]225 <para>is a small math application that will help pupils to improve their
[247ca02]226 skills in calculating percentages.</para>
[c4d2a14]227 <indexterm zone="kdeedu kpercentage">
228 <primary sortas="b-kpercentage">kpercentage</primary>
229 </indexterm>
230 </listitem>
231 </varlistentry>
232
233 <varlistentry id="kstars">
234 <term><command>kstars</command></term>
235 <listitem>
236 <para>is a desktop planetarium.</para>
237 <indexterm zone="kdeedu kstars">
238 <primary sortas="b-kstars">kstars</primary>
239 </indexterm>
240 </listitem>
241 </varlistentry>
242
243 <varlistentry id="ktouch">
244 <term><command>ktouch</command></term>
245 <listitem>
246 <para>is a touch typing tutor.</para>
247 <indexterm zone="kdeedu ktouch">
248 <primary sortas="b-ktouch">ktouch</primary>
249 </indexterm>
250 </listitem>
251 </varlistentry>
252
253 <varlistentry id="kverbos">
254 <term><command>kverbos</command></term>
255 <listitem>
[00c8453]256 <para>is an application specially designed to study Spanish
[c4d2a14]257 verb forms.</para>
258 <indexterm zone="kdeedu kverbos">
259 <primary sortas="b-kverbos">kverbos</primary>
260 </indexterm>
261 </listitem>
262 </varlistentry>
263
264 <varlistentry id="kvoctrain">
265 <term><command>kvoctrain</command></term>
266 <listitem>
267 <para>is a vocabulary trainer.</para>
268 <indexterm zone="kdeedu kvoctrain">
269 <primary sortas="b-kvoctrain">kvoctrain</primary>
270 </indexterm>
271 </listitem>
272 </varlistentry>
273
274 </variablelist>
[9f271dd]275
[c4d2a14]276 </sect2>
277
[ee2025f]278</sect1>
Note: See TracBrowser for help on using the repository browser.