Git commit 0b8aa42536ce17c8898a1f048ef4a23a86e9c47d by Friedrich W. H. Kossebau. Committed on 29/10/2017 at 18:35. Pushed by kossebau into branch 'master'.
Drop notes about default templates from manual Templates are being or have been moved to the repos with the libraries used in the templates. M +2 -110 doc/index.docbook https://commits.kde.org/kapptemplate/0b8aa42536ce17c8898a1f048ef4a23a86e9c47d diff --git a/doc/index.docbook b/doc/index.docbook index 861c336..e90ed8a 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -33,23 +33,13 @@ <abstract> <para> -&kapptemplate; is a &kde; templates generator. +&kapptemplate; is a generator of new software projects using templates. </para> </abstract> <keywordset> -<keyword>KDE</keyword> -<keyword>kdesdk</keyword> -<keyword>KDE 4</keyword> <keyword>programming</keyword> <keyword>template</keyword> -<keyword>C++</keyword> -<keyword>python</keyword> -<keyword>ruby</keyword> -<keyword>pyqt4</keyword> -<keyword>pykde4</keyword> -<keyword>plasma</keyword> -<keyword>Qt 4</keyword> </keywordset> </bookinfo> @@ -61,19 +51,8 @@ repeatedly written code and a proper structure.</para> <para> -&kapptemplate; offers you a few basic templates projects and also picks up Plasma and KDevelop templates if some are installed on your machine. +&kapptemplate; picks up templates which are installed on your machine. Those are often part of the development files for libraries or can be downloaded e.g. from the website store.kde.org. </para> -<para> -As default you will find:</para> - -<itemizedlist> -<listitem><para>A QML Application template</para> </listitem> -<listitem><para>A &kde; 4 KPart template</para> </listitem> -<listitem><para>A C++ KDE Frameworks template</para></listitem> -<listitem><para>A Minimal C++ KDE Frameworks template</para></listitem> -<listitem><para>An Akonadi resource template</para></listitem> -<listitem><para>An Akonadi serializer plugin</para></listitem> -</itemizedlist> <para>Answer the wizard questions on each page and generate your template.</para> @@ -134,93 +113,6 @@ As default you will find:</para> <para>Then click <guibutton>Finish</guibutton> to close &kapptemplate;.</para> </chapter> -<chapter id="templates-description"> -<title>What template do you need?</title> - -<sect1 id="default-templates"> - -<title>Default Templates</title> -<para>This chapter describes the templates so you can choose the one that -is the best adapted to your needs.</para> - -<sect2 id="kde4-gui-app"> -<title>The C++ &kde; 4 &GUI; application template</title> -<para>This is a &cmake; based &kde; 4 &GUI; template using KXMLGuiWindow and KConfig XT. This is a &kde; 4 standard application.</para> -<screenshot> -<screeninfo>Here's a screenshot of the C++ &kde; 4 &GUI; application template</screeninfo> - <mediaobject> - <imageobject> - <imagedata fileref="kapp4.png" format="PNG"/> - </imageobject> - <textobject> - <phrase>C++ &kde; 4 &GUI; application template</phrase> - </textobject> - </mediaobject> -</screenshot> -<para>This template demonstrates how you create &kde; menus using XMLGui and -how to use KConfig XT to change settings using the <menuchoice> -<guimenu>Settings</guimenu> -<guimenuitem>Configure <AppName></guimenuitem> -</menuchoice>.</para> - -<para>You can find some great tutorials for &kde; 4 on <ulink url="http://techbase.kde.org/Development/Tutorials">http://techbase.kde.org/Development/Tutorials</ulink>.</para> -</sect2> - -<sect2 id="kpart-app"> -<title>The C++ &kde; 4 KPart application template</title> -<para>This is a &cmake; based &kde; 4 KPart template.</para> -<screenshot> -<screeninfo>Here's a screenshot of the C++ &kde; 4 Kpart template</screeninfo> - <mediaobject> - <imageobject> - <imagedata fileref="kpartapp.png" format="PNG"/> - </imageobject> - <textobject> - <phrase>C++ &kde; 4 Kpart template</phrase> - </textobject> - </mediaobject> -</screenshot> - -<para>This template inherits from XMLGuiWindow and demonstrates how to use KPart.</para> -</sect2> - -<sect2 id="kf5-app"> -<title>C++ &kde-frameworks; application template</title> -<para>A &kf5-full; &GUI; Application in C++.</para> -<screenshot> -<screeninfo>C++ &kde-frameworks;</screeninfo> - <mediaobject> - <imageobject> - <imagedata fileref="kde-frameworks5.png" format="PNG"/> - </imageobject> - <textobject> - <phrase>C++ &kde-frameworks;</phrase> - </textobject> - </mediaobject> -</screenshot> - -</sect2> - -<sect2 id="kf5simple-app"> -<title>Minimal C++ &kde-frameworks; application template</title> -<para>A very basic &kf5-full; &GUI; Application in C++.</para> -<screenshot> -<screeninfo>Minimal C++ &kde-frameworks;</screeninfo> - <mediaobject> - <imageobject> - <imagedata fileref="kde-frameworks5-simple.png" format="PNG"/> - </imageobject> - <textobject> - <phrase>Minimal C++ &kde-frameworks;</phrase> - </textobject> - </mediaobject> -</screenshot> - -</sect2> - -</sect1> - -</chapter> <chapter id="credits"> <title>Credits and License</title>
