General datafields/options
General data fields
The following fields must not be used between {wsw_begin_folder} and {wsw_end_folder}, and not between {wsw_begin_url} and {wsw_end_url}.
|
{wsw_report_date} |
Replaced with the report date, which is the current date. |
Options
The following fields can be used to modify report properties. Insert one or more of these fields at the beginning of a report template.
|
{wsw_ansi} |
By default, a report is written in UTF-8 format. If you insert this field into the report template, the report is written in ANSI format. |
|
{wsw_encode_html} |
Encodes reserved HTML characters, for example the characters < and > are saved as < and >. Use this option when exporting to XML, RSS, or OPML format. |
|
{wsw_sort_url} |
Sorts the report by URL. The default sorting order is by name. |
|
{wsw_sort_domain} |
Sorts the report by domain name. The default sorting order is by name. |
|
{wsw_root_folder_bottom} |
If defined, WebSite-Watcher inserts Bookmarks from the root folder at the end of the report. By default, they are inserted at the beginning of the report. Only valid in combination with folders. |
|
{wsw_folder_root_without_overhead} |
Writes Bookmarks from the root folder without the defined overhead. The overhead is the content between the markers {wsw_begin_folder} and {wsw_begin_url}, and between {wsw_end_url} and {wsw_end_folder}. Only valid in combination with folders. |
|
{wsw_folder_not_nested} |
WebSite-Watcher writes nested folders as a single linear list. This option can be used together with the field {wsw_folder_name_absolute} instead of relative folder names. Only valid in combination with folders. |
|
{wsw_hide_empty_folder} |
Hides empty folders. This option works only in combination with folders and the option {wsw_folder_not_nested}. |
|
{wsw_dateformat(...)} |
Defines the date format in reports. You can use the following definitions:
Example: {wsw_dateformat(dd-mmm-yyyy)} The variable {wsw_dateformat(internet)} uses the internet date/time format, for example: Tue, 13 Mar 2007 13:39:53. |