Bookmarks Database and Internet Robot A set of classes, libraries, programs and plugins I use to manipulate my bookmarks.html - check for updates, find expired URLs and so on. These programs are intended to run as follows. 1. bkmk2db converts bookmarks.html to bookmarks.db. 2. check_urls (Internet robot) runs against bookmarks.db, checks every URL and saves results in check.db. 3. db2bkmk converts bookmarks.db back to bookmarks.html. Then I use this bookmarks file and... 4. bkmk2db converts bookmarks.html to bookmarks.db. 5. check_urls (Internet robot) runs against bookmarks.db, checks every URL and saves results in check.db (old file copied to check.old). 6. (An yet unnamed program) will compare check.old with check.db and generate detailed report. For example: this URL is unchanged this URL is changed this URL is unavailable due to: host not found... AUTHOR Oleg Broytman COPYRIGHT and LEGAL ISSUES Copyright (C) 1997-2014 PhiloSoft Design All sources protected by GNU GPL. Programs are provided "as-is", without any kind of warranty. All usual blah-blah-blah. #include LICENSE GPL