The program will periodically check the listed websites for the new changes available on the websites’ pages. The user creates a list of the websites to be monitored, sets the check time in minutes. The program will download the HTML page at the URL you have entered every period of time you have specified and then check it for any updates. If it finds any updates to the web page, it will notify the user.
The basic idea of the program is giving the most of the convenience to user. The program allows:
Important note. Not every single HTML page can be properly checked for changes. Many of the website’s HTML pages are generated automatically, using JavaScript. Thus, since the text on the page is not static, the program will either always see new changes or will not see any data on the page at all. We are working on this issue, and the following versions of the program will have this issue resolved.
Based upon the said above, it is recommended that you use the current version of the program for checking the static HTML pages for changes.
Main Window
The program’s main window has the following controls:
The ticked-off websites on the list are those that do not have any changes. The asterisk indicates websites that have updates on them. The crossed-out items are those that are not currently available for reading.
To open a website, simply double-click on it. Right-clicking on a website will open the local menu, which repeats the Operations’ menu items (Add URL, Edit URL, Delete URL).
Action Menu
The Action menu includes the following items:
Settings Menu
The program’s settings menu includes the following items:
To use http-proxy server, enter its address and the port. If the server requires authentication, enter the user name and password. Make sure the Use http-proxy server menu item is ticked-off.
Operations Menu
The URL operations menu contains the following submenu items:
Help Menu
The Help menu contains the program’s help-related items:
Adding URL to the List
To add a new URL to the check list, hit the Ins key on the keyboard or click on the Add URL button on the toolbar (or the menu item). An additional field for entering the new URL will appear at the bottom of the program’s main window.
Enter the new URL in that field. If it is not on the check list yet, it will be added to the list as you click on the Add button. To remove the window, hit the Esc key on the keyboard or click on the X button in the upper-left corner of the new URL entry panel. Additional ways to add a new URL:
Editing URL
Select the URL to be edited and then press the F2 key on the keyboard or click on the Modify URL button on the toolbar (menu item). An additional field for editing the selected URL will appear at the bottom of the program’s main window.
Modify the URL as needed. If it is not on the check list yet, it will be added to the list as you click on the Modify button. To remove the window, hit the Esc key on the keyboard or click on the X button in the upper-left corner of the URL modification panel.
Deleting URL
Select the URL to be deleted from the list and then hit the Del key on the keyboard or click on the Delete URL button on the toolbar (menu item). The URL will be deleted instantly.