diff --git a/Identity/Brands/doc/01-Design.txt b/Identity/Brands/doc/01-Design.txt deleted file mode 100644 index f55e672..0000000 --- a/Identity/Brands/doc/01-Design.txt +++ /dev/null @@ -1,15 +0,0 @@ - - LOGOS - DESIGN - - The CentOS Artwork SIG - https://projects.centos.org/trac/artwork/ - -********************************************************************** - - CentOS Logos designs require an export id ('CENTOSARTWORK') in order - to be properly used by render.sh script. - -********************************************************************** - The CentOS Artwork SIG - https://projects.centos.org/trac/artwork/ diff --git a/Identity/Brands/doc/02-Translate.txt b/Identity/Brands/doc/02-Translate.txt deleted file mode 100644 index 804b203..0000000 --- a/Identity/Brands/doc/02-Translate.txt +++ /dev/null @@ -1,51 +0,0 @@ - - LOGOS - TRANSLATIONS - - The CentOS Artwork SIG - https://projects.centos.org/trac/artwork/ - -********************************************************************** - - Logo translations files are basically used to define which colors - CentOS logos will be rendered in. The following colors were used: - - * #000000 - Black (This is the base color used in rendering. - Use black color wherever you want to have color - translation.) - - * #252476 - Blue - - * #922178 - Violet - - * #73D216 - Green - - * #EEA623 - Orange - - * #FFFFFF - White - - Use one translation file for each color you want CentOS Logos designs - be rendered for. - - Logo translations files have the following format: - - --------------------------------- - 1 # CentOS Logo translation file: - 2 s!stroke:#000000!stroke:#922178! - 3 s!fill:#000000!fill:#922178! - --------------------------------- - - Line 1 is a commentary. You can use commentaries to describe the - translation file. - - Line 2 replaces all objects' black strokes or lines in CentOS Logos - designs with the appropriate color. In previous example the color - used was orange (#922178). - - Line 3 replaces all objects' black fills or backgrounds in CentOS - logos designs with the appropriate color. In previous example the - color used was violet (#922178). - -********************************************************************** - The CentOS Artwork SIG - https://projects.centos.org/trac/artwork/ diff --git a/Identity/Brands/doc/03-Render.txt b/Identity/Brands/doc/03-Render.txt deleted file mode 100755 index 5cc72ad..0000000 --- a/Identity/Brands/doc/03-Render.txt +++ /dev/null @@ -1,45 +0,0 @@ - - LOGOS - RENDERING - - The CentOS Artwork SIG - https://projects.centos.org/trac/artwork/ - -********************************************************************** - -To render CentOS Logo images use the following command: - - ./render.sh design color dimension - -Where: - - design : Is a regular expression matching any file name in: - - trunk/Identity/Logos/svg/ - - color : Is a regular expression matching any file name in: - - trunk/Translations/Logos/ - - dimensions : Is a regular expression matching any image dimension - in /usr/share/pixmaps/redhat/ - -Examples: - - # Render all CentOS Logos designs, in all colors, in all - # dimensions in all formats. - ./render.sh - - # Render horizontal (h-) logo with five colors (5c-) on symbol and - # violet on logotype (violet) in 293 dimmension and in all - # availalbel formats: - ./render.sh h-5c-a violet 293 - - # Using regular expression to render five colors (5c) and two - # colors (2c) symbol in violet and orange in 293,697 and 1340 - # dimensios and all available formats. - ./render.sh '-(2|5)c-' '(violet|orange)' '(293|697|1340)' - -********************************************************************** - The CentOS Artwork SIG - https://projects.centos.org/trac/artwork/