Blame Scripts/Bash/Functions/About/Config/history.txt

12241f
-- 2008 --
12241f
12241f
The CentOS Artwork Repository started at CentOS Developers mailing list.
12241f
12241f
Alain Reguera Delgado shares ideas in a thread about Anaconda progress slide
12241f
images and the possibility of automating their construction.
12241f
12241f
Ralph Angenendt rises up his hand asking: Do you have something to show?
12241f
12241f
Alain Reguera Delgado posts a Bash script to produce slide images in different
12241f
languages ---together with the proposition of creating a Subversion
12241f
centralized repository where translations and image production could be
12241f
distributed inside CentOS Community---.
12241f
12241f
Karanbirn Sighn considers the idea intresting and provides the infrastructure
12241f
to support the effort as the CentOS Artwork SIG.
12241f
12241f
    https://projects.centos.org/svn/artwork/
12241f
    https://projects.centos.org/trac/artwork/
12241f
12241f
Alain Reguera Delagdo uploads the rendering script to CentOS Artwork
12241f
Repository.
12241f
12241f
Ralph Angenendt documents the rendering script.
12241f
12241f
With the rendering script and the rendering script documentation available,
12241f
translators start to download working copies of CentOS Artwork Repository and
12241f
to produce slide images in their own languages.
12241f
12241f
-- 2009 --
12241f
12241f
Alain Reguera Delgado is disconnected from Internet but continues developing
12241f
the rendering script off-line.  From that time on, the rendering script starts
12241f
to evolve into centos-art.sh script, a command-line interface to manipulate
12241f
the CentOS Artwork Repository.
12241f
12241f
Corporate identity concepts taken from Wikipedia and related books are
12241f
introduced as development reference. The main goal of centos-art.sh becomes:
12241f
automating production of a monolithic corporate visual identity structure
12241f
based on CentOS Mission and CentOS Release Schema. 
12241f
12241f
LaTeX-based documentation begins to take form.
12241f
12241f
-- 2010 -- 
12241f
12241f
Inside centos-art.sh script, start to get identified internal functionalities
12241f
and separate them one from another. For example, when images are rendered,
12241f
there is no need to load manual functionality.
12241f
12241f
The directory structure is optimized to corporate identity concepts and
12241f
centos-art.sh script.  The CentOS Artwork Repository directory structure
12241f
places the organizational convenctions that centos-art.sh script needs to do
12241f
what we expect from it to do.
12241f
12241f
The following functionalities start to take form:
12241f
12241f
    Render
12241f
    ------
12241f
    To produce translated images using Inkscape and Sed replacement commands.
12241f
12241f
    Manual
12241f
    ------
12241f
    To administer repository documentation using Texinfo and texi2html. This
12241f
    made possible to migrate almost all documentation from LaTeX-based to
12241f
    Texinfo-based.
12241f
     
12241f
    Locale 
12241f
    ------
12241f
    To translate centos-art.sh command-line interface messages using gettext.
12241f
12241f
    Shell  
12241f
    -----
12241f
    To perform massive actions inside shell scripts.
12241f
    
12241f
    Svg
12241f
    ---
12241f
    To perform massive actions inside SVG files.
12241f
12241f
    Html
12241f
    ----
12241f
    To perform massive actions inside HTML files.
12241f
12241f
    Path
12241f
    ----
12241f
    To automate manipulation of files, branches, and tags. 
12241f
12241f
    About
12241f
    -----
12241f
    To print license, authors, history, copying, etc.
12241f
12241f
2011 --