diff --git a/Scripts/Bash/Functions/About/Config/copying.txt b/Scripts/Bash/Functions/About/Config/copying.txt index 255b8cf..43ad7b8 100644 --- a/Scripts/Bash/Functions/About/Config/copying.txt +++ b/Scripts/Bash/Functions/About/Config/copying.txt @@ -1,16 +1,17 @@ centos-art.sh -- The CentOS Artwork Repository automation tool. Copyright (C) 2009-2010 Alain Reguera Delgado -This program is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free Software -Foundation; either version 2 of the License, or (at your option) any later -version. +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or (at +your option) any later version. -This program is distributed in the hope that it will be useful, but WITHOUT -ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. +This program is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +General Public License for more details. -You should have received a copy of the GNU General Public License along with -this program; if not, write to the Free Software Foundation, Inc., 59 Temple -Place - Suite 330, Boston, MA 02111-1307, USA. +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, +USA. diff --git a/Scripts/Bash/Functions/About/Config/history.txt b/Scripts/Bash/Functions/About/Config/history.txt index b011f55..3ed8e2b 100644 --- a/Scripts/Bash/Functions/About/Config/history.txt +++ b/Scripts/Bash/Functions/About/Config/history.txt @@ -2,18 +2,19 @@ The CentOS Artwork Repository started at CentOS Developers mailing list. -Alain Reguera Delgado shares ideas in a thread about Anaconda progress slide -images and the possibility of automating their construction. +Alain Reguera Delgado shares ideas in a thread about Anaconda progress +slide images and the possibility of automating their construction. -Ralph Angenendt rises up his hand asking: Do you have something to show? +Ralph Angenendt rises up his hand asking: Do you have something to +show? -Alain Reguera Delgado posts a Bash script to produce slide images in different -languages ---together with the proposition of creating a Subversion -centralized repository where translations and image production could be -distributed inside CentOS Community---. +Alain Reguera Delgado posts a Bash script to produce slide images in +different languages ---together with the proposition of creating a +Subversion centralized repository where translations and image +production could be distributed inside CentOS Community---. -Karanbirn Sighn considers the idea intresting and provides the infrastructure -to support the effort as the CentOS Artwork SIG. +Karanbirn Sighn considers the idea intresting and provides the +infrastructure to support the effort as the CentOS Artwork SIG. https://projects.centos.org/svn/artwork/ https://projects.centos.org/trac/artwork/ @@ -23,50 +24,53 @@ Repository. Ralph Angenendt documents the rendering script. -With the rendering script and the rendering script documentation available, -translators start to download working copies of CentOS Artwork Repository and -to produce slide images in their own languages. +With the rendering script and the rendering script documentation +available, translators start to download working copies of CentOS +Artwork Repository and to produce slide images in their own languages. -- 2009 -- -Alain Reguera Delgado is disconnected from Internet but continues developing -the rendering script off-line. From that time on, the rendering script starts -to evolve into centos-art.sh script, a command-line interface to manipulate -the CentOS Artwork Repository. +It is very difficult for Alain Reguera Delgado to have Internet access +but continues developing the rendering script off-line. From that +time on, the rendering script starts to evolve into centos-art.sh +script, a command-line interface to manipulate the CentOS Artwork +Repository. Corporate identity concepts taken from Wikipedia and related books are -introduced as development reference. The main goal of centos-art.sh becomes: -automating production of a monolithic corporate visual identity structure -based on CentOS Mission and CentOS Release Schema. +introduced as development reference. The main goal of centos-art.sh +becomes: automating production of a monolithic corporate visual +identity structure based on CentOS Mission and CentOS Release Schema. LaTeX-based documentation begins to take form. -- 2010 -- -Inside centos-art.sh script, start to get identified internal functionalities -and separate them one from another. For example, when images are rendered, -there is no need to load manual functionality. +Inside centos-art.sh script, start to get identified internal +functionalities and separate them one from another. For example, when +images are rendered, there is no need to load manual functionality. -The directory structure is optimized to corporate identity concepts and -centos-art.sh script. The CentOS Artwork Repository directory structure -places the organizational convenctions that centos-art.sh script needs to do -what we expect from it to do. +The directory structure is optimized to corporate identity concepts +and centos-art.sh script. The CentOS Artwork Repository directory +structure places the organizational convenctions that centos-art.sh +script needs to do what we expect from it to do. The following functionalities start to take form: Render ------ - To produce translated images using Inkscape and Sed replacement commands. + To produce translated images using Inkscape and Sed replacement + commands. Manual ------ - To administer repository documentation using Texinfo and texi2html. This - made possible to migrate almost all documentation from LaTeX-based to - Texinfo-based. + To administer repository documentation using Texinfo and + texi2html. This made possible to migrate almost all documentation + from LaTeX-based to Texinfo-based. Locale ------ - To translate centos-art.sh command-line interface messages using gettext. + To translate centos-art.sh command-line interface messages using + gettext. Shell -----