From 0ec7ae84cac3f8b1805e0c2637dee1af99eae48e Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Feb 17 2011 18:10:04 +0000 Subject: Update pre-rendition configuration function scripts. The base-rendtion action in no longer an option to set inside pre-rendition configuration actions array. The base-rendition action is implicitly now in the render functionality as base-rendition action. --- diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Brands/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Brands/render.conf.sh index d71ad4c..60176d4 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Brands/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Brands/render.conf.sh @@ -26,11 +26,12 @@ function render_loadConfig { - local TRANSLATION='' - local TEMPLATE='' + # Deifne theme model. + #THEMEMODEL='Default' - # Define rendition actions. - ACTIONS[0]='BASE:renderImage' - ACTIONS[1]='LAST:renderBrands' + # Define rendition actions. + ACTIONS[0]='LAST:renderBrands' + + return } diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Fonts/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Fonts/render.conf.sh index 3a9fa6c..3feda77 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Fonts/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Fonts/render.conf.sh @@ -26,8 +26,12 @@ function render_loadConfig { + # Deifne theme model. + #THEMEMODEL='Default' + # Define rendition actions. - ACTIONS[0]='BASE:renderImage' - ACTIONS[1]='POST:renderFormats: jpg pdf' + ACTIONS[0]='POST:renderFormats: jpg pdf' + + return } diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Models/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Models/render.conf.sh index 1498be0..d408a94 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Models/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Models/render.conf.sh @@ -26,8 +26,12 @@ function render_loadConfig { + # Deifne theme model. + #THEMEMODEL='Default' + # Define rendition actions. - ACTIONS[0]='BASE:renderImage' - ACTIONS[1]='POST:renderFormats: pdf jpg' + ACTIONS[0]='POST:renderFormats: pdf jpg' + + return } diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Backgrounds/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Backgrounds/render.conf.sh index d94e0ab..dfc4cef 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Backgrounds/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Backgrounds/render.conf.sh @@ -26,9 +26,13 @@ function render_loadConfig { + # Deifne theme model. + #THEMEMODEL='Default' + # Define rendition actions. - ACTIONS[0]='BASE:renderImage' - ACTIONS[1]='POST:renderFormats: jpg' - ACTIONS[2]='POST:groupByType: png jpg' + ACTIONS[0]='POST:renderFormats: jpg' + ACTIONS[1]='POST:groupByType: png jpg' + + return } diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Concept/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Concept/render.conf.sh index 3f642fa..189a01c 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Concept/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Concept/render.conf.sh @@ -26,8 +26,12 @@ function render_loadConfig { + # Deifne theme model. + #THEMEMODEL='Default' + # Define rendition actions. - ACTIONS[0]='BASE:renderImage' - ACTIONS[1]='POST:renderFormats: jpg pdf' + ACTIONS[0]='POST:renderFormats: jpg pdf' + + return } diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/render.conf.sh index cda1ae9..499adf8 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/render.conf.sh @@ -26,10 +26,12 @@ function render_loadConfig { - # Define rendition actions. - ACTIONS[0]='BASE:renderImage' - # Deifne theme model. #THEMEMODEL='Default' + # Define rendition actions. + #ACTIONS[0]='' + + return + } diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Firstboot/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Firstboot/render.conf.sh index a734a63..ffb29eb 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Firstboot/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Firstboot/render.conf.sh @@ -26,10 +26,12 @@ function render_loadConfig { - # Define rendition actions. - ACTIONS[0]='BASE:renderImage' - # Deifne theme model. #THEMEMODEL='Default' + # Define rendition actions. + #ACTIONS[0]='' + + return + } diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Gdm/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Gdm/render.conf.sh index 01f85db..2dc0507 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Gdm/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Gdm/render.conf.sh @@ -26,12 +26,13 @@ function render_loadConfig { + # Deifne theme model. + #THEMEMODEL='Default' + # Define rendition actions. - ACTIONS[0]='BASE:renderImage' - ACTIONS[1]="LAST:renderDm:GDM:800x600 1024x768 1280x1024 1360x768 \ + ACTIONS[0]="LAST:renderDm:Gdm:800x600 1024x768 1280x1024 1360x768 \ 1680x1050 2048x1536 2560x960 2560x1240 3271x1227" - # Deifne theme model. - #THEMEMODEL='Default' + return } diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Grub/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Grub/render.conf.sh index d159173..3f6bc6b 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Grub/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Grub/render.conf.sh @@ -26,12 +26,13 @@ function render_loadConfig { - # Define rendition actions. - ACTIONS[0]='BASE:renderImage' - ACTIONS[1]='POST:renderGrub:' - ACTIONS[2]='POST:renderGrub:-floyd' - # Deifne theme model. #THEMEMODEL='Default' + # Define rendition actions. + ACTIONS[0]='POST:renderGrub:' + ACTIONS[1]='POST:renderGrub:-floyd' + + return + } diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Gsplash/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Gsplash/render.conf.sh index 558a269..541f661 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Gsplash/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Gsplash/render.conf.sh @@ -26,10 +26,12 @@ function render_loadConfig { - # Define rendition actions. - ACTIONS[0]='BASE:renderImage' - # Deifne theme model. #THEMEMODEL='Default' + # Define rendition actions. + #ACTIONS[0]='' + + return + } diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Kdm/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Kdm/render.conf.sh index acac436..dfc8578 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Kdm/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Kdm/render.conf.sh @@ -26,12 +26,13 @@ function render_loadConfig { + # Deifne theme model. + #THEMEMODEL='Default' + # Define rendition actions. - ACTIONS[0]='BASE:renderImage' - ACTIONS[1]="LAST:renderDm:KDM:800x600 1024x768 1280x1024 1360x768 \ + ACTIONS[0]="LAST:renderDm:Kdm:800x600 1024x768 1280x1024 1360x768 \ 1680x1050 2048x1536 2560x960 2560x1240 3271x1227" - # Deifne theme model. - #THEMEMODEL='Default' + return } diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Ksplash/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Ksplash/render.conf.sh index 007cc49..da78f2f 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Ksplash/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Ksplash/render.conf.sh @@ -26,11 +26,12 @@ function render_loadConfig { - # Define rendition actions. - ACTIONS[0]='BASE:renderImage' - ACTIONS[1]='LAST:renderKSplash' - # Deifne theme model. #THEMEMODEL='Default' + # Define rendition actions. + ACTIONS[0]='LAST:renderKSplash' + + return + } diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Rhgb/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Rhgb/render.conf.sh index 8d28940..21f4e16 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Rhgb/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Rhgb/render.conf.sh @@ -26,10 +26,12 @@ function render_loadConfig { - # Define rendition actions. - ACTIONS[0]='BASE:renderImage' - # Deifne theme model. #THEMEMODEL='Default' + # Define rendition actions. + #ACTIONS[0]='' + + return + } diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Syslinux/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Syslinux/render.conf.sh index 64e57ab..6b64a70 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Syslinux/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Syslinux/render.conf.sh @@ -26,12 +26,13 @@ function render_loadConfig { - # Define rendition actions. - ACTIONS[0]='BASE:renderImage' - ACTIONS[1]='POST:renderSyslinux:' - ACTIONS[2]='POST:renderSyslinux:-floyd' - # Deifne theme model. #THEMEMODEL='Default' + # Define rendition actions. + ACTIONS[0]='POST:renderSyslinux:' + ACTIONS[1]='POST:renderSyslinux:-floyd' + + return + } diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Releases/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Releases/render.conf.sh index 29bf918..f0c0797 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Releases/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Releases/render.conf.sh @@ -26,10 +26,12 @@ function render_loadConfig { - # Define rendition actions. - ACTIONS[0]='BASE:renderImage' - # Deifne theme model. #THEMEMODEL='Default' + # Define rendition actions. + #ACTIONS[0]='' + + return + } diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Stationery/Media/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Stationery/Media/render.conf.sh index d47df5d..74f1050 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Stationery/Media/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Stationery/Media/render.conf.sh @@ -26,10 +26,12 @@ function render_loadConfig { - # Define rendition actions. - ACTIONS[0]='BASE:renderImage' - # Deifne theme model. #THEMEMODEL='Default' + # Define rendition actions. + #ACTIONS[0]='' + + return + } diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Stationery/Posters/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Stationery/Posters/render.conf.sh index 4254f11..2e6e773 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Stationery/Posters/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Stationery/Posters/render.conf.sh @@ -26,11 +26,12 @@ function render_loadConfig { - # Define rendition actions. - ACTIONS[0]='BASE:renderImage' - ACTIONS[1]='POST:renderFormats: pdf jpg' - # Deifne theme model. #THEMEMODEL='Default' + # Define rendition actions. + ACTIONS[0]='POST:renderFormats: pdf jpg' + + return + } diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Widgets/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Widgets/render.conf.sh index 44a2c96..89a828b 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Widgets/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Widgets/render.conf.sh @@ -26,7 +26,6 @@ function render_loadConfig { - # Define rendition actions. - ACTIONS[0]='BASE:renderImage' + return }