mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-24 22:23:43 +00:00
updated description
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2299 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
49b61290e6
commit
50d4f84add
2 changed files with 11 additions and 11 deletions
14
debian/control
vendored
14
debian/control
vendored
|
|
@ -14,15 +14,15 @@ Description: check HTML documents for broken links
|
|||
Features:
|
||||
o recursive checking
|
||||
o multithreaded
|
||||
o output can be colored or normal text, HTML, SQL, CSV or a sitemap
|
||||
o output in colored or normal text, HTML, SQL, CSV or a sitemap
|
||||
graph in DOT, GML or XML
|
||||
o HTTP/1.1, FTP, mailto:, nntp:, news:, Gopher, Telnet and local
|
||||
file links are supported
|
||||
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 give username/password for HTTP and FTP authorization
|
||||
o username/password authorization for HTTP, FTP and Telnet
|
||||
o robots.txt exclusion protocol support
|
||||
o i18n support
|
||||
o Cookie support
|
||||
o command line interface
|
||||
o (Fast)CGI web interface (requires HTTP server)
|
||||
o i18n support
|
||||
o a command line interface
|
||||
o a (Fast)CGI web interface (requires HTTP server)
|
||||
|
|
|
|||
8
setup.py
8
setup.py
|
|
@ -282,16 +282,16 @@ setup (name = "linkchecker",
|
|||
url = "http://linkchecker.sourceforge.net/",
|
||||
download_url = "http://sourceforge.net/project/showfiles.php?group_id=1913",
|
||||
license = "GPL",
|
||||
long_description = """Linkchecker features
|
||||
long_description = """Linkchecker features:
|
||||
o recursive checking
|
||||
o multithreading
|
||||
o multithreaded
|
||||
o output in colored or normal text, HTML, SQL, CSV or a sitemap
|
||||
graph in DOT, GML or XML.
|
||||
o HTTP/1.1, HTTPS, FTP, mailto:, news:, nntp:, Gopher, Telnet and local
|
||||
file links support
|
||||
o restriction of link checking with regular expression filters for URLs
|
||||
o restrict link checking with regular expression filters for URLs
|
||||
o proxy support
|
||||
o username/password authorization for HTTP and FTP
|
||||
o username/password authorization for HTTP, FTP and Telnet
|
||||
o robots.txt exclusion protocol support
|
||||
o Cookie support
|
||||
o i18n support
|
||||
|
|
|
|||
Loading…
Reference in a new issue