Difference between revisions of "Webcheck"

From Notes_Wiki
(Created page with "<yambe:breadcrumb>Automated_web_checking|Automated web checking</yambe:breadcrumb> =webcheck= webcheck is automated web checking tool which can check a URL recursively and re...")
 
m
 
Line 1: Line 1:
<yambe:breadcrumb>Automated_web_checking|Automated web checking</yambe:breadcrumb>
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Web based tools or applications]] > [[Automated web checking]] > [[webcheck]]
=webcheck=


webcheck is automated web checking tool which can check a URL recursively and report important information such as broken links.  It can check external URLs to verify whether they are valid.   
webcheck is automated web checking tool which can check a URL recursively and report important information such as broken links.  It can check external URLs to verify whether they are valid.   
Line 18: Line 17:


In Cent-OS 6.4 webcheck can be installed using '<tt>yum -y install webcheck</tt>'.
In Cent-OS 6.4 webcheck can be installed using '<tt>yum -y install webcheck</tt>'.
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Web based tools or applications]] > [[Automated web checking]] > [[webcheck]]

Latest revision as of 18:34, 28 July 2022

Home > CentOS > CentOS 6.x > Web based tools or applications > Automated web checking > webcheck

webcheck is automated web checking tool which can check a URL recursively and report important information such as broken links. It can check external URLs to verify whether they are valid. webcheck generates HTML reports which are very easy to follow and share. It creates a site-map of website checked and also creates lists of:

  • All URLS
  • All images
  • Broken URLs
  • URLs where size of page is big
  • Broken URLs by author where author is determined by http-meta author tag
  • Pages without title

webcheck supports fairly powerful regular expressions and options so that it can be used to check even complex websites such as wikis which have many special link. A sample command which can check a wiki is

webcheck -b http://127.0.0.1/notes_wiki/index.php -y 'title=' -y 'diff=' -y 'action=edit' -y 'Special:' -y 'Notes_Wiki:' -y 'Help:Contents' -y 'https:///' http://127.0.0.1/notes_wiki/index.php/Main_Page

webcheck seems to be a sequential program. So checking links using it can take long time.

In Cent-OS 6.4 webcheck can be installed using 'yum -y install webcheck'.



Home > CentOS > CentOS 6.x > Web based tools or applications > Automated web checking > webcheck