[publican-list] PDF filename too verbose

Andrew Beekhof andrew at beekhof.net
Mon May 17 08:26:38 UTC 2010


Is there any chance we could allow the old filename format "$docname.pdf" as an option?

I find the new form:

        my $pdf_name
            = $self->{publican}->param('product') . '-'
            . $self->{publican}->param('version') . '-'
            . $self->{publican}->param('docname') . '-'
            . "$lang.pdf";


far too verbose, especially since its already buried deep in a directory tree containing all the same information.
Eg. publish/en-US/Pacemaker/1.1/pdf/Pacemaker_Explained/Pacemaker-1.1-Pacemaker_Explained-en-US.pdf

-- Andrew







More information about the publican-list mailing list