Blame Manual/repository-html/repository_18.html

ee1f37
ee1f37
<html>
d1db00
d1db00
organization, and administration of CentOS Artwork Repository.
d1db00
d1db00
Copyright C 2009-2011 Alain Reguera Delgado
ee1f37
ee1f37
Permission is granted to copy, distribute and/or modify this document
ee1f37
under the terms of the GNU Free Documentation License, Version 1.2 or
ee1f37
any later version published by the Free Software Foundation; with no
ee1f37
Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
ee1f37
copy of the license is included in the section entitled GNU Free
ee1f37
Documentation License.  
ee1f37
-->
afcfb5
ee1f37
ee1f37
Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
ee1f37
            Karl Berry  <karl@freefriends.org>
ee1f37
            Olaf Bachmann <obachman@mathematik.uni-kl.de>
ee1f37
            and many others.
ee1f37
Maintained by: Many creative people <dev@texi2html.cvshome.org>
ee1f37
Send bugs and suggestions to <users@texi2html.cvshome.org>
ee1f37
ee1f37
-->
ee1f37
<head>
671838
<title>CentOS Artwork Repository: 2.14 The trunk/Identity/Models/Tpl/Promo/Web Directory</title>
ee1f37
671838
<meta name="description" content="CentOS Artwork Repository: 2.14 The trunk/Identity/Models/Tpl/Promo/Web Directory">
671838
<meta name="keywords" content="CentOS Artwork Repository: 2.14 The trunk/Identity/Models/Tpl/Promo/Web Directory">
ee1f37
<meta name="resource-type" content="document">
ee1f37
<meta name="distribution" content="global">
ee1f37
<meta name="Generator" content="texi2html 1.76">
ee1f37
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
ee1f37
<style type="text/css">
ee1f37
ee1f37
@import "/home/centos/artwork/trunk/Identity/Models/Css/Texi2html/common.css";
ee1f37
ee1f37
a.summary-letter {text-decoration: none}
ee1f37
pre.display {font-family: serif}
ee1f37
pre.format {font-family: serif}
ee1f37
pre.menu-comment {font-family: serif}
ee1f37
pre.menu-preformatted {font-family: serif}
ee1f37
pre.smalldisplay {font-family: serif; font-size: smaller}
ee1f37
pre.smallexample {font-size: smaller}
ee1f37
pre.smallformat {font-family: serif; font-size: smaller}
ee1f37
pre.smalllisp {font-size: smaller}
ee1f37
span.sansserif {font-family:sans-serif; font-weight:normal;}
ee1f37
ul.toc {list-style: none}
ee1f37
-->
ee1f37
</style>
ee1f37
ee1f37
ee1f37
</head>
ee1f37
ee1f37
<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
ee1f37
ee1f37
671838
[ < ]
671838
[ > ]
ee1f37
   
671838
[ << ]
671838
[ Up ]
671838
[ >> ]
ee1f37
   
ee1f37
   
ee1f37
   
ee1f37
   
56a476
[Top]
56a476
[Contents]
671838
[Index]
56a476
[ ? ]
ee1f37
671838
671838
671838

2.14 The <tt>`trunk/Identity/Models/Tpl/Promo/Web'</tt> Directory

ee1f37
063806
671838
671838

2.14.1 Goals

671838
671838

Organize scalable vector graphics (svg) to help describe the CentOS

671838
web environment.
671838

063806
671838
671838

2.14.2 The CentOS web environment

671838
671838

Inside CentOS corporate identity, the CentOS web environment is

671838
considered a promotion component. The CentOS web environment is formed
671838
by a central web application --to cover base needs (e.g., per-major
671838
release information like release notes, lifetime, downloads,
671838
documentation, support, security advisories, bugs, etc.)-- and many
671838
different free web applications --to cover specific needs (e.g.,
671838
wiki, mailing lists, etc.)--. 
671838

671838

The CentOS web environment is addressed to solve the following issues:

671838

b9dbd3
    671838
  • One unique name and one unique visual style to all web
  • 671838
    applications used inside the web environment.
    671838
    671838
  • One-step navigation to web applications inside the environment.
  • 671838
    671838
  • High degree of customization to change the visual style of all
  • 671838
    web applications with few changes (e.g, updating just two or three
    671838
    images plus common style sheet [CSS] definitions).
    b9dbd3
    ee1f37
    671838

    The CentOS project is attached to a monolithic corporate visual

    671838
    identity (see section The <tt>`trunk/Identity'</tt> Directory), where all visual manifestations
    671838
    have one unique name and one unique visual style. This way, the CentOS
    671838
    web environment has one unique name (the CentOS brand) and one unique
    671838
    visual style (the CentOS default theme) for all its visual
    671838
    manifestations, the web applications in this case.
    671838

    671838

    Since a maintainance point of view, achiving the one unique visual

    671838
    style inside CentOS web environment is not a simple task. The CentOS
    671838
    web environment is built upon many different web applications which
    671838
    have different visual styles and different internal ways to customize
    671838
    their own visual styles. For example: MoinMoin, the web application
    671838
    used to support the CentOS wiki (http://wiki.centos.org/) is
    671838
    highly customizable but Mailman (in its 2.x.x serie), the web
    671838
    application used to support the CentOS mailing list, doesn't
    671838
    support(1) a customization system that separates
    671838
    presentation from logic, similar to that used by MoinMoin.
    671838

    671838

    This visual style diversity complicates our goal of one unique visual

    671838
    style for all web applications. So, if we want one unique visual style
    671838
    for all web applications used, it is innevitable to modify the web
    671838
    applications in order to implement the CentOS one unique visual style
    671838
    customization in them. Direct modification of upstream applications is
    671838
    not convenient because upstream applications come with their one
    671838
    visual style and administrators take the risk of loosing all
    671838
    customization changes the next time the application be updated (since
    671838
    not all upstream web applications, used in CentOS web environment,
    671838
    separate presentation from logic).
    671838

    671838

    To solve the "one unique visual style" issue, installation and

    671838
    actualization of web applications --used inside CentOS web
    671838
    environment-- need to be independent from upstream web applications
    671838
    development line; in a way that CentOS web environment administrators
    671838
    can install and update web applications freely without risk of loosing
    671838
    the one unique visual style customization changes. 
    671838

    671838

    At the surface of this issue we can see the need of one specific yum

    671838
    repository to store CentOS web environment customized web applications.
    671838

    671838
    671838
    671838

    2.14.2.1 Design model (without ads)

    671838
    671838
    671838
    671838

    2.14.2.2 Design model (with ads)

    671838
    671838
    671838
    671838

    2.14.2.3 HTML definitions

    671838
    063806
    063806
    671838

    2.14.2.4 Controlling visual style

    063806
    671838

    Inside CentOS web environment, the visual style is controlled by the

    671838
    following compenents:
    671838

    671838
    671838
    Webenv header background
    671838
    trunk/Identity/Themes/Motifs/$THEME/Backgrounds/Img/1024x250.png
    671838
    671838
    671838
    CSS definitions
    671838
    trunk/Identity/Themes/Models/Default/Promo/Web/CSS/stylesheet.css
    671838
    671838
    063806
    063806
    063806
    671838

    2.14.2.5 Producing visual style

    671838
    671838

    The visual style of CentOS web environment is defined in the following

    671838
    files:
    671838

    671838
    trunk/Identity/Themes/Motifs/$THEME/Backgrounds/Xcf/1024x250.xcf
    671838
    trunk/Identity/Themes/Motifs/$THEME/Backgrounds/Img/1024x250.png
    671838
    trunk/Identity/Themes/Motifs/$THEME/Backgrounds/Img/1024x250-bg.png
    671838
    trunk/Identity/Themes/Motifs/$THEME/Backgrounds/Tpl/1024x250.svg
    671838
    671838

    As graphic designer you use <tt>`1024x250.xcf'</tt> file to produce

    671838
    <tt>`1024x250-bg.png'</tt> file. Later, inside <tt>`1024x250.svg'</tt> file,
    671838
    you use the <tt>`1024x250-bg.png'</tt> file as background layer to draw
    671838
    your vectorial design. When you consider you artwork ready, use the
    671838
    centos-art.sh script, as described below, to produce the
    671838
    visual style controller images of CentOS web environment.
    671838

    671838
    centos-art render --entry=trunk/Identity/Themes/Motifs/$THEME/Backgrounds --filter='1024x250'
    671838
    671838

    Once you have rendered required image files, changing the visual style

    671838
    of CentOS web environment is a matter of replacing old image files
    671838
    with new ones, inside webenv repository file system structure. The
    671838
    visual style changes will take effect the next time customization line
    671838
    of CentOS web applications be packaged, uploded, and installed from
    671838
    [webenv] or [webenv-test] repositories.
    671838

    671838
    671838
    671838

    2.14.2.6 Navigation

    671838
    671838

    Inside CentOS web environment, the one-step navegation between web

    671838
    applications is addressed using the web environment navigation bar.
    671838
    The web environment navigation bar contains links to main applications
    671838
    and is always visible no matter where you are inside the web
    671838
    environment.
    671838

    671838
    671838
    671838

    2.14.2.7 Development and release cycle

    671838
    671838

    The CentOS web environment development and relase cycle is described

    671838
    below: 
    671838

    671838
    671838
    Download
    671838
    671838

    The first action is download the source code of web applications we

    671838
    want to use inside CentOS web environment.
    671838

    671838
    Important

    Important

    The source location from which web application are

    671838
    downloaded is very important. Use SRPMs from CentOS [base]
    671838
    and [updates] repositories as first choise, and third party
    671838
    repositories (e.g. RPMForge, EPEL, etc.) as last resource.
    671838

    671838
    671838
    671838
    Prepare
    671838
    671838

    Once web application source code has been downloaded, our duty is

    671838
    organize its files inside <samp>`webenv'</samp> version controlled repository.
    671838

    671838

    When preparing the structure keep in mind that different web

    671838
    applications have different visual styles, and also different ways to
    671838
    implement it. A convenient way to organize the file system structure
    671838
    would be create one development line for each web application we use
    671838
    inside CentOS web environment. For example, consider the following
    671838
    file system structure:
    671838

    671838
    https://projects.centos.org/svn/webenv/trunk/
    671838
    |-- WebApp1/
    671838
    |   |-- Sources/
    671838
    |   |   `-- webapp1-0.0.1/
    671838
    |   |-- Rpms/
    671838
    |   |   `-- webapp1-0.0.1.rpm
    671838
    |   |-- Srpms/
    671838
    |   |   `-- webapp1-0.0.1.srpm
    671838
    |   `-- Specs/
    671838
    |       `-- webapp1-0.0.1.spec
    671838
    |-- WebApp2/
    671838
    `-- WebAppN/
    671838
    671838
    671838
    Customize
    671838
    671838

    Once web applications have been organized inside the version

    671838
    controlled repository file system, use subversion to create the CentOS
    671838
    customization development line of web applications source code.  For
    671838
    example, using the above file system structure, you can create the
    671838
    customization development line of <tt>`webapp1-0.0.1/'</tt> with the
    671838
    following command:
    671838

    671838
    svn cp trunk/WebApp1/Sources/webapp1-0.0.1 trunk/WebApp1/Sources/webapp1-0.0.1-webenv
    671838
    671838

    The command above creates the following structure:

    671838

    671838
    https://projects.centos.org/svn/webenv/trunk/
    671838
    |-- WebApp1/
    671838
    |   |-- Sources/
    671838
    |   |   |-- webapp1-0.0.1/
    671838
    |   |   `-- webapp1-0.0.1-webenv/
    671838
    |   |-- Rpms/
    671838
    |   |   `-- webapp1-0.0.1.rpm
    671838
    |   |-- Srpms/
    671838
    |   |   `-- webapp1-0.0.1.srpm
    671838
    |   `-- Specs/
    671838
    |       `-- webapp1-0.0.1.spec
    671838
    |-- WebApp2/
    671838
    `-- WebAppN/
    671838
    671838

    In the above structure, the <tt>`webapp1-0.0.1-webenv/'</tt> directory is

    671838
    the place where you customize the visual style of
    671838
    <tt>`webapp1-0.0.1/'</tt> web application. 
    671838

    671838
    Info

    Tip

    Use the diff command of Subversion between

    671838
    CentOS customization and upstream development lines to know what you
    671838
    are changing exactly.
    671838

    671838
    671838
    671838
    Build packages
    671838
    671838

    When web application has been customized, build the web application

    671838
    RPM and SRPM using the source location with <samp>`-webenv'</samp> prefix. 
    671838

    671838
    https://projects.centos.org/svn/webenv/trunk/
    671838
    |-- WebApp1/
    671838
    |   |-- Sources/
    671838
    |   |   |-- webapp1-0.0.1/
    671838
    |   |   `-- webapp1-0.0.1-webenv/
    671838
    |   |-- Rpms/
    671838
    |   |   |-- webapp1-0.0.1.rpm
    671838
    |   |   `-- webapp1-0.0.1-webenv.rpm
    671838
    |   |-- Srpms/
    671838
    |   |   |-- webapp1-0.0.1.srpm
    671838
    |   |   `-- webapp1-0.0.1-webenv.srpm
    671838
    |   `-- Specs/
    671838
    |       |-- webapp1-0.0.1.spec
    671838
    |       `-- webapp1-0.0.1-webenv.spec
    671838
    |-- WebApp2/
    671838
    `-- WebAppN/
    671838
    671838
    671838
    Release for testing
    671838
    671838

    When the customized web application has been packaged, make packages

    671838
    available for testing and quality assurance. This can be achives using
    671838
    a [webenv-test] yum repository. 
    671838

    671838
    info

    Note

    The [webenv-test] repository is not shipped inside

    671838
    CentOS distribution default yum configuraiton. In order to use
    671838
    [webenv-test] repository you need to configure it first.
    671838

    671838
    671838

    If some problem is found to install/update/use the customized version

    671838
    of web application, the problem is notified somewhere (a bugtracker
    671838
    maybe) and the customization face is repated in order to fix the
    671838
    problem. To release the new package add a number after <samp>`-webenv'</samp>
    671838
    prefix. For example, if some problem is found in
    671838
    <tt>`webapp1-0.0.1-webenv.rpm'</tt>, when it be fixed the new package will
    671838
    be named <tt>`webapp1-0.0.1-webenv-1.rpm'</tt>. If a problem is found in
    671838
    <tt>`webapp1-0.0.1-webenv-1.rpm'</tt>, when it be fixed the new package
    671838
    will be named <tt>`webapp1-0.0.1-webenv-2.rpm'</tt>, and so on.
    671838

    671838

    The "customization -- release for testing" process is repeated

    671838
    until CentOS quality assurance team considers the package is ready for
    671838
    production.
    671838

    671838
    671838
    Release for production
    671838
    671838

    When customized web application packages are considered ready for

    671838
    production they are moved from [webenv-test] to [webenv] repository.
    671838
    This action is commited by CentOS quality assurance team.
    671838

    671838
    info

    Note

    The [webenv] repository is not shipped inside CentOS

    671838
    distribution default yum configuraiton. In order to use [webenv]
    671838
    repository you need to configure it first.
    671838

    671838
    671838
    671838
    671838
    671838
    671838

    2.14.2.8 The [webenv-test] repository

    671838
    671838
    /etc/yum.repos.d/CentOS-Webenv-test.repo
    671838
    671838
    [webenv-test]
    671838
    name=CentOS-$releasever - Webenv-test
    671838
    mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=webenv-test
    671838
    #baseurl=http://mirror.centos.org/centos/$releasever/webenv-test/$basearch/
    671838
    gpgcheck=1
    671838
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-$releasever
    671838
    enabled=1
    671838
    priority=10
    671838
    671838
    671838
    671838

    2.14.2.9 The [webenv] repository

    671838
    671838
    /etc/yum.repos.d/CentOS-Webenv.repo
    671838
    671838
    [webenv]
    671838
    name=CentOS-$releasever - Webenv
    671838
    mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=webenv
    671838
    #baseurl=http://mirror.centos.org/centos/$releasever/webenv/$basearch/
    671838
    gpgcheck=1
    671838
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-$releasever
    671838
    enabled=1
    671838
    priority=10
    671838
    671838
    671838
    671838

    2.14.2.10 Priority configuration

    671838
    671838

    Both [webenv] and [webenv-test] repositories update packages inside

    671838
    CentOS [base] and CentOS [updates] repositories.
    671838

    671838
    671838
    671838

    2.14.3 Usage

    063806
    063806
      063806
    • ...
    • 063806
      b130a0
      aaf678
      671838
      671838

      2.14.4 See also

      ee1f37
      671838
      671838
      2.12 The <tt>`trunk/Identity/Models/Img/Promo/Web'</tt> Directory  
      671838
      671838
      ee1f37
      ee1f37
      ee1f37
      671838
      [ < ]
      671838
      [ > ]
      ee1f37
         
      671838
      [ << ]
      671838
      [ Up ]
      671838
      [ >> ]
      ee1f37
      ee1f37

      ee1f37
       <font size="-1">
      afcfb5
        This document was generated on March, 2 2011 using texi2html 1.76.
      ee1f37
       </font>
      ee1f37
       
      ee1f37
      ee1f37

      ee1f37
      </body>
      ee1f37
      </html>