Content deleted Content added
No edit summary Tags: Mobile edit Mobile web edit |
NapoliRoma (talk | contribs) fix my typo |
||
(26 intermediate revisions by 14 users not shown) | |||
Line 1:
{{Short description|Automated reporting of web page changes}}
Change detection and notification refers to automatic detection of changes made to [[World Wide Web]] pages and notification to interested users by email or other means. Whereas [[search engine]]s are designed to find web pages, CDN systems are designed to monitor changes to web pages. Before change detection and notification, it was necessary for users to manually check for web page changes, either by revisiting web sites or periodically searching again. Efficient and effective change detection and notification is hampered by the fact that most servers do not accurately track content changes through Last-Modified or [[HTTP ETag|ETag]] headers. A comprehensive analysis regarding CDN systems can be found▼
{{Distinguish|content delivery network}}
▲
==History==
Line 9 ⟶ 13:
==Architectural approaches==
Change detection and notification services can be categorized by the [[software architecture]] they use.
=== Server based ===
A server polls content, tracks changes and logs data, sending alerts in the form of email notifications, [[webhook]]s, [[RSS]]. Typically, an associated website with a configuration is managed by the user. Some services also have a mobile device application which connects to a [[cloud server]] and provides alerts to the mobile device.
=== Self-hosted based ===
A relatively newer approach, which lays between server-based and client-based is to use [[Self-hosting (web services)|self-hosting]], where the software which would normally run on a separate server runs on your own hardware locally, generally means that the software provides a miniature [[web server]] with a browser interface instead of a classic [[graphical user interface]] provided by an application.
=== Client based ===
A local client application with a [[graphical user interface]] polls content, tracks changes and logs data. Client applications can be browser extensions, mobile apps or programs.
==Considerations==
Line 25 ⟶ 32:
==References==
{{Reflist}}
* {{Cite book | last1 = Chakravarthy | first1 = S. | last2 = Hara | first2 = S. C. H. | chapter = Automating Change Detection and Notification of Web Pages (Invited Paper) | title = 17th International Conference on Database and Expert Systems Applications (DEXA'06) | pages = 465 | year = 2006 | isbn = 0-7695-2641-1 | doi = 10.1109/DEXA.2006.34| s2cid = 6395251 }}
* {{cite journal |
*[https://github.com/dgtlmoon/changedetection.io changedetection.io github] Self-hosted website change detection and notification
▲* {{cite journal |last= Mallawaarachchi|first=Vijini |last2=Meegahapola |first2=Lakmal |last3=Alwis |first3=Roshan |last4=Heshan |first4=Eranga |last5=Meedeniya |first5=Dulani |last6=Jayarathna |first6=Sampath |date=January 2019 |title=Change Detection and Notification of Webpages: A Survey |doi= 10.1145/3369876|arxiv=1901.02660 |bibcode=2019arXiv190102660M }}
[[Category:Change detection and notification| ]]
|