[Twisted-Python] Re: documentation / kqueue / feedback
    Marcin Kasperski 
    Marcin.Kasperski at softax.com.pl
       
    Thu Apr 17 10:22:29 EDT 2008
    
    
  
> Couldn't "find broken links" be automated in some way?
$ sudo apt-get install linkchecker  # or yum, or whatever
$ linkchecker --output=text --file-output-html \
  --recursion-level=20 \
  --ignore-url='^mailto:' --ignore-url='^ftp:' --ignore-url='^javascript:' \
  --anchors \
  http://twistedmatrix.com
... bzzzzz ....
$ firefox linkchecker-out.html
  (or just read console output)
-- 
----------------------------------------------------------------------
| Marcin Kasperski   | We want to know as early as possible whether
| http://mekk.waw.pl | the project will succeed. Thus we attack the
|                    |        high-risk areas first. (Martin)
----------------------------------------------------------------------
    
    
More information about the Twisted-Python
mailing list