1$Id: TODO,v 1.44 2014/01/24 21:05:37 edwinh Exp $
2$Name: v2_0 $
3
4Bugs
5
6 - Fix embedded emoticons with unicode (pack/unpack is a problem)
7
8Additions/Enhancements
9
10 - Deal with image rotatations as stored in the image files correctly
11
12 - Flesh out .pod file.
13   Do pod2man for packaging, etc
14
15 - Medium-to-Large architecture change. Pre-compute what things need to be
16   done (which slide show .html files need to be created, which thumbs,
17   which mediums, etc.) and then execute these jobs through a for() loop
18   with fork()/exec() keeping N jobs "active" at a time where N is
19   configurable. This will help speed-up on dual CPU machines.
20
21Ideas (not sure)
22
23 - Use something like HTML::Stream rather than manually printf'ing tags.
24
25 - Add a way to dump default config variables into dotfile
26
27 - Make it use a ~/.imageindex.css file for the stylesheet customization
28   (so you don't have to muck with the perl variable) ???  If this is done
29   also add -writecss flag or something that creates a "default" copy of
30   this for you to edit later?
31
32 - Drop-shadow option for thumbnails?
33
34
35Bugs/Cleanup
36