|
From: <gun...@pa...> - 2004-03-24 14:27:12
|
Hi, are you sure of this? have a look at the log files to verify that the images are not spidered. Anyway, the two config entries you mention: * jspider.rules.spider.(x).class (set to HttpOnlyProtocolRule) Means that each and every HTTP resource (HTML,images,PDFs,etc...) should = be spidered. URLs pointing to for example an FTP server are skipped. * jspider.rules.parser.(x).class Defines that only HTML resources should be parsed to find new links insid= e it (we wouldn't want JSpider to open an image file and look inside for = links). So, by default the 'checkErrors' config should check images and PDFs. (I've use this config on different sites) If you can't find a trace in any of the files of your output folder, plea= se send them to me and we'll dig further into this issue. regards, G=FCnther. >----- Oorspronkelijk bericht ----- >Van : Sigbert Klinke [mailto:si...@wi...] >Verzonden : woensdag , maart 24, 2004 11:49 AM >Aan : j-s...@li... >Onderwerp : [JSpider-user] checkErrors > >Hi, > >I have used the preconfigured checkErrors method to check my Website. It= =20 >found two mistakes with external HTML pages. But in this configuration=20 >it does not check if images are there or PDF files. I tried to modify= =20 >in conf/checkErrors/jspider.properties the entries=20 >jspider.rules.spider.1.class/jspider.rules.parser.1.class to=20 >AcceptAllRule, but the images and PDF files are still not checked for=20 >presence. What can I do ? > >Thanks a lot Sigbert > > > >------------------------------------------------------- >This SF.Net email is sponsored by: IBM Linux Tutorials >Free Linux tutorial presented by Daniel Robbins, President and CEO of >GenToo technologies. Learn everything from fundamentals to system >administration.http://ads.osdn.com/?ad_id=3D1470&alloc_id=3D3638&op=3Dcl= ick >_______________________________________________ >J-spider-user mailing list >J-s...@li... >https://lists.sourceforge.net/lists/listinfo/j-spider-user > > > |