Comment 0 for bug 1695620

Revision history for this message
Samuel Mehrbrodt (sam92) wrote : Make footer elements custumizable

This mainly applies for the Songs footer.

The footer can become very large if you have multiple authors, songbook info, CCLI license etc.
Also you might want to display some parts of the footer larger than others (title vs copyright).

So you should be able to configure the footer. I suggest we add a text box with placeholders for all footer elements (like %title%, %copyright%, %songbooks%, %ccli_license% etc).

You should be able to use formatting tags to control the display of the footer.

I suggest to use Pystache (Python implementation of the Mustache template engine): https://github.com/defunkt/pystache