diff --git a/Scripts/Bash/Functions/Identity/identity.sh b/Scripts/Bash/Functions/Identity/identity.sh index 10054c1..e66e31c 100644 --- a/Scripts/Bash/Functions/Identity/identity.sh +++ b/Scripts/Bash/Functions/Identity/identity.sh @@ -25,7 +25,7 @@ # $Id$ # ---------------------------------------------------------------------- -function render { +function identity { # Define default value to target flag. The target flag (--to) # controls final destination used by copy related actions. diff --git a/Scripts/Bash/Functions/Identity/identity_do.sh b/Scripts/Bash/Functions/Identity/identity_do.sh index 504ef89..7a2c18d 100755 --- a/Scripts/Bash/Functions/Identity/identity_do.sh +++ b/Scripts/Bash/Functions/Identity/identity_do.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# identity_doIdentity.sh -- This function initiates rendition +# identity_do.sh -- This function initiates rendition # configuration functions and executes them to perform the rendition # action specified in the `ACTIONS' array variable. Function # initialization and execution is based on the absolute path @@ -24,10 +24,10 @@ # USA. # # ---------------------------------------------------------------------- -# $Id: identity_doIdentity.sh 824 2011-01-06 20:54:52Z al $ +# $Id: identity_do.sh 824 2011-01-06 20:54:52Z al $ # ---------------------------------------------------------------------- -function identity_doIdentity { +function identity_do { local FILE='' @@ -51,7 +51,7 @@ function identity_doIdentity { # Define artwork-specific action arrays. We need to do this # here because ACTIONS variable is unset after - # identity_doIdentityImages execution. Otherwise, undesired + # identity_doImages execution. Otherwise, undesired # concatenations may occur. local -a ACTIONS local -a POSTACTIONS @@ -67,7 +67,7 @@ function identity_doIdentity { # Check variables passed from artwork-specific pre-rendition # configuration scripts and make required transformations. - identity_getIdentityConfig + identity_getConfig # Redefine action value (ACTIONVAL) based on pre-rendition # configuration script path value. Otherwise, massive @@ -91,7 +91,7 @@ function identity_doIdentity { # Start rendition as defined in artwork-specific pre-rendition # configuration file. - identity_getIdentityBase + identity_getBase # Unset artwork-specific actions so they can be redefined by # artwork-specific pre-rendition configuration scripts. This diff --git a/Scripts/Bash/Functions/Identity/identity_doGroupByType.sh b/Scripts/Bash/Functions/Identity/identity_doGroupByType.sh index 9c84cbc..3905bfa 100755 --- a/Scripts/Bash/Functions/Identity/identity_doGroupByType.sh +++ b/Scripts/Bash/Functions/Identity/identity_doGroupByType.sh @@ -1,13 +1,13 @@ #!/bin/bash # -# identity_doIdentityGroupByTypes.sh -- This function provides +# identity_doGroupByTypes.sh -- This function provides # post-rendition and last-rendition action to group file inside # directories named as their file type. # # Usage: # ------ -# Post-rendition --> identity_doIdentityGroupByTypes "$FILE" "$ACTION" -# Last-rendition --> identity_doIdentityGroupByTypes "$ACTION" +# Post-rendition --> identity_doGroupByTypes "$FILE" "$ACTION" +# Last-rendition --> identity_doGroupByTypes "$ACTION" # # Note that post-rendition uses 2 arguments ($FILE and $ACTION) and # last-rendition just one ($ACTION). This function uses the amount @@ -64,7 +64,7 @@ # $Id$ # ---------------------------------------------------------------------- -function identity_doIdentityGroupByType { +function identity_doGroupByType { local FILE='' local -a FILES @@ -87,7 +87,7 @@ function identity_doIdentityGroupByType { # Sanitate file types passed from render.conf.sh pre-rendition # configuration script. - FORMATS=$(identity_getIdentityConfigOption "$FORMATS" '2-') + FORMATS=$(identity_getConfigOption "$FORMATS" '2-') # Check file types passed from render.conf.sh pre-rendition # configuration script. diff --git a/Scripts/Bash/Functions/Identity/identity_doImageBrands.sh b/Scripts/Bash/Functions/Identity/identity_doImageBrands.sh index f0567b5..f9a870b 100644 --- a/Scripts/Bash/Functions/Identity/identity_doImageBrands.sh +++ b/Scripts/Bash/Functions/Identity/identity_doImageBrands.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# identity_doIdentityImageBrands.sh -- This function provides +# identity_doImageBrands.sh -- This function provides # last-rendition actions to produce CentOS brands. This function takes # both The CentOS Symbol and The CentOS Type images and produces # variation of them in different dimensions and formats using @@ -27,7 +27,7 @@ # $Id$ # ---------------------------------------------------------------------- -function identity_doIdentityImageBrands { +function identity_doImageBrands { local SOURCEFILE='' local TARGETDIR='' diff --git a/Scripts/Bash/Functions/Identity/identity_doImageDm.sh b/Scripts/Bash/Functions/Identity/identity_doImageDm.sh index 308344e..26de59b 100755 --- a/Scripts/Bash/Functions/Identity/identity_doImageDm.sh +++ b/Scripts/Bash/Functions/Identity/identity_doImageDm.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# identity_doIdentityImageDm.sh -- This function collects Display +# identity_doImageDm.sh -- This function collects Display # Manager (DM) required files and creates a tar.gz package that groups # them all together. Use this function as last-rendition action for # Gdm and Kdm base-rendition actions. @@ -47,7 +47,7 @@ # $Id$ # ---------------------------------------------------------------------- -function identity_doIdentityImageDm { +function identity_doImageDm { local -a SRC local -a DST @@ -59,7 +59,7 @@ function identity_doIdentityImageDm { # Get display manager passed from render.conf.sh pre-rendition # configuration script. - DM=$(identity_getIdentityConfigOption "$1" '2') + DM=$(identity_getConfigOption "$1" '2') # Sanitate display manager passed from render.conf.sh # pre-rendition configuration script. Whatever value be retrived @@ -70,7 +70,7 @@ function identity_doIdentityImageDm { # Get screen resolutions passed from render.conf.sh pre-rendition # configuration script. - RESOLUTIONS=$(identity_getIdentityConfigOption "$1" '3') + RESOLUTIONS=$(identity_getConfigOption "$1" '3') # Check screen resolutions passed from render.conf.sh # pre-rendition configuration script. diff --git a/Scripts/Bash/Functions/Identity/identity_doImageFormats.sh b/Scripts/Bash/Functions/Identity/identity_doImageFormats.sh index f80f5ae..f66262c 100644 --- a/Scripts/Bash/Functions/Identity/identity_doImageFormats.sh +++ b/Scripts/Bash/Functions/Identity/identity_doImageFormats.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# identity_doIdentityImageFormats.sh -- This function provides +# identity_doImageFormats.sh -- This function provides # post-rendition action used to convert images from PNG to different # image formats. This function uses ImageMagick command line image # manipulation tool set to convert the base PNG image to as many @@ -27,13 +27,13 @@ # $Id$ # ---------------------------------------------------------------------- -function identity_doIdentityImageFormats { +function identity_doImageFormats { # Get absolute path of PNG image file. local FILE="$1" # Get image formats. - local FORMATS=$(identity_getIdentityConfigOption "$2" '2-') + local FORMATS=$(identity_getConfigOption "$2" '2-') # Check base file existence. if [[ -f ${FILE}.png ]];then diff --git a/Scripts/Bash/Functions/Identity/identity_doImageGrub.sh b/Scripts/Bash/Functions/Identity/identity_doImageGrub.sh index 1ee8900..305fe60 100644 --- a/Scripts/Bash/Functions/Identity/identity_doImageGrub.sh +++ b/Scripts/Bash/Functions/Identity/identity_doImageGrub.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# identity_doIdentityImageGrub.sh -- This function provides +# identity_doImageGrub.sh -- This function provides # post-rendition action used to produce GRUB images. # # Copyright (C) 2009-2011 Alain Reguera Delgado @@ -24,7 +24,7 @@ # $Id$ # ---------------------------------------------------------------------- -function identity_doIdentityImageGrub { +function identity_doImageGrub { local FILE="$1" local ACTION="$2" @@ -37,7 +37,7 @@ function identity_doIdentityImageGrub { # configuration script. These options are applied to pnmremap when # doing color reduction, so any option available for pnmremap # command can be passed to renderSyslinux functionality. - OPTIONS=$(identity_getIdentityConfigOption "$ACTION" '2-') + OPTIONS=$(identity_getConfigOption "$ACTION" '2-') # Re-define 16 colors images default file name prefix using # options as reference. This is useful to differenciate final diff --git a/Scripts/Bash/Functions/Identity/identity_doImageKsplash.sh b/Scripts/Bash/Functions/Identity/identity_doImageKsplash.sh index 0ea8d92..75102d7 100755 --- a/Scripts/Bash/Functions/Identity/identity_doImageKsplash.sh +++ b/Scripts/Bash/Functions/Identity/identity_doImageKsplash.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# identity_doIdentityImageKsplash.sh -- This function collects KDE +# identity_doImageKsplash.sh -- This function collects KDE # splash (KSplash) required files and creates a tar.gz package that # groups them all together. Use this function as last-rendition # action for KSplash base-rendition action. @@ -26,7 +26,7 @@ # $Id$ # ---------------------------------------------------------------------- -function identity_doIdentityImageKsplash { +function identity_doImageKsplash { local -a SRC local -a DST diff --git a/Scripts/Bash/Functions/Identity/identity_doImageSyslinux.sh b/Scripts/Bash/Functions/Identity/identity_doImageSyslinux.sh index 9d453a4..ca89b17 100755 --- a/Scripts/Bash/Functions/Identity/identity_doImageSyslinux.sh +++ b/Scripts/Bash/Functions/Identity/identity_doImageSyslinux.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# identity_doIdentityImageSyslinux.sh -- This function provides +# identity_doImageSyslinux.sh -- This function provides # post-rendition action used to produce syslinux images. # # Copyright (C) 2009-2011 Alain Reguera Delgado @@ -24,7 +24,7 @@ # $Id$ # ---------------------------------------------------------------------- -function identity_doIdentityImageSyslinux { +function identity_doImageSyslinux { local FILE="$1" local ACTION="$2" @@ -37,7 +37,7 @@ function identity_doIdentityImageSyslinux { # configuration script. These options are applied to pnmremap when # doing color reduction, so any option available for pnmremap # command can be passed to renderSyslinux functionality. - OPTIONS=$(identity_getIdentityConfigOption "$ACTION" '2-') + OPTIONS=$(identity_getConfigOption "$ACTION" '2-') # Check options passed to action. This is required in order to # aviod using options used already in this script. For example diff --git a/Scripts/Bash/Functions/Identity/identity_doImages.sh b/Scripts/Bash/Functions/Identity/identity_doImages.sh index 0993b8c..5d28572 100644 --- a/Scripts/Bash/Functions/Identity/identity_doImages.sh +++ b/Scripts/Bash/Functions/Identity/identity_doImages.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# identity_doIdentityImages.sh -- This function renders image-based +# identity_doImages.sh -- This function renders image-based # identity contents. # # Copyright (C) 2009-2011 Alain Reguera Delgado @@ -24,7 +24,7 @@ # $Id$ # ---------------------------------------------------------------------- -function identity_doIdentityImages { +function identity_doImages { local FILE='' local OUTPUT='' @@ -65,7 +65,7 @@ function identity_doIdentityImages { fi # Define final location of output directory. - identity_getIdentityDirOutput + identity_getDirOutput # Get relative path to file. The path string (stored in FILE) # has two parts: 1. the variable path and 2. the common path. @@ -163,19 +163,19 @@ function identity_doIdentityImages { case "$ACTION" in renderSyslinux* ) - identity_doIdentityImageSyslinux "${FILE}" "$ACTION" + identity_doImageSyslinux "${FILE}" "$ACTION" ;; renderGrub* ) - identity_doIdentityImageGrub "${FILE}" "$ACTION" + identity_doImageGrub "${FILE}" "$ACTION" ;; renderFormats:* ) - identity_doIdentityImageFormats "${FILE}" "$ACTION" + identity_doImageFormats "${FILE}" "$ACTION" ;; groupByType:* ) - identity_doIdentityGroupByType "${FILE}" "$ACTION" + identity_doGroupByType "${FILE}" "$ACTION" ;; esac @@ -213,19 +213,19 @@ function identity_doIdentityImages { case "$ACTION" in renderKSplash ) - identity_doIdentityImageKsplash + identity_doImageKsplash ;; renderDm:* ) - identity_doIdentityImageDm "$ACTION" + identity_doImageDm "$ACTION" ;; groupByType:* ) - identity_doIdentityGroupByType "$ACTION" + identity_doGroupByType "$ACTION" ;; renderBrands ) - identity_doIdentityImageBrands "${FILE}" "$ACTION" + identity_doImageBrands "${FILE}" "$ACTION" ;; esac diff --git a/Scripts/Bash/Functions/Identity/identity_getBase.sh b/Scripts/Bash/Functions/Identity/identity_getBase.sh index cc9a48a..9c11ac0 100755 --- a/Scripts/Bash/Functions/Identity/identity_getBase.sh +++ b/Scripts/Bash/Functions/Identity/identity_getBase.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# identity_getIdentityBase.sh -- This function initiates rendition features +# identity_getBase.sh -- This function initiates rendition features # taking BASEACTIONS as reference. # # Copyright (C) 2009-2011 Alain Reguera Delgado @@ -24,7 +24,7 @@ # $Id$ # ---------------------------------------------------------------------- -function identity_getIdentityBase { +function identity_getBase { local FILES='' local PARENTDIR='' @@ -37,7 +37,7 @@ function identity_getIdentityBase { PARENTDIR=$(basename "$ACTIONVAL") # Define base location of template files. - identity_getIdentityDirTemplate + identity_getDirTemplate # Define list of files to process. FILES=$(cli_getFilesList "${TEMPLATE}" "${FLAG_FILTER}.*\.(svgz|svg)") @@ -55,6 +55,6 @@ function identity_getIdentityBase { done # Execute base-rendition action. - identity_doIdentityImages + identity_doImages } diff --git a/Scripts/Bash/Functions/Identity/identity_getConfig.sh b/Scripts/Bash/Functions/Identity/identity_getConfig.sh index 9d8c0ef..d38b9d1 100755 --- a/Scripts/Bash/Functions/Identity/identity_getConfig.sh +++ b/Scripts/Bash/Functions/Identity/identity_getConfig.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# identity_getIdentityConfig.sh -- This function checks/validates variables +# identity_getConfig.sh -- This function checks/validates variables # passed from artwork-specific pre-rendition configuration files. # # Copyright (C) 2009-2011 Alain Reguera Delgado @@ -24,7 +24,7 @@ # $Id$ # ---------------------------------------------------------------------- -function identity_getIdentityConfig { +function identity_getConfig { local POSTCOUNT=0 local LASTCOUNT=0 @@ -37,13 +37,13 @@ function identity_getIdentityConfig { # Define post-rendition actions. if [[ $ACTION =~ '^POST:' ]];then - ACTION=$(identity_getIdentityConfigOption "$ACTION" '2-') + ACTION=$(identity_getConfigOption "$ACTION" '2-') POSTACTIONS[$POSTCOUNT]="$ACTION" POSTCOUNT=$(($POSTCOUNT + 1)) # Define last-rendition actions. elif [[ $ACTION =~ '^LAST:' ]];then - ACTION=$(identity_getIdentityConfigOption "$ACTION" '2-') + ACTION=$(identity_getConfigOption "$ACTION" '2-') LASTACTIONS[$LASTCOUNT]="$ACTION" LASTCOUNT=$(($LASTCOUNT + 1)) fi @@ -53,7 +53,7 @@ function identity_getIdentityConfig { # Check post-rendition actions. Validation of post-rendition # actions is action-specific. So, validation of post-rendition # actions is not here, but inside action-specific functions. See - # identity_doIdentityImages and identity_doIdentityTexts to see + # identity_doImages and identity_doIdentityTexts to see # validation of renderImage and renderText post-rendition actions, # respectively. diff --git a/Scripts/Bash/Functions/Identity/identity_getConfigOption.sh b/Scripts/Bash/Functions/Identity/identity_getConfigOption.sh index 7aaafc4..6f1962d 100755 --- a/Scripts/Bash/Functions/Identity/identity_getConfigOption.sh +++ b/Scripts/Bash/Functions/Identity/identity_getConfigOption.sh @@ -1,14 +1,14 @@ #!/bin/bash # -# identity_getIdentityConfigOption.sh -- This function standardizes the way action +# identity_getConfigOption.sh -- This function standardizes the way action # values are retrived from pre-rendition configuration files. Use # this function whenever you need to retrive action values from # pre-rendition configuration script. # -# Usage: VAR=$(identity_getIdentityConfigOption "ACTION" "FIELD") +# Usage: VAR=$(identity_getConfigOption "ACTION" "FIELD") # # VAR is the name of the variable where we store the option named -# returned by identity_getIdentityConfigOption. +# returned by identity_getConfigOption. # # ACTION is the string definition set in the pre-rendition # configuration script that holds the action name and its options @@ -44,7 +44,7 @@ # $Id$ # ---------------------------------------------------------------------- -function identity_getIdentityConfigOption { +function identity_getConfigOption { local ACTION="$1" local FIELD="$2" diff --git a/Scripts/Bash/Functions/Identity/identity_getDirOutput.sh b/Scripts/Bash/Functions/Identity/identity_getDirOutput.sh index 73bcf1e..7002aa9 100644 --- a/Scripts/Bash/Functions/Identity/identity_getDirOutput.sh +++ b/Scripts/Bash/Functions/Identity/identity_getDirOutput.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# identity_getIdentityDirOutput.sh -- This function defines the final +# identity_getDirOutput.sh -- This function defines the final # absolute path the centos-art.sh script uses to store identity # contents produced at rendition time. # @@ -25,7 +25,7 @@ # $Id$ # ---------------------------------------------------------------------- -function identity_getIdentityDirOutput { +function identity_getDirOutput { # Define base output directory using design model path as reference. OUTPUT=$(dirname $FILE | sed -r \ diff --git a/Scripts/Bash/Functions/Identity/identity_getDirTemplate.sh b/Scripts/Bash/Functions/Identity/identity_getDirTemplate.sh index c07ea2e..e6c1ef5 100644 --- a/Scripts/Bash/Functions/Identity/identity_getDirTemplate.sh +++ b/Scripts/Bash/Functions/Identity/identity_getDirTemplate.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# identity_getIdentityDirTemplate.sh -- This function re-defines absolute +# identity_getDirTemplate.sh -- This function re-defines absolute # path to artwork's related design templates directory. # # Copyright (C) 2009-2011 Alain Reguera Delgado @@ -24,7 +24,7 @@ # $Id$ # ---------------------------------------------------------------------- -function identity_getIdentityDirTemplate { +function identity_getDirTemplate { # Initialize design models location using action value as # reference.