2814c0 Update about functionality:

Authored and Committed by areguera 14 years ago
    Update about functionality:
    
        - Update history.txt and copying.txt textwidth.
    
    
        
Scripts/Bash/Functions/About/Config/copying.txt CHANGED
@@ -1,16 +1,17 @@
1
1
centos-art.sh -- The CentOS Artwork Repository automation tool.
2
2
Copyright (C) 2009-2010 Alain Reguera Delgado
3
3
4
- This program is free software; you can redistribute it and/or modify it under
5
- the terms of the GNU General Public License as published by the Free Software
6
- Foundation; either version 2 of the License, or (at your option) any later
7
- version.
4
+ This program is free software; you can redistribute it and/or modify
5
+ it under the terms of the GNU General Public License as published by
6
+ the Free Software Foundation; either version 2 of the License, or (at
7
+ your option) any later version.
8
8
9
- This program is distributed in the hope that it will be useful, but WITHOUT
10
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
11
- FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
12
- details.
9
+ This program is distributed in the hope that it will be useful, but
10
+ WITHOUT ANY WARRANTY; without even the implied warranty of
11
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12
+ General Public License for more details.
13
13
14
- You should have received a copy of the GNU General Public License along with
15
- this program; if not, write to the Free Software Foundation, Inc., 59 Temple
16
- Place - Suite 330, Boston, MA 02111-1307, USA.
14
+ You should have received a copy of the GNU General Public License
15
+ along with this program; if not, write to the Free Software
16
+ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
17
+ USA.
Scripts/Bash/Functions/About/Config/history.txt CHANGED
@@ -2,18 +2,19 @@
2
2
3
3
The CentOS Artwork Repository started at CentOS Developers mailing list.
4
4
5
- Alain Reguera Delgado shares ideas in a thread about Anaconda progress slide
6
- images and the possibility of automating their construction.
5
+ Alain Reguera Delgado shares ideas in a thread about Anaconda progress
6
+ slide images and the possibility of automating their construction.
7
7
8
- Ralph Angenendt rises up his hand asking: Do you have something to show?
8
+ Ralph Angenendt rises up his hand asking: Do you have something to
9
+ show?
9
10
10
- Alain Reguera Delgado posts a Bash script to produce slide images in different
11
- languages ---together with the proposition of creating a Subversion
12
- centralized repository where translations and image production could be
13
- distributed inside CentOS Community---.
11
+ Alain Reguera Delgado posts a Bash script to produce slide images in
12
+ different languages ---together with the proposition of creating a
13
+ Subversion centralized repository where translations and image
14
+ production could be distributed inside CentOS Community---.
14
15
15
- Karanbirn Sighn considers the idea intresting and provides the infrastructure
16
- to support the effort as the CentOS Artwork SIG.
16
+ Karanbirn Sighn considers the idea intresting and provides the
17
+ infrastructure to support the effort as the CentOS Artwork SIG.
17
18
18
19
https://projects.centos.org/svn/artwork/
19
20
https://projects.centos.org/trac/artwork/
@@ -23,50 +24,53 @@ Repository.
23
24
24
25
Ralph Angenendt documents the rendering script.
25
26
26
- With the rendering script and the rendering script documentation available,
27
- translators start to download working copies of CentOS Artwork Repository and
28
- to produce slide images in their own languages.
27
+ With the rendering script and the rendering script documentation
28
+ available, translators start to download working copies of CentOS
29
+ Artwork Repository and to produce slide images in their own languages.
29
30
30
31
-- 2009 --
31
32
32
- Alain Reguera Delgado is disconnected from Internet but continues developing
33
- the rendering script off-line. From that time on, the rendering script starts
34
- to evolve into centos-art.sh script, a command-line interface to manipulate
35
- the CentOS Artwork Repository.
33
+ It is very difficult for Alain Reguera Delgado to have Internet access
34
+ but continues developing the rendering script off-line. From that
35
+ time on, the rendering script starts to evolve into centos-art.sh
36
+ script, a command-line interface to manipulate the CentOS Artwork
37
+ Repository.
36
38
37
39
Corporate identity concepts taken from Wikipedia and related books are
38
- introduced as development reference. The main goal of centos-art.sh becomes:
39
- automating production of a monolithic corporate visual identity structure
40
- based on CentOS Mission and CentOS Release Schema.
40
+ introduced as development reference. The main goal of centos-art.sh
41
+ becomes: automating production of a monolithic corporate visual
42
+ identity structure based on CentOS Mission and CentOS Release Schema.
41
43
42
44
LaTeX-based documentation begins to take form.
43
45
44
46
-- 2010 --
45
47
46
- Inside centos-art.sh script, start to get identified internal functionalities
47
- and separate them one from another. For example, when images are rendered,
48
- there is no need to load manual functionality.
48
+ Inside centos-art.sh script, start to get identified internal
49
+ functionalities and separate them one from another. For example, when
50
+ images are rendered, there is no need to load manual functionality.
49
51
50
- The directory structure is optimized to corporate identity concepts and
51
- centos-art.sh script. The CentOS Artwork Repository directory structure
52
- places the organizational convenctions that centos-art.sh script needs to do
53
- what we expect from it to do.
52
+ The directory structure is optimized to corporate identity concepts
53
+ and centos-art.sh script. The CentOS Artwork Repository directory
54
+ structure places the organizational convenctions that centos-art.sh
55
+ script needs to do what we expect from it to do.
54
56
55
57
The following functionalities start to take form:
56
58
57
59
Render
58
60
------
59
- To produce translated images using Inkscape and Sed replacement commands.
61
+ To produce translated images using Inkscape and Sed replacement
62
+ commands.
60
63
61
64
Manual
62
65
------
63
- To administer repository documentation using Texinfo and texi2html. This
64
- made possible to migrate almost all documentation from LaTeX-based to
65
- Texinfo-based.
66
+ To administer repository documentation using Texinfo and
67
+ texi2html. This made possible to migrate almost all documentation
68
+ from LaTeX-based to Texinfo-based.
66
69
67
70
Locale
68
71
------
69
- To translate centos-art.sh command-line interface messages using gettext.
72
+ To translate centos-art.sh command-line interface messages using
73
+ gettext.
70
74
71
75
Shell
72
76
-----