summaryrefslogtreecommitdiffstats
path: root/news_wizard/news.wiz
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2003-10-20 10:51:59 +0000
committerFlorent Villard <warly@mandriva.com>2003-10-20 10:51:59 +0000
commit306951e28791b261f894a8b71255b4c45d105661 (patch)
tree9fa88f156c8a6fa200986dc52b42ab43047e81f6 /news_wizard/news.wiz
parenteacbbd06a147d56f4edfaf008cc667b55577b3be (diff)
downloaddrakwizard-306951e28791b261f894a8b71255b4c45d105661.tar
drakwizard-306951e28791b261f894a8b71255b4c45d105661.tar.gz
drakwizard-306951e28791b261f894a8b71255b4c45d105661.tar.bz2
drakwizard-306951e28791b261f894a8b71255b4c45d105661.tar.xz
drakwizard-306951e28791b261f894a8b71255b4c45d105661.zip
change copyright
remove old xml related files
Diffstat (limited to 'news_wizard/news.wiz')
-rw-r--r--news_wizard/news.wiz283
1 files changed, 0 insertions, 283 deletions
diff --git a/news_wizard/news.wiz b/news_wizard/news.wiz
deleted file mode 100644
index 1a56faf2..00000000
--- a/news_wizard/news.wiz
+++ /dev/null
@@ -1,283 +0,0 @@
-<?xml version="1.0"?>
-
-
-<Wizard
- name="general"
- libScript="__WIZ_HOME__/common/scripts/functions.sh"
- wizardTitle="News Wizard"
- imagePosition="top"
- defaultImage="__WIZ_HOME__/news_wizard/images/news.png"
- perlModule="__WIZ_HOME__/news_wizard/scripts/Newsconf.pm"
- rpm="leafnode"
- summaryFunc="do_it"
->
-
- <Variable
- name="newsServer"
- comment="The host name of the news server"
- shellVariable="wiz_news_server"
- valueIsTranslated="false"
- >
- </Variable>
-
- <Variable
- name="newsFreq"
- comment="The frequency of the news server polling"
- shellVariable="wiz_news_freq"
- defaultValue="12"
- valueIsTranslated="false"
- >
- </Variable>
-
- <Page
- name="Welcome"
- helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-news.html"
- executionLevel="NORMAL"
- nextFinish="false"
- canBack="true"
- canCancel="true"
- >
- <Info
- helpText="Welcome to the News Wizard"
- >
- </Info>
-
-
- <Info
- helpText="This wizard will help you configuring the Internet News services for your network."
- >
- </Info>
- </Page>
-
- <Page
- name="ask_news_server"
- helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-news.html"
- jumpScript="__WIZ_HOME__/news_wizard/scripts/check_news_server.sh"
- executionLevel="NORMAL"
- nextFinish="false"
- canBack="true"
- canCancel="true"
- >
-
- <Target
- targetName="error_in_news_server"
- jumpIndex="1"
- >
- </Target>
-
- <Target
- targetName="ask_news_freq"
- jumpIndex="10"
- >
- </Target>
-
- <Info
- helpText="News Server"
- >
- </Info>
-
-
- <Info
- helpText="The news server name is the name of the host providing the Internet news to your network; the name is usually provided by your provider."
- >
- </Info>
-
-
- <Freetext
- name="freetext1"
- comment="Host name input field"
- variableName="newsServer"
- fillfunc="get_server"
- helpText="News Server Name:"
- editable="true"
- >
- </Freetext>
-
-
- <Info
- helpText="Internet host names must be in the form \qhost.domain.domaintype\q; for example, if your provider is \qprovider.com\q, the internet news server is usually \qnews.provider.com\q."
- >
- </Info>
- </Page>
-
- <Page
- name="error_in_news_server"
- comment="Error message for an incorrect hostname"
- helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-news.html"
- jumpPage="ask_news_server"
- nextButtonText="Fix it"
- executionLevel="NORMAL"
- nextFinish="false"
- canBack="true"
- canCancel="true"
- >
-
- <Info
- helpText="The news server name is not correct"
- >
- </Info>
- </Page>
-
- <Page
- name="ask_news_freq"
- helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-news.html"
- jumpScript="__WIZ_HOME__/news_wizard/scripts/check_valid_hours.sh"
- executionLevel="NORMAL"
- nextFinish="false"
- canBack="true"
- canCancel="true"
- >
-
- <Target
- targetName="error_in_news_freq"
- jumpIndex="1"
- >
- </Target>
-
- <Target
- targetName="doit"
- jumpIndex="10"
- >
- </Target>
-
- <Info
- helpText="Polling Period"
- >
- </Info>
-
-
- <Info
- helpText="Your server will regularly poll the News Server for obtaning the latest Internet News; the polling period set the interval between two consecutive polling."
- >
- </Info>
-
- <Freetext
- name="freetext2"
- variableName="newsFreq"
- helpText="Polling Period (Hours):"
- editable="true"
- >
- </Freetext>
-
-
- <Info
- helpText="Depending on the kind of internet connection you have, an appropriate polling period can change between 6 and 24 hours."
- >
- </Info>
- </Page>
-
- <Page
- name="error_in_news_freq"
- helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-news.html"
- jumpPage="ask_news_freq"
- nextButtonText="Fix it"
- executionLevel="NORMAL"
- nextFinish="false"
- canBack="true"
- canCancel="true"
- >
-
- <Info
- helpText="The polling period is not correct"
- >
- </Info>
- </Page>
-
- <Page
- name="doit"
- helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-news.html"
- func="do_it"
- nextButtonText="Configure"
- executionLevel="NORMAL"
- nextFinish="false"
- canBack="true"
- canCancel="true"
- >
-
- <Target
- targetName="catastrophic_exit"
- jumpIndex="1"
- >
- </Target>
-
- <Target
- targetName="done"
- jumpIndex="10"
- >
- </Target>
-
- <Info
- helpText="Configuring the Internet News"
- >
- </Info>
-
-
- <Info
- helpText="The wizard collected the following parameters
-needed to configure your Internet News Service:"
- >
- </Info>
-
-
- <Freetext
- name="freetext"
- variableName="newsServer"
- helpText="News Server:"
- editable="false"
- >
- </Freetext>
-
- <Freetext
- name="freetext2"
- variableName="newsFreq"
- helpText="Polling Interval:"
- 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."
- >
- </Info>
- </Page>
-
- <Page
- name="done"
- helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-news.html"
- nextButtonText="Quit"
- executionLevel="NORMAL"
- nextFinish="true"
- canBack="false"
- canCancel="false"
- >
-
- <Info
- helpText="Congratulations"
- >
- </Info>
-
-
- <Info
- helpText="The wizard successfully configured your Internet News service of your server."
- >
- </Info>
- </Page>
-
- <Page
- name="catastrophic_exit"
- comment="Exit in case of catastrophhic system error"
- helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-news.html"
- nextButtonText="Exit"
- executionLevel="NORMAL"
- nextFinish="true"
- canBack="false"
- canCancel="false"
- >
-
- <Info
- helpText="Something terrible happened"
- >
- </Info>
- </Page>
-</Wizard>