Jump to: navigation, search

Difference between revisions of "Help:Editing"


(Client articles)
(Client articles)
Line 344: Line 344:
 
= Client articles =
 
= Client articles =
 
There are four types of pages related to client documentation,
 
There are four types of pages related to client documentation,
* Specifications (technical documentation, features, etc.
+
* Features (technical documentation, etc.)
 
* How-Tos
 
* How-Tos
 
* FAQ
 
* FAQ
Line 353: Line 353:
 
== Page types ==
 
== Page types ==
  
=== Specifications ===
+
=== Features ===
 
Features and behavior of the clients sometimes have a rather big overlap, especially how it is documented. On the other side, due to different platforms we have varying UI elements in both, form and handling.
 
Features and behavior of the clients sometimes have a rather big overlap, especially how it is documented. On the other side, due to different platforms we have varying UI elements in both, form and handling.
Nevertheless, documentation should be kept to a minimum and hence, the features described in the most generic way possible. Only those parts which are platform dependent (due to different UI designs, etc) should be specialized using tabs for each platform dependent documentation.
+
Nevertheless, documentation should be kept to a minimum and hence, the features described in the most generic way possible. The parts which differ in between the platforms (UI, handling, etc.) should be described in different sections. If only the UI differs use screenshots for each platform and add an according text to the figure's title, which is
  
<syntaxhighlight lang="xml">
+
* "(Android)" ... for Android client
<tabs style="width:80%">
+
* "(Windows)" ... for Windows client
<tab name="Android">
+
* "(Web)" ... for the Web client
[[File:UI_TechSpec_UBIKClient_EditDownloadedFile.png|thumb|Notification for editing a downloaded file]]
+
Android description goes here...
+
</tab>
+
<tab name="Windows">
+
Windows description goes here...
+
</tab>
+
<tab name="Web">
+
[[File:UI_WEB_CONTENTLIST.png|thumb|220px|{{UBIK}} Web Content List]]
+
Web description goes here...
+
</tab>
+
</tabs>
+
</syntaxhighlight >
+
  
 
=== How-Tos ===
 
=== How-Tos ===

Revision as of 08:35, 15 September 2015

[edit]

Introduction

Introduction

Acceptance criteria

Any article should meet the following general acceptance criteria

  • Is the article structured logically and coherently?
  • Can the reader be directed to any other article (eg See also...)?
  • Is the article categorized into at least one category?
  • If the article links to other articles, check whether or not they exist?
  • Check the article for integrity and correctness in regards of technical descriptions. Test the described procedure and verify possible dependencies on versions.
  • Check the article for linguistic correctness in regards to grammar and style.
  • Images are prepared as described here
  • Templates are used if appropriate, find a list of templates here
  • Meet all (additional) requirements defined in this guideline