/Translation

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:

  • svn export https://projects.centos.org/svn/artwork/trunk/Main

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:

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

ArtWork/DistroDesign/Anaconda/Slides (last edited 2008-09-04 18:01:23 by AlainRegueraDelgado)