Development: Difference between revisions

From KDE TechBase
No edit summary
(Remove icon, added more text)
(76 intermediate revisions by 24 users not shown)
Line 1: Line 1:
There are several categories containing different kind of documentation.
<languages/>


* [[API Documentation|API Documentation]]
* [[KDE Architecture|Design Documents about the KDE Architecture]]
* [[Howtos|HOWTOs]]
* [[Tutorials|Tutorials]]
* [[Policies|Policies]]
* [[Standards|Standards]]
* [[Books|Books]]
* [[FAQs|Frequently Asked Questions]]


[[File:Action_tool.svg|noframe|right]]


<table width="100%" style="border-collapse:separate; border-spacing:10px;">
Welcome to the '''KDE TechBase Development Hub'''. This page contains links to Tutorials, Tools, and other Resources you might need to add KDE libraries to your project. If you're looking for a guide on starting your journey, head on over to the [[Getting_Started|Getting Started page]]. If you're looking for tutorials on how to build KDE software and contribute to projects, hop over to the [https://community.kde.org/Get_Involved/development KDE Community Wiki].
<tr>
<td align="center" style="border: solid 1px #1e90ff; background-color:#f8f8ff; padding:0 1em 1em 1em; width: 50%;">
<h3 style="text-align:center;">[[/API|The API of KDE]]</h3>
Get access to the full API documentation.</td>
<td align="center" style="border: solid 1px #1e90ff; background-color:#f8f8ff; padding:0 1em 1em 1em; width: 50%;">
<h3 style="text-align:center;">[[/Architecture|KDE Architecture]]</h3>
Design Documents about the KDE Architecture</td>
</tr>
<tr>
<td align="center" style="border: solid 1px #1e90ff; background-color:#f8f8ff; padding:0 1em 1em 1em;">
<h3 style="text-align:center;">[[/Tutorials|Tutorials]]</h3>
KDE programming tutorials from the basic introduction to advanced Embedded Components programming.</td>
<td align="center" style="border: solid 1px #1e90ff; background-color:#f8f8ff; padding:0 1em 1em 1em;">
<h3 style="text-align:center;">[[/HOWTOs|HOWTOs]]</h3>
HOWTOs around the KDE development.</td>
</tr>
<tr>
<td align="center" style="border: solid 1px #1e90ff; background-color:#f8f8ff; padding:0 1em 1em 1em;">
<h3 style="text-align:center;">[[Schedules|Project Schedules]]</h3>
Release schedules and feature plans.</td>
<td align="center" style="border: solid 1px #1e90ff; background-color:#f8f8ff; padding:0 1em 1em 1em;">
<h3 style="text-align:center;">[[ISV|ISV]]</h3>
Read more about successful KDE deployments.</td>
</tr>
</table>


__NOTOC__
<br />
 
{| style="margin: 1em 2.5% 0 2.5%; padding: 0 5px;" cellpadding="5"
|-|
;[[Special:myLanguage/Development/Tutorials|<translate>
<!--T:3-->
Programming Tutorials</translate>]]
: A collection of step-by-step guides and references for developers who want to use the KDE Frameworks and other APIs. The list covers a broad range of topics from introductory tutorials to advanced topics like plugins and and scripting.
|-|
;[[Special:myLanguage/Development/Tools|Development Tools]]
: KDE software can be created using a wide variety of tools available to developers from IDEs to text editors to debuggers.
|-|
;Other Resources
: [https://api.kde.org/ KDE API Documentation website]
: [https://community.kde.org/Main_Page KDE Community Wiki]
: [https://kde.org/support/mailinglists/ KDE Mailing Lists]
<translate>
<!--T:34-->
<!--{ to solve misbalanced bracket-->
</translate>
|}

Revision as of 04:33, 2 June 2019


noframe
noframe

Welcome to the KDE TechBase Development Hub. This page contains links to Tutorials, Tools, and other Resources you might need to add KDE libraries to your project. If you're looking for a guide on starting your journey, head on over to the Getting Started page. If you're looking for tutorials on how to build KDE software and contribute to projects, hop over to the KDE Community Wiki.


Programming Tutorials
A collection of step-by-step guides and references for developers who want to use the KDE Frameworks and other APIs. The list covers a broad range of topics from introductory tutorials to advanced topics like plugins and and scripting.
Development Tools
KDE software can be created using a wide variety of tools available to developers from IDEs to text editors to debuggers.
Other Resources
KDE API Documentation website
KDE Community Wiki
KDE Mailing Lists