Blame Identity/Themes/Motifs/Mettle/Promo/Poster/README

4c79b5
4c79b5
                                                      POSTER RENDERING 
4c79b5
4c79b5
                      The CentOS Artwork SIG <centos-devel@centos.org>
4c79b5
                                  https://projects.centos.org/artwork/
4c79b5
4c79b5
**********************************************************************
4c79b5
4c79b5
To render Anaconda's progress slides use the following command:
4c79b5
4c79b5
    ./render.sh version language filename
4c79b5
4c79b5
Where:
4c79b5
4c79b5
    version:    Is a character or number representing the CentOS
4c79b5
                version. This value is replace wherever the =VERSION=
4c79b5
                marker be inside svg templates. It is also used to
4c79b5
                organize rendered images inside img directory.
4c79b5
4c79b5
    language:   Represents the language you want to get images rendered
4c79b5
                for. It should match directories under:
4c79b5
4c79b5
                trunk/Translations/Promo/Poster/$LANGUAGE
4c79b5
4c79b5
                Note that here you can use a perl regular expression to
4c79b5
                match more than one value at a time.
4c79b5
4c79b5
                If omited images are rendered for all available
4c79b5
                languages.
4c79b5
4c79b5
    filename:   Represents the file you want to get images rendered
4c79b5
                for. It should match files under:
4c79b5
4c79b5
                trunk/Translations/Promo/Poster/$LANGUAGE/$FILE
4c79b5
4c79b5
                Note that here you can use a perl regular expression
4c79b5
                to match more than one value at a time.
4c79b5
4c79b5
                If omited images are rendered for all available files.
4c79b5
4c79b5
Examples:
4c79b5
4c79b5
    # Render all available posters in English language for CentOS-5.
4c79b5
    ./render.sh '5' 'en'
4c79b5
4c79b5
    # Render EL4People poster in English and Spanish only for
4c79b5
    # CentOS-5.
4c79b5
    ./render.sh '5' 'e(n|s)' 'EL4People'