Содержание

Array Pages

This is an array of elements in the structure of the Item object or root element. Used to specify the pages that will be used as a starting (in other words, the entry point).

Attributes

  • May contain Priority attribute
  • May contain External attribute
  • Starting page<aDomain><aPage> will be composed of the selected element «Page»:«<aPage>» and the selected element «Domain»:«<aDomain>»
  • While performing of task, one of the elements is selected , according with value of the Priority. If the external source contains no elements in the array Page, then as the start page will be used by the task domain.

Structure

"Pages":[
 {
  "Page":"<aPage_1>",
  "External":"<aExternal_1>",
  "Priority":1
 },
  {
  "Page":"<aPage>",
  "External":"<aExternal_1>",
  "Priority":1
 },
  ...,
  {
  "Page":"<aPage>",
  "External":"<aExternal_N>",
  "Priority":1
 }
]

Example

"Domains":[
 {
  "Domain":"waspace.net"
 }
],
"Pages":[
 {
  "Page":"/about.html"
 }
]

The following actions will be performed:

  1. Loading of the home page waspace.net/about.html
  2. Further task performance …