"Fossies" - the Fresh Open Source Software Archive 
Member "websec-1.9.0/url.list" (20 Jan 2006, 9969 Bytes) of package /linux/www/old/websec-1.9.0.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 #############################################################################################
2 # Default configuration block.
3 #
4 # These configuration values will be used for the sites that follow, unless they are
5 # overridden by the site configuration values. Parameter names are case-sensitive.
6 #
7 # Auth = "none"; or "username:password"
8 # Diff = "webdiff" to detect and highlight differences,
9 # "htmldiff" to use HTML::Diff from cpan
10 # "none" to mail page as is.
11 # HiColor = "blue"; "yellow"; "pink"; or "grey".
12 # Ignore = list of comma-delimited section names containing ignore keywords.
13 # IgnoreURL = list of comma-delimited section names containing ignore URLs.
14 # Tmin = every token containing <= Tmin words will not be highlighted for differences.
15 # Tmax = every token containing >= Tmax words will not be checked for ignore keywords.
16 # Proxy = specify proxy "http://your.proxy.here:portnum" if you are behind one.
17 # MailFrom = Address from which the mail will appear from.
18 # Email = email address to send page to.
19 # EmailLink = email address to send URL to.
20 # EmailError = 0 or 1, zero will disable emailing on errors and 1 will enable (default 1)
21 # Program = application to call with the diff-file, special cases:
22 # "mozilla", pages are opened in new tabs,
23 # "konqueror", pages are opened using "kfmclient openURL"
24 # ProgramDigest = if specified "true", the application specified under "Program" is
25 # invoked with a summary page that provides links to all changed pages.
26 #############################################################################################
27
28 Auth = none
29 Diff = webdiff
30 Hicolor = blue
31 Ignore = General,Date_Time
32 IgnoreURL = Adverts
33 Tmin = 0
34 Tmax = 99999
35 Email = ${USER}@example.com
36 EmailLink = ${USER}@example.com
37 #MailFrom = ${USER}@example.com
38 EmailError = 1
39 AsciiMarker = 1
40
41 # enable this to open the webdiff-output in a new Mozilla Tab or specify a
42 # different application to run with the changed page
43 #Program = mozilla
44
45 ##########################################################################################
46 # Sites to monitor
47 #
48 # Configuration values for each site is separated by a newline.
49 # Parameter names are case-sensitive.
50 # Parameter values override default values (for given site only) if specified.
51 # URL, Name and Prefix parameters must be specified for each site.
52 ##########################################################################################
53
54 url = http://browserwatch.iworld.com/news.html
55 Name = Browser Watch
56 Prefix = browse-watch
57
58 URL = http://www.freshmeat.net/
59 Name = Freshmeat
60 Prefix = freshmeat
61 Hicolor = grey
62
63 URL = http://www.javaworld.com/
64 Name = Java World
65 Prefix = java-world
66
67 URL = http://www.linuxgazette.com/
68 Name = Linux Gazette
69 Prefix = linux-gazette
70
71 URL = http://www.pcmag.com/
72 Name = PC Magazine
73 Prefix = pcmag
74
75 URL = http://www.pcweek.com/
76 Name = PC Week
77 Prefix = pcweek
78
79 URL = http://www.sun.com/sunworldonline/
80 Name = SunWorld Online
81 Prefix = sunworld-online
82
83 URL = http://www.winmag.com/
84 Name = Windows Magazine
85 Prefix = winmag
86
87 URL = http://www.linuxresources.com/
88 Name = Linux Resources
89 Prefix = linux-resources
90
91 URL = http://www.news.com/
92 Name = CNET News
93 Prefix = cnet-news
94
95 URL = http://www.slashdot.org/
96 Name = Slashdot.org
97 Prefix = slashdot
98 Ignore = Slashdot,General,Date_Time
99
100 URL = http://www.linuxworld.com/
101 Name = Linux World
102 Prefix = linux-world
103
104 URL = http://www.theregister.co.uk/
105 Name = The Register
106 Prefix = the-register
107
108 URL = http://headlines.yahoo.com/Full_Coverage/Tech/Linux/
109 Name = Yahoo Linux News
110 Prefix = yahoo-linux-news
111
112 URL = http://www.betanews.com/
113 Name = Betanews
114 Prefix = betanews
115 Hicolor = grey
116
117 URL = http://www.wired.com/news/
118 Name = Wired News
119 Prefix = wired-news
120
121 URL = http://www.nongnu.org/websec/
122 Name = Web Secretary
123 Prefix = websec-homepage
124 DateFMT = " - %Y-%m-%d"
125
126 URL = http://www.vim.org/
127 Name = VIM
128 Prefix = vim
129 Ignore = General,Date_Time,VIM
130
131 URL = http://www.joelonsoftware.com/
132 Name = Joel on Software
133 Prefix = joelonsoftware
134
135 URL = http://www.openbsd.org/cgi-bin/cvsweb/src/sys/sys/tree.h
136 Name = OpenBSD tree implementation
137 Prefix = openbsd-tree
138 Ignore = cvsweb
139
140 __END__
141
142 =head1 NAME
143
144 url.list - websec url monitoring configuration
145
146 =head1 DESCRIPTION
147
148 The URL list consists of one or more sections separated by newlines. You can
149 have sections without a URL, they will update the defaults for all the
150 subsequenet blocks. The Name and Prefix parameters are required as well as one
151 of Email, EmailLink and Program. The rest are completely optional.
152
153 The following parameters (case-sensitive) are recognized in each section:
154
155 URL - URL of web page to monitor
156
157 Name - Name of web site. Pages delivered to you will have the
158 following format: "Name - Date (Day)" eg. "PC Magazine - 4
159 Sep 98 (Fri)"
160
161 Prefix - Prefix of filenames for archive files of web pages created
162 by Web Secretary.
163
164 Email - Comma-delimited list of email addresses to send highlighted
165 pages to.
166
167 EmailLink - Comma-delimited list of email addresses to send URL of
168 changed pages to.
169
170 Program - application to call with the diff-file, special cases:
171 "mozilla", pages are opened in new tabs,
172 "konqueror", pages are opened using "kfmclient openURL"
173
174 Auth - Authentication information in "username:password" format.
175 Put "none" if no authentication needed.
176
177 Diff - Put "none" if you want Web Secretary to always mail this
178 page to you instead of checking for and highlighting
179 changes in the page. Put "webdiff" if you want Web
180 Secretary to check for changes.
181 Put "htmldiff" to use a different implementation of HTML
182 diff output. Note that you need to install the perl-modules
183 Algorithm::Diff and HTML::Diff which are availabe on
184 http://www.cpan.org/ for this to work.
185
186 Hicolor - Color used to highlight new or changed content. Currently,
187 four colors are defined. They are: blue, pink, yellow and
188 grey. You can also supply your own HTML color tag in the
189 form "#rrggbb".
190
191 Ignore - Comma-delimited List of section names containing ignore
192 keywords. There must be NO SPACES between delimiters and
193 section names. The ignore sections and keywords are stored
194 in a file called "ignore.list".
195
196 IgnoreURL - Comma-delimited List of section names containing ignore
197 URLs. There must be NO SPACES between delimiters and
198 section names. The ignore sections and keywords are stored
199 in a file called "ignore.list".
200
201 AsciiMarker - If set to 1 it will add ascii markers around the changes so
202 that highlighting is noticeable in text mode too. Useful for
203 text MUAs users.
204
205 Tmin - Every token containing <= Tmin words will not be highlighted
206 for differences.
207
208 Tmax - Every token containing >= Tmax words will not be checked for
209 ignore keywords.
210
211 Proxy - Specify proxy "http://your.proxy.here:portnum" if you are
212 using one. (Alternatively, you can make use of the
213 "http_proxy" environment variable)
214
215 ProxyAuth - Specify proxy authentication in "username:password" format.
216 The code for this feature was contributed by Volker Stampa.
217
218 MailFrom - The E-Mail address to send mail from, this can be left empty
219 and the user used to run websec will be used.
220
221 ProgramDigest - If specified "true", websec does not open all changed pages
222 separately with the application specified in "Program", but opens
223 a summary page that contains links to all changed pages.
224
225 Digest - true|false or yes|no. This works only if EmailLink is
226 specified. It consolidates all the changed URLs and sends
227 them in one email.
228
229 UserAgent - The User-Agent that will be sent by the web client. This can
230 be used to bypass servers that prevent access based on the user
231 agent.
232
233 DateFMT - Date format to use in e-mail messages, can be empty for no date.
234 Set it to " - %Y-%m-%d" for ISO dates. This is perl format for dates.
235
236 RandomWait - Websec waits for a random number of seconds between retries up
237 to the value specified by the RandomWait keyword. This is to
238 prevent websec from being blocked by websites that perform log
239 analysis to find time similarities between requests.
240
241 Any line which begins with a '#' is treated as comment and ignored.
242
243 If a section does not contain a URL entry, the values provided will be
244 treated as the default for the following sections.
245
246 For example,
247
248 # Defaults
249 Auth = none
250 Diff = webdiff
251 Hicolor = blue
252 Ignore = General,Date_Time
253 IgnoreURL = Adverts
254 Tmin = 1
255 Tmax = 10
256 Proxy = http://proxy.nus.edu.sg:8080
257 Email = vchew@post1.com
258
259 # Web page to monitor which does not require authentication
260 URL = http://browserwatch.iworld.com/news.html
261 Name = Browser Watch
262 Prefix = browsewatch
263
264 # New defaults with authentication information
265 Auth = user:password
266
267 # More web pages to monitor which requires authentication
268 URL = http://www.infoworld.com
269 Name = Infoworld
270 Prefix = infoworld
271
272 URL = http://developer.javasoft.com/
273 Name = Java Developer Central
274 Prefix = jdc
275
276
277 =head1 SEE ALSO
278
279 L<ignore.list(5)>
280
281
282 =head1 AUTHOR
283
284 Baruch Even <websec@ev-en.org> is maintaining this program.
285
286 =cut
287
288 vim:set filetype=websec: