Shiny New E-Book Gizmo: The Amazon Kindle


View Full Version : Useful commands while debugging .site files


Alexander Turcic
03-24-2004, 09:26 AM
Useful Sitescooper commands while debugging .site files:

-refresh
ignore any historical accesses of the site, but still use cached pages

-fullrefresh
ignore any historical accesses of the site, and don't use cached pages

-debug
optional debugging output

-admin journal
HTML is logged, 1. in its initial form straight from the website, 2. after the StoryStart and StoryEnd has been stripped from the page, 3. as text

-fromcache
for debugging offline, or for producing output in multiple formats

ignatz
03-24-2004, 02:51 PM
-fullrefresh
ignore any historical accesses of the site, and don't use cached pages
I use this all the time when pulling down a site again and again to troubleshoot. I usually want to see sitescooper do the whole job as if it has never done this site before.

Looks like you've got the bug Alex... :wink: Sitescooper is fun!