Example: Simple URL list in HTML format

Top  Previous  Next

The following template exports bookmarks to a simple list. 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>