summaryrefslogtreecommitdiff
path: root/src/cli.c
AgeCommit message (Collapse)Author
2010-05-19Switched to simpler build system, and fixed bugsNick White
Now there's a proper build system in place, which is actually simple enough to understand. I also fixed plenty of warnings about the code (reminding me how badly I knew C when I wrote this). Hinduism today aren't indexing their new issues using the index file I was sourcing any more, so I don't expect to fix any more bugs or improve this much.
2009-09-11Updated getht -h message to be closer to GNU standardsNick White
2008-06-06Added section download supportNick White
2008-05-13Added quiet optionNick White
2008-05-09Improved list issue outputNick White
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-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-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
2007-05-05Fixed media sorting bug, added date view to listingsNick White
Fixed bug causing issues containing only media to not be sorted correctly Added display of issue date when -vv is passed with -l or -m git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-26
2007-05-03Added a script to ease releases, improved cli interfaceNick White
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