Reviewers: Dan Rice, Description: Could you review this patch for me?
This simple crawler is intended to be used by users who crawl-enable their apps. It gives them an idea of what the crawler will see, without making any guarantees about emulating the "real" google crawler. It takes in either a sitemap file (get one from http://j15r.com:8800/Showcase/Sitemap.xml) or a URL (e.g., http://j15r.com:8800/Showcase). Optionally, it also takes an output file (by default, it prints to stdout). Please review this at http://gwt-code-reviews.appspot.com/70802 Affected files: eclipse/tools/simple-crawler/.checkstyle eclipse/tools/simple-crawler/.classpath eclipse/tools/simple-crawler/.project tools/simple-crawler/build.xml tools/simple-crawler/src/com/google/gwt/crawler/Settings.java tools/simple-crawler/src/com/google/gwt/crawler/SimpleCrawler.java tools/simple-crawler/src/com/google/gwt/crawler/SimpleSitemapParser.java --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
