Development: Difference between revisions

From KDE TechBase
(Marked this version for translation)
(provide access to translated pages)
 
(33 intermediate revisions by 7 users not shown)
Line 1: Line 1:
__NOEDITSECTION__ __NOTOC__
<languages/>


<languages />
<translate>
<!--T:35-->
[[File:Action_tool.svg|noframe|right]]
 
<!--T:36-->
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 [[<tvar|1>Special:MyLanguage/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].
</translate>
<br />


{| style="margin: 1em 2.5% 0 2.5%; padding: 0 5px;" cellpadding="5"
{| style="margin: 1em 2.5% 0 2.5%; padding: 0 5px;" cellpadding="5"
|-
|-|
|colspan=2|[[Image:Discover.png|noframe]]
|-
| style="padding-left: 50px;" |[[Image:Action_launch.svg|noframe|left|40px]] ||
;[[Special:myLanguage/Development/Architecture|<translate>
<!--T:1-->
KDE Architecture</translate>]]
<translate>
<!--T:2-->
:Architectural design documents explaining KDE technologies.
:''Related'': [http://api.kde.org API Documentation]</translate>
|-
| style="padding-left: 50px;"|[[Image:Action_configure.svg|noframe|left|40px]] ||
;[[Special:myLanguage/Development/Tutorials|<translate>
;[[Special:myLanguage/Development/Tutorials|<translate>
<!--T:3-->
<!--T:3-->
Programming Tutorials</translate>]]
Programming Tutorials</translate>]]
<translate><!--T:37--> : 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 scripting.</translate>
|-|
;[[Special:myLanguage/Development/Tools|<translate><!--T:38--> Development Tools</translate>]]
<translate><!--T:39--> : KDE software can be created using a wide variety of tools available to developers from IDEs to text editors to debuggers.</translate>
|-|
<translate><!--T:40--> ;Other Resources</translate>
<translate>
<translate>
<!--T:4-->
<!--T:41-->
:Step by step tutorials for KDE development.
: [https://api.kde.org/ KDE API Documentation website]
:''Related:'' [[Special:myLanguage/Development/Tools|Development Tools]] | [[Special:myLanguage/Development/FAQs|FAQs]]</translate>
 
|-
<!--T:42-->
| style="padding-left: 50px;"|[[Image:Action_rebuild.svg|noframe|left|40px]] ||
: [https://community.kde.org/Main_Page KDE Community Wiki]
;[[Special:myLanguage/Development/Languages|<translate>
 
<!--T:5-->
<!--T:43-->
Programming Languages</translate>]]
: [https://kde.org/support/mailinglists/ KDE Mailing Lists]
<translate>
</translate>
<!--T:6-->
:Supported programming languages for KDE development.</translate>
|-
| style="padding-left: 50px;"|[[Image:CMake-logo-48.png|noframe|left|48px]] ||
;[[Special:myLanguage/Development/CMake|<translate>
<!--T:7-->
CMake</translate>]]
<translate>
<!--T:8-->
:CMake related information.</translate>
|-
| style="padding-left: 50px;"|[[Image:Git_icon.png|noframe|left|48px]] ||
;[[Special:myLanguage/Development/Git|<translate>
<!--T:9-->
Version-control System - Git</translate>]]
<translate>
<!--T:10-->
:Git related information.</translate>
|-
| style="padding-left: 50px;" |[[Image:Action_note.svg|noframe|left|40px]] ||
;[[Special:myLanguage/Development/Guidelines|<translate>
<!--T:11-->
Standards & Guidelines</translate>]]
<translate>
<!--T:12-->
:Developer guidelines and technical standards KDE uses.
:''Related:'' [[Special:myLanguage/Policies|Code Contribution and Development Policies]] | [[Special:myLanguage/Development/Further Information|Further Information]] (links, books, blogs, etc.)</translate>
|-
| style="padding-left: 50px;" |[[Image:Action_tool.svg|noframe|left|40px]] ||
;[[Special:myLanguage/Development/Software Engineering Framework|<translate>
<!--T:13-->
Software Engineering Framework</translate>]]
<translate>
<!--T:14-->
:Software Engineering tools and processes used by KDE.</translate>
|-
| style="padding-left: 50px;" |[[Image:Action_help.svg|noframe|left|40px]] ||
;[[Special:myLanguage/Development/Getting Help|<translate>
<!--T:15-->
Getting Help</translate>]]
<translate>
<translate>
<!--T:16-->
<!--T:34-->
:Resources for finding help with KDE development.</translate>
<!--{ to solve misbalanced bracket-->
|-
</translate>
|}
|}

Latest revision as of 15:40, 7 September 2020

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 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