Automatically watching Web sites for changes


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Automatically watching Web sites for changes
# 1  
Old 04-29-2008
Automatically watching Web sites for changes

Tue, 29 Apr 2008 15:00:00 GMT
If you want to be notified when and how a Web site has changed, you can turn to either netstiff or urlwatch to keep and eye on things for you. Both of these tools monitor Web sites for changes and allow you to see a diff-like output of exactly what has changed. You can also use netstiff to monitor FTP sites for changes.


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. What is on Your Mind?

Your Favorite Tech Support Web Sites and Why?

Where do you go to participate in technical discussions besides UNIX.COM and why? Personally, I do not really participate in other forums and discussion boards, but I do ask questions from time to time on Stack sites. The problem I have with Stack is that my questions are never answered on any... (30 Replies)
Discussion started by: Neo
30 Replies

2. Red Hat

Web sites

Hi, I can't view web portal in my intranet from linux RHE, and neither to web application. My network configuration /etc/sysconfig/network-scripts/fcfg-eth0 is ok, what is happen?, can you help me please. (2 Replies)
Discussion started by: xochitl
2 Replies

3. Shell Programming and Scripting

watching for a file

Hi dears, The script should watch for a file in particular directory. If the file not come into the directory even after 30 seconds from execution of the script, then script should exit saying “file not arrived” Any help ?? (4 Replies)
Discussion started by: Gopal_Engg
4 Replies

4. Web Development

How do you make web sites?

:confused: I've read how on some websites but I still don't get it. I need specific details. I want to make a website for my photography. Please help!:D (3 Replies)
Discussion started by: animelibara123
3 Replies

5. OS X (Apple)

Use UNIX to track web sites viewed?

I'm on OSX 10.4. I was wondering if you can use UNIX terminal to track what web sites have been viewed on this Mac... Thank you! (1 Reply)
Discussion started by: tracymanusa
1 Replies
Login or Register to Ask a Question
WEAVE(1)                                                      General Commands Manual                                                     WEAVE(1)

NAME
weave - translate WEB to TeX SYNOPSIS
weave [-x] webfile[.web] [changefile[.ch]] DESCRIPTION
This manual page is not meant to be exhaustive. The complete documentation for this version of TeX can be found in the info file or manual Web2C: A TeX implementation. The weave program is used to create a TeX file for viewing a Web program. It takes appropriate care of typographic details like page lay- out and the use of indentation, italics, boldface, etc., and it supplies extensive cross-index information that it gathers automatically. The command line arguments are the same as for tangle except for the option: -x says to omit the index, module name list, and table of con- tents pages. (A CONTENTS.tex file will still be written when the TeX file is processed, however, unless some macros in webmac.tex are redefined.) The output TeX file name is formed by adding .tex to the root of the Web file name. There are several macros that probably should be redefined by the programmer at the beginning of the Web file. It is a good idea to set itle to the name of the program. And, to cause output of only changed modules, one can say letmaybe=iffalse (usually as the first change in the change file). ENVIRONMENT
The environment variable WEBINPUTS is used to search for the input files, or the system default if WEBINPUTS is not set. See tex(1) for the details of the searching. FILES
$TEXMFMAIN/tex/plain/base/webmac.tex TeX macros used by weave output. SEE ALSO
tangle(1) for references, authors, and other information. Web2C 2012 7 April 2010 WEAVE(1)