Skip to content

Variable substitution documentation not up to date #777

@UweOhse

Description

@UweOhse

The documentation mentions these substitutions:

$(TITLE)                   title from metadata
$(DESCRIPTION)             description from metadata
$(CREATOR)                 creator from metadata
$(PUBLISHER)               publisher from metadata
$(RIGHTS)                  rights from metadata

They got removed in revision 9892165f44f09187bd10cd745a5fb85907b9aa2d ("handle metadata in variables", 2024-12-11).
Since then you have to access the same information like this:

$(Xmp.dc.title)                   title from metadata
$(Xmp.dc.description)             description from metadata
$(Xmp.dc.creator)                 creator from metadata
$(Xmp.dc.publisher)               publisher from metadata
$(Xmp.dc.rights)                  rights from metadata

Please update the documentation so that the next poor soul doesn't waste hours wondering which part of their toolchain broke.

Regards, Uwe

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions