source: kde/add/kdeedu.xml@ 9f12e36

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 9f12e36 was 9f12e36, checked in by Randy McMurchy <randy@…>, 18 years ago

Removed 'keywordset' blocks and extra spaces from the XML files (note this was by accident as I meant to do just in the gnome directory but I was in the root of BOOK when I ran the script, but this was going to happen anyway so I don't think it is a big deal)

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

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