Okee I threw an eye or two at pluck-comics now, first of all, you need
to modify the pluck-comics.py file a bit, replace the
@COMICSLIST_DIR@ with the location of the .list-files, probably
absolute path to where pluck-comics.py can be found..
libdir = '@COMICSLIST_DIR@'
(Hmm thinking shouldn't the python proggie manage to find this by
itself if it can assume that the .list-files exists in the same subdir
as it self does?)
There is one more line.. location=@something@, point that where you
want the generated page placed as default..
Now comes the question.. how do I get this into my pluckit database?
Adds a url to the file in my home.html, and something like:
[comics]
bpp = 4
home_url = plucker:/HTML/comics.html
maxwidth = 600
maxheight = 200
db_file = DB/Comics
before_command = "c:/Program Files/palmish/python/python "c:/Program
Files/palmish/Plucker/Tools/pluck-comics/pluck-comics.py" -l /tmp -h
dilbert"
into my plucker.ini??
/Andy