Blame Manuals/Repository-fs/trunk/Identity/Themes/Motifs.texi

6a10bd
@subsection Goals
6a10bd
6a10bd
The @file{trunk/Identity/Themes/Motifs} directory exists to:
6a10bd
6a10bd
@itemize
6a10bd
@item Organize CentOS themes' artistic motifs. 
6a10bd
@end itemize 
6a10bd
6a10bd
@subsection Description
6a10bd
6a10bd
The artistic motif of theme is a graphic design component that
6a10bd
provides the visual style of themes, it is used as pattern to connect
6a10bd
all visual manifestations inside one unique theme.
6a10bd
6a10bd
Artistic motifs are based on conceptual ideas. Conceptual ideas bring
6a10bd
the motivation, they are fuel for the engines of human imagination.
6a10bd
Good conceptual ideas may produce good motivation to produce almost
6a10bd
anything, and art works don't escape from it.
6a10bd
6a10bd
@table @samp
6a10bd
@item TreeFlower 
6a10bd
CentOS like trees, has roots, trunk, branches, leaves and flowers. Day
6a10bd
by day they work together in freedom, ruled by the laws of nature and
6a10bd
open standards, to show the beauty of its existence.
6a10bd
@item Modern 
6a10bd
Modern, squares and circles flowing up.
6a10bd
@end table
6a10bd
6a10bd
If you have new conceptual ideas for CentOS, then you can say that you
6a10bd
want to create a new artistic motif for CentOS. To create a new
6a10bd
artistic motif you need to create a directory under
6a10bd
@file{Identity/Themes/Motifs/} using a name coherent with your
6a10bd
conceptual idea. That name will be the name of your artistic motif. If
6a10bd
possible, when creating new conceptual ideas for CentOS, think about
6a10bd
what CentOS means for you, what does it makes you feel, take your
6a10bd
time, think deep, and share; you can improve the idea as time goes on.
6a10bd
6a10bd
Once you have defined a name for your theme, you need to create the
6a10bd
motif structure of your theme. The motif structure is the basic
6a10bd
direcotry structure you'll use to work your ideas. Here is where you
6a10bd
organize your graphic design projects.
6a10bd
6a10bd
To add a new motif structure to CentOS Artwork Repository, you need to
6a10bd
use the @command{centos-art} command line in the
6a10bd
@file{Identity/Themes/Motifs/} directory as described below:
6a10bd
6a10bd
@example
6a10bd
centos-art add --motif=ThemeName
6a10bd
@end example
6a10bd
6a10bd
The previous command will create the basic structure of themes for
6a10bd
you.  The basic structure produced by @command{centos-art} command is
6a10bd
illustrated in the following figure:
6a10bd
6a10bd
@example
6a10bd
trunk/Identity/Themes/Motifs/$ThemeName/
6a10bd
|-- Backgrounds
6a10bd
|   |-- Img
6a10bd
|   `-- Tpl
6a10bd
|-- Info
6a10bd
|   |-- Img
6a10bd
|   `-- Tpl
6a10bd
|-- Palettes
6a10bd
`-- Screenshots
6a10bd
@end example
6a10bd
6a10bd
@subsection Usage
6a10bd
6a10bd
When designing artistic motifs for CentOS, consider the following
6a10bd
recommendations:
6a10bd
6a10bd
@itemize
6a10bd
@item Give a unique (case-sensitive) name to your Motif. This name is
6a10bd
used as value wherever theme variable (@b{$THEME}) or translation marker
6a10bd
(@b{=THEME=}) is.  Optionally, you can add a description about
6a10bd
inspiration and concepts behind your work.
6a10bd
6a10bd
@item Use the location @file{trunk/Identity/Themes/Motifs/$THEME/} to
6a10bd
store your work. If it doesn't exist create it. Note that this require
6a10bd
you to have previous commit access in CentOS Artwork Repository.
6a10bd
6a10bd
@item The CentOS Project is using the blue color (@b{#204c8d}) as base
6a10bd
color for its corporate visual identity. Use such base corporate color
6a10bd
information as much as possible in your artistic motif designs.
6a10bd
6a10bd
@item Try to make your design fit one of the theme models.
6a10bd
6a10bd
@item Feel free to make your art enterprise-level and beautiful.
6a10bd
6a10bd
@item Add the following information on your artwork (both in a visible
6a10bd
design area and document metadata):
6a10bd
6a10bd
@itemize
6a10bd
6a10bd
@item The name (or logo) of your artistic motif.
6a10bd
6a10bd
@item The copyright sentence: @b{Copyright (C) YEAR YOURNAME}
6a10bd
6a10bd
@item The license under which the work is released. All CentOS Art
6a10bd
works are released under
6a10bd
@url{http://creativecommons.org/licenses/by-sa/3.0/,Creative Common
6a10bd
Share-Alike License 3.0}
6a10bd
(@url{http://creativecommons.org/licenses/by-sa/3.0/}).
6a10bd
6a10bd
@end itemize
6a10bd
@end itemize
6a10bd
6a10bd
@subsection See also
6a10bd
6a10bd
@menu
6a10bd
* trunk Identity Themes::
6a10bd
* trunk Identity::
6a10bd
* trunk::
6a10bd
@end menu