[go: up one dir, main page]

File: MANIFEST

package info (click to toggle)
linkchecker 7.9-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,216 kB
  • sloc: python: 27,155; lex: 1,141; yacc: 821; makefile: 407; sh: 108; ansic: 95; sql: 19; awk: 4
file content (441 lines) | stat: -rw-r--r-- 13,156 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
# file GENERATED by distutils, do NOT edit
COPYING
MANIFEST.in
Makefile
README.txt
install-rpm.sh
linkchecker
linkchecker-gui
linkchecker.freecode
setup.cfg
setup.py
cgi-bin/README
cgi-bin/lc.wsgi
cgi-bin/lconline/check.js
cgi-bin/lconline/favicon.ico
cgi-bin/lconline/index.html
cgi-bin/lconline/lc.css
cgi-bin/lconline/lc_cgi.html.de
cgi-bin/lconline/lc_cgi.html.en
cgi-bin/lconline/leer.html.de
cgi-bin/lconline/leer.html.en
config/create.sql
config/linkchecker-completion
config/linkchecker.apache2.conf
config/linkcheckerrc
debian/NEWS
debian/README.Debian.web
debian/changelog
debian/compat
debian/control
debian/copyright
debian/linkchecker-gui.install
debian/linkchecker-gui.menu
debian/linkchecker-web.dirs
debian/linkchecker-web.docs
debian/linkchecker-web.install
debian/linkchecker-web.postinst
debian/linkchecker-web.postrm
debian/linkchecker.dirs
debian/linkchecker.docs
debian/linkchecker.examples
debian/linkchecker.install
debian/linkchecker.links
debian/linkchecker.postinst
debian/linkchecker.postrm
debian/pycompat
debian/rules
debian/watch
debian/source/format
doc/Makefile
doc/changelog.txt
doc/de.po
doc/fr.po
doc/install.txt
doc/linkchecker-gui.desktop
doc/linkchecker.desktop
doc/linkchecker.doc.pot
doc/po4a.conf
doc/robots.txt.example
doc/upgrading.txt
doc/de/linkchecker-gui.1
doc/de/linkchecker.1
doc/de/linkcheckerrc.5
doc/en/linkchecker-gui.1
doc/en/linkchecker.1
doc/en/linkcheckerrc.5
doc/examples/check_blacklist.sh
doc/examples/check_for_x_errors.sh
doc/examples/check_urls.sh
doc/examples/filter_xml_output.py
doc/examples/linkcheckerrc_loginurl
doc/examples/windows.bat
doc/html/Makefile
doc/html/favicon.ico
doc/html/index.html
doc/html/index.txt
doc/html/lccollection.qhc
doc/html/lccollection.qhcp
doc/html/lcdoc.qch
doc/html/lcdoc.qhp
doc/html/logo128x128.png
doc/html/logo16x16.png
doc/html/logo32x32.png
doc/html/logo48x48.png
doc/html/logo64x64.png
doc/html/options.html
doc/html/options.txt
linkcheck/__init__.py
linkcheck/ansicolor.py
linkcheck/clamav.py
linkcheck/containers.py
linkcheck/cookies.py
linkcheck/decorators.py
linkcheck/dummy.py
linkcheck/fileutil.py
linkcheck/ftpparse.py
linkcheck/geoip.py
linkcheck/gzip2.py
linkcheck/httplib2.py
linkcheck/httputil.py
linkcheck/i18n.py
linkcheck/lc_cgi.py
linkcheck/lock.py
linkcheck/log.py
linkcheck/mem.py
linkcheck/memoryutil.py
linkcheck/robotparser2.py
linkcheck/socketutil.py
linkcheck/strformat.py
linkcheck/threader.py
linkcheck/trace.py
linkcheck/updater.py
linkcheck/url.py
linkcheck/winutil.py
linkcheck/HtmlParser/Makefile
linkcheck/HtmlParser/__init__.py
linkcheck/HtmlParser/fixincludes.awk
linkcheck/HtmlParser/htmllex.c
linkcheck/HtmlParser/htmllex.l
linkcheck/HtmlParser/htmllib.py
linkcheck/HtmlParser/htmlparse.c
linkcheck/HtmlParser/htmlparse.h
linkcheck/HtmlParser/htmlparse.y
linkcheck/HtmlParser/htmlsax.h
linkcheck/HtmlParser/s_util.c
linkcheck/HtmlParser/s_util.h
linkcheck/bookmarks/__init__.py
linkcheck/bookmarks/chrome.py
linkcheck/bookmarks/chromium.py
linkcheck/bookmarks/firefox.py
linkcheck/bookmarks/opera.py
linkcheck/bookmarks/safari.py
linkcheck/cache/__init__.py
linkcheck/cache/addrinfo.py
linkcheck/cache/connection.py
linkcheck/cache/cookie.py
linkcheck/cache/robots_txt.py
linkcheck/cache/urlqueue.py
linkcheck/checker/__init__.py
linkcheck/checker/const.py
linkcheck/checker/fileurl.py
linkcheck/checker/ftpurl.py
linkcheck/checker/httpheaders.py
linkcheck/checker/httpsurl.py
linkcheck/checker/httpurl.py
linkcheck/checker/ignoreurl.py
linkcheck/checker/internpaturl.py
linkcheck/checker/mailtourl.py
linkcheck/checker/nntpurl.py
linkcheck/checker/proxysupport.py
linkcheck/checker/telneturl.py
linkcheck/checker/unknownurl.py
linkcheck/checker/urlbase.py
linkcheck/configuration/__init__.py
linkcheck/configuration/confparse.py
linkcheck/director/__init__.py
linkcheck/director/aggregator.py
linkcheck/director/checker.py
linkcheck/director/cleanup.py
linkcheck/director/console.py
linkcheck/director/logger.py
linkcheck/director/status.py
linkcheck/director/task.py
linkcheck/gui/Makefile
linkcheck/gui/__init__.py
linkcheck/gui/checker.py
linkcheck/gui/contextmenu.py
linkcheck/gui/debug.py
linkcheck/gui/editor.py
linkcheck/gui/editor_qsci.py
linkcheck/gui/editor_qt.py
linkcheck/gui/help.py
linkcheck/gui/lineedit.py
linkcheck/gui/linkchecker_rc.py
linkcheck/gui/linkchecker_ui_debug.py
linkcheck/gui/linkchecker_ui_editor.py
linkcheck/gui/linkchecker_ui_main.py
linkcheck/gui/linkchecker_ui_options.py
linkcheck/gui/logger.py
linkcheck/gui/options.py
linkcheck/gui/projects.py
linkcheck/gui/properties.py
linkcheck/gui/recentdocs.py
linkcheck/gui/settings.py
linkcheck/gui/statistics.py
linkcheck/gui/syntax.py
linkcheck/gui/updater.py
linkcheck/gui/urlmodel.py
linkcheck/gui/urlsave.py
linkcheck/gui/validator.py
linkcheck/gui/rc/Makefile
linkcheck/gui/rc/about.png
linkcheck/gui/rc/app.png
linkcheck/gui/rc/arrow_down.png
linkcheck/gui/rc/cancel.png
linkcheck/gui/rc/clear.png
linkcheck/gui/rc/copy.png
linkcheck/gui/rc/exit.png
linkcheck/gui/rc/help.png
linkcheck/gui/rc/linkchecker.qrc
linkcheck/gui/rc/online.png
linkcheck/gui/rc/options.png
linkcheck/gui/rc/preferences.png
linkcheck/gui/rc/save.png
linkcheck/gui/rc/start.png
linkcheck/gui/rc/stop.png
linkcheck/gui/ui/debug.ui
linkcheck/gui/ui/editor.ui
linkcheck/gui/ui/main.ui
linkcheck/gui/ui/options.ui
linkcheck/htmlutil/__init__.py
linkcheck/htmlutil/linkname.py
linkcheck/htmlutil/linkparse.py
linkcheck/logger/__init__.py
linkcheck/logger/blacklist.py
linkcheck/logger/csvlog.py
linkcheck/logger/customxml.py
linkcheck/logger/dot.py
linkcheck/logger/gml.py
linkcheck/logger/graph.py
linkcheck/logger/gxml.py
linkcheck/logger/html.py
linkcheck/logger/none.py
linkcheck/logger/sql.py
linkcheck/logger/text.py
linkcheck/logger/xmllog.py
linkcheck/network/__init__.py
linkcheck/network/_network.c
linkcheck/network/iputil.py
po/Makefile
po/de.po
po/es.po
po/fr.po
po/linkchecker.pot
po/msgfmt.py
tests/__init__.py
tests/debugparse.py
tests/test_cgi.py
tests/test_clamav.py
tests/test_console.py
tests/test_containers.py
tests/test_cookies.py
tests/test_decorators.py
tests/test_dummy.py
tests/test_filenames.py
tests/test_fileutil.py
tests/test_ftpparse.py
tests/test_gui.py
tests/test_linkname.py
tests/test_linkparser.py
tests/test_network.py
tests/test_parser.py
tests/test_po.py
tests/test_robotparser.py
tests/test_robotstxt.py
tests/test_strformat.py
tests/test_updater.py
tests/test_url.py
tests/test_urlbuild.py
tests/cache/__init__.py
tests/cache/test_addrinfo.py
tests/cache/test_cookiejar.py
tests/checker/__init__.py
tests/checker/ftpserver.py
tests/checker/httpserver.py
tests/checker/test_anchor.py
tests/checker/test_base.py
tests/checker/test_bookmarks.py
tests/checker/test_error.py
tests/checker/test_file.py
tests/checker/test_frames.py
tests/checker/test_ftp.py
tests/checker/test_http.py
tests/checker/test_https.py
tests/checker/test_internpat.py
tests/checker/test_mail.py
tests/checker/test_misc.py
tests/checker/test_news.py
tests/checker/test_noproxy.py
tests/checker/test_robotstxt.py
tests/checker/test_telnet.py
tests/checker/test_unknown.py
tests/checker/test_whitespace.py
tests/checker/data/Bookmarks.result
tests/checker/data/anchor.html
tests/checker/data/anchor.html.result
tests/checker/data/archive.html
tests/checker/data/archive.html.result
tests/checker/data/base1.html
tests/checker/data/base1.html.result
tests/checker/data/base2.html
tests/checker/data/base2.html.result
tests/checker/data/base3.html
tests/checker/data/base3.html.result
tests/checker/data/base4.html
tests/checker/data/base4.html.result
tests/checker/data/cookies.txt
tests/checker/data/dir.result
tests/checker/data/dir.zip
tests/checker/data/favicon.ico
tests/checker/data/file.asc
tests/checker/data/file.asc.result
tests/checker/data/file.css
tests/checker/data/file.css.result
tests/checker/data/file.html
tests/checker/data/file.html.result
tests/checker/data/file.php.result
tests/checker/data/file.txt
tests/checker/data/file.txt.result
tests/checker/data/frames.html
tests/checker/data/frames.html.result
tests/checker/data/html5.html
tests/checker/data/html5.html.result
tests/checker/data/http.html
tests/checker/data/http.html.result
tests/checker/data/http.xhtml
tests/checker/data/http.xhtml.result
tests/checker/data/misc.html
tests/checker/data/misc.html.result
tests/checker/data/newurl.html
tests/checker/data/norobots.html
tests/checker/data/norobots.html.result
tests/checker/data/opera6.adr
tests/checker/data/opera6.adr.result
tests/checker/data/places.sqlite
tests/checker/data/places.sqlite.result
tests/checker/data/redir.html
tests/checker/data/redir.html.result
tests/checker/data/test.swf
tests/checker/data/urllist.txt
tests/checker/data/urllist.txt.result
tests/checker/data/Мошкова.bin.result
tests/checker/data/a b/bl.html
tests/checker/data/a b/el.html
tests/checker/data/a b/t.txt
tests/checker/data/base/test.txt
tests/checker/data/plist_binary/Bookmarks.plist.result
tests/checker/data/plist_xml/Bookmarks.plist.result
tests/configuration/__init__.py
tests/configuration/test_config.py
tests/logger/__init__.py
tests/logger/test_csvlog.py
third_party/dnspython/changelog.txt
third_party/dnspython/dns/__init__.py
third_party/dnspython/dns/dnssec.py
third_party/dnspython/dns/e164.py
third_party/dnspython/dns/edns.py
third_party/dnspython/dns/entropy.py
third_party/dnspython/dns/exception.py
third_party/dnspython/dns/flags.py
third_party/dnspython/dns/hash.py
third_party/dnspython/dns/inet.py
third_party/dnspython/dns/ipv4.py
third_party/dnspython/dns/ipv6.py
third_party/dnspython/dns/message.py
third_party/dnspython/dns/name.py
third_party/dnspython/dns/namedict.py
third_party/dnspython/dns/node.py
third_party/dnspython/dns/opcode.py
third_party/dnspython/dns/query.py
third_party/dnspython/dns/rcode.py
third_party/dnspython/dns/rdata.py
third_party/dnspython/dns/rdataclass.py
third_party/dnspython/dns/rdataset.py
third_party/dnspython/dns/rdatatype.py
third_party/dnspython/dns/renderer.py
third_party/dnspython/dns/resolver.py
third_party/dnspython/dns/reversename.py
third_party/dnspython/dns/rrset.py
third_party/dnspython/dns/set.py
third_party/dnspython/dns/tokenizer.py
third_party/dnspython/dns/tsig.py
third_party/dnspython/dns/tsigkeyring.py
third_party/dnspython/dns/ttl.py
third_party/dnspython/dns/update.py
third_party/dnspython/dns/version.py
third_party/dnspython/dns/wiredata.py
third_party/dnspython/dns/zone.py
third_party/dnspython/dns/rdtypes/__init__.py
third_party/dnspython/dns/rdtypes/dsbase.py
third_party/dnspython/dns/rdtypes/mxbase.py
third_party/dnspython/dns/rdtypes/nsbase.py
third_party/dnspython/dns/rdtypes/txtbase.py
third_party/dnspython/dns/rdtypes/ANY/AFSDB.py
third_party/dnspython/dns/rdtypes/ANY/CERT.py
third_party/dnspython/dns/rdtypes/ANY/CNAME.py
third_party/dnspython/dns/rdtypes/ANY/DLV.py
third_party/dnspython/dns/rdtypes/ANY/DNAME.py
third_party/dnspython/dns/rdtypes/ANY/DNSKEY.py
third_party/dnspython/dns/rdtypes/ANY/DS.py
third_party/dnspython/dns/rdtypes/ANY/GPOS.py
third_party/dnspython/dns/rdtypes/ANY/HINFO.py
third_party/dnspython/dns/rdtypes/ANY/HIP.py
third_party/dnspython/dns/rdtypes/ANY/ISDN.py
third_party/dnspython/dns/rdtypes/ANY/LOC.py
third_party/dnspython/dns/rdtypes/ANY/MX.py
third_party/dnspython/dns/rdtypes/ANY/NS.py
third_party/dnspython/dns/rdtypes/ANY/NSEC.py
third_party/dnspython/dns/rdtypes/ANY/NSEC3.py
third_party/dnspython/dns/rdtypes/ANY/NSEC3PARAM.py
third_party/dnspython/dns/rdtypes/ANY/PTR.py
third_party/dnspython/dns/rdtypes/ANY/RP.py
third_party/dnspython/dns/rdtypes/ANY/RRSIG.py
third_party/dnspython/dns/rdtypes/ANY/RT.py
third_party/dnspython/dns/rdtypes/ANY/SOA.py
third_party/dnspython/dns/rdtypes/ANY/SPF.py
third_party/dnspython/dns/rdtypes/ANY/SSHFP.py
third_party/dnspython/dns/rdtypes/ANY/TXT.py
third_party/dnspython/dns/rdtypes/ANY/X25.py
third_party/dnspython/dns/rdtypes/ANY/__init__.py
third_party/dnspython/dns/rdtypes/IN/A.py
third_party/dnspython/dns/rdtypes/IN/AAAA.py
third_party/dnspython/dns/rdtypes/IN/APL.py
third_party/dnspython/dns/rdtypes/IN/DHCID.py
third_party/dnspython/dns/rdtypes/IN/IPSECKEY.py
third_party/dnspython/dns/rdtypes/IN/KX.py
third_party/dnspython/dns/rdtypes/IN/NAPTR.py
third_party/dnspython/dns/rdtypes/IN/NSAP.py
third_party/dnspython/dns/rdtypes/IN/NSAP_PTR.py
third_party/dnspython/dns/rdtypes/IN/PX.py
third_party/dnspython/dns/rdtypes/IN/SRV.py
third_party/dnspython/dns/rdtypes/IN/WKS.py
third_party/dnspython/dns/rdtypes/IN/__init__.py
third_party/dnspython/tests/Makefile
third_party/dnspython/tests/bugs.py
third_party/dnspython/tests/dnssec.py
third_party/dnspython/tests/example
third_party/dnspython/tests/example1.good
third_party/dnspython/tests/example2.good
third_party/dnspython/tests/flags.py
third_party/dnspython/tests/message.py
third_party/dnspython/tests/name.py
third_party/dnspython/tests/namedict.py
third_party/dnspython/tests/ntoaaton.py
third_party/dnspython/tests/rdtypeandclass.py
third_party/dnspython/tests/resolver.py
third_party/dnspython/tests/rrset.py
third_party/dnspython/tests/set.py
third_party/dnspython/tests/tokenizer.py
third_party/dnspython/tests/update.py
third_party/dnspython/tests/zone.py