General datafields/options
General datafields
The following fields shouldn't be used between the start/end markers {wsw_begin_folder} and {wsw_end_folder}, and not between {wsw_begin_url} and {wsw_end_url}.
- {wsw_report_date}
Will be replaced with the report date (current date).
Options
The following fields can be used to change some basic settings of a report. Place these fields somewehere into the report template.
- {wsw_ansi}
By default, a report is written in UTF-8 format. If you define the {wsw_ansi} flag somewhere within the report template, then the report is converted into the Ansi format.
- {wsw_encode_html}
Encodes reserved HTML characters (for example < and >). Use this option if you want to export into XML, RSS or OPML format.
- {wsw_root_folder_bottom}
If defined, WebSite-Watcher inserts the bookmarks of the root folder at the bottom of the list (default without this option is the beginning of the list).
Only valid in combination with folders.
- {wsw_folder_root_without_overhead}
Writes the bookmarks in the root folder without the defined overhead. (The "overhead" is the content between the markers {wsw_begin_folder} and {wsw_begin_url}, also between the markers {wsw_end_url} and {wsw_end_folder})
This option works only for reports with folders.
- {wsw_folder_not_nested}
WebSite-Watcher writes nested folders to a single, linear list. This option can be used in combination with the field {wsw_folder_name_absolute} instead of the relative folder names.
This field works only for reports 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:
yy - current year with 2 digits
yyyy - current year with 4 digits
m - current month with 1 or 2 digits, no leading zero (1-12)
mm - current month with 2 digits, leading zero (01-12)
mmm - name of current month, 3 characters (jan, feb...)
mmmm - full name of current month
d - current day with 1 or 2 digits, no leading zero (1-31)
dd - current day with 2 digits, leading zero (01-31)
ddd - name of current day with 2 characters
dddd - name of current day
hh - hours
nn - minutes
ss - seconds
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.