Bug 86235 - new port: www/linklint - Perl script that checks links on web sites
Summary: new port: www/linklint - Perl script that checks links on web sites
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-16 23:50 UTC by Emanuel Haupt
Modified: 2005-09-19 11:48 UTC (History)
0 users

See Also:


Attachments
linklint.shar (2.32 KB, text/plain)
2005-09-16 23:50 UTC, Emanuel Haupt
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Emanuel Haupt 2005-09-16 23:50:02 UTC
new port: www/linklint - Perl script that checks links on web sites

Linklint is a perl script that checks links on web sites.

Features:

  * both local-file and HTTP site checking
  * cross referenced and fully hyperlinked output reports
  * the ability to check password protected areas
  * support for all standard server-side image maps
  * reports of orphan files, and files with mismatching case
  * a report of which URLs have changed since last checked
  * support of proxy servers for remote URL checking

You can use it for instance for a link survey:

 $ make -C /usr/ports search www=. \
        | sed -n -E 's/^WWW:[[:space:]]*(http|https|ftp)/\1/p' \
        | while read url; do perl -e 'print "=" x80;'; linklint $url; done
Comment 1 Renato Botelho freebsd_committer freebsd_triage 2005-09-19 11:25:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

I'll take it
Comment 2 Renato Botelho freebsd_committer freebsd_triage 2005-09-19 11:48:50 UTC
State Changed
From-To: open->closed

New port added. Thanks!