WebSite-Watcher 4.42  -  Homepage  -  Help-Start  -  Topics  -  Previous  -  Next

Example: Simple URL list in HTML format

The following template exports bookmarks to a single list, independent from the folder they are stored.

The bookmark datafields must be placed between the start/end markers {wsw_begin_url} and {wsw_end_url}.

Each bookmark displays the first 200 characters of highlighted changes and a link to the file with highlighted changes.

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>WebSite-Watcher Report</title>
</head>
<body>

{wsw_begin_url}
  <a href="{wsw_url_path_filename_chg1}"><b>{wsw_url_name}</b></a><br>
  <blockquote>
  {wsw_url_highlighted_changes(200)}<br>
  <i>date: {wsw_url_date_changed}
  <a href="{wsw_url_path_filename_chg1}">{wsw_url_path_filename_chg1}</a></i>
  </blockquote>
  <br>
{wsw_end_url}

<br>

report date: {wsw_report_date}<br>
</body>
</html>