--- psiconv/trunk/TODO 1999/10/30 22:36:43 26 +++ psiconv/trunk/TODO 2004/01/09 22:20:03 185 @@ -1,23 +1,41 @@ Data formats: * Understand the password section -* Document included objects -* Understand and document other file types (Data, Sheet, Agenda, etc) +* Understand and document 10000050 file types (Agenda, Data, etc) Parser: * Incorporate the replacement section. Stubs are already in place. -* Add additional file types. -* Add included objects +* Check image parsing works for other things than 2-bits greyscale. +* Complete Sheet +* Add more file formats -Generators: +Generator: +* Add audio file support. +* Check image file generation works for other things than 2 bits greyscale +* Add Sheet +* Add more file formats + +Psiconv program: +* Re-enable all targets besides ASCII +* HTML, HTML4: Merge into one target (3.2 HTML is no longer very relevant) * HTML: Verify generated code, to see whether it is HTML-3.2 compatible * HTML4: Fallback on normal HTML for TextEd files might be replaced with true code. But is it worth it? -* Add other targets (RTF would be very nice) +* RTF: Make it usable. Not nearly finished at the moment. Dead project. +* IMAGE: support for special things like clipping is still lacking at the + generator side. + +Config files: +* Add hex parsing +* Specify config location compile-time General: -* Out-of-memory segfaults (malloc fails are not caught). Better handling? -* Make psiconv_debug and friends variables, that can be changed to - catch those errors and handle them in an application-specfic way. * Many common values are returned as int. Perhaps change this to long, for better behaviour on very large files on some architectures? -* I suspect there are still some memory leaks. +* Use libaudiofile for audio conversions? +* FATALS use should be minimized +* Look at portability (headers) +* Update copyright dates + +Unicode: +* Add UTF8 input support +* Test, test, test