Age | Commit message (Collapse) | Author |
|
|
|
|
|
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
|
|
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
|
|
Removed variable already serviced by a DEFINE
git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-47
|
|
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
|
|
Taking advantage of CURL's pre-packaged constants for proxy options
git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-44
|
|
Switched any references to 'url' to 'uri'
git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-43
|
|
Minor download.c neatening
Improved curl error messages
Added resume support
git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-42
|
|
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
|
|
Relicensed the code under the GPLv3.
git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-35
|
|
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
|
|
Removed unused & unnecessary findnewestiss
Replaces strcpy with strncpy to eliminate possible buffer overruns
Added a couple of config options to allow use of alternative
toc urls
git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-29
|
|
Added the script prepare-release.sh
Modified and added options to allow easy downloading of single
issues and media files
Moved functions outputting to the command line to cli.c
Added a verbose flag
git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-24
|
|
Added (perhaps somewhat shaky) autotools support
Added tagging rules to junkify files generated by autotools
Added a directory structure
Updated README & INSTALL files to reflect changes
Wrote a man page
Changed version numbers in preparation for a release
git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-23
|