summaryrefslogtreecommitdiffstats
path: root/tde-i18n-en_GB/docs/tdebase/khelpcenter/faq/getkde.docbook
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-03 11:05:10 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-03 11:05:10 -0600
commitf7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b (patch)
tree1f78ef53b206c6b4e4efc88c4849aa9f686a094d /tde-i18n-en_GB/docs/tdebase/khelpcenter/faq/getkde.docbook
parent85ca18776aa487b06b9d5ab7459b8f837ba637f3 (diff)
downloadtde-i18n-f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b.tar.gz
tde-i18n-f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b.zip
Second part of prior commit
Diffstat (limited to 'tde-i18n-en_GB/docs/tdebase/khelpcenter/faq/getkde.docbook')
-rw-r--r--tde-i18n-en_GB/docs/tdebase/khelpcenter/faq/getkde.docbook111
1 files changed, 111 insertions, 0 deletions
diff --git a/tde-i18n-en_GB/docs/tdebase/khelpcenter/faq/getkde.docbook b/tde-i18n-en_GB/docs/tdebase/khelpcenter/faq/getkde.docbook
new file mode 100644
index 00000000000..a059b9b7204
--- /dev/null
+++ b/tde-i18n-en_GB/docs/tdebase/khelpcenter/faq/getkde.docbook
@@ -0,0 +1,111 @@
+<!--
+<?xml version="1.0" ?>
+<!DOCTYPE chapter PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
+ "dtd/kdex.dtd">
+-->
+
+<chapter id="getting-kde">
+<title
+>Getting &kde;</title>
+
+<qandaset>
+<qandaentry>
+<question id="where-to-get-kde">
+<para
+>Where do I get &kde;?</para>
+</question>
+<answer>
+<!-- This needs a rewrite including informations about the latest version (link to the info page?)-->
+<para
+>The main distribution site for &kde; is <ulink url="ftp://ftp.kde.org/"
+>ftp.kde.org</ulink
+>. However, this site is often under heavy load, so you might prefer to use <ulink url="http://download.kde.org/"
+>download.kde.org</ulink
+> which automatically redirects you to the mirror nearest to you. You can also have a look at the list of <ulink url="http://www.kde.org/ftpmirrors.html"
+> &kde; mirror sites</ulink
+>.</para>
+</answer>
+</qandaentry>
+
+<qandaentry>
+<question>
+<para
+>Are there &Linux; distributions that include &kde;?</para>
+</question>
+<answer>
+<para
+>Yes, major &Linux; distributions already ship &kde;. As building a distribution takes some time, they might not always contain the latest version, but for a start or to avoid downloading from the Internet, they do provide a good starting point. </para>
+<para
+>You can find an up-to-date list of distributions that ship with &kde; <ulink url="http://www.kde.org/download/distributions.php"
+>here</ulink
+>. </para>
+
+</answer>
+</qandaentry>
+
+<qandaentry>
+<question>
+<para
+>What is the current version?</para>
+</question>
+<answer>
+
+<para
+>Currently, the latest stable version is 3.2</para>
+
+<para
+>The <ulink url="http://www.kde.org/info/3.2.php"
+>&kde; 3.2 Info Page</ulink
+> contains a lot of information specific to this release.</para>
+</answer>
+</qandaentry>
+
+<qandaentry>
+<question>
+<para
+>Where do I find &kde; snapshots?</para>
+</question>
+<answer>
+<para
+>You can get the latest snapshots from <ulink url="ftp://ftp.kde.org/pub/kde/unstable/snapshots"
+>ftp://ftp.kde.org/pub/kde/unstable/snapshots</ulink
+>. You might also want to consider setting up your own <acronym
+>CVS</acronym
+> client in order to maintain the latest snapshot at all times. Please refer to <ulink url="http://developer.kde.org/source/anoncvs.html"
+>Anonymous <acronym
+>CVS</acronym
+> and &kde;</ulink
+> for further information. </para>
+
+</answer>
+</qandaentry>
+
+<qandaentry>
+<question id="where-to-get-qt">
+<para
+>Where do I get &Qt;?</para>
+</question>
+<answer>
+<para
+>&Qt; is a product of the Norwegian company Trolltech. You can always get the latest &Qt; version from their <ulink url="ftp://ftp.trolltech.com"
+>&FTP; server</ulink
+>.</para>
+<para
+>And with most up-to-date &Linux; distributions, &Qt; is already included. Please see <xref linkend="prerequisites"/> for the version of &Qt; you need.</para>
+</answer>
+</qandaentry>
+
+<qandaentry>
+<question id="qt">
+<para
+>What is &Qt;, by the way?</para>
+</question>
+<answer>
+<para
+>&Qt; is a C++-based class library to build user interfaces. It also includes many utility classes like string classes and classes to handle input and output. It provides most of the widgets you will see in a &kde; application: menus, buttons, sliders, &etc;. &Qt; is a cross-platform library that allows you to write code that will compile on &UNIX; systems as well as &Windows; and embedded devices. You can learn more about &Qt; at <ulink url="http://www.trolltech.com"
+>http://www.trolltech.com</ulink
+>.</para>
+</answer>
+</qandaentry>
+</qandaset>
+</chapter>