From 877096c9f399e6a12c48f792f5896c04cf338acb Mon Sep 17 00:00:00 2001 From: Nick White Date: Wed, 28 Feb 2007 17:51:46 +0000 Subject: Initial import git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--base-0 --- TODO | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 TODO (limited to 'TODO') diff --git a/TODO b/TODO new file mode 100644 index 0000000..1b7ce6a --- /dev/null +++ b/TODO @@ -0,0 +1,58 @@ +-savannah- + +add news, with current status, likely time to usability, & hello + +checkin to arch + +add tasks to tracker + +look into getting a commit mailing list (writable) to work + +post a screenshot? + +-immediate term- + +save entered directories to config file + +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- + +redo passing memory pointers rather than whole arrays etc. + +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) + +reduce code duplication + +handle smil files successfully + +if no required contents file exists, attempt to retrieve it, even if update is not passed +comment source - at least all functions +add long options + +use autotools +integrate gettext + +add options to allow decent listing of issues +add options to allow downloading of any issue + +add manpage & ensure it's compiled if nec +add texinfo & ensure it's compiled if nec + +add resume functions (if ht server supports it) +ensure better integration with official htde - look for existing installation & use its ebook dirs etc. + +doxygen? + +submit software to the gnu directory -- cgit v1.2.3