Tags

For each source you can specify a list of tags.

<webSource name="aSource">
    <tag>aTag< /tag>
    <tag>anotherTag</tag>
</webSource>

Tags can be used to group related sources in order to easily create combined sources, or in order to run them as a batch from the command line - by means of the --tags and --xtags parameters.

next