File: PKG-INFO

package info (click to toggle)
linkchecker 5.2-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 3,508 kB
  • ctags: 3,805
  • sloc: python: 22,666; lex: 1,114; yacc: 785; makefile: 276; ansic: 95; sh: 68; sql: 19; awk: 4
file content (32 lines) | stat: -rw-r--r-- 1,361 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
Metadata-Version: 1.0
Name: LinkChecker
Version: 5.2
Summary: check websites and HTML documents for broken links
Home-page: http://linkchecker.sourceforge.net/
Author: Bastian Kleineidam
Author-email: calvin@users.sourceforge.net
License: GPL
Download-URL: http://sourceforge.net/project/showfiles.php?group_id=1913
Description: Linkchecker features:
        o recursive and multithreaded checking
        o output in colored or normal text, HTML, SQL, CSV, XML or a sitemap
          graph in different formats
        o HTTP/1.1, HTTPS, FTP, mailto:, news:, nntp:, Telnet and local file
          links support
        o restrict link checking with regular expression filters for URLs
        o proxy support
        o username/password authorization for HTTP, FTP and Telnet
        o honors robots.txt exclusion protocol
        o Cookie support
        o HTML and CSS syntax check
        o Antivirus check
        o a command line interface
        o a (Fast)CGI web interface (requires HTTP server)
        
Keywords: link,url,checking,verification
Platform: UNKNOWN
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management :: Link Checking
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Programming Language :: C