Dashboard > FarCry 3.0 Developers Guide > ... > Developers Exchange > System Templates > Create link object report
FarCry 3.0 Developers Guide
Create link object report
Added by David Whiterod , last edited by David Whiterod on Jan 06, 2006  (view change)
Labels: 
(None)

Create link object report

Developer

David Whiterod

  Name Size Creator Date Comment  
ZIP Archive checkLinkObjects.zip 5 kb David Whiterod Jan 06, 2006 Download the checkLinkObjects extension  

checkLinkObjects emails a validity report of all of the link (dmLink) objects on a site. Once setup as a schedualled task checkLinkObjects creates (then emails) the report.

Notes

  • The (HTML) email formatting is based on the FarCry core's Statistics Overview Report.
  • The checking for HTML links is done via <cfhttp> method="head".
  • Email links are checked for valid structure only and not for their existence.

Installation instructions

Install by placing the file in your farcry implementation's /system/dmCron/ directory. Then using the FarCry Administrator make a new scheduled task with the checkLinkObjects template.

Arguments

  • emailTo - REQUIRED emailaddress (comma-separated list) for report addressing
  • httpTimeout - OPTIONAL timeout for check link check (in seconds; default: 10)
  • proxyServer - OPTIONAL used for the cfhttp call
  • proxyPort - OPTIONAL used for the cfhttp call (default: 80)
  • proxyUser - OPTIONAL used for the cfhttp call
  • proxyPassword - OPTIONAL used for the cfhttp call
Argument information
  • If you supply proxyServer argument you must also supply proxyPort
  • If you supply proxyUser argument you must also supply proxyPassword

Powered by a free Atlassian Confluence Open Source Project License granted to FarCry CMS. Evaluate Confluence today.
Powered by Atlassian Confluence 2.7, the Enterprise Wiki. Bug/feature request - Atlassian news - Contact administrators