diff options
author | Nick White <arch@njw.me.uk> | 2007-03-07 01:25:23 +0000 |
---|---|---|
committer | Nick White <arch@njw.me.uk> | 2007-03-07 01:25:23 +0000 |
commit | 49472a3a8ff731dcccd8099c4070119426c49145 (patch) | |
tree | 2f50580a790ddcfddbd1329727c95caf354a295b /TODO | |
parent | 38d38ea919c6a2e3faeaee0b036607259f7a428c (diff) |
various checks & cleanups, default usage, hook script
Add file valid checks to update
Add file checks to parse contents
Remove empty files which don't download
Automatically attempt to update contents if they cannot be opened
Add default showopts if no options are passed
Remove show struct mention in usage
Move order of usage
Add alternative media toc file option
Added commit hook script
git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-6
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 30 |
1 files changed, 12 insertions, 18 deletions
@@ -1,46 +1,40 @@ -savannah- -add news, with current status, likely time to usability, & hello - add todo to tasks tracker post a screenshot? -immediate term- -if download fails, remove attempted file -if -uf is passed, download & parse media regardless (check that same isn't added multiple times) +add to docs email hook & script - see http://www.gnuarch.org/gnuarchwiki/Using_hooks + +check if file exists but is empty handle ctrl-c by removing half-downloaded file save entered directories to config file -utilise and expand initial clean procedures +?utilise and expand initial clean procedures add sorting algo for issues, only needs a few pointers passing around, use temp iss* look online for v. basic sorting algos or write own then no more latest_iss pointer needed -add if file is readable checks to appropriate functions e.g. reading xml / rev and handle appropriately - -add new source file for freeing memory plus mem error functions - -handle file errors better - -malloc- -include cover as just another section entry - malloc sections, items, and media will ensure ease of finding existance, as no_of_sections no_of_media no_of_items can be used (embedded in struct) -handle smil files successfully +include cover as just another section entry -if no required contents file exists, attempt to retrieve it, even if update is not passed -comment source - at least all functions +add new source file for freeing memory plus mem error functions -#use autotools -integrate gettext +-other- + +#autotools +gettext + +handle smil files successfully add options to allow decent listing of issues add options to allow downloading of any issue |