US20020013825A1 - Unique-change detection of dynamic web pages using history tables of signatures - Google Patents

Unique-change detection of dynamic web pages using history tables of signatures Download PDF

Info

Publication number
US20020013825A1
US20020013825A1 US09/957,387 US95738701A US2002013825A1 US 20020013825 A1 US20020013825 A1 US 20020013825A1 US 95738701 A US95738701 A US 95738701A US 2002013825 A1 US2002013825 A1 US 2002013825A1
Authority
US
United States
Prior art keywords
web page
change
signature
signatures
web
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US09/957,387
Inventor
Matthew Freivald
Alan Noble
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority claimed from US08/783,625 external-priority patent/US5898836A/en
Application filed by Individual filed Critical Individual
Priority to US09/957,387 priority Critical patent/US20020013825A1/en
Publication of US20020013825A1 publication Critical patent/US20020013825A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking

Definitions

  • This invention relates to software retrieval tools for networks, and more particularly to improved accuracy for a change-detection tool for the Internet.
  • FIG. 1 illustrates a web page registered for change detection.
  • This web page contains a copy of one or more of the code of federal regulations; specifically the patent office regulations at 37 C.F.R ⁇ 1.x.
  • a patent attorney registers this web page that contains a copy of the patent rules at 37 C.F.R. ⁇ 1.8 to 1.136.
  • the rules may be located on one large web page, or spread across many web pages that are each registered.
  • the user registers this page by using a user-interface for the change-detection tool.
  • the user enters his e-mail address and the URL for the web page.
  • the change-detection tool fetches a copy of this page and generates a signature.
  • the signature is a highly-condensed data word that is produced by using a cyclical-redundancy-check (CRC) or other algorithm that produces unique outputs.
  • CRC cyclical-redundancy-check
  • the signature 5A7 (hex) is generated and stored in a database with the user's e-mail address and the web page's URL.
  • the change-detection tool periodically fetches this web page to see if a change has occurred.
  • a new signature is generated for the re-fetched page, and the new signature is compared with the old signature stored in the database. A mismatch indicates that a change is detected.
  • FIG. 2 shows an updated web page that has a different signature that triggers a change notification. Occasionally, the patent regulations are updated. Web pages containing a copy of these regulations are eventually updated to reflect the changed rules. For example, FIG. 2 shows that rule 37 C.F.R. ⁇ 1.62 has been deleted while rule 37 C.F.R. ⁇ 1.136 has been updated, as they were in late 1997.
  • the change detection tool re-fetches each registered page every few hours or days. Once the rules on the web page are updated, a different signature is generated for the updated web page. In FIG. 2, the new signature of D6F is generated, which does not match the old signature of 5A7 stored in the change-detection tool's database. Thus a change is detected. The new signature is stored in the database and the patent attorney user is notified by e-mail.
  • the change-detection tool is only useful when it saves time and effort for the user.
  • One problem is that false notifications can be made, annoying the user with changes that are not relevant.
  • the inventors have discovered that the world-wide-web itself can trigger false change detections. These false detections should be filtered out.
  • FIG. 3 shows a false change detection caused by a non-relevant change in an Internet server.
  • Web pages are stored on computer servers. These servers are sometimes disconnected from the Internet for maintenance such as program or hardware updates, or security threats such as hacker attacks.
  • the web server containing the web page with the 37 C.F.R. patent rules is disconnected from the Internet for maintenance. Often such maintenance occurs during low-usage times such as weekend nights. Most users do not notice that the web pages are offline during these hours. Unfortunately, automated software programs such as the change-detection tool continue to operate during these times, and may perform more fetching during off hours since network response times decrease. The change-detection tool may find that the web page is not available.
  • the change-detection tool can simply skip the web page until a later time. Since TCP/IP packets are not returned from the server, the change-detection tool can easily determine that the page is not available due to a network problem. The change-detection tool does not notify the user, but instead tries again later.
  • the error page of FIG. 3 is returned when a user tries to retrieve the web page containing the 37 C.F.R. patent rules. This same error page is returned to change-detection software trying to fetch the web page. However, since no packet or network error is signaled, the change-detection tool assumes that the error page is the registered web page and generates a new signature.
  • the new signature for the error page is EB9, which does not match the old signature (D6F) that was stored in the database after the last change was detected.
  • the change-detection tool then generates a change notice that is emailed to the user.
  • the server is back up, showing the same web page as in FIG. 2.
  • the user reads the web page carefully, he cannot find any changes.
  • the change detection tool again retrieves the web page and generates the new signature. Since this new signature does not match the error page's signature that was stored, another change notice is generated. The user again looks at the web page but finds no changes. At this point, after receiving to false change notices, the user cancels his change-detection service to avoid getting the false notifications.
  • FIG. 4 shows a dynamic web page with HTML headers.
  • a content-length HTML header ⁇ CONTENT_LEN> specifies the length of the web-page document in bytes.
  • a last-modified header ⁇ LAST_MODIFIED> contains a date and time of the last modification of the web page.
  • Dynamic content 15 is frequently updated, often by a database or search-engine server. Stock quotes are an example of dynamic content that appears in a dynamic frame. Dynamic images or JAVA programs are often used as dynamic content.
  • Some change-detection software relies solely on the last-modified header in the HTTP response from a Web server.
  • Microsoft Internet Explorer 4.0 has a feature called “Subscriptions” under the “Favorites” menu, which detects changes in web pages. This feature relies on the last-modified header to determine when a web page has changed. Unfortunately, many web pages do not return a last-modified header, and Internet Explorer generates false change notifications each time it checks a web page lacking the last-modified header.
  • the last-modified header may or may not reflect changes in dynamic content 15 .
  • Some web servers update the last-modified header only when the static content changes. Thus change notifications are not generated when the dynamic content changes. This may be undesirable when the dynamic content is what the user desires to have checked. For example, when the user wants to search newsgroups for the appearance of a specific product or company name, the result of the search is dynamic content. If the web server does not return a Last-Modified header, the user is notified by an unsophisticated change-detection tool every time the search result is checked. If the web server returns a Last-Modified header based only on the static content, the user is not notified when the results of the search—the dynamic content—changes.
  • the last-modified header may also be updated when the HTML header are changed, but not the visible document. This can also cause false changes to be reported. Even if the change detection tool is intelligent enough to analyze the content for changes, rather than relying solely on the Last-Modified header, false changes can be reported when the server returns only a portion of the web page due to some kind of error.
  • the inventors with the benefit of the experience involved in running a change detection tool for hundreds of thousands of different documents on the Internet, have recognized these problems. Without this level of experience these problems are not easily recognized.
  • What is desired is an improved automated change-detection tool that detects when changes occur to a registered document on the Internet. It is desired that the user not have to check the web page to see if any changes have occurred.
  • a change-detection tool that does not report changes that are not relevant to the user is desirable. Identification of temporary error pages is desirable so that they are not reported to the user.
  • a more sophisticated and more robust change-detection tool is desired.
  • a change-detection web server detects unique changes in web pages.
  • a network connection transmits and receives packets from a remote client and a remote web-page server.
  • a responder is coupled to the network connection. It communicates with the remote client. The responder registers a web page for change detection by receiving from the remote client a uniform-resource-locator (URL) identifying the web page. The responder fetches the web page from the remote web-page server.
  • URL uniform-resource-locator
  • a database is coupled to the responder. It receives the URL from the responder when the web page is registered by the remote client.
  • the database stores a plurality of records each containing a URL.
  • a history table in each of the records in the database stores a most-recent signature and a plurality of older-version signatures for a registered web page identified by the URL.
  • the older-version signatures are condensed checksums for earlier versions of the registered web page previously fetched by the change-detection web server.
  • the most-recent signature is a condensed checksum for a most-recently-fetched copy of the registered web page.
  • a periodic minder is coupled to the database and the network connection. It periodically re-fetches the web page from the remote web-page server by transmitting the URL from the database to the network connection.
  • the periodic minder receives a fresh copy of the web page from the remote web-page server.
  • the periodic minder generates a new signature from the fresh copy of the web page.
  • the periodic minder notifies the remote client of a unique change when the new signature does not match the most-recent signature and does not match any of the older-version signatures in the record.
  • the unique change in the web page is detected by comparing the new signature to the most-recent signature and to older-version signatures for the web page. Changes in the web page that are not unique but match an earlier version of the web page do not notify the remote client.
  • the database does not store the web page.
  • the database stores the most-recent signature and earlier-version signatures for the web page. Thus storage requirements for the database are reduced by archiving the most-recent signature and not entire web pages.
  • a permanent history table stores new signatures that match one of the older-version signatures. Thus older-version signatures that are matched are copied to the permanent history table.
  • the history table is a temporary history table organized as a first-in-first-out stack. A least-recent signature in the history table is replaced by a new signature when notification is made. Thus signatures in the permanent history table are not deleted by new signatures written to the temporary history table.
  • the older-version signatures are stored in both the permanent history table and the history table.
  • the periodic minder compares the new signature to older-version signatures from both the history table and from the permanent history table.
  • FIG. 1 illustrates a web page registered for change detection.
  • FIG. 2 shows an updated web page that has a different signature that triggers a change notification.
  • FIG. 3 shows a false change detection caused by a non-relevant change in an Internet server.
  • FIG. 4 shows a dynamic web page with HTML headers.
  • FIG. 5 is a diagram of a change detection tool on a server on the Internet.
  • FIG. 6 shows a record with a history table of past signatures in the database for the change-detection web server.
  • FIGS. 7 A- 7 D illustrate how a history table of signatures solves the error-page problem of FIGS. 1 - 3 .
  • FIGS. 8A, 8B are a flowchart for the periodic minder using history tables and last-modified headers to avoid non-relevant change notifications.
  • FIG. 9 is a flowchart of notification once a unique change is detected.
  • FIG. 10 shows a history table with both temporary and permanent signatures.
  • FIG. 11 illustrates how the permanent history table is loaded for detected changes when any of the older signatures in the temporary history table are matched.
  • FIG. 12 shows a modification for loading the permanent history table when a non-unique change is detected.
  • FIG. 13 shows a change-detection record that tracks a number of times that change is detected for a registered web page.
  • FIG. 14 is a flowchart for a frequency-check routine that stops signature comparison when too many changes are being detected for a web page.
  • FIG. 15 is a flowchart for change detection that uses signatures and last-modified headers.
  • FIG. 16 shows re-fetching when the content length is incorrect.
  • the present invention relates to an improvement in change-detection software tools.
  • the following description is presented to enable one of ordinary skill in the art to make and use the invention as provided in the context of a particular application and its requirements.
  • Various modifications to the preferred embodiment will be apparent to those with skill in the art, and the general principles defined herein may be applied to other embodiments. Therefore, the present invention is not intended to be limited to the particular embodiments shown and described, but is to be accorded the widest scope consistent with the principles and novel features herein disclosed.
  • FIG. 5 is a diagram of a change detection tool on a server on the Internet.
  • the user operates client 14 from a remote site on Internet 10 .
  • the user typically is operating a browser application, such as Netscape's Navigator or Microsoft's Internet Explorer, or a browser mini-application such as an Internet toolbar in a larger program.
  • Client 14 communicates through Internet 10 by sending and receiving TCP/IP packets to establish connections with remote servers, typically using the hypertext transfer protocol (HTTP) of the world-wide web.
  • HTTP hypertext transfer protocol
  • Client 14 retrieves web pages of files from document server 12 through Internet 10 . These web pages are identified by a unique URL (uniform resource locator) which specifies a document file containing the text and graphics of a desired web page. Often additional files are retrieved when a document is retrieved.
  • the “document” returned from document server 12 to client 14 is thus a composite document composed of several files of text, graphics, and perhaps sound or animation.
  • the physical appearance of the web page on the user's browser on client 14 is specified by layout information embedded in non-displayed headers, as is well-known for HTML (hypertext markup language) documents. Often these HTML documents contain headers with URL's that specify other web pages, perhaps on other web servers which may be physically located in different cities or countries. These headers create hyper-links to these other web servers allowing the user to quickly jump to other servers. These hyper-links form a complex web of linked servers across the world; hence the name “world-wide web”.
  • the user may frequently retrieve files from remote document server 12 . Often the same file is retrieved. The user may only be interested in differences in the file, or learning when the file is updated, such as when a new product or service is announced.
  • the inventors have developed a software tool that automatically retrieves files and compares the retrieved files to an archived signature of the file to determine if a change in the file has occurred. When a change is detected, the user is notified by an electronic mail message (e-mail). A copy of the new file may be attached to the e-mail notification, allowing the user to review the changes.
  • e-mail electronic mail message
  • the invention archives a checksum CRC or signature of the source files. These signatures and the e-mail address of the user are stored in database 16 of change-detection server 20 . Comparison is made of the stored or archived signature of the document and a fresh signature of the currently-available document. The signature is a condensed checksum or fingerprint of the document. Any change to the document changes the signature.
  • Change-detection server 20 performs three basic functions:
  • Change-detection server 20 contains three basic components.
  • Database 16 stores the archive of signatures for registered web-page documents. The URL identifying the web page and the user's e-mail address are also stored with the archived signature.
  • Responder 24 communicates with the user at client 14 to setup or register a web page document for change detection.
  • Minder 22 periodically fetches registered documents from document server 12 through Internet 10 .
  • Minder 22 compares the archived signature in database 16 to a new signature of the fetched document to determine if a change has occurred. When a change is detected, minder 22 sends a notice to the user at client 14 that the document has changed.
  • This change-detection tool is disclosed in the co-pending parent application, “Change-Detection Tool Indicating Degree and Location of Change of Internet Documents by Comparison of CRC Signatures”, U.S. Ser. No. 08/783,625, filed Jan. 14, 1997, hereby incorporated by reference.
  • a basic change-detection tool without the improved methods using the signature history tables has been available for free public use at the inventor's web site, www.netmind.com, for more than a year before the filing date of the present application.
  • the existing “URL-minder” has over 700,000 documents or URL's registered for 3.8 million users.
  • the inventors use a table of several older signatures. When any of the older signatures match the web page, the content is not unique even if it has changed since the last check. The web page may have reverted back to an older version.
  • Previous change-detection tools generate notifications for any change, including changes back to an older version. With the improvement, the user is not notified for the older-version change, even though the web page has changed. It is likely that the user has already seen the older version of the web page. Only unique web pages that are unlike any previous versions cause the user to be notified. Thus the improved invention is not a “change”-detection tool, but a “Unique-content” tool.
  • FIG. 6 shows a record with a history table of past signatures in the database for the change-detection web server.
  • Database 16 of FIG. 5 contains many such records, one for each web page or URL. Multiple e-mail addresses can be stored for each web page by using a relational (multi-table) database, with a separate table linking e-mail addresses to registered web pages.
  • Each record has one or more e-mail address 32 .
  • a notification message is sent to e-mail address 32 .
  • URL 36 is the world-wide-web address that is used to locate the web page. This URL is translated to an IP address of a server machine by Internet directories when the page is fetched.
  • Length field 34 stores the length of the web page and can be used to ensure that the entire web page has been fetched.
  • Last-modified field 38 contains a copy of the last-modified header from the web server for the particular web-page.
  • the change-detection tool is primarily signature-based, improved detection results when the last-modified header in the newly-fetched document is compared to last-modified field 38 .
  • History table 40 contains signatures for the three most-recent versions of the web page.
  • Signature 2B9 (hex) is the most-recent signature for the web page, and the change-detection tool of the parent application stores only this signature, or multiple signatures for each section of this one most-recent version of the web page.
  • History table 40 also stores signature D6F, for the next-to-last version of the web page, and signature 5A7 for the next earlier version of the web page. Thus three signatures for the last three versions of the web page are stored in history table 40 . If a newly-fetched web page changes to any of the two earlier versions, a notification is not made, even though a change occurred.
  • the number of signatures stored in history table 40 can vary; the three signatures of FIG. 6 is just for illustration.
  • the size of history table 40 does not have to be fixed; it can vary under software control according to available storage in the database.
  • the size of history table 40 could be adjusted to store all signatures in the last month or year rather than a fixed number of signatures.
  • FIGS. 1 - 3 Notifying for unique content, rather than just for any change, solves the problem highlighted in FIGS. 1 - 3 .
  • the error page of FIG. 3 is an “older version” of the web page, since it is presented to users whenever the server is down for maintenance.
  • the signature for this error page is stored in the history table. Every time the server is down and the error page fetched, the change-detection server does not notify the user of the change, since the error page is not unique. Likewise, when the server comes back up and the normal page (FIG. 2) is again presented, notification is not made since its signature is also stored in the history table as for one of the older versions of the web page.
  • FIGS. 7 A- 7 D illustrate how a history table of signatures solves the error-page problem of FIGS. 1 - 3 .
  • history table 40 contains three signatures 5A7, 020, 33B for three previous versions of the registered web page. The most recent version of the web page, shown in FIG. 1, has a signature of 5A7, which is stored at the top of history table 40 .
  • History table 40 is organized as a first-in-first-out FIFO memory or stack.
  • the new signature D6F is loaded into history table 40 at the top of the stack.
  • the oldest signature is deleted to make room, and all other signatures are shifted down to make room for the new signature at the top of the stack.
  • pointers are used for the top of the stack rather than physically move the signatures. Since history table 40 is not yet full, the older signatures are simply moved down and none are deleted, as shown for updated history table 40 ′.
  • the error page of FIG. 3 is fetched by the change-detection software.
  • the new signature for the error page is EB9. Since signature EB9 does not match any previous signatures in history table 40 , notification is made.
  • the new signature EB9 is loaded to the top of history table 40 , and the oldest signature 33B is deleted to make updated history table 40 ′.
  • the user may be somewhat annoyed at getting this notification.
  • the error page of FIG. 3 is replaced by the normal page of FIG. 2 by the time the user reads the message the next morning, when the server is back up. Thus the user cannot detect any change.
  • the history table only the first occurrence of the error page generates the notification. Users often can forgive one false notification but after three false notices they may be angry enough to cancel the service.
  • the signature for the fetched web page changes when the server comes back up after server maintenance is completed. After the server comes back up, the normal page of FIG. 2 is returned.
  • the change-detection tool fetches the web page, the new signature is D6F. Since signature D6F is already in history table 40 , notification is not made. A change is detected, since signature D6F does not match the most-recent signature at the top of history table 40 , signature EB9 for the error page. However, the change is not unique since the new signature matches one of the older signatures in history table 40 . Notification is not made. Since the new signature D6F is already in history table 40 , no change needs to be made to history table 40 ; although the new signature D6F could be moved to the top (not shown).
  • the server again goes down for routine maintenance, and the error page of FIG. 3 is returned anytime the normal web page's URL is requested.
  • the signature EB9 for the error page matches an older signature in history table 40 , so notification is not made. Even though a change has occurred, notification is not made because the change is not unique; the error page has occurred before.
  • the error page is not detectable by the TCP/IP stack, since it appears to low-level software as a normal web page sent using normal IP packets. Web-browser software may be able to detect an HTTP error, but not always.
  • the improved change-detection tool can detect this error page since it is not unique—the error page has occurred before. When the server comes back up, the normal page is also detected as non-unique, so notification is again avoided. Each subsequent time the server goes down and the error page is displayed, the improvement using the history table can avoid two non-relevant notifications. Only the first occurrence of the error page generates a non-relevant notification, so the user only sees one mistaken notification.
  • FIGS. 8A, 8B are a flowchart for the periodic minder using history tables and last-modified headers to avoid non-relevant change notifications.
  • Periodic minder 22 of FIG. 5 is the software module of the change-detection tool that periodically re-fetches each registered web page, generates the new signature, and compares it to old signatures in a history table stored in the database.
  • Periodic minder 22 also generates an e-mail message to notify the user when a unique change is detected.
  • the periodic minder completes one web page or URL, it moves to the next URL in its database.
  • the URL is read from the next record, step 60 .
  • This URL is sent out to the Internet with a request to retrieve the web-page document pointed to by the URL, step 62 .
  • a condensed checksum or new signature for the document is generated, step 64 .
  • this new signature is to be compared to all the old signatures in the history table, these old signatures are read from the current record's history table, step 66 .
  • the new signature is compared to each of the old signatures to detect any matches. If a match is found, then the new signature is not unique and no change notification is made.
  • the periodic minder moves on to the next record and URL, step 67 .
  • the last-modified field for the URL record is read from the database, step 69 .
  • the web-page document is parsed for a last-modified header in the HTML header. If no last-modified header is found, step 70 , then notification is made, step 80 . When the web server returns a last-modified header, then an additional check can be performed.
  • step 72 the last-modified header from the document is compared to the last-modified field stored in the database. When these date-stamps do not match, both the last-modified date and the signatures indicate a change and notification is made, step 80 .
  • the last-modified date and time match it is possible that some network error occurred.
  • the web page is fetched again, step 74 , and its new signature re-generated, step 76 .
  • the new signature from the re-fetched page is again compared to the older signatures in the history table, test 78 . If the signatures still don't match, even though the last-modified dates matched in step 72 , then notification is made, step 80 , based on the changed signature.
  • a signature does match, then a network error occurred during the first fetch (step 62 ) causing a false detect. This false detect is ignored and no change is detected nor notification made, step 79 .
  • FIG. 9 is a flowchart of notification once a unique change is detected.
  • Notification step 80 of FIG. 8B updates the history table and generates a message to the user.
  • the new signature is added to the top of the history table, step 82 .
  • the other signatures are pushed down the stack, and the oldest signature may have to be deleted.
  • the e-mail address for the user who registered the web page is read from the database, step 84 .
  • a notification message is generated and sent to the user's e-mail address, step 86 . Then the periodic minder can continue with checking the next URL.
  • a refinement to change-detection is to use both a temporary history table and a permanent history table.
  • the history table described earlier for FIGS. 6, 7 is a temporary history table since the oldest signature is deleted to make room for the new signature. In contrast, signatures are not deleted from the permanent history table.
  • the most-recent signature at the top of the stack is frequently matched when the page does not change. It is only matches for other signatures in the history table that are not the current version of the web page that get their signatures moved to the permanent history table. Only non-unique changes are put into the permanent table. Unique changes that do not match any signatures, and identical, unchanged pages that match the most-recent signature in the history table do not alter the permanent history table.
  • FIG. 10 shows a history table with both temporary and permanent signatures.
  • Temporary history table 50 is a FIFO stack of the most-recent signatures for the registered web page. As a new signature for a changed web page is written to the top of the stack of temporary history table 50 , the least-recent signature at the bottom of the stack is deleted to make room.
  • Signature D6F is the most-recent signature while signature 33B is the oldest signature.
  • Permanent history table 52 contains signatures for web pages that have appeared more than once when a change was detected.
  • signature EB9 is for an error page that appeared a first time, was replaced by another version of the web page, and then appeared a second time.
  • On the first appearance signature EB9 was placed in temporary history table 50
  • On the second appearance signature EB was removed from temporary history table 50 and loaded into permanent history table 52 . Any future detected changes with a new signature of EB9 do not alter the history tables and avoid notification.
  • FIG. 11 illustrates how the permanent history table is loaded for detected changes when any of the older signatures in the temporary history table are matched.
  • Signature EB9 is for the error page shown in FIG. 3. This error page was detected earlier and its signature EB9 was loaded into temporary history table 50 . After the server came back up from maintenance, the page changed three more times, with signatures 020, 5A7, and D6F being loaded into temporary history table 50 . Each of these three signatures was unique and generated a change notification to the user.
  • FIG. 12 shows a modification for loading the permanent history table when a non-unique change is detected.
  • Step 67 of FIGS. 8A and 15 is changed to the procedure in FIG. 12.
  • step 68 FIGGS. 8A, 15
  • the procedure of FIG. 12 is executed.
  • step 130 When the new signature matches a signature already in the permanent history table, step 130 , then no unique change is needed and the minder can proceed to the next URL.
  • step 132 When the signature matches the most-recent signature at the top of the stack in the temporary history table, step 132 , then no change was detected and the minder can continue with then next URL.
  • the new signature matches a signature in the temporary history table that is not the most-recent signature, then the tables are altered.
  • the matching signature is removed (step 134 ) from the temporary history table, which has its remaining signatures shifted or re-ordered to eliminate the bubble formed.
  • the new signature is written to an empty location in the permanent history table, step 136 , before the minder continues with then next URL.
  • the software can enlarge the permanent history table. Otherwise, the least-recent permanent signature can be deleted. Since the permanent history table is updated far less frequently than the temporary history table, the least-recent permanent entry is unlikely to be used again.
  • change-detection software detects changes too frequently, the user is bombarded with notices and soon just ignores them or cancels the service. Change-detection is only useful when it filters down the changes to a small number of significant changes that the user should look at.
  • FIG. 13 shows a change-detection record that tracks a number of times that change is detected for a registered web page.
  • Database 16 of FIG. 5 contains many such records, one for each web page or URL. Multiple e-mail addresses can be stored for each web page by using a relational (multi-table) database, with a separate table linking e-mail addresses to registered web pages.
  • Each record has one or more e-mail address 32 . When a unique change is detected, a notification message is sent to e-mail address 32 .
  • URL 36 is the world-wide-web address used to locate the web page.
  • Content-length field 34 stores the length of the web page and can be used to ensure that the entire web page has been fetched.
  • Last-modified field 38 contains a copy of the last-modified header returned by the web server for the specific web page. Improved detection results when the last-modified header for the newly-fetched document is compared to last-modified field 38 when signatures mis-match.
  • Temporary history table 50 contains signatures for the three most-recent versions of the web page. Signature 2B9 (hex) is the most-recent signature for the web page. Temporary history table 50 also stores signature D6F, for the next-to-last version of the web page, and signature 5A7 for the next earlier version of the web page. Thus three signatures for the three most-recent versions of the web page are stored in history table 50 . If a newly-fetched web page changes to any of the two earlier versions, a notification is not made, even though a change occurred.
  • Detect-tracker field 54 contains a counter of a number of times change was detected for this web page. Detect-tracker field 54 can be cleared by software on a periodic basis to obtain a count of detections for the period of time since the last clearing. Each time a change is detected and notification sent, detect-tracker field 54 is incremented.
  • Detect-tracker field 54 is read by a special routine that checks for too-frequently-notified web pages. This routine is shown in FIG. 14. Ignore-signature flag 56 is set by this routine of FIG. 14 when software determines that too many changes are being detected. Once ignore-signature flag 56 is set, signature matches no longer generate change-detection notices. Only the last-modified HTTP header is used.
  • FIG. 14 is a flowchart for a frequency-check routine that stops signature comparison when too many changes are being detected for a web page.
  • Some web pages contain dynamic content that is frequently updated. Sometimes this dynamic content is of interest, such as for the result of a database query. Other times, dynamic content is spurious, such as for rotating advertisements.
  • the software When too many change notices are being generated, the software automatically switches the method of change detection to try and reduce the frequency of notifications. When successful, frequent changes in dynamic content can be ignored while change to the underlying static page still generate change notices.
  • the last-modified header can be used for detection rather than signature-matching.
  • a frequency-check routine is periodically executed for all registered web pages, perhaps once every month or two.
  • Detect-tracker field 54 (FIG. 13) in a record is read, step 90 , to get the number of times notifications were sent since the last frequency check.
  • a threshold value is compared to the detect-tracker field, step 92 , and if the detect-tracker field is less than the threshold value, an acceptable number of notifications were sent and no changes need to be made.
  • the detect-tracker field is cleared, step 98 , and the routine repeats for the next registered web page.
  • the threshold value is configurable for web pages, perhaps being set to be 2 or 3 notifications for every one or two months, an acceptable number of notifications for an average user.
  • the user may specify how many notifications are acceptable when the page is registered; the user-specified threshold is then stored with the record and used in step 92 .
  • step 92 determines that the detect-tracker field exceeds the threshold value, then the web page is fetched and the last-modified header is examined. If no last-modified header is found, step 91 , then signature-based change detection is left intact, even though many notifications may have been generated.
  • the ignore-signature flag ( 56 of FIG. 13) is set in the database, step 94 . Future notifications for this web page are only generated when the last-modified header is changed. Since dynamic content usually does not change the page's last-modified header, change notifications are no longer generated for changes in the dynamic content. Only changes to the static page that change the last-modified header generate change notifications. Thus the ignore-signature flag effectively causes changes to dynamic content to be ignored, reducing the frequency of change notifications.
  • FIG. 15 is a flowchart for change detection that uses signatures and last-modified headers.
  • the periodic minder 22 of FIG. 5 is modified from the process shown in FIGS. 8A, 8B to ignore signatures when the frequency-check routine of FIG. 14 detects too many notifications. Signature-based notifications can be ignored to reduce the frequency of change notifications to the user.
  • the URL of the web page is read from the database, step 60 , and the page fetched from the Internet, step 62 .
  • Test 75 reads the ignore-signature flag ( 56 of FIG. 13) that may have been set by the frequency-check routine of FIG. 14 when too many notifications are being made.
  • the procedure continues at step 64 by generating the new signature and comparing it to the signatures in the history table, step 66 .
  • signatures in both tables are compared and if none match the procedure ends, step 67 . Otherwise, the procedure continues with step 69 through the procedure of FIG. 8B described earlier.
  • step 77 If the last-modified dates and times match, then no change is detected and the minder moves on to the next URL, step 67 .
  • step 80 When the last-modified time or date differ, then a change is detected, and notification is made, step 80 , which is shown in detail in FIG. 9.
  • change detection uses only the last-modified data when too many detections have been made, or both the last-modified date (if present) and signature comparison.
  • FIG. 16 shows re-fetching when the content length is incorrect. Step 62 of FIGS. 8A, 15 are replaced by the procedure of FIG. 16 when content-length checking is desired.
  • the web-page document at the URL is fetched, step 100 .
  • the Content-Length header is retrieved as a part of the HTTP request that fetches the document.
  • step 102 the size of the fetched document is determined and compared, step 104 .
  • step 106 the size of the retrieved document does not match the size specified in the content-length header, then only part of the web page was retrieved.
  • the web-page document is re-fetched, step 106 , and the process repeated.
  • step 108 Error-handling steps can be added to the basic process to escape from the procedure when the page cannot be returned or after a fixed number of retries the content-length header still does not match the size of the fetched document.
  • Web pages monitored by the change-detection tool can be arbitrary documents with different formats. Thus web pages from different companies or groups within the same company, distributed by web servers from different companies off of different platforms can easily be compared automatically by the change-detection tool. Web pages do not have to follow any particular format, nor do they have to be modified for use with the change-detection tool.
  • the invention reduces the time and effort required by a user wanting to keep abreast of changes at web sites or in any web-enabled information.
  • the change-detection tool automatically discards changing advertisements or dynamic content that cause too many change detections. Since many web pages feature flashy advertising graphics that are frequently changed and even rotated among several different ads or advertisers, the invention can be used to automatically filter out these annoying changes.
  • the invention can accumulate changes detected and combine them into a single report which is e-mailed to the user each month or other time period.
  • the single report can list all the changes in all the registered documents and even rank the changed document by the number or significance of the values changed.
  • Power users can even be charged for using advanced features or numeric functions while the general public is allowed to use the basic features free of charge. Thus power users can be charged for the additional storage and computational work required for registering some documents while casual users can freely register documents using the more efficient or less robust settings.
  • Other web sites can include a brief signup form on their page that their users can use to be notified by e-mail when the content on the page changes significantly.
  • the user selects the signup form and enters his or her e-mail address and submits the form.
  • the user's browser then sends refers the request to the change-detection tool at a different web site.
  • the request contains the user's e-mail address and the URL of the web page.
  • existing web sites can be enhanced to provide update notices to users by including a brief signup form on the page itself.
  • the change detection is handled in the normal way by the change-detection-tool's web site.
  • the change detection tool reduces bandwidth and other resource utilization on networks, since users no longer use those resources to regularly check documents for relevant changes.
  • the change detection tool uses the change detection tool to track the information on a network that they find most important. Because the change detection tool resides on a server, it can be accessed from any web browser that can connect to that server. As a result, users can get access to the information that they have identified as most important from any web browser, whether they are at their desk at work, at home, at a friends house, in a colleague or customer's office, travelling, or in an airport or mall kiosk.
  • the change detection tool can be used to decrease the total amount of e-mail received by a given user. Since the user is updated on highly specific and relevant information from Web pages the user often finds that subscribing to general-purpose newsletters and mailing lists is no longer necessary.
  • the change detection tool can eliminate the need for a publisher to re-publish information into multiple formats. Often a web site will hire additional people in order to publish an e-mail newsletter or “push” channels in addition to publishing directly to the Web. When the change detection tool is used, there is no longer any need to republish the information into multiple formats.
  • the change detection tool can be used by a web publisher or site to gather profile information about users. Users enter specific information into the database of the change detection tool that indicates what is most important to them on the Internet or intranet, how that information is categorized, and what specifically within that information is important enough to check regularly for changes.
  • This profile information can be aggregated for uses in specific domains or groups and used to provide more effective advertising and more effective services for those users. For example, users who have registered to receive updates about baseball-related information can receive sports-related advertisements. If the site also offers search capabilities this information can be used to enhance that search capability. When the example baseball fan enters the word “competition” into a search box the search can automatically be qualified to rank “baseball” and “sports” more highly than, for example, business school papers on the Internet software industry.
  • the invention has been described as for use in the public Internet, but it could also be used by private organizations behind a corporate firewall on an Intranet. Confidential financial data or budgets could be stored as documents on a corporate Intranet, and employees could register the document's URL and thus be notified.
  • the change-detection tool can be located on a server separate from the web server itself and simply be called by the site's web server.
  • a JAVA applet can be written to be executed by the browser client. This applet performs the functions of the responder, allowing the user to input registration information such as the e-mail address and URL.
  • the document can first be fetched by the applet to the client, allowing the user to select the portions of the document for change-detection.
  • the applet then sends all this information to the change-detection tool web server once the user has finished registration.
  • the applet reduces the loading on the responder, since these functions are performed at the client rather than at the server.
  • the final registration information can then be transferred to the server with the change-detection-tool minder.
  • the invention has been described as operating on Internet documents. These documents are often complex web pages containing several individual files such as for graphics, text, and motion video and sound. Sometimes these files include small programs such as cgi scripts. Standard world-wide-web pages use the hyper-text-transfer protocol (http), but other protocols can be used in the URL. Gopher and file-transfer-program (ftp) documents can also be registered using their URL's.
  • http hyper-text-transfer protocol
  • ftp file-transfer-program
  • Database engines can also be registered as a “document”.
  • the registered URL can include the lookup keywords.
  • the minder checks the URL for changes, the database lookup is re-executed.
  • the results of the lookup are used as the numeric values.
  • the document can be the output from execution of a database lookup or another program.
  • the document can thus be a temporary document or report with dynamic content rather than a static document. Webmasters can insert special headers into their HTML documents to explicitly identify frequently-changing information to ignore on their pages to improve robustness, but this is not necessary for basic operation.
  • Premium service could check for changes more frequently than once a week or day, perhaps checking every hour or even every few minutes.
  • the user can be notified immediately using a pager or personal-digital-assistant (PDA), or using a desktop push technology that continually sends updated Internet information to a user without using a standard browser or e-mail reader.
  • PDA personal-digital-assistant
  • Change notification can be made for documents moved to another URL, documents that can no longer be found, or re-ordered documents when sections cannot be found.
  • the record for a registration can store URL's and e-mail addresses in separate databases to improve storage efficiency.
  • the URL field in the registration is then an index into the URL database.
  • the e-mail field is likewise an index into the e-mail or users database. Using indexes improves efficiency since an index is used to point to the longer URL's and e-mail addresses.
  • a URL is shared by several users, and an e-mail address is shared by several registrations.
  • the title of an error page reflects the fact that an error has occurred.
  • the change detection tool can send the title as a part of the notification, so that the user knows that this first-occurrence of the error page was the result of a problem with the web server. Combining unique-content notification with the practice of returning the title of the Web page in the notification results in a satisfying end-user experience.

Abstract

An improved change-detection tool detects only relevant changes within Internet web pages on the world-wide-web. Changes back to an earlier version of a web page are not relevant and do not cause the user to be notified. Only changes to a new, unique version of the web page generate a user notification. After the user finishes registering the web page by specifying the URL and the user's e-mail address, the change-detection tool periodically retrieves the web-page at the specified URL and generates a checksum or signature to determine when to send a notification to the user. Signatures from several older versions of the web page are stored in a history table. When a new signature for a re-fetched page matches the most-recent signature at the top of the stack in the history table, no change has occurred. When the new signature matched any of the older signatures in the history table, the detected change is not unique and notification is not made even though a change has occurred. When the new signature matches one of the older, not-most-recent signatures in the history table, the signature is moved into a permanent history table. Signatures in the permanent history table are for recurring versions of the web page and are likely to appear again. Error pages displayed when a web server is down for routine maintenance can be screened out using the history table. The frequency of notifications is tracked. When too many notifications are being sent for a web page, the last-modified header is used rather than signature-matching to reduce the frequency of notifications.

Description

    RELATED APPLICATION
  • This application is a continuation-in-part of the co-pending application for “Change-Detection Tool Indicating Degree and Location of Change of Internet Documents by Comparison of CRC Signatures”, U.S. Ser. No. 08/783,625, filed Jan. 14, 1997.[0001]
  • FIELD OF THE INVENTION
  • This invention relates to software retrieval tools for networks, and more particularly to improved accuracy for a change-detection tool for the Internet. [0002]
  • BACKGROUND OF THE INVENTION
  • Fast, inexpensive distribution of information has been promoted by the widespread acceptance of the Internet and especially the world-wide-web (www). This information can be easily updated or changed. However, users may not be aware of the changes. Unless the user frequently re-reads the information, many days or weeks may pass before users realize that the information has changed. [0003]
  • Documents on the web are known as web pages. These web pages are frequently changed. Users often wish to know when changes are made to certain web pages. The parent application disclosed a change-detection tool that allows users to register web pages. Each registered web page is periodically fetched and compared to a stored checksum or signature for the registered page to determine if a change has occurred. When a change is detected, the user is notified by e-mail. The change-detection tool of the parent application allows user to select portions of a web-page document for change detection while other portions are ignored. [0004]
  • Such a change-detection tool as described in detail in the parent application is indeed useful and has gained popularity with Internet users, as several hundred thousand web pages have been registered. For example, patent professionals can register the federal regulations and procedures (37 C.F.R. and the M.P.E.P) posted at the PTO's web site and be notified when any changes are made. The change-detection tool is currently free for public use at the www.netmind.com web site. [0005]
  • FIG. 1 illustrates a web page registered for change detection. This web page contains a copy of one or more of the code of federal regulations; specifically the patent office regulations at 37 C.F.R § 1.x. A patent attorney registers this web page that contains a copy of the patent rules at 37 C.F.R. § 1.8 to 1.136. The rules may be located on one large web page, or spread across many web pages that are each registered. [0006]
  • The user registers this page by using a user-interface for the change-detection tool. The user enters his e-mail address and the URL for the web page. The change-detection tool fetches a copy of this page and generates a signature. The signature is a highly-condensed data word that is produced by using a cyclical-redundancy-check (CRC) or other algorithm that produces unique outputs. For the initial page of FIG. 1, the signature 5A7 (hex) is generated and stored in a database with the user's e-mail address and the web page's URL. [0007]
  • The change-detection tool periodically fetches this web page to see if a change has occurred. A new signature is generated for the re-fetched page, and the new signature is compared with the old signature stored in the database. A mismatch indicates that a change is detected. [0008]
  • FIG. 2 shows an updated web page that has a different signature that triggers a change notification. Occasionally, the patent regulations are updated. Web pages containing a copy of these regulations are eventually updated to reflect the changed rules. For example, FIG. 2 shows that [0009] rule 37 C.F.R. § 1.62 has been deleted while rule 37 C.F.R. § 1.136 has been updated, as they were in late 1997.
  • The change detection tool re-fetches each registered page every few hours or days. Once the rules on the web page are updated, a different signature is generated for the updated web page. In FIG. 2, the new signature of D6F is generated, which does not match the old signature of 5A7 stored in the change-detection tool's database. Thus a change is detected. The new signature is stored in the database and the patent attorney user is notified by e-mail. [0010]
  • The user is notified within a few days after the web page is updated, allowing the patent attorney to rest easy, not having to frequently surf over to the rules page to see if any changes have been made. [0011]
  • False Change Detections—FIG. 3 [0012]
  • The change-detection tool is only useful when it saves time and effort for the user. One problem is that false notifications can be made, annoying the user with changes that are not relevant. The inventors have discovered that the world-wide-web itself can trigger false change detections. These false detections should be filtered out. [0013]
  • FIG. 3 shows a false change detection caused by a non-relevant change in an Internet server. Web pages are stored on computer servers. These servers are sometimes disconnected from the Internet for maintenance such as program or hardware updates, or security threats such as hacker attacks. [0014]
  • The web server containing the web page with the 37 C.F.R. patent rules is disconnected from the Internet for maintenance. Often such maintenance occurs during low-usage times such as weekend nights. Most users do not notice that the web pages are offline during these hours. Unfortunately, automated software programs such as the change-detection tool continue to operate during these times, and may perform more fetching during off hours since network response times decrease. The change-detection tool may find that the web page is not available. [0015]
  • When no connection can be made with the server, the change-detection tool can simply skip the web page until a later time. Since TCP/IP packets are not returned from the server, the change-detection tool can easily determine that the page is not available due to a network problem. The change-detection tool does not notify the user, but instead tries again later. [0016]
  • Completely disconnecting servers from the Internet is frowned upon since users do not know what is causing the errors. Thus many web sites use another server to return a message page to the user when the server is down for maintenance. This message or error page lets the user know that the web page is only temporarily unavailable and the user should try back later. [0017]
  • The error page of FIG. 3 is returned when a user tries to retrieve the web page containing the 37 C.F.R. patent rules. This same error page is returned to change-detection software trying to fetch the web page. However, since no packet or network error is signaled, the change-detection tool assumes that the error page is the registered web page and generates a new signature. The new signature for the error page is EB9, which does not match the old signature (D6F) that was stored in the database after the last change was detected. [0018]
  • The change-detection tool then generates a change notice that is emailed to the user. The next day when the patent attorney reads the change notice, he browses over to the web page. By now the server is back up, showing the same web page as in FIG. 2. Although the user reads the web page carefully, he cannot find any changes. [0019]
  • A few days later, the change detection tool again retrieves the web page and generates the new signature. Since this new signature does not match the error page's signature that was stored, another change notice is generated. The user again looks at the web page but finds no changes. At this point, after receiving to false change notices, the user cancels his change-detection service to avoid getting the false notifications. [0020]
  • HTML Headers—FIG. 4 [0021]
  • FIG. 4 shows a dynamic web page with HTML headers. A content-length HTML header <CONTENT_LEN> specifies the length of the web-page document in bytes. A last-modified header <LAST_MODIFIED> contains a date and time of the last modification of the web page. [0022] Dynamic content 15 is frequently updated, often by a database or search-engine server. Stock quotes are an example of dynamic content that appears in a dynamic frame. Dynamic images or JAVA programs are often used as dynamic content.
  • Some change-detection software relies solely on the last-modified header in the HTTP response from a Web server. For example, Microsoft Internet Explorer 4.0 has a feature called “Subscriptions” under the “Favorites” menu, which detects changes in web pages. This feature relies on the last-modified header to determine when a web page has changed. Unfortunately, many web pages do not return a last-modified header, and Internet Explorer generates false change notifications each time it checks a web page lacking the last-modified header. [0023]
  • Not all documents contain a last-modified header. The last-modified header may or may not reflect changes in [0024] dynamic content 15. Some web servers update the last-modified header only when the static content changes. Thus change notifications are not generated when the dynamic content changes. This may be undesirable when the dynamic content is what the user desires to have checked. For example, when the user wants to search newsgroups for the appearance of a specific product or company name, the result of the search is dynamic content. If the web server does not return a Last-Modified header, the user is notified by an unsophisticated change-detection tool every time the search result is checked. If the web server returns a Last-Modified header based only on the static content, the user is not notified when the results of the search—the dynamic content—changes.
  • The last-modified header may also be updated when the HTML header are changed, but not the visible document. This can also cause false changes to be reported. Even if the change detection tool is intelligent enough to analyze the content for changes, rather than relying solely on the Last-Modified header, false changes can be reported when the server returns only a portion of the web page due to some kind of error. The inventors, with the benefit of the experience involved in running a change detection tool for hundreds of thousands of different documents on the Internet, have recognized these problems. Without this level of experience these problems are not easily recognized. [0025]
  • What is desired is an improved automated change-detection tool that detects when changes occur to a registered document on the Internet. It is desired that the user not have to check the web page to see if any changes have occurred. A change-detection tool adapted to filter out false change notifications desired. A change-detection tool that does not report changes that are not relevant to the user is desirable. Identification of temporary error pages is desirable so that they are not reported to the user. A more sophisticated and more robust change-detection tool is desired. [0026]
  • SUMMARY OF THE INVENTION
  • A change-detection web server detects unique changes in web pages. A network connection transmits and receives packets from a remote client and a remote web-page server. A responder is coupled to the network connection. It communicates with the remote client. The responder registers a web page for change detection by receiving from the remote client a uniform-resource-locator (URL) identifying the web page. The responder fetches the web page from the remote web-page server. [0027]
  • A database is coupled to the responder. It receives the URL from the responder when the web page is registered by the remote client. The database stores a plurality of records each containing a URL. [0028]
  • A history table in each of the records in the database stores a most-recent signature and a plurality of older-version signatures for a registered web page identified by the URL. The older-version signatures are condensed checksums for earlier versions of the registered web page previously fetched by the change-detection web server. The most-recent signature is a condensed checksum for a most-recently-fetched copy of the registered web page. A periodic minder is coupled to the database and the network connection. It periodically re-fetches the web page from the remote web-page server by transmitting the URL from the database to the network connection. The periodic minder receives a fresh copy of the web page from the remote web-page server. The periodic minder generates a new signature from the fresh copy of the web page. The periodic minder notifies the remote client of a unique change when the new signature does not match the most-recent signature and does not match any of the older-version signatures in the record. [0029]
  • Thus the unique change in the web page is detected by comparing the new signature to the most-recent signature and to older-version signatures for the web page. Changes in the web page that are not unique but match an earlier version of the web page do not notify the remote client. [0030]
  • In further aspects the database does not store the web page. The database stores the most-recent signature and earlier-version signatures for the web page. Thus storage requirements for the database are reduced by archiving the most-recent signature and not entire web pages. [0031]
  • In still further aspects a permanent history table stores new signatures that match one of the older-version signatures. Thus older-version signatures that are matched are copied to the permanent history table. [0032]
  • In other aspects the history table is a temporary history table organized as a first-in-first-out stack. A least-recent signature in the history table is replaced by a new signature when notification is made. Thus signatures in the permanent history table are not deleted by new signatures written to the temporary history table. [0033]
  • In further aspects the older-version signatures are stored in both the permanent history table and the history table. The periodic minder compares the new signature to older-version signatures from both the history table and from the permanent history table.[0034]
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 illustrates a web page registered for change detection. [0035]
  • FIG. 2 shows an updated web page that has a different signature that triggers a change notification. [0036]
  • FIG. 3 shows a false change detection caused by a non-relevant change in an Internet server. [0037]
  • FIG. 4 shows a dynamic web page with HTML headers. [0038]
  • FIG. 5 is a diagram of a change detection tool on a server on the Internet. [0039]
  • FIG. 6 shows a record with a history table of past signatures in the database for the change-detection web server. [0040]
  • FIGS. [0041] 7A-7D illustrate how a history table of signatures solves the error-page problem of FIGS. 1-3.
  • FIGS. 8A, 8B are a flowchart for the periodic minder using history tables and last-modified headers to avoid non-relevant change notifications. [0042]
  • FIG. 9 is a flowchart of notification once a unique change is detected. [0043]
  • FIG. 10 shows a history table with both temporary and permanent signatures. [0044]
  • FIG. 11 illustrates how the permanent history table is loaded for detected changes when any of the older signatures in the temporary history table are matched. [0045]
  • FIG. 12 shows a modification for loading the permanent history table when a non-unique change is detected. [0046]
  • FIG. 13 shows a change-detection record that tracks a number of times that change is detected for a registered web page. [0047]
  • FIG. 14 is a flowchart for a frequency-check routine that stops signature comparison when too many changes are being detected for a web page. [0048]
  • FIG. 15 is a flowchart for change detection that uses signatures and last-modified headers. [0049]
  • FIG. 16 shows re-fetching when the content length is incorrect.[0050]
  • DETAILED DESCRIPTION
  • The present invention relates to an improvement in change-detection software tools. The following description is presented to enable one of ordinary skill in the art to make and use the invention as provided in the context of a particular application and its requirements. Various modifications to the preferred embodiment will be apparent to those with skill in the art, and the general principles defined herein may be applied to other embodiments. Therefore, the present invention is not intended to be limited to the particular embodiments shown and described, but is to be accorded the widest scope consistent with the principles and novel features herein disclosed. [0051]
  • Overview of Change-detection Web Server—FIG. 5 [0052]
  • FIG. 5 is a diagram of a change detection tool on a server on the Internet. The user operates [0053] client 14 from a remote site on Internet 10. The user typically is operating a browser application, such as Netscape's Navigator or Microsoft's Internet Explorer, or a browser mini-application such as an Internet toolbar in a larger program. Client 14 communicates through Internet 10 by sending and receiving TCP/IP packets to establish connections with remote servers, typically using the hypertext transfer protocol (HTTP) of the world-wide web.
  • [0054] Client 14 retrieves web pages of files from document server 12 through Internet 10. These web pages are identified by a unique URL (uniform resource locator) which specifies a document file containing the text and graphics of a desired web page. Often additional files are retrieved when a document is retrieved. The “document” returned from document server 12 to client 14 is thus a composite document composed of several files of text, graphics, and perhaps sound or animation. The physical appearance of the web page on the user's browser on client 14 is specified by layout information embedded in non-displayed headers, as is well-known for HTML (hypertext markup language) documents. Often these HTML documents contain headers with URL's that specify other web pages, perhaps on other web servers which may be physically located in different cities or countries. These headers create hyper-links to these other web servers allowing the user to quickly jump to other servers. These hyper-links form a complex web of linked servers across the world; hence the name “world-wide web”.
  • The user may frequently retrieve files from [0055] remote document server 12. Often the same file is retrieved. The user may only be interested in differences in the file, or learning when the file is updated, such as when a new product or service is announced. The inventors have developed a software tool that automatically retrieves files and compares the retrieved files to an archived signature of the file to determine if a change in the file has occurred. When a change is detected, the user is notified by an electronic mail message (e-mail). A copy of the new file may be attached to the e-mail notification, allowing the user to review the changes.
  • Rather than archive the source files from [0056] remote document server 12, the invention archives a checksum CRC or signature of the source files. These signatures and the e-mail address of the user are stored in database 16 of change-detection server 20. Comparison is made of the stored or archived signature of the document and a fresh signature of the currently-available document. The signature is a condensed checksum or fingerprint of the document. Any change to the document changes the signature.
  • Change-[0057] detection server 20 performs three basic functions:
  • 1. Register (setup) a web page document for change detection. [0058]
  • 2. Periodically re-fetch the document and compare for changes [0059]
  • 3. E-mail a change notice to the registered user if a change is detected. [0060]
  • Change-[0061] detection server 20 contains three basic components. Database 16 stores the archive of signatures for registered web-page documents. The URL identifying the web page and the user's e-mail address are also stored with the archived signature. Responder 24 communicates with the user at client 14 to setup or register a web page document for change detection. Minder 22 periodically fetches registered documents from document server 12 through Internet 10. Minder 22 compares the archived signature in database 16 to a new signature of the fetched document to determine if a change has occurred. When a change is detected, minder 22 sends a notice to the user at client 14 that the document has changed.
  • Change-Detection of Web Pages [0062]
  • This change-detection tool is disclosed in the co-pending parent application, “Change-Detection Tool Indicating Degree and Location of Change of Internet Documents by Comparison of CRC Signatures”, U.S. Ser. No. 08/783,625, filed Jan. 14, 1997, hereby incorporated by reference. A basic change-detection tool without the improved methods using the signature history tables has been available for free public use at the inventor's web site, www.netmind.com, for more than a year before the filing date of the present application. The existing “URL-minder” has over 700,000 documents or URL's registered for 3.8 million users. [0063]
  • Unique-Content, Not Mere Change, is Detected [0064]
  • The inventors have realized that change detection must be accurate to be useful. False change detections must be avoided and non-relevant changes ignored. Often, the user does not want to be notified of all changes, but rather only for new content. Thus the inventors notify the user when “unique” content is detected; not when a mere “change” to old content is detected. [0065]
  • Rather than just store the last signature, the inventors use a table of several older signatures. When any of the older signatures match the web page, the content is not unique even if it has changed since the last check. The web page may have reverted back to an older version. [0066]
  • Previous change-detection tools generate notifications for any change, including changes back to an older version. With the improvement, the user is not notified for the older-version change, even though the web page has changed. It is likely that the user has already seen the older version of the web page. Only unique web pages that are unlike any previous versions cause the user to be notified. Thus the improved invention is not a “change”-detection tool, but a “Unique-content” tool. [0067]
  • Database Records Include History Table of Signatures—FIG. 6 [0068]
  • FIG. 6 shows a record with a history table of past signatures in the database for the change-detection web server. [0069] Database 16 of FIG. 5 contains many such records, one for each web page or URL. Multiple e-mail addresses can be stored for each web page by using a relational (multi-table) database, with a separate table linking e-mail addresses to registered web pages.
  • Each record has one or [0070] more e-mail address 32. When a unique change is detected, a notification message is sent to e-mail address 32. URL 36 is the world-wide-web address that is used to locate the web page. This URL is translated to an IP address of a server machine by Internet directories when the page is fetched. Length field 34 stores the length of the web page and can be used to ensure that the entire web page has been fetched.
  • Last-modified [0071] field 38 contains a copy of the last-modified header from the web server for the particular web-page. Although the change-detection tool is primarily signature-based, improved detection results when the last-modified header in the newly-fetched document is compared to last-modified field 38.
  • Rather than store one signature for the most-recent version of the web page, a table of signatures for many older versions of the web page is stored. History table [0072] 40 contains signatures for the three most-recent versions of the web page. Signature 2B9 (hex) is the most-recent signature for the web page, and the change-detection tool of the parent application stores only this signature, or multiple signatures for each section of this one most-recent version of the web page.
  • History table [0073] 40 also stores signature D6F, for the next-to-last version of the web page, and signature 5A7 for the next earlier version of the web page. Thus three signatures for the last three versions of the web page are stored in history table 40. If a newly-fetched web page changes to any of the two earlier versions, a notification is not made, even though a change occurred.
  • The number of signatures stored in history table [0074] 40 can vary; the three signatures of FIG. 6 is just for illustration. The size of history table 40 does not have to be fixed; it can vary under software control according to available storage in the database. The size of history table 40 could be adjusted to store all signatures in the last month or year rather than a fixed number of signatures.
  • History Table Stores Signatures for Older Versions of Web Page—FIG. 7 [0075]
  • Notifying for unique content, rather than just for any change, solves the problem highlighted in FIGS. [0076] 1-3. The error page of FIG. 3 is an “older version” of the web page, since it is presented to users whenever the server is down for maintenance. The signature for this error page is stored in the history table. Every time the server is down and the error page fetched, the change-detection server does not notify the user of the change, since the error page is not unique. Likewise, when the server comes back up and the normal page (FIG. 2) is again presented, notification is not made since its signature is also stored in the history table as for one of the older versions of the web page.
  • FIGS. [0077] 7A-7D illustrate how a history table of signatures solves the error-page problem of FIGS. 1-3. In FIG. 7A, history table 40 contains three signatures 5A7, 020, 33B for three previous versions of the registered web page. The most recent version of the web page, shown in FIG. 1, has a signature of 5A7, which is stored at the top of history table 40. History table 40 is organized as a first-in-first-out FIFO memory or stack.
  • When the web page is re-fetched by the minder, a change is detected. The web page has changed to the version shown in FIG. 2, and has the signature D6F. Change is detected by the change-detection tool since the new signature D6F does not match the last signature 5A7. Furthermore, the new signature does not match any of the signatures of older-versions of the web page, such as 020 and 33B that are also stored in history table [0078] 40. Thus the new web page is not merely a change, but it is a unique change. Notification is therefore sent to the user.
  • The new signature D6F is loaded into history table [0079] 40 at the top of the stack. When a new signature is stored in history table 40, the oldest signature is deleted to make room, and all other signatures are shifted down to make room for the new signature at the top of the stack. Of course, pointers are used for the top of the stack rather than physically move the signatures. Since history table 40 is not yet full, the older signatures are simply moved down and none are deleted, as shown for updated history table 40′.
  • Notification for First Occurrence of Error Page—FIG. 7B [0080]
  • In FIG. 7B, the error page of FIG. 3 is fetched by the change-detection software. The new signature for the error page is EB9. Since signature EB9 does not match any previous signatures in history table [0081] 40, notification is made. The new signature EB9 is loaded to the top of history table 40, and the oldest signature 33B is deleted to make updated history table 40′.
  • The user may be somewhat annoyed at getting this notification. The error page of FIG. 3 is replaced by the normal page of FIG. 2 by the time the user reads the message the next morning, when the server is back up. Thus the user cannot detect any change. However, with the history table only the first occurrence of the error page generates the notification. Users often can forgive one false notification but after three false notices they may be angry enough to cancel the service. [0082]
  • Notification Avoided When Server Comes Back Up—FIG. 7C [0083]
  • Continuing in FIG. 7C, the signature for the fetched web page changes when the server comes back up after server maintenance is completed. After the server comes back up, the normal page of FIG. 2 is returned. When the change-detection tool fetches the web page, the new signature is D6F. Since signature D6F is already in history table [0084] 40, notification is not made. A change is detected, since signature D6F does not match the most-recent signature at the top of history table 40, signature EB9 for the error page. However, the change is not unique since the new signature matches one of the older signatures in history table 40. Notification is not made. Since the new signature D6F is already in history table 40, no change needs to be made to history table 40; although the new signature D6F could be moved to the top (not shown).
  • Notification Avoided for Next Error Page—FIG. 7D [0085]
  • Continuing in FIG. 7D, the server again goes down for routine maintenance, and the error page of FIG. 3 is returned anytime the normal web page's URL is requested. The signature EB9 for the error page matches an older signature in history table [0086] 40, so notification is not made. Even though a change has occurred, notification is not made because the change is not unique; the error page has occurred before.
  • The error page is not detectable by the TCP/IP stack, since it appears to low-level software as a normal web page sent using normal IP packets. Web-browser software may be able to detect an HTTP error, but not always. The improved change-detection tool can detect this error page since it is not unique—the error page has occurred before. When the server comes back up, the normal page is also detected as non-unique, so notification is again avoided. Each subsequent time the server goes down and the error page is displayed, the improvement using the history table can avoid two non-relevant notifications. Only the first occurrence of the error page generates a non-relevant notification, so the user only sees one mistaken notification. [0087]
  • Periodic Minder Using History Table—FIGS. 8A, 8B [0088]
  • FIGS. 8A, 8B are a flowchart for the periodic minder using history tables and last-modified headers to avoid non-relevant change notifications. [0089] Periodic minder 22 of FIG. 5 is the software module of the change-detection tool that periodically re-fetches each registered web page, generates the new signature, and compares it to old signatures in a history table stored in the database. Periodic minder 22 also generates an e-mail message to notify the user when a unique change is detected.
  • When the periodic minder completes one web page or URL, it moves to the next URL in its database. The URL is read from the next record, [0090] step 60. This URL is sent out to the Internet with a request to retrieve the web-page document pointed to by the URL, step 62. Once the document is retrieved, a condensed checksum or new signature for the document is generated, step 64.
  • Since this new signature is to be compared to all the old signatures in the history table, these old signatures are read from the current record's history table, [0091] step 66. In step 68, the new signature is compared to each of the old signatures to detect any matches. If a match is found, then the new signature is not unique and no change notification is made. The periodic minder moves on to the next record and URL, step 67.
  • When none of the old signatures from the history table matches the new signature, then a change may have been detected. Some additional checking is performed to make sure that the change is relevant, and that some type of network error has not caused a false detection. [0092]
  • Last-Modified Header Used to Double-Check Detection—FIG. 8B [0093]
  • The last-modified field for the URL record is read from the database, [0094] step 69. Continuing to FIG. 8B, the web-page document is parsed for a last-modified header in the HTML header. If no last-modified header is found, step 70, then notification is made, step 80. When the web server returns a last-modified header, then an additional check can be performed.
  • In [0095] step 72, the last-modified header from the document is compared to the last-modified field stored in the database. When these date-stamps do not match, both the last-modified date and the signatures indicate a change and notification is made, step 80. When the last-modified date and time match, it is possible that some network error occurred. The web page is fetched again, step 74, and its new signature re-generated, step 76. The new signature from the re-fetched page is again compared to the older signatures in the history table, test 78. If the signatures still don't match, even though the last-modified dates matched in step 72, then notification is made, step 80, based on the changed signature. When a signature does match, then a network error occurred during the first fetch (step 62) causing a false detect. This false detect is ignored and no change is detected nor notification made, step 79.
  • This is an improvement over prior-art change-detectors that only look at the last-modified date, since the signatures could be different because dynamic data has changed, such as shown in FIG. 4, although the HTML headers have not indicated a change. It is also an improvement over the parent application, since change-detection is double-checked by the last-modified header and the page re-fetched if needed. Thus false change notifications caused by network errors when fetching the web page can be mitigated. [0096]
  • Notification—FIG. 9 [0097]
  • FIG. 9 is a flowchart of notification once a unique change is detected. [0098] Notification step 80 of FIG. 8B updates the history table and generates a message to the user. The new signature is added to the top of the history table, step 82. The other signatures are pushed down the stack, and the oldest signature may have to be deleted. The e-mail address for the user who registered the web page is read from the database, step 84. A notification message is generated and sent to the user's e-mail address, step 86. Then the periodic minder can continue with checking the next URL.
  • Often more than one user registers a web page. In that case, several e-mail addresses are associated with a single URL record. Messages are generated to each of the users. [0099]
  • Permanent and Temporary History Tables—FIGS. 10, 11 [0100]
  • A refinement to change-detection is to use both a temporary history table and a permanent history table. The history table described earlier for FIGS. 6, 7 is a temporary history table since the oldest signature is deleted to make room for the new signature. In contrast, signatures are not deleted from the permanent history table. [0101]
  • When a new signature of a changed page matches one of the older signatures, it is likely that the new signature is for a frequently-occurring version of the web page, such as for an error page. Frequently-occurring signatures are permanently kept in a separate part of the history table to keep them from being deleted when making room for new signatures. [0102]
  • Of course, the most-recent signature at the top of the stack is frequently matched when the page does not change. It is only matches for other signatures in the history table that are not the current version of the web page that get their signatures moved to the permanent history table. Only non-unique changes are put into the permanent table. Unique changes that do not match any signatures, and identical, unchanged pages that match the most-recent signature in the history table do not alter the permanent history table. [0103]
  • FIG. 10 shows a history table with both temporary and permanent signatures. Temporary history table [0104] 50 is a FIFO stack of the most-recent signatures for the registered web page. As a new signature for a changed web page is written to the top of the stack of temporary history table 50, the least-recent signature at the bottom of the stack is deleted to make room. Signature D6F is the most-recent signature while signature 33B is the oldest signature.
  • Permanent history table [0105] 52 contains signatures for web pages that have appeared more than once when a change was detected. For example, signature EB9 is for an error page that appeared a first time, was replaced by another version of the web page, and then appeared a second time. On the first appearance signature EB9 was placed in temporary history table 50, while on the second appearance signature EB was removed from temporary history table 50 and loaded into permanent history table 52. Any future detected changes with a new signature of EB9 do not alter the history tables and avoid notification.
  • FIG. 11 illustrates how the permanent history table is loaded for detected changes when any of the older signatures in the temporary history table are matched. Signature EB9 is for the error page shown in FIG. 3. This error page was detected earlier and its signature EB9 was loaded into temporary history table [0106] 50. After the server came back up from maintenance, the page changed three more times, with signatures 020, 5A7, and D6F being loaded into temporary history table 50. Each of these three signatures was unique and generated a change notification to the user.
  • During a new change-detection cycle, the error page again appears, and the change-detection tool generates the signature EB9 for the error page retrieved. Signature EB9 is not a unique signature since it has appeared before. The change-detection tool compares the new signature EB9 to all the signatures in both history tables [0107] 50, 52, and detects a match with signature EB9 in temporary history table 50. Since a match is found, notification does not occur. Instead, signature EB9 is moved from temporary history table 50 to permanent history table 52′.
  • In the future, if the error page reappears, a match is detected with its signature in permanent history table [0108] 52′. With a single-level history table, the signature for the error page could be bumped off the bottom of the stack after many versions of the web page appeared. The two-level history table of FIGS. 10, 11 allows any number of versions to occur, saving the signature in the permanent part of the history table.
  • Table-Handling Procedure—FIG. 12 [0109]
  • FIG. 12 shows a modification for loading the permanent history table when a non-unique change is detected. [0110] Step 67 of FIGS. 8A and 15 is changed to the procedure in FIG. 12. When a signature match is found in either the permanent or temporary history tables by step 68 (FIGS. 8A, 15), then instead of ending and moving to the next URL, the procedure of FIG. 12 is executed.
  • When the new signature matches a signature already in the permanent history table, [0111] step 130, then no unique change is needed and the minder can proceed to the next URL. When the signature matches the most-recent signature at the top of the stack in the temporary history table, step 132, then no change was detected and the minder can continue with then next URL.
  • When the new signature matches a signature in the temporary history table that is not the most-recent signature, then the tables are altered. The matching signature is removed (step [0112] 134) from the temporary history table, which has its remaining signatures shifted or re-ordered to eliminate the bubble formed. The new signature is written to an empty location in the permanent history table, step 136, before the minder continues with then next URL.
  • When the permanent history table is full, then the software can enlarge the permanent history table. Otherwise, the least-recent permanent signature can be deleted. Since the permanent history table is updated far less frequently than the temporary history table, the least-recent permanent entry is unlikely to be used again. [0113]
  • Tracking of Overly-Frequent Change-Detection—FIG. 14 [0114]
  • If the change-detection software detects changes too frequently, the user is bombarded with notices and soon just ignores them or cancels the service. Change-detection is only useful when it filters down the changes to a small number of significant changes that the user should look at. [0115]
  • FIG. 13 shows a change-detection record that tracks a number of times that change is detected for a registered web page. [0116] Database 16 of FIG. 5 contains many such records, one for each web page or URL. Multiple e-mail addresses can be stored for each web page by using a relational (multi-table) database, with a separate table linking e-mail addresses to registered web pages. Each record has one or more e-mail address 32. When a unique change is detected, a notification message is sent to e-mail address 32.
  • [0117] URL 36 is the world-wide-web address used to locate the web page. Content-length field 34 stores the length of the web page and can be used to ensure that the entire web page has been fetched. Last-modified field 38 contains a copy of the last-modified header returned by the web server for the specific web page. Improved detection results when the last-modified header for the newly-fetched document is compared to last-modified field 38 when signatures mis-match.
  • Temporary history table [0118] 50 contains signatures for the three most-recent versions of the web page. Signature 2B9 (hex) is the most-recent signature for the web page. Temporary history table 50 also stores signature D6F, for the next-to-last version of the web page, and signature 5A7 for the next earlier version of the web page. Thus three signatures for the three most-recent versions of the web page are stored in history table 50. If a newly-fetched web page changes to any of the two earlier versions, a notification is not made, even though a change occurred.
  • When a change is detected, but the new signature matches one of the older signatures in temporary history table [0119] 50, the matching signature is removed from temporary history table 50 and moved to permanent history table 52. Signature EB9, for a recurring error page, is stored in permanent history table 52 as was described for the example of FIG. 11.
  • Detect-[0120] tracker field 54 contains a counter of a number of times change was detected for this web page. Detect-tracker field 54 can be cleared by software on a periodic basis to obtain a count of detections for the period of time since the last clearing. Each time a change is detected and notification sent, detect-tracker field 54 is incremented.
  • Detect-[0121] tracker field 54 is read by a special routine that checks for too-frequently-notified web pages. This routine is shown in FIG. 14. Ignore-signature flag 56 is set by this routine of FIG. 14 when software determines that too many changes are being detected. Once ignore-signature flag 56 is set, signature matches no longer generate change-detection notices. Only the last-modified HTTP header is used.
  • Frequency Check Routine—FIG. 14 [0122]
  • FIG. 14 is a flowchart for a frequency-check routine that stops signature comparison when too many changes are being detected for a web page. Some web pages contain dynamic content that is frequently updated. Sometimes this dynamic content is of interest, such as for the result of a database query. Other times, dynamic content is spurious, such as for rotating advertisements. [0123]
  • Even when dynamic content is of interest, when it is changing daily or weekly, too many change notifications are sent. The user is probably better off reading the web page daily for the changes than using a change-notification service. [0124]
  • When too many change notices are being generated, the software automatically switches the method of change detection to try and reduce the frequency of notifications. When successful, frequent changes in dynamic content can be ignored while change to the underlying static page still generate change notices. The last-modified header can be used for detection rather than signature-matching. [0125]
  • A frequency-check routine is periodically executed for all registered web pages, perhaps once every month or two. Detect-tracker field [0126] 54 (FIG. 13) in a record is read, step 90, to get the number of times notifications were sent since the last frequency check. A threshold value is compared to the detect-tracker field, step 92, and if the detect-tracker field is less than the threshold value, an acceptable number of notifications were sent and no changes need to be made. The detect-tracker field is cleared, step 98, and the routine repeats for the next registered web page.
  • When the detect-tracker field exceeds the threshold value, then too many notifications are being sent to the user. The threshold value is configurable for web pages, perhaps being set to be 2 or 3 notifications for every one or two months, an acceptable number of notifications for an average user. The user may specify how many notifications are acceptable when the page is registered; the user-specified threshold is then stored with the record and used in [0127] step 92.
  • When [0128] step 92 determines that the detect-tracker field exceeds the threshold value, then the web page is fetched and the last-modified header is examined. If no last-modified header is found, step 91, then signature-based change detection is left intact, even though many notifications may have been generated.
  • When a last-modified header is found in [0129] step 91, then the ignore-signature flag (56 of FIG. 13) is set in the database, step 94. Future notifications for this web page are only generated when the last-modified header is changed. Since dynamic content usually does not change the page's last-modified header, change notifications are no longer generated for changes in the dynamic content. Only changes to the static page that change the last-modified header generate change notifications. Thus the ignore-signature flag effectively causes changes to dynamic content to be ignored, reducing the frequency of change notifications.
  • Dual-Mode Change-Detection—FIG. 15 [0130]
  • FIG. 15 is a flowchart for change detection that uses signatures and last-modified headers. The periodic minder ([0131] 22 of FIG. 5) is modified from the process shown in FIGS. 8A, 8B to ignore signatures when the frequency-check routine of FIG. 14 detects too many notifications. Signature-based notifications can be ignored to reduce the frequency of change notifications to the user.
  • The URL of the web page is read from the database, [0132] step 60, and the page fetched from the Internet, step 62. Test 75 reads the ignore-signature flag (56 of FIG. 13) that may have been set by the frequency-check routine of FIG. 14 when too many notifications are being made. When the ignore-signature flag is not set, the procedure continues at step 64 by generating the new signature and comparing it to the signatures in the history table, step 66. When both a temporary and a permanent history table are present, signatures in both tables are compared and if none match the procedure ends, step 67. Otherwise, the procedure continues with step 69 through the procedure of FIG. 8B described earlier.
  • When the ignore-signature flag is set, then signatures are not compared. Instead, the last-modified header from the newly fetched document is checked and compared to the last-modified field stored in the database. [0133] step 77. If the last-modified dates and times match, then no change is detected and the minder moves on to the next URL, step 67. When the last-modified time or date differ, then a change is detected, and notification is made, step 80, which is shown in detail in FIG. 9.
  • Thus change detection uses only the last-modified data when too many detections have been made, or both the last-modified date (if present) and signature comparison. [0134]
  • Content-Length Re-Fetching—FIG. 16 [0135]
  • Occasionally a network or server error causes only a portion of a web page to be fetched during change detection. A false change can then be detected since the signature for the partial page does not match the signature for the whole page. The content-length header can be used to avoid this problem. [0136]
  • FIG. 16 shows re-fetching when the content length is incorrect. [0137] Step 62 of FIGS. 8A, 15 are replaced by the procedure of FIG. 16 when content-length checking is desired.
  • The web-page document at the URL is fetched, [0138] step 100. The Content-Length header is retrieved as a part of the HTTP request that fetches the document. When such a content-length header is found, step 102, then the size of the fetched document is determined and compared, step 104. When the size of the retrieved document does not match the size specified in the content-length header, then only part of the web page was retrieved. The web-page document is re-fetched, step 106, and the process repeated.
  • When the document's size matches the content-length header, or when no content-length header is present, then the procedures of FIGS. 8A or [0139] 15 continues, step 108. Error-handling steps can be added to the basic process to escape from the procedure when the page cannot be returned or after a fixed number of retries the content-length header still does not match the size of the fetched document.
  • Advantages of the Invention [0140]
  • Web pages monitored by the change-detection tool can be arbitrary documents with different formats. Thus web pages from different companies or groups within the same company, distributed by web servers from different companies off of different platforms can easily be compared automatically by the change-detection tool. Web pages do not have to follow any particular format, nor do they have to be modified for use with the change-detection tool. [0141]
  • The invention reduces the time and effort required by a user wanting to keep abreast of changes at web sites or in any web-enabled information. The change-detection tool automatically discards changing advertisements or dynamic content that cause too many change detections. Since many web pages feature flashy advertising graphics that are frequently changed and even rotated among several different ads or advertisers, the invention can be used to automatically filter out these annoying changes. [0142]
  • The invention can accumulate changes detected and combine them into a single report which is e-mailed to the user each month or other time period. The single report can list all the changes in all the registered documents and even rank the changed document by the number or significance of the values changed. [0143]
  • Power users can even be charged for using advanced features or numeric functions while the general public is allowed to use the basic features free of charge. Thus power users can be charged for the additional storage and computational work required for registering some documents while casual users can freely register documents using the more efficient or less robust settings. [0144]
  • Other web sites can include a brief signup form on their page that their users can use to be notified by e-mail when the content on the page changes significantly. The user selects the signup form and enters his or her e-mail address and submits the form. The user's browser then sends refers the request to the change-detection tool at a different web site. The request contains the user's e-mail address and the URL of the web page. Thus existing web sites can be enhanced to provide update notices to users by including a brief signup form on the page itself. The change detection is handled in the normal way by the change-detection-tool's web site. [0145]
  • The change detection tool reduces bandwidth and other resource utilization on networks, since users no longer use those resources to regularly check documents for relevant changes. [0146]
  • Users use the change detection tool to track the information on a network that they find most important. Because the change detection tool resides on a server, it can be accessed from any web browser that can connect to that server. As a result, users can get access to the information that they have identified as most important from any web browser, whether they are at their desk at work, at home, at a friends house, in a colleague or customer's office, travelling, or in an airport or mall kiosk. [0147]
  • The change detection tool can be used to decrease the total amount of e-mail received by a given user. Since the user is updated on highly specific and relevant information from Web pages the user often finds that subscribing to general-purpose newsletters and mailing lists is no longer necessary. [0148]
  • The change detection tool can eliminate the need for a publisher to re-publish information into multiple formats. Often a web site will hire additional people in order to publish an e-mail newsletter or “push” channels in addition to publishing directly to the Web. When the change detection tool is used, there is no longer any need to republish the information into multiple formats. [0149]
  • The change detection tool can be used by a web publisher or site to gather profile information about users. Users enter specific information into the database of the change detection tool that indicates what is most important to them on the Internet or intranet, how that information is categorized, and what specifically within that information is important enough to check regularly for changes. This profile information can be aggregated for uses in specific domains or groups and used to provide more effective advertising and more effective services for those users. For example, users who have registered to receive updates about baseball-related information can receive sports-related advertisements. If the site also offers search capabilities this information can be used to enhance that search capability. When the example baseball fan enters the word “competition” into a search box the search can automatically be qualified to rank “baseball” and “sports” more highly than, for example, business school papers on the Internet software industry. [0150]
  • Alternate Embodiments [0151]
  • Several other embodiments are contemplated by the inventors. For example the parent application described splitting each web-page document into multiple sections, and storing multiple signatures, one for each section. The current invention can be combined with the parent by storing multiple history tables, one for each section of the document. Each section of the document can be treated as a separate document and notification made if any section has changed. [0152]
  • The invention has been described as for use in the public Internet, but it could also be used by private organizations behind a corporate firewall on an Intranet. Confidential financial data or budgets could be stored as documents on a corporate Intranet, and employees could register the document's URL and thus be notified. [0153]
  • The change-detection tool can be located on a server separate from the web server itself and simply be called by the site's web server. A JAVA applet can be written to be executed by the browser client. This applet performs the functions of the responder, allowing the user to input registration information such as the e-mail address and URL. The document can first be fetched by the applet to the client, allowing the user to select the portions of the document for change-detection. The applet then sends all this information to the change-detection tool web server once the user has finished registration. The applet reduces the loading on the responder, since these functions are performed at the client rather than at the server. The final registration information can then be transferred to the server with the change-detection-tool minder. [0154]
  • The invention has been described as operating on Internet documents. These documents are often complex web pages containing several individual files such as for graphics, text, and motion video and sound. Sometimes these files include small programs such as cgi scripts. Standard world-wide-web pages use the hyper-text-transfer protocol (http), but other protocols can be used in the URL. Gopher and file-transfer-program (ftp) documents can also be registered using their URL's. [0155]
  • Database engines can also be registered as a “document”. The registered URL can include the lookup keywords. When the minder checks the URL for changes, the database lookup is re-executed. The results of the lookup are used as the numeric values. Thus the document can be the output from execution of a database lookup or another program. The document can thus be a temporary document or report with dynamic content rather than a static document. Webmasters can insert special headers into their HTML documents to explicitly identify frequently-changing information to ignore on their pages to improve robustness, but this is not necessary for basic operation. [0156]
  • Premium service could check for changes more frequently than once a week or day, perhaps checking every hour or even every few minutes. In addition to standard e-mail, the user can be notified immediately using a pager or personal-digital-assistant (PDA), or using a desktop push technology that continually sends updated Internet information to a user without using a standard browser or e-mail reader. [0157]
  • Change notification can be made for documents moved to another URL, documents that can no longer be found, or re-ordered documents when sections cannot be found. The record for a registration can store URL's and e-mail addresses in separate databases to improve storage efficiency. The URL field in the registration is then an index into the URL database. The e-mail field is likewise an index into the e-mail or users database. Using indexes improves efficiency since an index is used to point to the longer URL's and e-mail addresses. Typically a URL is shared by several users, and an e-mail address is shared by several registrations. [0158]
  • Often the title of an error page reflects the fact that an error has occurred. The change detection tool can send the title as a part of the notification, so that the user knows that this first-occurrence of the error page was the result of a problem with the web server. Combining unique-content notification with the practice of returning the title of the Web page in the notification results in a satisfying end-user experience. [0159]
  • The foregoing description of the embodiments of the invention has been presented for the purposes of illustration and description. It is not intended to be exhaustive or to limit the invention to the precise form disclosed. Many modifications and variations are possible in light of the above teaching. It is intended that the scope of the invention be limited not by this detailed description, but rather by the claims appended hereto. [0160]

Claims (20)

We claim:
1. A change-detection web server for detecting unique changes in web pages comprising:
a network connection for transmitting and receiving packets from a remote client and a remote web-page server;
a responder, coupled to the network connection, for communicating with the remote client, the responder registering a web page for change detection by receiving from the remote client a uniform-resource-locator (URL) identifying the web page, the responder fetching the web page from the remote web-page server;
a database, coupled to the responder, for receiving the URL from the responder when the web page is registered by the remote client, the database for storing a plurality of records each containing a URL;
a history table in each of the records in the database, the history table for storing a most-recent signature and a plurality of older-version signatures for a registered web page identified by the URL, the older-version signatures being condensed checksums for earlier versions of the registered web page previously fetched by the change-detection web server, whereas the most-recent signature is a condensed checksum for a most-recently-fetched copy of the registered web page; and
a periodic minder, coupled to the database and the network connection, for periodically re-fetching the web page from the remote web-page server by transmitting the URL from the database to the network connection, the periodic minder receiving a fresh copy of the web page from the remote web-page server, the periodic minder generating a new signature from the fresh copy of the web page, the periodic minder notifying the remote client of a unique change when the new signature does not match the most-recent signature and does not match any of the older-version signatures in the record,
whereby the unique change in the web page is detected by comparing the new signature to the most-recent signature and to older-version signatures for the web page, wherein changes in the web page which are not unique but match an earlier version of the web page do not notify the remote client.
2. The change-detection web server of claim 1 wherein the database does not store the web page, the database storing the most-recent signature and earlier-version signatures for the web page,
whereby storage requirements for the database are reduced by archiving the most-recent signature and not entire web pages.
3. The change-detection web server of claim 2 further comprising:
a permanent history table, the permanent history table for storing new signatures that match one of the older-version signatures,
whereby older-version signatures that are matched are copied to the permanent history table.
4. The change-detection web server of claim 3 wherein the history table is a temporary history table organized as a first-in-first-out stack, wherein a least-recent signature in the history table is replaced by a new signature when notification is made,
wherein signatures in the permanent history table are not deleted by new signatures written to the temporary history table.
5. The change-detection web server of claim 4 wherein the older-version signatures are stored in both the permanent history table and the history table, the periodic minder comparing the new signature to older-version signatures from both the history table and from the permanent history table.
6. The change-detection web server of claim 2 wherein each record in the database further comprises:
a last-modified field for storing a last-modified date and time contained within the most-recently-fetched copy of the registered web page;
wherein the periodic minder further comprises:
last-modified parsing means, receiving the fresh copy of the web page, for parsing the web page for an HTTP response from the Web server for a last-modified header for indicating a date and time that the web page was last modified;
date compare means, receiving the last-modified header and the last-modified field, for generating a date-match signal before the periodic minder notifies the remote client when the last-modified header from the fresh copy of the web page matches the last-modified field from the database;
whereby the last-modified header is stored in the database for each record.
7. The change-detection web server of claim 6 further comprising:
re-fetch means, responsive to the date-match signal from the date compare means, for fetching another fresh copy of the web page when the last-modified header from the fresh copy of the web page matches the last-modified field from the database but the new signature does not match;
the periodic minder generating a second new signature for the another fresh copy; the periodic minder waiting for the second new signature before notifying the remote client of a unique change when the second new signature does not match the most-recent signature and does not match any of the older-version signatures in the record,
whereby the web page is re-fetched before notification when the date-match signal is generated to prevent false notifications due to a network error when fetching the web page.
8. The change-detection web server of claim 7 wherein each record in the database further comprises:
a detect-tracker field for storing a number of notifications sent to the remote client,
an ignore-signature flag for indicating when too many notifications were sent to the remote client.
9. The change-detection web server of claim 8 further comprising:
increment means for incrementing the detect-tracker field in the database when notification is sent to the remote client.
10. The change-detection web server of claim 9 further comprising:
frequency check means, responsive to a threshold value, for comparing the detect-tracker field to the threshold value and setting the ignore-signature flag when the detect-tracker field exceeds the threshold value,
whereby the ignore-signature flag is set when the number of notifications exceeds the threshold value.
11. The change-detection web server of claim 10 wherein the frequency check means only sets the ignore-signature flag when the web server returns the last-modified header, whereas web pages without a last-modified header cannot have their ignore-signature flags set.
12. The change-detection web server of claim 11 further comprising:
disable means, responsive to the ignore-signature flag, for disabling the periodic minder from comparing signatures, whereas notification is only made when the date-match signal is not generated by the date compare means,
whereby the ignore-signature flag disables signature comparison for web pages with a number of notifications that exceeds the threshold value.
13. The change-detection web server of claim 2 wherein the web page is a hypertext markup-language (HTML) web page containing HTML headers, the HTML headers for indicating formatting, layout, and hyper-links specifying URLs of other servers.
14. The change-detection web server of claim 2 further comprising:
mailer means, coupled to the network connection, for sending a change notification message to the remote client when the unique change is signaled,
wherein the responder receives an electronic-mail address from the remote client, the responder storing the electronic-mail address of the remote client in the database, and the mailer means reading the electronic-mail address from the database, the change notification message being sent to the remote client as an electronic-mail message addressed to the electronic-mail address,
whereby the remote client is notified of the unique change by electronic mail.
15. The change-detection web server of claim 14 wherein packets transmitted to the network connection are TCP/IP packets and wherein the remote client and the remote web-page server are on the Internet.
16. A computer-implemented method for detecting a unique change in a web page and notifying a user of the unique change, the method comprising the steps of:
registering the web page by:
receiving an address of the user and a locator for the web page;
fetching the web page from a remote server by transmitting the locator to a network server;
generating a signature for the web page;
storing the signature in a history table for storing signatures for older versions of the web page, and storing the locator, the address of the user in a database;
after a period of time, periodically checking to determine if a unique change has occurred by:
reading the locator from the database and transmitting the locator to remote server to fetch a recent copy of the web page;
generating a new signature for the recent copy of the web page;
signaling that a unique change is detected when the new signature does not match any of the signatures in the history table including signatures for the older versions of the web page;
whereby the web page is not stored in the database which stores the history table of signatures for the web page.
17. The computer-implemented method of claim 16 further comprising the step of:
writing the new signature to the history table and deleting a least-recent signature in the history table while retaining other signatures in the history table,
whereby the history table is a stack of signatures of recent versions of the web page.
18. A computer-program product comprising:
a computer-usable medium having computer-readable program code means embodied therein for detecting unique changes in a web page, the computer-readable program code means in the computer-program product comprising:
network connection means for transmitting and receiving packets from a remote client and a remote web page server;
responder means, coupled to the network connection means, for communicating with the remote client, the responder means registering web pages for change detection by receiving from the remote client a uniform-resource-locator (URL) identifying the web page;
history-table means for storing a most-recent signature and a plurality of older-version signatures for a registered web page identified by the URL, the older-version signatures being condensed checksums for earlier versions of the registered web page previously fetched for change detection, whereas the most-recent signature is a condensed checksum for a most-recently-fetched copy of the registered web page;
database means, coupled to the responder means, for receiving the URL from the responder means when the web page is registered by the remote client, the database means coupled to the history-table means, the database means for storing a plurality of records each containing a URL and a history table for a registered web page, the database means not storing the web page or the registered web pages, the database means storing condensed signatures for the web page; and
periodic minder means, coupled to the database means and the network connection means, for periodically re-fetching the web page from the remote web page server by transmitting the URL from the database means to the network connection means, the periodic minder means receiving a fresh copy of the web page from the remote web page server, the periodic minder means generating a new signature from the fresh copy of the web page, the periodic minder means notifying the remote client of a unique change when the new signature does not match the most-recent signature and does not match any of the older-version signatures in the record,
whereby the unique change in the web page is automatically detected by periodically re-fetching the web page, generating the new signature, and comparing to signatures in the history table.
19. The computer-program product of claim 18 wherein the history-table means includes permanent signatures and temporary signatures, wherein when the new signature matches one of the older-version signatures the new signature becomes a permanent signature that is not replaced by other new signatures.
20. The computer-program product of claim 18 wherein the database means stores for each record an actual content-length of the registered web page and a content-length header within the registered web page.
US09/957,387 1997-01-14 2001-09-21 Unique-change detection of dynamic web pages using history tables of signatures Abandoned US20020013825A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US09/957,387 US20020013825A1 (en) 1997-01-14 2001-09-21 Unique-change detection of dynamic web pages using history tables of signatures

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US08/783,625 US5898836A (en) 1997-01-14 1997-01-14 Change-detection tool indicating degree and location of change of internet documents by comparison of cyclic-redundancy-check(CRC) signatures
US09/081,991 US6012087A (en) 1997-01-14 1998-05-20 Unique-change detection of dynamic web pages using history tables of signatures
US47751900A 2000-01-04 2000-01-04
US09/957,387 US20020013825A1 (en) 1997-01-14 2001-09-21 Unique-change detection of dynamic web pages using history tables of signatures

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US47751900A Continuation 1997-01-14 2000-01-04

Publications (1)

Publication Number Publication Date
US20020013825A1 true US20020013825A1 (en) 2002-01-31

Family

ID=46254916

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/081,991 Expired - Lifetime US6012087A (en) 1997-01-14 1998-05-20 Unique-change detection of dynamic web pages using history tables of signatures
US09/957,387 Abandoned US20020013825A1 (en) 1997-01-14 2001-09-21 Unique-change detection of dynamic web pages using history tables of signatures

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US09/081,991 Expired - Lifetime US6012087A (en) 1997-01-14 1998-05-20 Unique-change detection of dynamic web pages using history tables of signatures

Country Status (1)

Country Link
US (2) US6012087A (en)

Cited By (41)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20010037347A1 (en) * 2000-03-10 2001-11-01 Kelliher Margaret Therese Method for automated web site maintenance via searching
US20020078087A1 (en) * 2000-12-18 2002-06-20 Stone Alan E. Content indicator for accelerated detection of a changed web page
US20030005414A1 (en) * 2001-05-24 2003-01-02 Elliott Scott Clementson Program execution stack signatures
US20030084299A1 (en) * 2001-11-01 2003-05-01 Fujitsu Limited Falsification detection system, and falsification detection method and medium
US20030158953A1 (en) * 2002-02-21 2003-08-21 Lal Amrish K. Protocol to fix broken links on the world wide web
US20040107405A1 (en) * 2001-10-09 2004-06-03 Sun Microsystems, Inc. Method, system, and program for managing accesses to data objects by multiple user programs over a network
US20050050460A1 (en) * 2001-03-27 2005-03-03 Bedingfield James C. Systems and methods for automatically providing alerts of web site content updates
US20050138127A1 (en) * 2003-12-22 2005-06-23 Oracle International Corporation System and method for verifying intended contents of an electronic message
US20050154733A1 (en) * 2003-12-05 2005-07-14 David Meltzer Real-time change detection for network systems
US20060064619A1 (en) * 2004-08-20 2006-03-23 Bdna Corporation Method and/or system for identifying information appliances
US20060136244A1 (en) * 2004-12-21 2006-06-22 Defolo Daniel Method to dynamically view and update adaptive process document
US20070055768A1 (en) * 2005-08-23 2007-03-08 Cisco Technology, Inc. Method and system for monitoring a server
US20070067764A1 (en) * 2005-09-22 2007-03-22 Byrd Brandy S System and method for automated interpretation of console field changes
US20070083763A1 (en) * 2005-10-11 2007-04-12 Shinji Itoh Signature log storing apparatus
US20070112817A1 (en) * 2005-11-15 2007-05-17 Michael Danninger Method and system for providing time-dependent search results for repetitively performed searches
US20070233748A1 (en) * 2006-02-28 2007-10-04 Samsung Electronics Co., Ltd. Internet access apparatus and method for notifying of Web page update using the same
US20070287433A1 (en) * 2006-06-08 2007-12-13 Maurice Wollersheim Device detection in mobile networks
US20080040424A1 (en) * 2006-08-08 2008-02-14 Wayport, Inc. Automated acquisition and maintenance of web-servable content via enhanced "404:not found" handler
US20080141124A1 (en) * 2006-11-13 2008-06-12 Ovidiu Stavrica Methods, apparatus and systems for modifying and/or augmenting image displays in a graphical networked environment
US20080163317A1 (en) * 2006-12-29 2008-07-03 Yahoo! Inc. Generation of video streams from content items
US20080200751A1 (en) * 2000-10-12 2008-08-21 James Browning Urethral support system
US20080201334A1 (en) * 2005-05-03 2008-08-21 Pctfiler Holdings Pty Ltd Computer System for Distributing a Validation Instruction Message
US7418661B2 (en) 2002-09-17 2008-08-26 Hewlett-Packard Development Company, L.P. Published web page version tracking
US20080263193A1 (en) * 2007-04-17 2008-10-23 Chalemin Glen E System and Method for Automatically Providing a Web Resource for a Broken Web Link
US20090024916A1 (en) * 2007-07-20 2009-01-22 Burckart Erik J Seamless Asynchronous Updates of Dynamic Content
US20090210806A1 (en) * 2008-02-20 2009-08-20 International Business Machines Corporation Method and system for predictive browsing
US20100275030A1 (en) * 2009-04-22 2010-10-28 International Business Machines Corporation Method for ensuring the validity of recovered electronic documents from remote storage
US20110069620A1 (en) * 2009-09-22 2011-03-24 Noah Gintis Misdirected Packet Detection Apparatus and Method
US20110069622A1 (en) * 2009-09-22 2011-03-24 Noah Gintis Traffic Distribution Control
US20110167108A1 (en) * 2008-07-11 2011-07-07 Xueli Chen Web page tamper-froof device, method and system
US20110231324A1 (en) * 2000-10-23 2011-09-22 Pctfiler Holdings Pty Ltd System and method of attracting and lodging pct national phase applications
US20130097493A1 (en) * 2011-10-17 2013-04-18 International Business Machines Corporation Managing Digital Signatures
US8504840B1 (en) * 2004-10-29 2013-08-06 Akamai Technologies, Inc. Content defacement protection system
US20140006932A1 (en) * 2011-03-01 2014-01-02 Fujitsu Limited Web page update notification device and web page update notification method
US8868541B2 (en) * 2011-01-21 2014-10-21 Google Inc. Scheduling resource crawls
US20160132472A1 (en) * 2014-11-06 2016-05-12 Tulkita Technologies Inc. Process intelligence system
US9542374B1 (en) * 2012-01-20 2017-01-10 Google Inc. Method and apparatus for applying revision specific electronic signatures to an electronically stored document
WO2017223230A1 (en) * 2016-06-21 2017-12-28 Ebay Inc. Anomaly detection for web document revision
US10318592B2 (en) * 2015-07-16 2019-06-11 Quantum Metric, LLC Document capture using client-based delta encoding with server
US11036823B2 (en) 2014-12-31 2021-06-15 Quantum Metric, Inc. Accurate and efficient recording of user experience, GUI changes and user interaction events on a remote web document
US11416291B1 (en) * 2021-07-08 2022-08-16 metacluster lt, UAB Database server management for proxy scraping jobs

Families Citing this family (216)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6088515A (en) 1995-11-13 2000-07-11 Citrix Systems Inc Method and apparatus for making a hypermedium interactive
US7388092B2 (en) * 1996-05-03 2008-06-17 Applera Corporation Oligonucleotides and analogs labeled with energy transfer dyes
JP3139408B2 (en) * 1997-03-17 2001-02-26 カシオ計算機株式会社 Homepage update notification device
US6490584B2 (en) * 1997-11-26 2002-12-03 International Business Machines Corporation User-centered push methods and system
US6282575B1 (en) * 1997-12-11 2001-08-28 Intel Corporation Routing mechanism for networks with separate upstream and downstream traffic
US6185614B1 (en) * 1998-05-26 2001-02-06 International Business Machines Corp. Method and system for collecting user profile information over the world-wide web in the presence of dynamic content using document comparators
US6928652B1 (en) * 1998-05-29 2005-08-09 Webtv Networks, Inc. Method and apparatus for displaying HTML and video simultaneously
US20030120775A1 (en) * 1998-06-15 2003-06-26 Compaq Computer Corporation Method and apparatus for sending address in the message for an e-mail notification action to facilitate remote management of network devices
US6215483B1 (en) 1998-06-17 2001-04-10 Webtv Networks, Inc. Combining real-time and batch mode logical address links
US6438564B1 (en) * 1998-06-17 2002-08-20 Microsoft Corporation Method for associating a discussion with a document
US6182140B1 (en) * 1998-07-23 2001-01-30 International Business Machines Corporation Hot objects with multiple links in web browsers
US6519646B1 (en) * 1998-09-01 2003-02-11 Sun Microsystems, Inc. Method and apparatus for encoding content characteristics
US6631411B1 (en) 1998-10-12 2003-10-07 Freshwater Software, Inc. Apparatus and method for monitoring a chain of electronic transactions
US7047277B1 (en) 1998-10-12 2006-05-16 Mercury Interactive Corporation System and computer-implemented method for creating configuration files for web transaction tests
US6633912B1 (en) 1998-10-12 2003-10-14 Freshwater Software, Inc. System, method and apparatus for providing an enterprise portal
US6138157A (en) 1998-10-12 2000-10-24 Freshwater Software, Inc. Method and apparatus for testing web sites
US6243105B1 (en) * 1998-11-19 2001-06-05 Ncr Corporation Drill-down method to historical data in a performance monitor using a platform independent program
KR100582501B1 (en) * 1998-11-19 2006-10-24 엘지전자 주식회사 Automatic Information Retrieval Method
US7058597B1 (en) 1998-12-04 2006-06-06 Digital River, Inc. Apparatus and method for adaptive fraud screening for electronic commerce transactions
US7617124B1 (en) 1998-12-04 2009-11-10 Digital River, Inc. Apparatus and method for secure downloading of files
US20030195974A1 (en) * 1998-12-04 2003-10-16 Ronning Joel A. Apparatus and method for scheduling of search for updates or downloads of a file
US7672879B1 (en) 1998-12-08 2010-03-02 Yodlee.Com, Inc. Interactive activity interface for managing personal data and performing transactions over a data packet network
US8069407B1 (en) * 1998-12-08 2011-11-29 Yodlee.Com, Inc. Method and apparatus for detecting changes in websites and reporting results to web developers for navigation template repair purposes
US7085997B1 (en) 1998-12-08 2006-08-01 Yodlee.Com Network-based bookmark management and web-summary system
US7055091B1 (en) * 1999-01-20 2006-05-30 Avaya Inc. System and method for establishing relationships between hypertext reference and electronic mail program incorporating the same
JP3437933B2 (en) * 1999-01-21 2003-08-18 インターナショナル・ビジネス・マシーンズ・コーポレーション Browser sharing method and system
JP3942760B2 (en) * 1999-02-03 2007-07-11 富士通株式会社 Information collection device
US7062456B1 (en) 1999-02-09 2006-06-13 The Chase Manhattan Bank System and method for back office processing of banking transactions using electronic files
US6286001B1 (en) * 1999-02-24 2001-09-04 Doodlebug Online, Inc. System and method for authorizing access to data on content servers in a distributed network
JP3278628B2 (en) * 1999-03-09 2002-04-30 埼玉日本電気株式会社 Mobile phone
US6938270B2 (en) * 1999-04-07 2005-08-30 Microsoft Corporation Communicating scripts in a data service channel of a video signal
US6574657B1 (en) * 1999-05-03 2003-06-03 Symantec Corporation Methods and apparatuses for file synchronization and updating using a signature list
US6654746B1 (en) 1999-05-03 2003-11-25 Symantec Corporation Methods and apparatuses for single-connection file synchronization workgroup file update
US6633316B1 (en) * 1999-05-13 2003-10-14 International Business Machines Corporation Method and apparatus for implementing direct link selection of cached, previously visited links in nested web pages
JP2000330856A (en) * 1999-05-21 2000-11-30 Nec Corp Information collection device and method therefor
US6477565B1 (en) * 1999-06-01 2002-11-05 Yodlee.Com, Inc. Method and apparatus for restructuring of personalized data for transmission from a data network to connected and portable network appliances
US7752535B2 (en) 1999-06-01 2010-07-06 Yodlec.com, Inc. Categorization of summarized information
US20040078423A1 (en) * 2002-03-22 2004-04-22 Ramakrishna Satyavolu Method and apparatus for controlled establishment of a turnkey system providing a centralized data aggregation and summary capability to third party entities
US6708207B1 (en) 1999-06-03 2004-03-16 Fujitsu Network Communications, Inc. Method and system for managing multiple management protocols in a network element
US6631406B1 (en) 1999-06-03 2003-10-07 Fujitsu Network Communications, Inc. Common management information base (MIB)
US6697822B1 (en) * 1999-06-07 2004-02-24 3M Innovative Properties Company Method of maintaining database records
US6631369B1 (en) * 1999-06-30 2003-10-07 Microsoft Corporation Method and system for incremental web crawling
US6581099B1 (en) * 1999-07-26 2003-06-17 Microsoft Corporation Accessing sources of resources within standard request-response protocols
JP3810956B2 (en) * 1999-07-28 2006-08-16 沖電気工業株式会社 Server operation monitoring system
US8364688B1 (en) 1999-09-07 2013-01-29 Thomas C Douglass System and method for providing and updating on-line forms and registrations
US9311399B2 (en) 1999-09-07 2016-04-12 C. Douglass Thomas System and method for providing an updating on-line forms and registrations
US6356933B2 (en) * 1999-09-07 2002-03-12 Citrix Systems, Inc. Methods and apparatus for efficiently transmitting interactive application data between a client and a server using markup language
US7747592B2 (en) * 1999-09-07 2010-06-29 Thomas C Douglass Method and system for monitoring domain name registrations
US6449636B1 (en) * 1999-09-08 2002-09-10 Nortel Networks Limited System and method for creating a dynamic data file from collected and filtered web pages
US20050149559A1 (en) * 1999-11-01 2005-07-07 Oppedahl & Larson Llp Status monitoring system
US8543901B1 (en) * 1999-11-01 2013-09-24 Level 3 Communications, Llc Verification of content stored in a network
US7526533B1 (en) * 1999-11-30 2009-04-28 Cisco Technology, Inc. Active call context reconstruction for primary/backup resource manager servers
US20020073166A1 (en) * 1999-12-10 2002-06-13 Lynch Michael P. Method, system, and apparatus for providing message data regarding events associated with websites
US6601066B1 (en) 1999-12-17 2003-07-29 General Electric Company Method and system for verifying hyperlinks
US7174562B1 (en) * 1999-12-20 2007-02-06 Microsoft Corporation Interactive television triggers having connected content/disconnected content attribute
US6665658B1 (en) * 2000-01-13 2003-12-16 International Business Machines Corporation System and method for automatically gathering dynamic content and resources on the world wide web by stimulating user interaction and managing session information
US6981225B1 (en) * 2000-01-31 2005-12-27 Intel Corporation Indicating the differences between Internet web pages
US7720833B1 (en) 2000-02-02 2010-05-18 Ebay Inc. Method and system for automatically updating search results on an online auction site
AU2001234758A1 (en) 2000-02-04 2001-08-14 America Online Incorporated High performance "freeze-dried" dynamic web page generation
US6931397B1 (en) * 2000-02-11 2005-08-16 International Business Machines Corporation System and method for automatic generation of dynamic search abstracts contain metadata by crawler
GB2360106B (en) * 2000-02-21 2004-09-22 Ac Properties Bv Ordering playable works
WO2001063453A1 (en) * 2000-02-22 2001-08-30 Ipdev Co. Selecting recipients of a direct mailing advertisement
US20010044820A1 (en) * 2000-04-06 2001-11-22 Scott Adam Marc Method and system for website content integrity assurance
US6766524B1 (en) * 2000-05-08 2004-07-20 Webtv Networks, Inc. System and method for encouraging viewers to watch television programs
KR20010107572A (en) * 2000-05-24 2001-12-07 포만 제프리 엘 Trust-based link access control
WO2001098918A1 (en) * 2000-06-20 2001-12-27 Fatwire Corporation System and method for least work publishing
US20020059457A1 (en) * 2000-07-06 2002-05-16 Ballard Glenn Wesley System and method for the remote creation of notification agents for wireless devices
US6785666B1 (en) * 2000-07-11 2004-08-31 Revenue Science, Inc. Method and system for parsing navigation information
US6990631B2 (en) * 2000-07-14 2006-01-24 Ricoh Company, Ltd. Document management apparatus, related document extracting method, and document processing assist method
WO2002008962A1 (en) * 2000-07-25 2002-01-31 Energy E-Comm.Com, Inc. Internet information retrieval method and apparatus
AU2001280763A1 (en) * 2000-07-28 2002-02-13 Freshwater Software, Inc. A method, system and apparatus for providing monitoring of electronic transactions
US20020015057A1 (en) * 2000-08-01 2002-02-07 Byung Joon Park System and method for aggregating website contents
US20020023226A1 (en) * 2000-08-21 2002-02-21 Kabushiki Kaisha Network Doc Falsification preventing apparatus, falsification preventing method and recording medium therefor
US6920609B1 (en) * 2000-08-24 2005-07-19 Yahoo! Inc. Systems and methods for identifying and extracting data from HTML pages
US6920483B1 (en) 2000-08-31 2005-07-19 International Business Machines Corporation Notification of automatically forwarded electronic mail messages in a data processing system
WO2002023406A1 (en) * 2000-09-18 2002-03-21 Doodlebug Online, Inc. System and method for accessing data on content servers via a central authorization host
US6701317B1 (en) 2000-09-19 2004-03-02 Overture Services, Inc. Web page connectivity server construction
US6598051B1 (en) * 2000-09-19 2003-07-22 Altavista Company Web page connectivity server
US7774455B1 (en) 2000-09-26 2010-08-10 Juniper Networks, Inc. Method and system for providing secure access to private networks
US7865569B1 (en) 2000-09-26 2011-01-04 Juniper Networks, Inc. Method and system for modifying script portions of requests for remote resources
US7136896B1 (en) * 2000-09-26 2006-11-14 Juniper Networks, Inc. Dynamic toolbar for markup language document
US7085817B1 (en) 2000-09-26 2006-08-01 Juniper Networks, Inc. Method and system for modifying requests for remote resources
US8799463B1 (en) * 2000-10-19 2014-08-05 Ariba, Inc. Method and apparatus for processing information related to interactive web sites
US8145742B1 (en) 2000-10-31 2012-03-27 Red Hat, Inc. Method of and apparatus for network administration
US6950868B1 (en) 2000-10-31 2005-09-27 Red Hat, Inc. Method of and apparatus for remote monitoring
US7346842B1 (en) * 2000-11-02 2008-03-18 Citrix Systems, Inc. Methods and apparatus for incorporating a partial page on a client
US7051084B1 (en) 2000-11-02 2006-05-23 Citrix Systems, Inc. Methods and apparatus for regenerating and transmitting a partial page
US7620719B2 (en) * 2002-06-06 2009-11-17 Juniper Networks, Inc. Method and system for providing secure access to private networks
US20020113819A1 (en) * 2000-11-17 2002-08-22 Dan Baer Method for controlling a screen display
US7194743B2 (en) * 2000-12-12 2007-03-20 Citrix Systems, Inc. Methods and apparatus for communicating changes between a user interface and an executing application using property paths
US20020087644A1 (en) * 2001-01-03 2002-07-04 Zylka Edward J. Internet portal URL link through an e-mail prompt for the delivery of solicited and unsolicited information based on the original information requested
US6917950B2 (en) * 2001-01-10 2005-07-12 Intel Corporation Modifying a shared resource
US7127609B2 (en) * 2001-01-12 2006-10-24 Siemens Medical Solutions Health Services Corporation System and user interface for adaptively processing and communicating URL data between applications
US7334031B2 (en) 2001-01-12 2008-02-19 Siemens Medical Solutions Health Services Corporation System and user interface supporting processing and activity management for concurrently operating applications
US7043752B2 (en) * 2001-01-12 2006-05-09 Siemens Medical Solutions Health Services Corporation System and user interface supporting concurrent application initiation and interoperability
US7107336B2 (en) * 2001-02-23 2006-09-12 International Business Machines Corporation Method and apparatus for enhanced server page execution
US6658414B2 (en) 2001-03-06 2003-12-02 Topic Radio, Inc. Methods, systems, and computer program products for generating and providing access to end-user-definable voice portals
US20060265397A1 (en) * 2001-03-06 2006-11-23 Knowledge Vector, Inc. Methods, systems, and computer program products for extensible, profile-and context-based information correlation, routing and distribution
US7133869B2 (en) * 2001-03-06 2006-11-07 Knowledge Vector, Inc. Methods and systems for and defining and distributing information alerts
EP1374089A1 (en) * 2001-03-28 2004-01-02 Cyber Watcher AS Method and arrangement for web information monitoring
US20020147779A1 (en) * 2001-04-05 2002-10-10 International Business Machines Corporation Method and computer program product for providing email that guides a recipient through a set of associated web pages
US20030061248A1 (en) * 2001-04-27 2003-03-27 International Business Machines Corporation Enhancing the reading of long pages in web browsers
US20030023718A1 (en) * 2001-07-26 2003-01-30 Smith Donald X. System and method for tracking updates in a network site
US7721103B2 (en) * 2001-09-18 2010-05-18 Media Rights Technologies, Inc. System and method for providing global media content delivery
US7308714B2 (en) * 2001-09-27 2007-12-11 International Business Machines Corporation Limiting the output of alerts generated by an intrusion detection sensor during a denial of service attack
US7278161B2 (en) * 2001-10-01 2007-10-02 International Business Machines Corporation Protecting a data processing system from attack by a vandal who uses a vulnerability scanner
US20030084095A1 (en) * 2001-10-26 2003-05-01 Hayden Douglas Todd Method to preserve web page links using registration and notification
US7631084B2 (en) * 2001-11-02 2009-12-08 Juniper Networks, Inc. Method and system for providing secure access to private networks with client redirection
US7146403B2 (en) * 2001-11-02 2006-12-05 Juniper Networks, Inc. Dual authentication of a requestor using a mail server and an authentication server
GB2381893A (en) * 2001-11-12 2003-05-14 Inventec Corp Automatic e-mail notification method of an executive information system
US7640491B2 (en) * 2001-12-05 2009-12-29 Microsoft Corporation Outputting dynamic local content on mobile devices
US7107338B1 (en) * 2001-12-05 2006-09-12 Revenue Science, Inc. Parsing navigation information to identify interactions based on the times of their occurrences
US7631184B2 (en) * 2002-05-14 2009-12-08 Nicholas Ryan System and method for imposing security on copies of secured items
US6910077B2 (en) * 2002-01-04 2005-06-21 Hewlett-Packard Development Company, L.P. System and method for identifying cloaked web servers
US20040064565A1 (en) * 2002-02-06 2004-04-01 International Business Machines Corporation Obtaining location information using a rejection model
US20030200550A1 (en) * 2002-04-17 2003-10-23 Yehuda Antebi Internet video recording system and method
US7987246B2 (en) * 2002-05-23 2011-07-26 Jpmorgan Chase Bank Method and system for client browser update
US20040010522A1 (en) * 2002-05-24 2004-01-15 Shulok Thomas Aaron Method and system for detecting significant changes in dynamic datasets
US20040268233A1 (en) * 2002-06-27 2004-12-30 Oki Electric Industry Co., Ltd. Information processing apparatus and information processing method
US7340650B2 (en) * 2002-10-30 2008-03-04 Jp Morgan Chase & Co. Method to measure stored procedure execution statistics
JP2004178072A (en) * 2002-11-25 2004-06-24 Oki Electric Ind Co Ltd Update report method and device of web page
JP3753244B2 (en) * 2002-11-27 2006-03-08 日本電気株式会社 Real-time web sharing system
US20040199584A1 (en) * 2003-03-05 2004-10-07 Evan Kirshenbaum Method and system for customized configuration of an appearance of a website for a user
US8042112B1 (en) * 2003-07-03 2011-10-18 Google Inc. Scheduler for search engine crawler
US7725452B1 (en) * 2003-07-03 2010-05-25 Google Inc. Scheduler for search engine crawler
US7069278B2 (en) * 2003-08-08 2006-06-27 Jpmorgan Chase Bank, N.A. System for archive integrity management and related methods
US7516139B2 (en) 2003-09-19 2009-04-07 Jp Morgan Chase Bank Processing of tree data structures
US20050120060A1 (en) * 2003-11-29 2005-06-02 Yu Meng System and method for solving the dead-link problem of web pages on the Internet
US7325126B2 (en) * 2004-03-05 2008-01-29 Microsoft Corporation System and method for distributed module authentication
CN1950821A (en) * 2004-03-26 2007-04-18 亚历克斯·马申斯基 Exchange of newly-added information over the internet
US7689601B2 (en) * 2004-05-06 2010-03-30 Oracle International Corporation Achieving web documents using unique document locators
JP2005346671A (en) * 2004-06-07 2005-12-15 Canon Inc Information processing device and document processing method
US9021529B2 (en) * 2004-07-15 2015-04-28 Microsoft Technology Licensing, Llc Content recordation techniques
US7987172B1 (en) 2004-08-30 2011-07-26 Google Inc. Minimizing visibility of stale content in web searching including revising web crawl intervals of documents
US7366974B2 (en) * 2004-09-03 2008-04-29 Jp Morgan Chase Bank System and method for managing template attributes
US20060059210A1 (en) * 2004-09-16 2006-03-16 Macdonald Glynne Generic database structure and related systems and methods for storing data independent of data type
US7664751B2 (en) 2004-09-30 2010-02-16 Google Inc. Variable user interface based on document access privileges
US7603355B2 (en) 2004-10-01 2009-10-13 Google Inc. Variably controlling access to content
US20090132466A1 (en) * 2004-10-13 2009-05-21 Jp Morgan Chase Bank System and method for archiving data
US7698632B2 (en) * 2005-02-17 2010-04-13 International Business Machines Corporation System and method for dynamically updating web page displays
WO2006098018A1 (en) * 2005-03-16 2006-09-21 Visionarts, Inc. Object cutter program
US20060212480A1 (en) * 2005-03-21 2006-09-21 Lundberg Steven W System and method for matter clusters in an IP management system
US8386459B1 (en) 2005-04-25 2013-02-26 Google Inc. Scheduling a recrawl
US8666964B1 (en) 2005-04-25 2014-03-04 Google Inc. Managing items in crawl schedule
US7509315B1 (en) 2005-06-24 2009-03-24 Google Inc. Managing URLs
US7600030B2 (en) * 2005-08-31 2009-10-06 Microsoft Corporation Compounding of HTTP authoring protocol
US8010850B2 (en) 2005-08-31 2011-08-30 Microsoft Corporation Client extended error handling
US8065606B1 (en) 2005-09-16 2011-11-22 Jpmorgan Chase Bank, N.A. System and method for automating document generation
US7818722B2 (en) * 2006-06-09 2010-10-19 International Business Machines Corporation Computer implemented method and system for accurate, efficient and adaptive calling context profiling
US20080059583A1 (en) * 2006-09-06 2008-03-06 Rhub Communications, Inc. Browser based web conferencing employing layering to display screen updates
US7606752B2 (en) 2006-09-07 2009-10-20 Yodlee Inc. Host exchange in bill paying services
US8104076B1 (en) 2006-11-13 2012-01-24 Jpmorgan Chase Bank, N.A. Application access control system
JP4270276B2 (en) * 2006-12-27 2009-05-27 株式会社日立製作所 Electronic data authenticity guarantee method and program
CN101682461A (en) * 2007-03-22 2010-03-24 尼尔森(美国)有限公司 Digital copyright management and audience measurement system and method
US20170322946A1 (en) * 2007-04-02 2017-11-09 Paradigm Shifting Solutions Exchange Of Newly-Added Information Over the Internet
WO2008144087A1 (en) * 2007-05-21 2008-11-27 Nielsen Media Research, Inc. Methods and apparatus to monitor content distributed by the internet
US20090037337A1 (en) * 2007-07-31 2009-02-05 Ahmad Baitalmal Software Licensing and Enforcement System
EP2188740A2 (en) * 2007-07-31 2010-05-26 Etelos, Inc. Software marketplace and distribution system
US20090037287A1 (en) * 2007-07-31 2009-02-05 Ahmad Baitalmal Software Marketplace and Distribution System
US20090064134A1 (en) * 2007-08-30 2009-03-05 Citrix Systems,Inc. Systems and methods for creating and executing files
CN101499071A (en) * 2008-01-30 2009-08-05 国际商业机器公司 Device and method for creating and using customized uniform resource locator
US8261334B2 (en) 2008-04-25 2012-09-04 Yodlee Inc. System for performing web authentication of a user by proxy
US8286171B2 (en) * 2008-07-21 2012-10-09 Workshare Technology, Inc. Methods and systems to fingerprint textual information using word runs
US8555080B2 (en) * 2008-09-11 2013-10-08 Workshare Technology, Inc. Methods and systems for protect agents using distributed lightweight fingerprints
US9092636B2 (en) 2008-11-18 2015-07-28 Workshare Technology, Inc. Methods and systems for exact data match filtering
US8406456B2 (en) 2008-11-20 2013-03-26 Workshare Technology, Inc. Methods and systems for image fingerprinting
US8135716B2 (en) * 2008-12-10 2012-03-13 Sap Ag Systems and method for mapping large object data content in a database table to a work area
US8001462B1 (en) 2009-01-30 2011-08-16 Google Inc. Updating search engine document index based on calculated age of changed portions in a document
US8555359B2 (en) * 2009-02-26 2013-10-08 Yodlee, Inc. System and methods for automatically accessing a web site on behalf of a client
CN101499098B (en) * 2009-03-04 2012-07-11 阿里巴巴集团控股有限公司 Web page assessed value confirming and employing method and system
US9330191B2 (en) 2009-06-15 2016-05-03 Microsoft Technology Licensing, Llc Identifying changes for online documents
WO2011017084A2 (en) * 2009-07-27 2011-02-10 Workshare Technology, Inc. Methods and systems for comparing presentation slide decks
US8332408B1 (en) 2010-08-23 2012-12-11 Google Inc. Date-based web page annotation
US11030163B2 (en) 2011-11-29 2021-06-08 Workshare, Ltd. System for tracking and displaying changes in a set of related electronic documents
US20120133989A1 (en) 2010-11-29 2012-05-31 Workshare Technology, Inc. System and method for providing a common framework for reviewing comparisons of electronic documents
US10783326B2 (en) 2013-03-14 2020-09-22 Workshare, Ltd. System for tracking changes in a collaborative document editing environment
US9038177B1 (en) 2010-11-30 2015-05-19 Jpmorgan Chase Bank, N.A. Method and system for implementing multi-level data fusion
US8607140B1 (en) 2010-12-21 2013-12-10 Google Inc. Classifying changes to resources
US9170990B2 (en) 2013-03-14 2015-10-27 Workshare Limited Method and system for document retrieval with selective document comparison
US10963584B2 (en) 2011-06-08 2021-03-30 Workshare Ltd. Method and system for collaborative editing of a remotely stored document
US10574729B2 (en) 2011-06-08 2020-02-25 Workshare Ltd. System and method for cross platform document sharing
US9948676B2 (en) 2013-07-25 2018-04-17 Workshare, Ltd. System and method for securing documents prior to transmission
US10880359B2 (en) 2011-12-21 2020-12-29 Workshare, Ltd. System and method for cross platform document sharing
US9613340B2 (en) 2011-06-14 2017-04-04 Workshare Ltd. Method and system for shared document approval
US9292588B1 (en) 2011-07-20 2016-03-22 Jpmorgan Chase Bank, N.A. Safe storing data for disaster recovery
US9069743B2 (en) 2011-10-13 2015-06-30 Microsoft Technology Licensing, Llc Application of comments in multiple application functionality content
US9176933B2 (en) * 2011-10-13 2015-11-03 Microsoft Technology Licensing, Llc Application of multiple content items and functionality to an electronic content item
US9183314B2 (en) 2012-04-16 2015-11-10 International Business Machines Corporation Providing browsing history on client for dynamic webpage
US9501744B1 (en) 2012-06-11 2016-11-22 Dell Software Inc. System and method for classifying data
US9779260B1 (en) 2012-06-11 2017-10-03 Dell Software Inc. Aggregation and classification of secure data
US9578060B1 (en) 2012-06-11 2017-02-21 Dell Software Inc. System and method for data loss prevention across heterogeneous communications platforms
US20140108901A1 (en) * 2012-10-17 2014-04-17 International Business Machines Corporation Web Browser Bookmark Reconciliation
US10540373B1 (en) 2013-03-04 2020-01-21 Jpmorgan Chase Bank, N.A. Clause library manager
US11567907B2 (en) 2013-03-14 2023-01-31 Workshare, Ltd. Method and system for comparing document versions encoded in a hierarchical representation
US10911492B2 (en) 2013-07-25 2021-02-02 Workshare Ltd. System and method for securing documents prior to transmission
US10015170B2 (en) * 2014-08-28 2018-07-03 Instart Logic, Inc. Protecting delivered web distributed content from unauthorized modifications
EP3029971B1 (en) * 2014-12-03 2019-04-03 Hitachi Solutions, Ltd. Method and apparatus for managing verification processing of communication messages in a communication system including a plurality of nodes
US11182551B2 (en) 2014-12-29 2021-11-23 Workshare Ltd. System and method for determining document version geneology
US10133723B2 (en) 2014-12-29 2018-11-20 Workshare Ltd. System and method for determining document version geneology
US10657177B1 (en) * 2014-12-31 2020-05-19 Groupon, Inc. Method and apparatus for implementing a search index generator
US10326748B1 (en) 2015-02-25 2019-06-18 Quest Software Inc. Systems and methods for event-based authentication
US10417613B1 (en) 2015-03-17 2019-09-17 Quest Software Inc. Systems and methods of patternizing logged user-initiated events for scheduling functions
US9990506B1 (en) 2015-03-30 2018-06-05 Quest Software Inc. Systems and methods of securing network-accessible peripheral devices
US9842220B1 (en) 2015-04-10 2017-12-12 Dell Software Inc. Systems and methods of secure self-service access to content
US9842218B1 (en) 2015-04-10 2017-12-12 Dell Software Inc. Systems and methods of secure self-service access to content
US9641555B1 (en) * 2015-04-10 2017-05-02 Dell Software Inc. Systems and methods of tracking content-exposure events
US9563782B1 (en) 2015-04-10 2017-02-07 Dell Software Inc. Systems and methods of secure self-service access to content
US9569626B1 (en) 2015-04-10 2017-02-14 Dell Software Inc. Systems and methods of reporting content-exposure events
US10536352B1 (en) 2015-08-05 2020-01-14 Quest Software Inc. Systems and methods for tuning cross-platform data collection
US11763013B2 (en) 2015-08-07 2023-09-19 Workshare, Ltd. Transaction document management system and method
US10157358B1 (en) 2015-10-05 2018-12-18 Quest Software Inc. Systems and methods for multi-stream performance patternization and interval-based prediction
US10218588B1 (en) 2015-10-05 2019-02-26 Quest Software Inc. Systems and methods for multi-stream performance patternization and optimization of virtual meetings
US10142391B1 (en) 2016-03-25 2018-11-27 Quest Software Inc. Systems and methods of diagnosing down-layer performance problems via multi-stream performance patternization
JP2019194771A (en) * 2018-05-01 2019-11-07 宏幸 山崎 Information sharing system, information sharing server and information sharing program
US11074310B2 (en) * 2018-05-14 2021-07-27 International Business Machines Corporation Content-based management of links to resources
EP4220446A1 (en) 2018-08-20 2023-08-02 Google LLC Resource pre-fetch using age threshold

Family Cites Families (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5109486A (en) * 1989-01-06 1992-04-28 Motorola, Inc. Distributed computer system with network and resource status monitoring
US5249261A (en) * 1990-02-26 1993-09-28 International Business Machines Corporation Failure history table for optimizing backtrack searches
US5260999A (en) * 1991-06-28 1993-11-09 Digital Equipment Corporation Filters in license management system
US5438508A (en) * 1991-06-28 1995-08-01 Digital Equipment Corporation License document interchange format for license management system
US5204897A (en) * 1991-06-28 1993-04-20 Digital Equipment Corporation Management interface for license management system
FR2692058B1 (en) * 1992-06-09 1994-07-29 Bull Sa TRANSACTIONAL PROCESSING SYSTEM BETWEEN A COMPUTER SERVER AND A PLURALITY OF WORKSTATIONS.
US5835726A (en) * 1993-12-15 1998-11-10 Check Point Software Technologies Ltd. System for securing the flow of and selectively modifying packets in a computer network
US5574906A (en) * 1994-10-24 1996-11-12 International Business Machines Corporation System and method for reducing storage requirement in backup subsystems utilizing segmented compression and differencing
US5671282A (en) * 1995-01-23 1997-09-23 Ricoh Corporation Method and apparatus for document verification and tracking
US5790861A (en) * 1995-07-07 1998-08-04 Sun Microsystems, Inc. Method and apparatus for generating executable code from object-oriented C++ source code
US5666502A (en) * 1995-08-07 1997-09-09 Apple Computer, Inc. Graphical user interface using historical lists with field classes
US5715453A (en) * 1996-05-31 1998-02-03 International Business Machines Corporation Web server mechanism for processing function calls for dynamic data queries in a web page
US5898836A (en) * 1997-01-14 1999-04-27 Netmind Services, Inc. Change-detection tool indicating degree and location of change of internet documents by comparison of cyclic-redundancy-check(CRC) signatures

Cited By (69)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20010037347A1 (en) * 2000-03-10 2001-11-01 Kelliher Margaret Therese Method for automated web site maintenance via searching
US20080200751A1 (en) * 2000-10-12 2008-08-21 James Browning Urethral support system
US20110231324A1 (en) * 2000-10-23 2011-09-22 Pctfiler Holdings Pty Ltd System and method of attracting and lodging pct national phase applications
US20020078087A1 (en) * 2000-12-18 2002-06-20 Stone Alan E. Content indicator for accelerated detection of a changed web page
US20050050460A1 (en) * 2001-03-27 2005-03-03 Bedingfield James C. Systems and methods for automatically providing alerts of web site content updates
US8990678B2 (en) * 2001-03-27 2015-03-24 At&T Intellectual Property I, L.P. Systems and methods for automatically providing alerts of web site content updates
US10397145B2 (en) * 2001-03-27 2019-08-27 At&T Intellectual Property I, L.P. Systems and methods for automatically providing alerts of web site content updates
US7320125B2 (en) * 2001-05-24 2008-01-15 Techtracker, Inc. Program execution stack signatures
US8156379B2 (en) 2001-05-24 2012-04-10 Techtracker, Inc. Assessing computer programs using stack frame signatures
US20080072102A1 (en) * 2001-05-24 2008-03-20 Techtracker, Inc. Forming stack frame signatures
US7877641B2 (en) 2001-05-24 2011-01-25 Techtracker, Inc. Forming stack frame signatures
US20030005414A1 (en) * 2001-05-24 2003-01-02 Elliott Scott Clementson Program execution stack signatures
US20080072213A1 (en) * 2001-05-24 2008-03-20 Techtracker, Inc. Assessing computer programs using stack frame signatures
US20040107405A1 (en) * 2001-10-09 2004-06-03 Sun Microsystems, Inc. Method, system, and program for managing accesses to data objects by multiple user programs over a network
US7051031B2 (en) * 2001-10-09 2006-05-23 Sun Microsystems, Inc. Method, system, and program for managing accesses to data objects by multiple user programs over a network
US7188257B2 (en) * 2001-11-01 2007-03-06 Fujitsu Limited Falsification detection system, and falsification detection method and medium
US20030084299A1 (en) * 2001-11-01 2003-05-01 Fujitsu Limited Falsification detection system, and falsification detection method and medium
US7689667B2 (en) * 2002-02-21 2010-03-30 International Business Machines Corporation Protocol to fix broken links on the world wide web
US20030158953A1 (en) * 2002-02-21 2003-08-21 Lal Amrish K. Protocol to fix broken links on the world wide web
US7418661B2 (en) 2002-09-17 2008-08-26 Hewlett-Packard Development Company, L.P. Published web page version tracking
US20050154733A1 (en) * 2003-12-05 2005-07-14 David Meltzer Real-time change detection for network systems
US20050138127A1 (en) * 2003-12-22 2005-06-23 Oracle International Corporation System and method for verifying intended contents of an electronic message
US8452880B2 (en) * 2003-12-22 2013-05-28 Oracle International Corporation System and method for verifying intended contents of an electronic message
US7493388B2 (en) * 2004-08-20 2009-02-17 Bdna Corporation Method and/or system for identifying information appliances
US20060064619A1 (en) * 2004-08-20 2006-03-23 Bdna Corporation Method and/or system for identifying information appliances
US8504840B1 (en) * 2004-10-29 2013-08-06 Akamai Technologies, Inc. Content defacement protection system
US20060136244A1 (en) * 2004-12-21 2006-06-22 Defolo Daniel Method to dynamically view and update adaptive process document
US20080201334A1 (en) * 2005-05-03 2008-08-21 Pctfiler Holdings Pty Ltd Computer System for Distributing a Validation Instruction Message
US20070055768A1 (en) * 2005-08-23 2007-03-08 Cisco Technology, Inc. Method and system for monitoring a server
US20070067764A1 (en) * 2005-09-22 2007-03-22 Byrd Brandy S System and method for automated interpretation of console field changes
US8601272B2 (en) * 2005-10-11 2013-12-03 Hitachi, Ltd. Signature log storing apparatus
US20070083763A1 (en) * 2005-10-11 2007-04-12 Shinji Itoh Signature log storing apparatus
US9311400B2 (en) * 2005-11-15 2016-04-12 Sap Se Method and system for providing time-dependent search results for repetitively performed searches
US20070112817A1 (en) * 2005-11-15 2007-05-17 Michael Danninger Method and system for providing time-dependent search results for repetitively performed searches
US20070233748A1 (en) * 2006-02-28 2007-10-04 Samsung Electronics Co., Ltd. Internet access apparatus and method for notifying of Web page update using the same
US7860488B2 (en) * 2006-06-08 2010-12-28 Markport Limited Device detection in mobile networks
US20070287433A1 (en) * 2006-06-08 2007-12-13 Maurice Wollersheim Device detection in mobile networks
US9344479B2 (en) 2006-08-08 2016-05-17 Wayport, Inc. Real-time, customized embedding of specific content into local webserver pages
US20080040424A1 (en) * 2006-08-08 2008-02-14 Wayport, Inc. Automated acquisition and maintenance of web-servable content via enhanced "404:not found" handler
US20080040425A1 (en) * 2006-08-08 2008-02-14 Wayport, Inc. Real-time, customized embedding of specific content into local webserver pages
US8745163B2 (en) 2006-08-08 2014-06-03 Wayport, Inc. Real-time, customized embedding of specific content into local webserver pages
US8078673B2 (en) * 2006-08-08 2011-12-13 Wayport, Inc. Automated acquisition and maintenance of web-servable content via enhanced “404:not found” handler
US20080141124A1 (en) * 2006-11-13 2008-06-12 Ovidiu Stavrica Methods, apparatus and systems for modifying and/or augmenting image displays in a graphical networked environment
US20080163317A1 (en) * 2006-12-29 2008-07-03 Yahoo! Inc. Generation of video streams from content items
US20080263193A1 (en) * 2007-04-17 2008-10-23 Chalemin Glen E System and Method for Automatically Providing a Web Resource for a Broken Web Link
US20090024916A1 (en) * 2007-07-20 2009-01-22 Burckart Erik J Seamless Asynchronous Updates of Dynamic Content
US8560964B2 (en) * 2008-02-20 2013-10-15 International Business Machines Corporation Method and system for predictive browsing
US20090210806A1 (en) * 2008-02-20 2009-08-20 International Business Machines Corporation Method and system for predictive browsing
US8893043B2 (en) 2008-02-20 2014-11-18 International Business Machines Corporation Method and system for predictive browsing
US20110167108A1 (en) * 2008-07-11 2011-07-07 Xueli Chen Web page tamper-froof device, method and system
US8218763B2 (en) * 2009-04-22 2012-07-10 International Business Machines Corporation Method for ensuring the validity of recovered electronic documents from remote storage
US20100275030A1 (en) * 2009-04-22 2010-10-28 International Business Machines Corporation Method for ensuring the validity of recovered electronic documents from remote storage
US20110069622A1 (en) * 2009-09-22 2011-03-24 Noah Gintis Traffic Distribution Control
US8614955B2 (en) * 2009-09-22 2013-12-24 Ixia Misdirected packet detection apparatus and method
US20110069620A1 (en) * 2009-09-22 2011-03-24 Noah Gintis Misdirected Packet Detection Apparatus and Method
US8654654B2 (en) * 2009-09-22 2014-02-18 Ixia Traffic distribution control
US8868541B2 (en) * 2011-01-21 2014-10-21 Google Inc. Scheduling resource crawls
US20140006932A1 (en) * 2011-03-01 2014-01-02 Fujitsu Limited Web page update notification device and web page update notification method
US20130097493A1 (en) * 2011-10-17 2013-04-18 International Business Machines Corporation Managing Digital Signatures
US9542374B1 (en) * 2012-01-20 2017-01-10 Google Inc. Method and apparatus for applying revision specific electronic signatures to an electronically stored document
US20160132472A1 (en) * 2014-11-06 2016-05-12 Tulkita Technologies Inc. Process intelligence system
US11036823B2 (en) 2014-12-31 2021-06-15 Quantum Metric, Inc. Accurate and efficient recording of user experience, GUI changes and user interaction events on a remote web document
US11636172B2 (en) 2014-12-31 2023-04-25 Quantum Metric, Inc. Accurate and efficient recording of user experience, GUI changes and user interaction events on a remote web document
US10318592B2 (en) * 2015-07-16 2019-06-11 Quantum Metric, LLC Document capture using client-based delta encoding with server
US11232253B2 (en) 2015-07-16 2022-01-25 Quantum Metric, Inc. Document capture using client-based delta encoding with server
WO2017223230A1 (en) * 2016-06-21 2017-12-28 Ebay Inc. Anomaly detection for web document revision
US10218728B2 (en) 2016-06-21 2019-02-26 Ebay Inc. Anomaly detection for web document revision
US10944774B2 (en) 2016-06-21 2021-03-09 Ebay Inc. Anomaly detection for web document revision
US11416291B1 (en) * 2021-07-08 2022-08-16 metacluster lt, UAB Database server management for proxy scraping jobs

Also Published As

Publication number Publication date
US6012087A (en) 2000-01-04

Similar Documents

Publication Publication Date Title
US6012087A (en) Unique-change detection of dynamic web pages using history tables of signatures
US6219818B1 (en) Checksum-comparing change-detection tool indicating degree and location of change of internet documents
AU2011201819B2 (en) Propagating useful information among related web pages, such as web pages of a website
US7333976B1 (en) Methods and systems for processing contact information
US6516337B1 (en) Sending to a central indexing site meta data or signatures from objects on a computer network
US6922781B1 (en) Method and apparatus for identifying and characterizing errant electronic files
US20040230566A1 (en) Web-based customized information retrieval and delivery method and system
US8635202B2 (en) Automatic update of searches
US6633867B1 (en) System and method for providing a session query within the context of a dynamic search result set
US6366933B1 (en) Method and apparatus for tracking and viewing changes on the web
US6510461B1 (en) System for managing and automatically deleting network address identified and stored during a network communication session when the network address is visited
US20070050175A1 (en) Content enhancement based on contextual data within a feed
US20060294052A1 (en) Unsupervised, automated web host dynamicity detection, dead link detection and prerequisite page discovery for search indexed web pages
US20050004909A1 (en) Method and system for augmenting web content
EP1291789A2 (en) A computer implemented method and system for information retrieval.
WO2005098712A2 (en) Rendering content-targeted ads with e-mail
US20040015483A1 (en) Document tracking system and method
Liophanich et al. TIIEASSUMPTION UNIVERSITY LIBRARY
Hershman et al. Advanced techniques for investigations using the Internet

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION