[go: up one dir, main page]

File: PKG-INFO

package info (click to toggle)
linkchecker 4.5-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,164 kB
  • ctags: 3,595
  • sloc: python: 20,822; lex: 1,119; yacc: 783; ansic: 531; makefile: 236; sh: 66; sql: 20; awk: 4
file content (32 lines) | stat: -rw-r--r-- 1,333 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: 4.5
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 checking
        o multithreaded
        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:, Gopher, 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 robots.txt exclusion protocol support
        o Cookie support
        o i18n support
        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