소스 검색

remove doc

mitm001 5 년 전
부모
커밋
66a011a03a
1개의 변경된 파일0개의 추가작업 그리고 60개의 파일을 삭제
  1. 0 60
      docs/modules/ROOT/pages/tasks.adoc

+ 0 - 60
docs/modules/ROOT/pages/tasks.adoc

@@ -1,60 +0,0 @@
-= Wiki Tasks
-:author:
-:revnumber:
-:revdate: 2016/03/17 20:48
-ifdef::env-github,env-browser[:outfilesuffix: .adoc]
-
-
-This page lists all tasks in the wiki.
-
-
-== jME3 Doku Tasks
-
-image:tasks_jme3_noform[tasks_jme3_noform,width="",height=""]
-
-
-== SDK Doku Tasks
-
-image:tasks_sdk_noform[tasks_sdk_noform,width="",height=""]
-
-
-=== Creating Tasks
-
-Place `+++~~TASK~~+++` on any page to mark it as a task. The title (first heading) is considered to be the summary of the task, the contents its description. Use Alt-N on mac to create a ~ character.
-
-
-=== Full usage description
-
-....
-~~TASK:[user]?[due date][priority]~~
-....
-[cols="3", options="header"]
-|===
-
-a| [user]
-a| person responsible for this task – either user or full name
-a| optional; default is unassigned
-
-a| [due date]
-a| date the task should be completed in YYYY-MM-DD form; if only year or year and month are given, the last day is assumed
-a| optional; default is without due date
-
-a| [priority]
-a| low, medium `!`, high `+++!!+++` or critical `+++!!!+++` expressed with 0 to 3 exclamation marks
-a| optional; default is low priority
-
-|===
-
-If a task is unassigned, any registered user of the wiki can accept it. Once a task is taken, the user to whom it is assigned to can change the status of the task to one of these values:
-
-*  rejected – task is not worthwhile or not accepted by user
-*  new – reassign task so somebody else can take it
-*  accepted – user took over task but did not yet start the work
-*  started – work on task started
-*  done – work on task completed
-
-If the task is done, other users can verify whether it's really done. If yes, the status can be set to verified.
-
-The priority is reflected by the intensity of the orange shade of the task box.
-
-Next to the title of the task box is an icon. It links to download an .ics file for the task. That can be imported by almost any calendar application that understands the VTODO component of the iCalendar standard.