Anaconda Slides
A screenshot collection of slide images (in English) used during installation process.
Welcome |
|
Donate |
|
Yum |
|
Repositories |
|
CentOSPlus |
|
Support |
|
Documentation |
|
Wiki |
|
Virtualization |
|
There are 9 attachment(s) stored for this page. |
1. Download
Intead of hang on each slide image, we hanged on the files that let us build them.
|
DOWNLOAD:
|
|
|
TIP: To get anaconda slide images, use the render.sh script available in the Main/ directory of our ArtWork/BuildingEnvironment. |
|
2. Rendering
Anaconda slide images design is 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-anaconda-list-2.1.svg
tpl-anaconda-list-2.2.svg
tpl-anaconda-list-2.3.svg
tpl-anaconda-paragraphs-2.svg
tpl-anaconda-welcome-2.svg
If you to want improve anaconda slide design 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. |
|
2.1. Examples
Render available anaconda slide images and its translations, for each available CentOS version:
for i in `echo "commons cz de en es fr it ja nl pt pt_BR ro ru"`; do ./render.sh $i anaconda; done
