CentOS Clothes Style

1. Rendering Environment

SVN:

trunk/Identity/Themes/Modern/Promo/Clothes/

clothes-rendering-1.tar.bz2 - md5: 0a320b43dc08de2ba62230ae463ac1aa

The promotion rendering environment has the following files:

2. Translation Files

SVN:

trunk/Translations/Promo/Clothes/

clothes-translations-1.tar.bz2 - md5: 42a2509adbd5b8bd9bc78e120458cddc

Translation files are sed replacement commands which are applied to svg designs files. You need to have one translation file by person you want to have CentOS clothes rendered for.

The following general markers were created:

=PERSON_NAME=

Person's full name you want to have the cloth rendered for.

=PERSON_GROUP=

Person's group (Ex. User, Administrator, Webmaster, Artwork, ...).

Specific markers can be added at the beginning so general markers can be applied on them if necessary. For example:

# Specific cap markers
s!=CAP_LEFT_MSG=!=PERSON_NAME= • =PERSON_GROUP=!
s!=CAP_RIGHT_MSG=!Community Enterprise Operating System!
s!=CAP_BACK_MSG=!CentOS!
# General markers
s!=PERSON_NAME=!John Doe!
s!=PERSON_GROUP=!User!

3. Examples

The following command:

./render.sh JohnDoe en

will render available clothes designs for JohnDoe in English language, in this case Doe's Cap, T-shirt, and Shirt:

3.1. Cap

JohnDoe-Cap-Front2.png

JohnDoe-Cap-Left1.png

Front

Left

JohnDoe-Cap-Back.png

JohnDoe-Cap-Right1.png

Back

Right

3.2. T-shirt

JohnDoe-Tshirt-Front

JohnDoe-Tshirt-Back

Front

Back

3.3. Shirt

JohnDoe-Shirt-Front

JohnDoe-Shirt-Back

Front

Back

4. New Clothes Designs

If you need other but those designs already available, then add your design under svg directory and name it something-(Front|Right|Left|Back).svg. Translations files will be applied automatically to it when rendering.

When you create a new cloth design, try to:

Note that if what you need is rendering available designs for a new person, you need to add a new translation file for that person not a new design for him/her.

5. New Clothes Translation Files

Cloth translation files have individual information for each person. To add new translations files, create (or copy and modify) a translation file under the appropriate language.

Note that when rendering, translations are retrieved from CentOS artwork svn repo. In order to make your own translations or improve anyone of those already in the svn repo, you need to download a working copy of cloth translation and then commit your changes back to the svn repository.

6. Industrial Production

ArtWork/Style/Promo/Clothes (last edited 2009-10-29 23:11:17 by AlainRegueraDelgado)