Guidelines and HOWTOs: Difference between revisions

From KDE Community Wiki
No edit summary
m (Link Hig to https://hig.kde.org/)
(65 intermediate revisions by 4 users not shown)
Line 1: Line 1:
== How To.... ==
{{ Info |1= All tutorials are to be found here. If you create a new page, create it at  <code>Guidelines_and_HOWTOs/newpage</code>. Do not use a too nested tree, as it is difficult to reorganize. Think of '''adding a link to the new page''' at a relevant place (in the ''Development '' or ''Debugging'' page or what not). }}
=== Use Git in the KDE infrastructure ===
[[File:Mascot konqi-support-document.png|thumbnail|right|[[Konqi]] is looking up HOWTOs for you!]]
* [[/Git| Use Git]]
== Before everything else ==
Before anything, if you want to contribute, you need to [[Infrastructure/Get a Contributor Account|get a contributor account]].


=== Build from source ===
== Development ==
* [[/Build| Build from source]]
{| style="margin: 1em 2.5% 0 2.5%; padding: 0 5px;" cellpadding="5"
|-
| style="padding-left: 50px;" |[[File:Run-build.png |noframe|left|50px|]] ||
; [[/Development | For development]]
: Guides and HOW TOs for compiling the sources, creating new programs, sending patches,...
|-
| style="padding-left: 50px;" |[[File:Debug-step-out.png|noframe|left|50px|]] ||
; [[/Debugging | For debugging]]
: Guides and HOW TOs to debug applications.
|-
| style="padding-left: 50px;" |[[File:layer-new.png|noframe|left|50px|]] ||
; Other
: Other guides: [[/Relicensing| Relicensing]], [[/Application Versioning|Versioning scheme]], [[/AppStream|AppStream]]
|-
|}


== Quality, Internationalization, Documentation ==
{| style="margin: 1em 2.5% 0 2.5%; padding: 0 5px;" cellpadding="5"
|-
| style="padding-left: 50px;" |[[File:Internet-amarok.png |noframe|left|50px|]] ||
; [[/Internationalization | To internationalize]]
: Guides and HOWTOs concerning the internationalization
|-
|}
{| style="margin: 1em 2.5% 0 2.5%; padding: 0 5px;" cellpadding="5"
|-
| style="padding-left: 50px;" |[[File:Presentation.png |noframe|left|50px|]] ||
; [https://hig.kde.org Human Interface Guidelines]
: Recommendations for designing and developing user interfaces
|-
|}


==  
{| style="margin: 1em 2.5% 0 2.5%; padding: 0 5px;" cellpadding="5"
== To move here ==
|-
[[Applications/Versioning]]
| style="padding-left: 50px;" |[[File:Quality.png |noframe|left|50px|]] ||
; [[/Quality | Quality and Documentation]]
: Guides and HOWTOs concerning the quality: documentation, [[/Bug_triaging | bug triaging]]...
|-
|}
 
{| style="margin: 1em 2.5% 0 2.5%; padding: 0 5px;" cellpadding="5"
|-
| style="padding-left: 50px;" |[[File:kstars-satellite.png |noframe|left|50px|]] ||
; [[/Release | Release]]
: Guides and HOWTOs concerning the releasing process.
|-
|}
 
== Further resources ==
* [[/Further resources | Books, websites, resources]]

Revision as of 01:04, 21 December 2018

Information

All tutorials are to be found here. If you create a new page, create it at Guidelines_and_HOWTOs/newpage. Do not use a too nested tree, as it is difficult to reorganize. Think of adding a link to the new page at a relevant place (in the Development or Debugging page or what not).
Konqi is looking up HOWTOs for you!

Before everything else

Before anything, if you want to contribute, you need to get a contributor account.

Development

For development
Guides and HOW TOs for compiling the sources, creating new programs, sending patches,...
For debugging
Guides and HOW TOs to debug applications.
Other
Other guides: Relicensing, Versioning scheme, AppStream

Quality, Internationalization, Documentation

To internationalize
Guides and HOWTOs concerning the internationalization
Human Interface Guidelines
Recommendations for designing and developing user interfaces
Quality and Documentation
Guides and HOWTOs concerning the quality: documentation, bug triaging...
Release
Guides and HOWTOs concerning the releasing process.

Further resources