Help:Contribute: Difference between revisions

From KDE TechBase
(Minor re-wording)
(12 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Template:I18n/Language Navigation Bar|Help:Contribute}}
<languages/>


You are welcome to contribute to the KDE TechBase wiki. To maintain high quality content and articles there are a few guidelines you should follow. This is a brief introduction to editing and contributing.  
<translate>This page contains information about editing the KDE TechBase wiki, including what content belongs where and helpful tools specific to this wiki. Even if you are familiar with wikis, you should read [[#Organisation|the section on organisation]] to see what content should be put where on this wiki.


== What Content belongs in KDE TechBase ==
==Before you Start==


The KDE TechBase wiki is meant to contain technical information related to KDE, for instance:
===First Things First===
* developer Information (e.g. [[Development/Tutorials|tutorials]])
* [[KDE System Administration]]
* policies and schedules
* etc.


More details can be found in the article [[Help:Wiki Structure]].  
* To contribute to TechBase you must register an account with the [https://identity.kde.org KDE Identity service], then activate it on [https://phabricator.kde.org Phabricator] by logging in there, and then you can click the [[Special:PhabricatorLogin/redirect|Login with Phabricator]] link on the sidebar to log in.


[http://docs.kde.org End-user documentation] or [http://api.kde.org API documentation] should ''not'' be added here. For non-technical issues, use the [http://wiki.kde.org KDE wiki].
* Be aware that you must agree to your contributions to this wiki being released under the licenses listed at [[KDE TechBase:Copyrights]]. These licenses mean that what you write might be copied to other sites, for example.


=== Where to put new Articles ===
* Use the [https://www.mediawiki.org/wiki/Help:Talk_pages Talk pages] to communicate with other contributors or get help.  Normally someone will get back to you within a day.


The KDE TechBase wiki uses subpages. Take a quick look at the article about the [[Help:Wiki Structure]]. In short: Do not randomly add toplevel pages.
===Relevance===


It is possible to translate KDE TechBase articles into other languages. Read the article about [[Help:Wiki Translation]] for further details.
This wiki is for documentation for developers wanting to use or extend KDE products (e.g. via APIs), or:


=== The Procedure ===
* overview information for libraries, including the advantages of using them
* tutorials and examples for using libraries
* tutorials, examples and documentation for writing plugins and other extensions to libraries and applications
* IPC/RPC interfaces for software, like DBus interfaces


You want to add new content. To keep high quality, please create the article in your userpage first (e.g. User:foo/My Acticle). Once it is ready, discuss the article with other developers and proofread it. Finally, if a location is found, move the page.


After moving the page please '''add yourself to the watch list''' by clicking the ''Watch'' register. You will get a notice by mail whenever the page changes.
End-user documentation belongs on [https://userbase.kde.org UserBase], and things directed at contributors, teams and the KDE Community in general belong on [https://community.kde.org the community wiki].


== Editing Basics ==
Examples of things that '''don't''' belong on TechBase include:


In the KDE TechBase wiki all readers are allowed to edit content and structure.
* documentation on how to use an application
* code style policies
=== Review Policy and Conventions ===
* information for new contributors
* team coordination (TODO lists, meeting notes, etc)
* notes on the internal architecture of a piece of software (but the architecture of a library's API does belong)


Make sure that you submit information which is relevant to the specific purpose of the wiki, or your content might be deleted. You can always use the [[Help:Talk page|''Discussion'' or ''talk'' pages]] to ask questions or to check if your idea will be accepted. Please make sure your contributions are not violating any licenses.
More on this on the [https://community.kde.org/Guidelines_and_HOWTOs/Documentation_in_wikis guidelines on community.kde.org]


=== Start Editing ===
==Organisation==


To start editing a [[Main Page|KDE TechBase]] page, click the '''Edit''' link at the tab on the top. This brings you to the edit page: a page with a text box containing the ''wikitext'' - the editable code from which the server produces the finished page. ''If you just want to experiment, please do so in the [[Sandbox|sandbox]], not here''.
{{TODO|need to document the structure}}


=== Type your Changes ===
==Formatting==


You can just type your text. However, also using basic wiki markup to make links and do simple formatting increases the value of your contribution. Please follow the style used in other wiki articles. If you follow this, your contributions will be more valuable as they won't need to be cleaned up later.
* The main MediaWiki site has [http://www.mediawiki.org/wiki/Help:Formatting a Wiki syntax guide]
* UserBase has some [https://userbase.kde.org/Toolbox lists of formatting] that can be a useful reference, including templates that are specific to the KDE wikis.
* Much of what applies to Wikipedia (except the templates) also applies here, including [http://en.wikipedia.org/wiki/Help:Wiki_markup Wiki markup] and their [http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet cheatsheet].


=== Summarize your Changes ===
==Wiki Maintenance==


Write a short edit summary in the small field below the edit-box.
Maintaining a clean and useful wiki involves making sure content is up to date, there are no broken links, and all pages can be found (they are linked to from somewhere). The following special pages can help find issues that need fixing:


Example: "Fixed a typo"
; Issues which should be fixed as soon as possible
:[[Special:Lonelypages]]
:[[Special:BrokenRedirects]]
:[[Special:DoubleRedirects]]


=== Preview before Saving ===
; Issues which should be fixed in time
:[[Special:Wantedpages]]
:[[Special:Wantedcategories]]


When you have finished, click '''Show preview''' to see how your changes will look '''before''' you make them permanent.  Repeat the edit/preview process until you are satisfied, then click '''Save page''' and your changes will be immediately applied to the article.
You can also add a page to the [[:Category:Needs Attention|Needs Attention]] to flag it for later work by adding <nowiki>[[Category:Needs Attention]]</nowiki> to the page. Using [[Template:TODO]] will also add a page to this category.


== Wiki Markup Reference ==
===Deleting pages===


The wikipedia provides a quick introduction about the most important mediawiki syntax. Please read the [http://en.wikipedia.org/wiki/Wikipedia:How_to_edit_a_page Page editing help].
Most users cannot delete pages on the Wiki - this is because once a page is gone, you cannot get it back. If you think a page should be deleted, mark it with [[Template:Proposed_deletion]] at the top:
 
{{Input|1=<nowiki>{{Proposed_deletion|reason=this page contains only spam}}</nowiki>}}
</translate>

Revision as of 18:36, 27 February 2017

Other languages:

This page contains information about editing the KDE TechBase wiki, including what content belongs where and helpful tools specific to this wiki. Even if you are familiar with wikis, you should read the section on organisation to see what content should be put where on this wiki.

Before you Start

First Things First

  • Be aware that you must agree to your contributions to this wiki being released under the licenses listed at KDE TechBase:Copyrights. These licenses mean that what you write might be copied to other sites, for example.
  • Use the Talk pages to communicate with other contributors or get help. Normally someone will get back to you within a day.

Relevance

This wiki is for documentation for developers wanting to use or extend KDE products (e.g. via APIs), or:

  • overview information for libraries, including the advantages of using them
  • tutorials and examples for using libraries
  • tutorials, examples and documentation for writing plugins and other extensions to libraries and applications
  • IPC/RPC interfaces for software, like DBus interfaces


End-user documentation belongs on UserBase, and things directed at contributors, teams and the KDE Community in general belong on the community wiki.

Examples of things that don't belong on TechBase include:

  • documentation on how to use an application
  • code style policies
  • information for new contributors
  • team coordination (TODO lists, meeting notes, etc)
  • notes on the internal architecture of a piece of software (but the architecture of a library's API does belong)

More on this on the guidelines on community.kde.org

Organisation

noframe
noframe
 
TODO
need to document the structure

Formatting

Wiki Maintenance

Maintaining a clean and useful wiki involves making sure content is up to date, there are no broken links, and all pages can be found (they are linked to from somewhere). The following special pages can help find issues that need fixing:

Issues which should be fixed as soon as possible
Special:Lonelypages
Special:BrokenRedirects
Special:DoubleRedirects
Issues which should be fixed in time
Special:Wantedpages
Special:Wantedcategories

You can also add a page to the Needs Attention to flag it for later work by adding [[Category:Needs Attention]] to the page. Using Template:TODO will also add a page to this category.

Deleting pages

Most users cannot delete pages on the Wiki - this is because once a page is gone, you cannot get it back. If you think a page should be deleted, mark it with Template:Proposed_deletion at the top:

{{Proposed_deletion|reason=this page contains only spam}}