-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathTODO
34 lines (29 loc) · 1.12 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Data formats:
* Understand the password section
* Understand and document 10000050 file types (Agenda, Data, etc)
Parser:
* Incorporate the replacement section. Stubs are already in place.
* Check image parsing works for other things than 2-bits greyscale.
* Complete Sheet
* Add more file formats
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:
* HTML: Verify generated code, to see whether it is HTML-4.01 compatible
* XHTML: Verify generated code, to see whether it is XHTML compatible
* HTML,XHTML: Add support for images
* RTF: Make it usable. Not nearly finished at the moment. Dead project.
* LATEX: re-enable or delete. Dead project.
* IMAGE: support for special things like clipping is still lacking at the
generator side.
Config files:
* Add hex parsing
General:
* Many common values are returned as int. Perhaps change this to long,
for better behaviour on very large files on some architectures?
* Use libaudiofile for audio conversions?
* Look at portability (headers)
* Add more comments in data.h