summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-09-11Added more fun to TODONick White
2009-09-11Updated getht -h message to be closer to GNU standardsNick White
2009-03-05Add all warnings to buildsNick White
2009-03-05Use more autoconf variablesNick White
2009-03-05Use autoconf variables in codeNick White
2009-03-05Improved build scriptsNick White
2009-03-05Add item to TODONick White
2008-07-05Updated TODONick White
2008-07-05Close config files after useNick White
2008-07-05Don't create save directory until neededNick White
2008-07-02Updated release directory urlsNick White
2008-07-02Finally got git tags instructions rightNick White
2008-07-02Tiny alteration to releasing docNick White
2008-07-02Update to release procedurev0.1Nick White
2008-07-02Tiny cleanup to release prepare scriptNick White
2008-07-02Superficial documentation changesNick White
2008-07-02Improved RELEASING docNick White
2008-07-02More fixups for release scriptNick White
2008-07-02Fixed bug in package release scriptNick White
2008-07-02Removed done items from TODONick White
2008-07-02Changed version number in preparation for 0.1 releaseNick White
2008-07-01Added a TODO file to keep track of thingsNick White
2008-06-17Improved release procedure docs:Nick White
Added section on packaging Removed unnecessary version entering
2008-06-17Improved error outputNick White
2008-06-17Moved prepare package script, added version info to release procNick White
2008-06-17Added doc on making a releaseNick White
Added signing and checksumming tarball to preparation script Renamed said script
2008-06-06Added section download supportNick White
2008-05-13Added quiet optionNick White
2008-05-09Improved list issue outputNick White
2008-05-08Switched to using config structure from global variablesNick White
2008-05-08Removed zlib dependancy which is no longer needed (as we no longer track ↵Nick White
media contents)
2008-05-03Added .gitignore filesNick White
2008-05-03Removed redundant reference to media contents fileNick White
2008-05-03Corrected minor make errorNick White
(from last commit - not sure if it went smoothly) Altered name of issuepath config variable to savepath, in config.ini as well as code Altered name of issue_xml config variable to toc_xml Removed unnecessary variable definitions from header (new commit) Corrected introduced Makefile error Added (currently unused) config options structure git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-50
2008-05-03Changed a couple of configuration variable namesNick White
Altered name of issuepath config variable to savepath, in config.ini as well as code Altered name of issue_xml config variable to toc_xml Removed unnecessary variable definitions from header git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-49
2008-05-03Reverted from previous silly commitNick White
Last commit was based on a false assumption of mine, this undoes it. git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-48
2008-05-03Removed extraneous xml string variableNick White
Removed variable already serviced by a DEFINE git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-47
2008-05-02Fixed resume bug, improved download outputNick White
Fixed bug in resume which caused forced redownloads to create invalid pdfs Changed download output to ensure one line per download (rather than a separate one for progress) Changed download output to display name of file rather than url downloading Removed obselete testfile variable Changed variable name of filename->filepath git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-46
2008-05-01Removed mention of support tracker from docsNick White
git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-45
2008-05-01Simplified proxy setting internalsNick White
Taking advantage of CURL's pre-packaged constants for proxy options git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-44
2008-05-01Aesthetic: improved consistency of uri terminologyNick White
Switched any references to 'url' to 'uri' git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-43
2008-05-01Added resume supportNick White
Minor download.c neatening Improved curl error messages Added resume support git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-42
2008-04-09Updated email addressNick White
git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-41
2008-04-03Updated usage messagev0.0.2Nick White
Updated usage message to fit with current options git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-40
2008-04-03Updated version numberNick White
Updated to version number 0.0.2 for release git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-39
2008-04-03Removed alternate tocfile optionNick White
Removed option to specify a different tocfile; not likely to ever be used. Also reformatted usage message a little. git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-38
2008-04-03Removed unused header includesNick White
Removed a few string.h includes which are no longer used git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-37
2008-04-03Removed extraneous commentsNick White
Removed obselete comments git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-36
2008-04-03Update to GPLv3Nick White
Relicensed the code under the GPLv3. git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-35
2008-04-03Removed all media handling codeNick White
This patch has no new features. It just removes all of the media handling code. It was proving too hard to maintain, and lots of it is now available at the website anyway. git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-34