[Webapps-common-discuss] webapps-common/debian webapps-common.templates,1.1,1.2

seanius@haydn.debian.org seanius@haydn.debian.org


Update of /cvsroot/webapps-common/webapps-common/debian
In directory haydn:/org/alioth.debian.org/chroot/home/users/seanius/tmp/cvs-serv4419

Modified Files:
	webapps-common.templates 
Log Message:
initial set of installation questions

Index: webapps-common.templates
===================================================================
RCS file: /cvsroot/webapps-common/webapps-common/debian/webapps-common.templates,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- webapps-common.templates	24 May 2005 03:50:54 -0000	1.1
+++ webapps-common.templates	29 Jun 2005 05:37:33 -0000	1.2
@@ -1 +1,102 @@
+Template: webapps-common/webapps_install
+Type: boolean
+Default: true
+_Description: Configure web server(s) for ${pkg} with webapps-common?
+ ${pkg} must be registered and configured with a web server before
+ it can be used.  If you like, this can be handled with
+ webapps-common.
+ .
+ If you are an advanced web server administrator and know that you want
+ to perform this configuration manually, or if your web server has already
+ been configured for ${pkg}, you should refuse this option.  Details on what
+ needs to be done should most likely be provided in /usr/share/doc/${pkg}.
+ .
+ Otherwise, you should probably choose this option.
 
+Template: webapps-common/webapps_remove
+Type: boolean
+Default: true
+_Description: Deconfigure web server(s) for ${pkg} with webapps-common?
+ Since you are removing ${pkg}, it's probable that you no longer
+ wish to have any web servers configured to use ${pkg}.
+ .
+ If you like, web server deconfiguration can be handled with webapps-common.
+ .
+ If you know that you do want to keep the web server configuration
+ for ${pkg}, or if you want to handle the deconfiguration manually,
+ you should refuse this option.
+ .
+ Otherwise, you should choose this option.
+
+Template: webapps-common/install_error
+Type: select
+Choices: abort, retry, retry (skip questions)
+Default: abort
+_Description: Error registering ${pkg} with webserver(s).  Retry?
+ An error seems to have occurred while registering ${pkg} with
+ one or more of the web servers on your system.  If it's of any help,
+ this was the error encountered:
+ .
+ ${error}
+ .
+ At this point, you have the option to retry or abort the operation.
+ If you choose "retry", you will be prompted with all the configuration
+ questions once more and another attempt will be made at performing the
+ operation. "retry (skip questions)" will immediately attempt the operation
+ again, skipping all questions.  If you choose "abort", the operation will
+ fail and you will need to downgrade, reinstall, reconfigure this package,
+ or otherwise manually intervene to continue using it.
+
+Template: webapps-common/remove_error
+Type: select
+Choices: abort, retry
+Default: abort
+_Description: Error deconfiguring ${pkg} with webserver(s).  Retry?
+ An error seems to have occurred while unregistering ${pkg} with
+ one or more of the web servers on your system.  If it's of any help,
+ this was the error encountered:
+ .
+ ${error}
+ .
+ At this point, you have the option to retry or abort the operation.
+ If you choose "retry", you will be prompted with all the configuration
+ questions once more and another attempt will be made at performing the
+ operation. "retry (skip questions)" will immediately attempt the operation
+ again, skipping all questions.  If you choose "abort", the operation will
+ fail and you will need to downgrade, reinstall, reconfigure this package,
+ or otherwise manually intervene to continue using it.
+
+Template: webapps-common/httpd/select_httpd
+Type: multiselect
+Choices: ${httpd}
+_Description: Please select the webserver(s) to be configured for ${pkg}
+
+Template: webapps-common/httpd/install_type
+Type: select
+Choices: single, virtualhost
+_Description: Select how ${pkg} should be installed for ${httpd}.
+ Web server package configuration can be done as either 'single' installation
+ or a 'virtualhost' configuration.  
+ .
+ The former will enable the package for a standard web server installation.
+ The latter will give you the ability to install multiple instances of of
+ this package.
+ 
+Template: webapps-common/httpd/virtualhost_new
+Type: string
+_Description: Please enter the name of a new virtualhost.
+
+Template: webapps-common/httpd/virtualhost
+Type: select
+Choices: new vhost
+_Description: Please select a virtualhost with which to register ${pkg}
+
+Template: webapps-common/httpd/virtualhost_more
+Type: boolean
+Default: false
+_Description: Configure ${pkg} with another virtualhost?
+
+Template: webapps-common/httpd/site_directory
+Type: string
+Default: ${pkg}
+_Description: Please select the webserver directory name for ${pkg}