Package: lazygal
Version: 0.4-1
Severity: wishlist

The "-O" option copies the original files into the new tree.
I have a readonly hierarchy of large images that I don't want to
copy but I do want to be linked into the html pages.

I suggest a new option that allows a directory "base" to be specified
and the "original file" link be made relative to that.

For example, perhaps something along the lines of:

    lazygal -o DEST -O --orig-base "/orig/" /Path/To/Originals
    -->
    href="/orig/IMG.JPG"
    href="/orig/sub1/IMG.JPG"
    href="/orig/sub1/sub2/IMG.JPG"
    
    
    lazygal -o DEST -O --orig-base "../orig/" Path/To/Originals
    -->
    href="../orig/IMG.JPG"
    href="../../orig/sub1/IMG.JPG"
    href="../../../orig/sub1/sub2/IMG.JPG"


-jonathan


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages lazygal depends on:
hi  python                        2.5.2-2    An interactive high-level object-o
ii  python-genshi                 0.5.0-1    Python XML-based template engine
ii  python-imaging                1.1.6-3    Python Imaging Library
ii  python-pyexiv2                0.1.2-4+b1 Python binding to Exiv2
hi  python-support                0.8.7      automated rebuilding support for P

lazygal recommends no packages.

lazygal suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to