SWEC 0.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News SWEC 0.2 (Default branch)
# 1  
Old 01-28-2009
SWEC 0.2 (Default branch)

SWEC is a program that automates testing of dynamic Web sites. It parses each HTML file it finds for links, and if those links are within the site specified, it will check that page as well. In addition to parsing and locating links, it will also parse the pages looking for known errors and report those. It will report if a page cannot be read (by either returning a 404, 500, or similar). License: GNU General Public License v3 Changes:
Many new tests were added. Internal error codes are generated for HTTP errors so that you may exclude those tests. Better assumptions are made when you only supply a single URL on the commandline. Binary files are now skipped based upon their returned HTTP content type, and not just their extension. A HEAD request is now performed before doing the GET request, so that skipped files are not downloaded needlessly. URL seeds will now be checked in the order they appear on the commandline. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
HTCHECK(1)								FSF								HTCHECK(1)

NAME
ht://Check - Web site checker for dead/external links 2.0.0 SYNOPSIS
htcheck [-isvk] [-c configfile] [-D dbname] DESCRIPTION
ht://Check is more than a link checker. It is a console application written for Linux systems in C++ and derived from ht://Dig. It can retrieve information through HTTP/1.1 and store the information in a MySQL database, and it is particularly suitable for small Internet domains or Intranet. Its purpose is to help a webmaster manage one or more related sites: after a "crawl", ht://Check gives back very useful summaries and reports, including broken links, anchors not found, content-types and HTTP status codes summaries, etc. From version 1.2.3, ht://Check also performs accessibility checks in accordance with the principles of the University of Toronto's Open Accessibility Checks (OAC) project, allowing users to discover site-wide barriers like images without proper alternatives, missing titles, etc. ht://Check can also be used for Web structure analysis, as it stores information regarding links between HTML documents. OPTIONS
-v Verbose mode (more 'v's increment verbosity) -s Statistics (broken links, etc...) available -i Initialize the database (drop a previous db) -k Initialize the database (drop tables, keep the db) -c configfile Configuration file -D dbname Name of the database AUTHORS
Written by Gabriele Bartolini <angusgb@users.sourceforge.net> REPORT BUGS
Report bugs by using Sourceforge's bug tracker at: http://sourceforge.net/tracker/?group_id=5071&atid=105071 or write down a note to the author. AVAILABILITY
The latest version of this distribution is available online from: http://htcheck.sourceforge.net/ COPYRIGHT
Copyright (c) 1999-2006 Comune di Prato - Prato - Italy Some Portions Copyright (c) 1995-2003 The ht://Dig Group <www.htdig.org> Some Portions Copyright (c) 2008-2009 Devise.IT srl <http://www.devise.it/> This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PAR- TICULAR PURPOSE. ht://Check 2.0.0 September 2009 HTCHECK(1)