File: TODO

package info (click to toggle)
imageindex 1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 776 kB
  • sloc: perl: 12,264; makefile: 22
file content (39 lines) | stat: -rw-r--r-- 1,154 bytes parent folder | download | duplicates (4)
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
35
36
37
38
39
$Id: TODO,v 1.43 2003/09/09 03:13:06 edwinh Exp $
$Name: v1_1 $

Bugs

 - Fix embedded emoticons with unicode (pack/unpack is a problem)

Additions/Enhancements

 - Flesh out .pod file.
   Do pod2man for packaging, etc

 - Medium-to-Large architecture change. Pre-compute what things need to be
   done (which slide show .html files need to be created, which thumbs,
   which mediums, etc.) and then execute these jobs through a for() loop
   with fork()/exec() keeping N jobs "active" at a time where N is
   configurable. This will help speed-up on dual CPU machines.

 - Add more samples in sample directory

 - Fill out lsm, send to ibiblio.org as part of release?
   Upload to rh contrib?


Ideas (not sure)

 - Use something like HTML::Stream rather than manually printf'ing tags.

 - Add a way to dump default config variables into dotfile

 - Make it use a ~/.imageindex.css file for the stylesheet customization
   (so you don't have to muck with the perl variable) ???  If this is done
   also add -writecss flag or something that creates a "default" copy of
   this for you to edit later?

 - Drop-shadow option for thumbnails?


Bugs/Cleanup