[zi-cvs] packages/com.zzoss.zic.build/config config_params.php-dist,1.3,1.4 input.xml,1.6,1.7
Sandro Zic <[email protected]> Sat, 03 Apr 2004 16:15:51 +0000
| Newsgroups | gmane.comp.php.zzoss.installer.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/zzossinstaller/packages/com.zzoss.zic.build/config
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28439/com.zzoss.zic.build/config
Modified Files:
config_params.php-dist input.xml
Log Message:
make instant bundle work
Index: input.xml
===================================================================
RCS file: /cvsroot/zzossinstaller/packages/com.zzoss.zic.build/config/input.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** input.xml 26 Mar 2004 10:26:31 -0000 1.6
--- input.xml 3 Apr 2004 16:15:49 -0000 1.7
***************
*** 21,67 ****
<widget mode="setup" name="hidden"
! variable="zi_data"
! default="{zi_data}"/>
! <widget mode="dev|prod" name="path" label="Data Directory"
! variable="zi_data"
default="{zi_data}"
info="Directory where installer stores all its data. Make sure that it is not readable via HTTP. Either by placing it outside of the Web server root or by e.g. using .htaccess 'deny all' directive. You are also adviced to frequently backup this directory to avoid data loss."
validation="is dir"/>
!
! <widget not_mode="setup" name="path" label="Distributions URL"
variable="zi_input_distributions_url"
default="http://www.zzoss.com/services/installer/distributions.php"
info="URL to the XML descriptor containing information on all available distributions. Specify only if not in single distribution or application mode."/>
<widget mode="dev" name="select" label="Mode"
variable="zi_input_mode" default="dev"
list="dev => Development, prod => Production, setup => Setup"
info="'Development' will display the development tools. 'Production' will hide them. 'Setup' allows only for installation, needs single application mode."/>
<widget name="hidden" label="Theme"
variable="zi_input_theme" default="com.zzoss.zic.theme.kde"
list="com.zzoss.zic.theme.kde => Default (com.zzoss.zic.theme.kde), com.zzoss.zic.theme.zzoss => ZZ/OSS (com.zzoss.zic.theme.zzoss)"
info="Name of the theme."/>
! <widget mode="dev" name="select" label="Develop Installer"
variable="zi_input_installer_dev" default="false"
list="false => No, true => Yes"
info="Do you want to develop the installer itself?"/>
<widget mode="dev" name="text" label="Single Distribution"
variable="zi_input_distribution"
validation="" default=""
info="Show only this distribution in the installer (single distribution mode). Leave empty if any should be displayed."/>
<widget mode="dev" name="text" label="Single Application"
variable="zi_input_application"
validation="" default=""
info="Show only this application of the above specified distribution (single application mode). Leave empty if any should be displayed."/>
<widget mode="dev" name="text" label="Installer Distribution Name"
variable="zi_input_distri_name"
validation="not empty" default="{zi_installer_distribution_name}"/>
<widget mode="dev" name="text" label="Installer Distribution Version"
variable="zi_input_distri_version"
default="{zi_installer_distribution_version}"/>
<widget mode="dev" name="text" label="Installer Application Name"
variable="zi_input_app_name"
validation="not empty" default="{zi_installer_application_name}"/>
<widget mode="dev" name="text" label="Installer Application Version"
variable="zi_input_app_version"
validation="not empty" default="{zi_installer_application_version}"/>
</input>
\ No newline at end of file
--- 21,101 ----
<widget mode="setup" name="hidden"
! variable="zi_input_data"
! default="{zi_data}"
! validation="is dir"/>
! <widget mode="prod" name="path" label="Data Directory"
! variable="zi_input_data"
default="{zi_data}"
info="Directory where installer stores all its data. Make sure that it is not readable via HTTP. Either by placing it outside of the Web server root or by e.g. using .htaccess 'deny all' directive. You are also adviced to frequently backup this directory to avoid data loss."
validation="is dir"/>
! <widget mode="dev" name="path" label="Data Directory"
! variable="zi_input_data"
! default="{zi_data}"
! info="Directory where installer stores all its data. Make sure that it is not readable via HTTP. Either by placing it outside of the Web server root or by e.g. using .htaccess 'deny all' directive. You are also adviced to frequently backup this directory to avoid data loss."
! />
!
! <widget mode="dev" name="path" label="Distributions URL"
variable="zi_input_distributions_url"
default="http://www.zzoss.com/services/installer/distributions.php"
info="URL to the XML descriptor containing information on all available distributions. Specify only if not in single distribution or application mode."/>
+ <widget mode="prod|setup" name="path" label="Distributions URL"
+ variable="zi_input_distributions_url"
+ default="http://www.zzoss.com/services/installer/distributions.php"
+ info="URL of the service for download of applications."/>
+
<widget mode="dev" name="select" label="Mode"
variable="zi_input_mode" default="dev"
list="dev => Development, prod => Production, setup => Setup"
info="'Development' will display the development tools. 'Production' will hide them. 'Setup' allows only for installation, needs single application mode."/>
+ <widget mode="prod|setup" name="hidden"
+ variable="zi_input_mode" default="dev"/>
+
<widget name="hidden" label="Theme"
variable="zi_input_theme" default="com.zzoss.zic.theme.kde"
list="com.zzoss.zic.theme.kde => Default (com.zzoss.zic.theme.kde), com.zzoss.zic.theme.zzoss => ZZ/OSS (com.zzoss.zic.theme.zzoss)"
info="Name of the theme."/>
!
! <widget name="select" label="Develop Installer"
variable="zi_input_installer_dev" default="false"
list="false => No, true => Yes"
info="Do you want to develop the installer itself?"/>
+
<widget mode="dev" name="text" label="Single Distribution"
variable="zi_input_distribution"
validation="" default=""
info="Show only this distribution in the installer (single distribution mode). Leave empty if any should be displayed."/>
+ <widget mode="prod|setup" name="hidden"
+ variable="zi_input_distribution" default=""/>
+
<widget mode="dev" name="text" label="Single Application"
variable="zi_input_application"
validation="" default=""
info="Show only this application of the above specified distribution (single application mode). Leave empty if any should be displayed."/>
+ <widget mode="prod|setup" name="hidden"
+ variable="zi_input_application" default=""/>
+
<widget mode="dev" name="text" label="Installer Distribution Name"
variable="zi_input_distri_name"
validation="not empty" default="{zi_installer_distribution_name}"/>
+ <widget mode="prod|setup" name="hidden"
+ variable="zi_input_distri_name" default="{zi_installer_distribution_name}"/>
+
<widget mode="dev" name="text" label="Installer Distribution Version"
variable="zi_input_distri_version"
default="{zi_installer_distribution_version}"/>
+ <widget mode="prod|setup" name="hidden"
+ variable="zi_input_distri_version"
+ default="{zi_installer_distribution_version}"/>
+
<widget mode="dev" name="text" label="Installer Application Name"
variable="zi_input_app_name"
validation="not empty" default="{zi_installer_application_name}"/>
+ <widget mode="prod|setup" name="hidden"
+ variable="zi_input_app_name" default="{zi_installer_application_name}"/>
+
<widget mode="dev" name="text" label="Installer Application Version"
variable="zi_input_app_version"
validation="not empty" default="{zi_installer_application_version}"/>
+ <widget mode="prod|setup" name="hidden"
+ variable="zi_input_app_version" default="{zi_installer_application_version}"/>
</input>
\ No newline at end of file
Index: config_params.php-dist
===================================================================
RCS file: /cvsroot/zzossinstaller/packages/com.zzoss.zic.build/config/config_params.php-dist,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** config_params.php-dist 19 Mar 2004 12:18:16 -0000 1.3
--- config_params.php-dist 3 Apr 2004 16:15:49 -0000 1.4
***************
*** 35,39 ****
* $GLOBALS['ZI']['data'] = 'C:\\zic\\data\\';
*/
! $GLOBALS['ZI']['data'] = '{zi_data}';
--- 35,39 ----
* $GLOBALS['ZI']['data'] = 'C:\\zic\\data\\';
*/
! $GLOBALS['ZI']['data'] = '{zi_input_data}';
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click