From 640b0e3d3952d6e2a0dbe17277953b473aef60cb Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 30 2010 17:19:50 +0000 Subject: Update scripts to match trunk/Identity/Themes/Models/Default@r112. --- diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Posters/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Posters/render.conf.sh deleted file mode 100755 index 8a54654..0000000 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Posters/render.conf.sh +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/bash -# -# render_loadConfig.sh -- This function defines posters promotion -# pre-rendering configuration script. -# -# Copyright (C) 2009-2010 Alain Reguera Delgado -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -# USA. -# -# ---------------------------------------------------------------------- -# $Id: render.conf.sh 98 2010-09-19 16:01:53Z al $ -# ---------------------------------------------------------------------- - -function render_loadConfig { - - # Define base rendering action. - ACTIONS[0]='renderImage' - - # Define post-rendering actions. - ACTIONS[1]='renderFormats: pdf jpg tif' - - # Define matching list. - MATCHINGLIST="" - - # Deifne theme model. - #THEMEMODEL='Default' - -} 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 new file mode 100755 index 0000000..8a54654 --- /dev/null +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Stationery/Posters/render.conf.sh @@ -0,0 +1,41 @@ +#!/bin/bash +# +# render_loadConfig.sh -- This function defines posters promotion +# pre-rendering configuration script. +# +# Copyright (C) 2009-2010 Alain Reguera Delgado +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 +# USA. +# +# ---------------------------------------------------------------------- +# $Id: render.conf.sh 98 2010-09-19 16:01:53Z al $ +# ---------------------------------------------------------------------- + +function render_loadConfig { + + # Define base rendering action. + ACTIONS[0]='renderImage' + + # Define post-rendering actions. + ACTIONS[1]='renderFormats: pdf jpg tif' + + # Define matching list. + MATCHINGLIST="" + + # Deifne theme model. + #THEMEMODEL='Default' + +}