Crossword Downloader (c) Copyright 2005 Roger Meier All rights reserved roger.meier@pobox.com http://freeware.the-meiers.org WHAT IS IT? =========== Crossword Downloader downloads crossword files (or even other files for that matter), that have dates included in their filenames, for a given time span. The URLs to download from are stored in an external file called sources.txt that resides in the same directory as the Crossword Downloader application. HOW TO USE IT ============= Please refer to the built-in Help. Version History =============== 1.2.2: 8/11/2008 ---------------- - Added 'Referer' field to sources since some website require the 'Referer' header to be set correctly. 1.2.1: 2/25/2008 ---------------- - Added dialog window for editing of sources. - Changed Help documentation to reflect the latest changes. 1.2.0: 1/14/2008 ---------------- - Rewrote code to allow download of files other than .puz files. - The format of entries in the 'sources.txt' file is now: Name<TAB>URL Note that the ID tag is no longer required. - Changed Help documentation to reflect the latest changes. 1.1.0: 10/12/2007 ----------------- - Added code to support more date formats, such as expressed with 3 characters (e.g. JUN for June) and expressed with only one digit (e.g. 7 for 2007) - Added documentation in 'Help'. - Bug fixes 1.0.0 ----- - Initial Release LICENSE ======= THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |