diff options
Diffstat (limited to 'web_wizard/web.wiz')
-rw-r--r-- | web_wizard/web.wiz | 88 |
1 files changed, 87 insertions, 1 deletions
diff --git a/web_wizard/web.wiz b/web_wizard/web.wiz index a4bea667..8cb8880c 100644 --- a/web_wizard/web.wiz +++ b/web_wizard/web.wiz @@ -24,6 +24,18 @@ </Variable> <Variable + name="user_mod" + shellVariable="wiz_user_mod" + > + </Variable> + + <Variable + name="user_dir" + shellVariable="wiz_user_dir" + > + </Variable> + + <Variable name="shared_dir" shellVariable="wiz_dir" > @@ -155,6 +167,73 @@ </Page> <Page + helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-web.html" + name="ask_mod" + func="is_user_mod" + executionLevel="NORMAL" + nextFinish="false" + canBack="true" + canCancel="true" + > + + <Target + targetName="ask_dir" + jumpIndex="0" + > + </Target> + + + <Target + targetName="ask_user_dir" + jumpIndex="1" + > + </Target> + + <Info + helpText="Modules :" + > + </Info> + + + <Info + helpText="* User module : allows users to get a directory in theirs homes directories available on your http server via http://www.yourserver.com/~user, you will be asked for the name of this directory afterward." + > + > + </Info> + + <Boolean + variableName="user_mod" + forceEnabled="1" + forceDisabled="0" + helpText="activate user module" + > + </Boolean> + </Page> + + <Page + helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-samba.html" + name="ask_user_dir" + executionLevel="NORMAL" + nextFinish="false" + canBack="true" + canCancel="true" + > + + <Info + helpText="Type the name of the directory users should create in theirs homes (whitout ~/) to get it available via http://www.yourserver.com/~user" + > + </Info> + + <Freetext + variableName="user_dir" + helpText="user http sub-directory : ~/" + editable="true" + fillfunc="get_user_dir" + > + </Freetext> + </Page> + + <Page helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-samba.html" name="ask_dir" func="check_dir" @@ -178,7 +257,7 @@ <Info - helpText="Type the path of the directory you want being shared." + helpText="Type the path of the directory you want being the document root." > </Info> @@ -259,6 +338,13 @@ needed to configure your Web Server" > </Freetext> + <Freetext + variableName="user_dir" + helpText="user dir:" + editable="false" + > + </Freetext> + <Info helpText="To accept these values, and configure your server, click the Next button or use the Back button to correct them." > |