2010 The rendition script render.sh changes to centos-art.sh script, a collection of functionalities where rendition is one among others. The centos-art.sh is created to organize automation of most frequent tasks inside the repository. There was no need to have links all around the repository if a command-line interface can be created (through symbolic links, in the ~/bin directory) and be called anywhere inside the repository as it would be usually done with regular commands. Inside centos-art.sh, functionalities started to get identified and separated one another. For example, when images were rendered, there was no need to load functionalities related to documentation manual. This moved us onto common functionalities and specific functionalities inside centos-art.sh script. Common functionalities are loaded when the script is initiated and are available to specific functionalities but not the opposite. The centos-art.sh script was redesigned to handle command-line options trough getopt option parser. The repository directory structure was updated to improve the implementation of concepts related to corporate visual identity. Specially in the area related to themes which was divided into design models and artistic motifs. In this configuration, themes are produced as result of arbitrary combinations of both design models (structures) and artistic motifs (visual styles). In the documentation area, the documentation files in LaTeX format are migrated to Texinfo. In this configuration, each directory structure in the repository has a documentation entry associated in a Texinfo structure which can be read, edited and administered (e.g., renamed, deleted, copied) interactively throuch centos-art.sh. Additionally, the texi2html program was used to produced XHTML output customized by CSS from The CentOS Webenv.