MediaDesign
Description
CD/DVD Labels
A.
B.
./render.sh media centos5-i386-cd-label-1.sed
./render.sh media centos5-i386-dvd-label-1.sed
Printing
In order to print these labes you may need to use the program glabels. It comes with a set of templates that can be used for this purpose.
To install glabels you need to have installed the RPMForge repository (and so the priorities yum pluging). After that, you can run the command:
yum install glabels
CD/DVD Sleeves
A.
B.
./render.sh media centos5-i386-cd-sleeve-1.sed
./render.sh media centos5-i386-dvd-sleeve-1.sed
Download
Intead of hang on each media design, we hanged on the files that let us build them. The files that let you do that are packaged into the file:
svn export https://projects.centos.org/svn/artwork/trunk/Main
|
TIP: To get media design, use the render.sh script available in the Main/ directory of our ArtWork/BuildingEnvironment. |
|
Rendering
Media design are based on svg templates. svg templates have your design plus some markers that help us render it for each CentOS versions.
These templates are named like:
tpl-media-cd-label-1.svg
tpl-media-cd-sleever-1.svg
tpl-media-dvd-sleever-1.svg
If you want to improve CentOS with your talent, you can take a look to these templates, modify them or build new ones.
|
TIP: Templates can be found in the Main/svg/templates/ directory of our ArtWork/BuildingEnvironment. |
|
If you want to change the information shown over media design, you'll probably need to modify the related substitution files. These substitution files are named like:
centos5-i386-cd-label-1.sed
centos5-i386-cd-sleever-1.sed
centos5-i386-dvd-sleever-1.sed
|
TIP: Substitution files can be found in the Main/txt/media/ directory of our ArtWork/BuildingEnvironment. |
|
If you want to change the position, and size of that information you'll probably need to modify the related svg template files.
Examples
To render all available media, and all available architectures for each available CentOS version:
./render.sh media
To render all available media, and all available architectures for CentOS-5 only:
./render.sh media centos5
To render all available media, and i386 architecture for CentOS-5 only:
./render.sh media centos5-i386
|
NOTE: You can get the specific architecture cd label by replacing i386 word with the arch you need. For example: x86_64. |
|
|
NOTE: You can get the specific distro cd label by replacing centos5 word with the version you need. For example: centos4, centos3 or centos2. |
|
