|
|
12241f |
-- 2008 --
|
|
|
12241f |
|
|
|
12241f |
The CentOS Artwork Repository started at CentOS Developers mailing list.
|
|
|
12241f |
|
|
|
2814c0 |
Alain Reguera Delgado shares ideas in a thread about Anaconda progress
|
|
|
2814c0 |
slide images and the possibility of automating their construction.
|
|
|
12241f |
|
|
|
2814c0 |
Ralph Angenendt rises up his hand asking: Do you have something to
|
|
|
2814c0 |
show?
|
|
|
12241f |
|
|
|
2814c0 |
Alain Reguera Delgado posts a Bash script to produce slide images in
|
|
|
2814c0 |
different languages ---together with the proposition of creating a
|
|
|
2814c0 |
Subversion centralized repository where translations and image
|
|
|
2814c0 |
production could be distributed inside CentOS Community---.
|
|
|
12241f |
|
|
|
2814c0 |
Karanbirn Sighn considers the idea intresting and provides the
|
|
|
2814c0 |
infrastructure 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 |
|
|
|
323d8b |
With the rendering script and its documentation available, translators start
|
|
|
323d8b |
to download working copies of CentOS Artwork Repository to produce slide
|
|
|
323d8b |
images in their own languages.
|
|
|
12241f |
|
|
|
12241f |
-- 2009 --
|
|
|
12241f |
|
|
|
a0713f |
The rendering script starts to evolve into centos-art.sh script, a
|
|
|
a0713f |
command-line interface to manipulate the CentOS Artwork Repository.
|
|
|
12241f |
|
|
|
12241f |
Corporate identity concepts taken from Wikipedia and related books are
|
|
|
2814c0 |
introduced as development reference. The main goal of centos-art.sh
|
|
|
a0713f |
turns to: automate production of a monolithic corporate visual
|
|
|
2814c0 |
identity structure based on CentOS Mission and CentOS Release Schema.
|
|
|
12241f |
|
|
|
a0713f |
Alain Reguera Delgado is out of Internet for an undefined amount of
|
|
|
a0713f |
time, but continues developing CentOS Artwork Repository and its
|
|
|
a0713f |
automation tool (i.e., the centos-art.sh script) off-line.
|
|
|
a0713f |
|
|
|
a0713f |
Documentation begins to take form in LaTeX format.
|
|
|
12241f |
|
|
|
12241f |
-- 2010 --
|
|
|
12241f |
|
|
|
a0713f |
Inside centos-art.sh script, functionalities start to get identified
|
|
|
a0713f |
and separated one from another. For example, when images are rendered,
|
|
|
a0713f |
there is no need to load manual functionality. There are now common
|
|
|
a0713f |
functionalities and specific functionalities. Common functionalities
|
|
|
a0713f |
are loaded when the script is initiated and are available to specific
|
|
|
a0713f |
functionalities.
|
|
|
12241f |
|
|
|
a0713f |
The directory structure is optimized to implements the corporate
|
|
|
a0713f |
identity concepts and the centos-art.sh script. The CentOS Artwork
|
|
|
a0713f |
Repository directory structure places the organizational convenctions
|
|
|
a0713f |
that centos-art.sh script needs to do what we expect from it to do.
|
|
|
12241f |
|
|
|
a0713f |
The following functionalities start to take form as part of
|
|
|
a0713f |
centos-art.sh script:
|
|
|
12241f |
|
|
|
12241f |
Render
|
|
|
12241f |
------
|
|
|
2814c0 |
To produce translated images using Inkscape and Sed replacement
|
|
|
2814c0 |
commands.
|
|
|
12241f |
|
|
|
12241f |
Manual
|
|
|
12241f |
------
|
|
|
a0713f |
To administer repository documentation using Texinfo. Almost all
|
|
|
a0713f |
LaTeX-based documentation was moved to this functionality. Texinfo is a
|
|
|
a0713f |
documentation system that uses a single source file to produce both online
|
|
|
a0713f |
information and printed output. This means that instead of writing two
|
|
|
a0713f |
different documents, one for the online information and the other for a
|
|
|
a0713f |
printed work, you need write only one document. Therefore, when the work
|
|
|
a0713f |
is revised, you need revise only that one document.
|
|
|
12241f |
|
|
|
12241f |
Locale
|
|
|
12241f |
------
|
|
|
2814c0 |
To translate centos-art.sh command-line interface messages using
|
|
|
2814c0 |
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 --
|