Document the definition of the "date" field for different task statuses.
Document the sort order of the task list. Requested by: arr
This commit is contained in:
parent
852b7536d0
commit
c6ea9ca78c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12463
1 changed files with 10 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.42 2002/03/12 04:13:14 rwatson Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.43 2002/03/13 13:15:34 murray Exp $">
|
||||
<!ENTITY title "FreeBSD SMP Project">
|
||||
<!ENTITY email 'freebsd-smp'>
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
|
@ -78,6 +78,15 @@
|
|||
be worth dropping an e-mail to the FreeBSD SMP mailing list to
|
||||
see if any progress has been made.</p>
|
||||
|
||||
<p>The definition of the date field varies depending on the status
|
||||
of a task. For completed tasks, it refers to the date completed
|
||||
or reported completed. For in-progress tasks, it refers to the
|
||||
date of the last update of the entry. For stalled tasks, it
|
||||
refers to the date that the task was declared stalled. For
|
||||
new tasks, it refers to the date the task was added to the list.</p>
|
||||
|
||||
<p>Tasks are sorted first by status, then by date.</p>
|
||||
|
||||
<a name="resources"></a>
|
||||
<h2>Resources and Links</h2>
|
||||
|
||||
|
|
Loading…
Reference in a new issue