Skip to content

Commit

Permalink
correct way to verify assets [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Feb 8, 2014
1 parent 540ba8d commit a480b1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Simple java (1.6) crawler to crawl web pages on one and same domain. If your pag
<li>Output the data to a csv file, separated by working (200 response code) and non working url</li>
<li>Output the data to two text files, one with working urls and one with none working. Each url will be on one new line.</li>
<li>Output url:s that contains a keyword in the html</li>
<li>Verify that assets on a page work</li>
<li>Exprimental support for verifying that assets on a page work</li>
</ul>


Expand Down Expand Up @@ -120,7 +120,7 @@ java -cp crawler-1.5.11-full.jar com.soulgalore.crawler.run.CrawlToFile -u http:

Running from the jar, verify that assets are ok
<pre>
java -jar crawler-1.5.11-full.jar com.soulgalore.crawler.run.CrawlAndVerifyAssets -u http://www.peterhedenskog.com
java -cp crawler-1.5.11-full.jar com.soulgalore.crawler.run.CrawlAndVerifyAssets -u http://www.peterhedenskog.com
</pre>

## License
Expand Down

0 comments on commit a480b1d

Please sign in to comment.