[zi-cvs] packages/com.zzoss.zic.build/config input.xml,1.5,1.6
Sandro Zic <[email protected]> Fri, 26 Mar 2004 10:26:33 +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-serv23633/com.zzoss.zic.build/config
Modified Files:
input.xml
Log Message:
new widget attributes @mode and @not_mode that allows to specify if a widget should (not) be displayed if installer is in dev/prod/setup mode
Index: input.xml
===================================================================
RCS file: /cvsroot/zzossinstaller/packages/com.zzoss.zic.build/config/input.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** input.xml 19 Mar 2004 12:18:16 -0000 1.5
--- input.xml 26 Mar 2004 10:26:31 -0000 1.6
***************
*** 19,61 ****
<input xmlns="http://www.zzoss.com">
! <widget 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 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 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="select" 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 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 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 name="text" label="Installer Distribution Name"
variable="zi_input_distri_name"
validation="not empty" default="{zi_installer_distribution_name}"/>
! <widget name="text" label="Installer Distribution Version"
variable="zi_input_distri_version"
default="{zi_installer_distribution_version}"/>
! <widget name="text" label="Installer Application Name"
variable="zi_input_app_name"
validation="not empty" default="{zi_installer_application_name}"/>
! <widget name="text" label="Installer Application Version"
variable="zi_input_app_version"
validation="not empty" default="{zi_installer_application_version}"/>
--- 19,66 ----
<input xmlns="http://www.zzoss.com">
!
! <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}"/>
-------------------------------------------------------
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