| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| """ |
| The CentOS Artwork Repository. |
| |
| The CentOS Artwork Repository is a subversion-based file structure |
| organized to produce the CentOS project's corporate visual identity. |
| The CentOS Project corporate visual identity is the ``persona'' of the |
| organization known as The CentOS Project. |
| |
| The CentOS Project corporate visual identity plays a significant role |
| in the way the CentOS Project, as organization, presents itself to |
| both internal and external stakeholders. In general terms, the CentOS |
| Project corporate visual identity expresses the values and ambitions |
| of the CentOS Project organization, its business, and its |
| characteristics. The CentOS Project corporate visual identity |
| provides visibility, recognizability, reputation, structure and |
| identification to the CentOS Project organization by means of |
| corporate design, corporate communication, and corporate behaviour. |
| |
| The CentOS Project settles down its corporate visual identity on a |
| ``monolithic corporate visual identity structure''. In this structure |
| The CentOS Project uses one unique name and one unique visual style in |
| all its manifestations. |
| |
| Inside CentOS Artwork Repository, visual manifestations are organized |
| in the categories: distributions, websites, and promotion. |
| |
| Inside CentOS Artwork Repository, corporate visual identity is |
| oraganized in the work lines: graphic-design, translations, and |
| programming (scripts). Each work line is a group of people that, based |
| on standard patterns, can work indepently and coordinated one another. |
| |
| In the structure just mentioned, graphic designers provide the design |
| models and visual styles (motifs) needed to cover each each visual |
| manifestation; translators create the language-specific contents; and |
| programmers gear everything together in order to produce specific |
| design models on various visual styles, languages, and major releases, |
| automatically. |
| """ |
| |
| class Repo: |
| """ |
| This class provides attributes and methods needed to implement the |
| base repository structure. |
| """ |
| |
| def __init__(self): |
| |
| self.abspath = '/home/centos/artwork/' |
| |
| self.workline = ('trunk/', 'branches/', 'tags/') |