V0.05
Added -d {path} command line option to dump links to a text file runtime. Allows you to save current links incase of a crash. You can also use -i {path or stdin} to build sitemap from text files.
Huge internal speed increase by moving storage code from Vectors to Treemaps.
Got rid of memory leak for large sitemaps.
V0.04
Added FTP support. Set username, password, host and path in the properties file. Make sure you extract the "LIB" directory beneath where the application is installed, or add it to your classpath.
V0.03
Added ability to ping Google to let it know that the sitemap has been updated. This is a little redundant at the moment as you really need to copy the file to your server first, but as FTP support is coming in the next version I though I'd add it anyway. If you are using this in a batch file, you could consider just calling WGET with the Google ping URL after your FTP command
V0.02
Added mutlithreaded support. Specify the number of threads to use in the properties file. Defaults to a single thread.
Added support for GZIP encoding of the URL stream to reduce file transfer time. Turned on by default.
|