gHTTrack - Frontend for HTTrack -- 2007.01.13 v0.5.2 * Used Glade on a Slackware 10.0 system to remove GTK+ 2.6 code from the interface.c file. * Removed support for gettext in an effort to reduce dependencies. Support for gettext can easily be put back in by running Glade with the ghttrack.glade file and setting the gettext option there. -- 2006.12.08 v0.4.1 and 0.5.1 * No change in code. These are just repackaged versions of 0.4 and 0.5 with symbolic links replaced with actual files. -- 2006.05.13 v0.5 * Ported to GTK+ 2.4. No changes in functionality. -- 2006.05.13 v0.4 * Updated GUI and code to conform to HTTrack v3.40. * Removed all calls to the GNOME library functions; this version uses GTK+ 1.2 as the sole GUI toolkit. * Removed the menu and toolbar used in previous versions; the functionality is now implemented in a tab page using radio buttons and standard buttons. * The Options Dialog is now incorporated in a tab page in the main window. * Removed the option of whether or not to fork before running httrack. There is no advantage to running non-forked. * The configuration/settings file has changed. Previous versions used GNOME routines to read/write configuration data. The implementation was rewritten and the configuration file is now stored in the user's home directory. * New options: Destination Path For Logs And Cache, Hostname, Use URL Hacks, Assume Standard MIME Types, Default Referer, From Email Address. * Added 'Always (Even Strict Rules)' to 'Follow robots.txt' dropdown. -- 2003.05.23 v0.3 * Updated GUI and code to conform to HTTrack v3.23. * Changed configuration file (~/.gnome/gHTTrack). Added [ghttrack] section and changed code to preserve old settings. * Added hints to Options Dialog. * Added option to run HTTrack in forked process. This makes ghttrack's main window immediately available after an Action command. * Removed the 2nd tab page (Output From HTTrack Command) from the main window. The run-log.txt file is only created when running non-forked using popen() and is displayed in the 1st tab page (Information About Current Project), when available. * Fixed limits for most of the Options Dialog data entries. Due to a quirk in Glade, limits were not enforced for ComboBox entries. These limits (defined in the 3rd element of the Options array) are now set manually. -- 2002.05.23 v0.2 * Fixed a selection quirk in the combo boxes of the Options Dialog. * The "Default Settings" project can now serve as a sort of 'template' to make it easier to set often-used options in the other projects. For more details, see the README file. * Added the project name to the title of the Options Dialog, making it easier to know which project you're setting while you're in the other tab pages (the name was previously only visible on the first tab page). -- 2002.03.26 v0.1.1 * Fixed bug in startup concerning the reading of the last saved project number. * Cleaned up the info text (1st tab page of main app) so that a string is displayed (for some options) instead of a number. -- 2002.02.27 v0.1 * First draft. No changes. --