You can upload some tasks for the FrontPage To Do List using items in the optional [TaskList] section. A task consists of six attributes:
TaskName
Priority (1 to 3)
CreatedBy
URL
Cookie
Comment
These attributes are encoded in each line of the [TaskInfo]
section as follows:
TaskNum=TaskName|Priority|CreatedBy|URL|Cookie|Comment
TaskNum is a unique key, such as ‘t01’, ‘t02’, and so on. Task attributes are separated by vertical bar characters (‘|’).
Task Attribute | Description |
TaskName | a short phrase, typically 3 or 4 words, telling the user what to do |
Priority | an integer, where 1=High, 2=Medium, and 3=Low |
CreatedBy | the name of the template creating the task |
URL | the page or image the task refers to, such as news.htm or logo.gif |
Cookie | an additional identifier for a point within the target URL; currently limited to HTML bookmarks, specified as #bookmark |
Comment | a few words describing in detail what needs to be done; cannot contain any new-line characters |