diff options
Diffstat (limited to 'time_wizard/time.wiz')
-rw-r--r-- | time_wizard/time.wiz | 647 |
1 files changed, 0 insertions, 647 deletions
diff --git a/time_wizard/time.wiz b/time_wizard/time.wiz deleted file mode 100644 index ac746ab2..00000000 --- a/time_wizard/time.wiz +++ /dev/null @@ -1,647 +0,0 @@ -<?xml version="1.0"?> - - -<Wizard - name="general" - libScript="__WIZ_HOME__/common/scripts/functions.sh" - wizardTitle="Time wizard" - imagePosition="top" - defaultImage="__WIZ_HOME__/time_wizard/images/Time.png" - perlModule="__WIZ_HOME__/time_wizard/scripts/NTPConf.pm" - rpm="ntp" - summaryFunc="do_it" -> - - <Variable - name="chooser1" - shellVariable="chooser1" - > - </Variable> - - <Variable - name="varserver1" - shellVariable="server1" - > - </Variable> - - - <Variable - name="varserver2" - shellVariable="server2" - > - </Variable> - - - <Variable - name="chooser4" - shellVariable="chooser4" - > - </Variable> - - <Variable - name="wiz_timezone" - shellVariable="wiz_timezone" - > - </Variable> - - <Variable - name="wiz_time_ok" - shellVariable="wiz_time_ok" - defaultValue="ok" - > - </Variable> - - <Page - helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-time.html" - name="welcome" - executionLevel="NORMAL" - nextFinish="false" - canBack="true" - canCancel="true" - > - - <Info - helpText="This wizard will help you to set the time of your server synchronized with an external time server." - > - </Info> - - <Info - helpText="Thus your server will be the local time server for your network." - > - </Info> - - <Info - helpText="press next to begin, or cancel to leave this wizard" - > - </Info> - </Page> - - <Page - helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-time.html" - name="choose_server" - executionLevel="NORMAL" - nextFinish="false" - canBack="true" - canCancel="true" - > - - <Info - helpText="Time Servers" - > - </Info> - - - <Info - helpText="Select a primary and secondary server from the list." - > - </Info> - - <Info - helpText="(please, choose servers in your geographical area)" - > - </Info> - - - <Chooser - name="chooserserver1" - variableName="varserver1" - helpText="Primary Time Server:" - editable="true" - > - <Option - value="bernina.ethz.ch" - description="Swiss Fed. Inst. of Technology" - > - </Option> - - <Option - value="clock.nc.fukuoka-u.ac.jp" - description="Fukuoka university, Fukuoka, Japan" - > - </Option> - - <Option - value="clock.psu.edu" - description="Penn State University, University Park, PA" - > - </Option> - - <Option - value="clock.tricity.wsu.edu" - description="Washington State University Tri-Cities, Richland, Wa" - > - </Option> - - <Option - value="constellation.ecn.uoknor.edu" - description="University of Oklahoma, Norman, Oklahoma, USA" - > - </Option> - - <Option - value="fartein.ifi.uio.no" - description="University of Oslo, Norway" - > - </Option> - - <Option - value="ntp.adelaide.edu.au" - description="University of Adelaide, South Australia" - > - </Option> - - <Option - value="ntp.cs.strath.ac.uk" - description="Dept. Computer Science, Strathclyde University, Glasgow, Scotland" - > - </Option> - - <Option - value="ntp.shim.org" - description="Singapore" - > - </Option> - - <Option - value="ntp.tmc.edu" - description="Baylor College of Medicine, Houston, Tx" - > - </Option> - - <Option - value="ntp1.cmc.ec.gc.ca" - description="Canadian Meteorological Centre, Dorval, Quebec, Canada" - > - </Option> - - <Option - value="ntp1.cs.wisc.edu" - description="Computer Science Department, University of Wisconsin-Madison" - > - </Option> - - <Option - value="ntp2a.mcc.ac.uk" - description="University of Manchester, Manchester, England" - > - </Option> - - <Option - value="sign.chg.ru" - description="Scientific Center in Chernogolovka, Moscow region, Russia" - > - </Option> - - <Option - value="salmon.maths.tcd.ie" - description="Trinity College, Dublin, Ireland" - > - </Option> - - <Option - value="slug.ctv.es" - description="Altea (Alicante/SPAIN)" - > - </Option> - - <Option - value="time.nrc.ca" - description="National Research Council of Canada, Ottawa, Ontario, Canada" - > - </Option> - - <Option - value="time.nuri.net" - description="Inet, Inc., Seoul, Korea" - > - </Option> - - <Option - value="tock.cs.unlv.edu" - description="UNLV College of Engineering, Las Vegas, NV" - > - </Option> - - <Option - value="timelord.uregina.ca" - description="University of Regina, Regina, Saskatchewan, Canada" - > - </Option> - - <Option - value="bitsy.mit.edu" - description="MIT Information Systems, Cambridge, MA" - > - </Option> - - <Option - value="lock.cuhk.edu.hk" - description="The Chinese University of Hong Kong" - > - </Option> - - <Option - value="ntp.univ-lyon1.fr" - description="CISM, Lyon, France" - > - </Option> - - <Option - value="ntp.laas.fr" - description="LAAS/CNRS, Toulouse, France" - > - </Option> - - <Option - value="ntp.unilim.fr" - description="SCI, Universite de Limoges, France" - > - </Option> - - <Option - value="ntp2.unicaen.fr" - description="CRIUC, Universite de Caen, France" - > - </Option> - - <Option - value="ntp.u-psud.fr" - description="CRI, Campus d'Orsay, Universite Paris Sud, France" - > - </Option> - - <Option - value="ntp.loria.fr" - description="Loria, Nancy, France" - > - </Option> - </Chooser> - - <Chooser - name="chooserserver2" - variableName="varserver2" - helpText="Secondary Time Server:" - helpFontName="Default" - helpFontStyle="plain" - helpFontSize="12" - editable="true" - > - - <Option - value="bernina.ethz.ch" - description="Swiss Fed. Inst. of Technology" - > - </Option> - - <Option - value="clock.nc.fukuoka-u.ac.jp" - description="Fukuoka university, Fukuoka, Japan" - > - </Option> - - <Option - value="clock.psu.edu" - description="Penn State University, University Park, PA" - > - </Option> - - <Option - value="clock.tricity.wsu.edu" - description="Washington State University Tri-Cities, Richland, Wa" - > - </Option> - - <Option - value="constellation.ecn.uoknor.edu" - description="University of Oklahoma, Norman, Oklahoma, USA" - > - </Option> - - <Option - value="fartein.ifi.uio.no" - description="University of Oslo, Norway" - > - </Option> - - <Option - value="ntp.adelaide.edu.au" - description="University of Adelaide, South Australia" - > - </Option> - - <Option - value="ntp.cs.strath.ac.uk" - description="Dept. Computer Science, Strathclyde University, Glasgow, Scotland" - > - </Option> - - <Option - value="ntp.shim.org" - description="Singapore" - > - </Option> - - <Option - value="ntp.tmc.edu" - description="Baylor College of Medicine, Houston, Tx" - > - </Option> - - <Option - value="ntp1.cmc.ec.gc.ca" - description="Canadian Meteorological Centre, Dorval, Quebec, Canada" - > - </Option> - - <Option - value="ntp1.cs.wisc.edu" - description="Computer Science Department, University of Wisconsin-Madison" - > - </Option> - - <Option - value="ntp2a.mcc.ac.uk" - description="University of Manchester, Manchester, England" - > - </Option> - - <Option - value="sign.chg.ru" - description="Scientific Center in Chernogolovka, Moscow region, Russia" - > - </Option> - - <Option - value="salmon.maths.tcd.ie" - description="Trinity College, Dublin, Ireland" - > - </Option> - - <Option - value="slug.ctv.es" - description="Altea (Alicante/SPAIN)" - > - </Option> - - <Option - value="time.nrc.ca" - description="National Research Council of Canada, Ottawa, Ontario, Canada" - > - </Option> - - <Option - value="time.nuri.net" - description="Inet, Inc., Seoul, Korea" - > - </Option> - - <Option - value="tock.cs.unlv.edu" - description="UNLV College of Engineering, Las Vegas, NV" - > - </Option> - - <Option - value="timelord.uregina.ca" - description="University of Regina, Regina, Saskatchewan, Canada" - > - </Option> - - <Option - value="bitsy.mit.edu" - description="MIT Information Systems, Cambridge, MA" - > - </Option> - - <Option - value="lock.cuhk.edu.hk" - description="The Chinese University of Hong Kong" - > - </Option> - - <Option - value="ntp.univ-lyon1.fr" - description="CISM, Lyon, France" - > - </Option> - - <Option - value="ntp.laas.fr" - description="LAAS/CNRS, Toulouse, France" - > - </Option> - - <Option - value="ntp.unilim.fr" - description="SCI, Universite de Limoges, France" - > - </Option> - - <Option - value="ntp2.unicaen.fr" - description="CRIUC, Universite de Caen, France" - > - </Option> - - <Option - value="ntp.u-psud.fr" - description="CRI, Campus d'Orsay, Universite Paris Sud, France" - > - </Option> - - <Option - value="ntp.loria.fr" - description="Loria, Nancy, France" - > - </Option> - <Option - value="ntp.u-psud.fr" - description="CRI, Campus d'Orsay, Universite Paris Sud, France" - > - </Option> - - <Option - value="ntp.loria.fr" - description="Loria, Nancy, France" - > - </Option> - - </Chooser> - - <Chooser - name="chooserwiz_timezone" - variableName="wiz_timezone" - defaultOptionScript="get_var wiz_timezone" - fillScript="__WIZ_HOME__/time_wizard/scripts/compute_liste.sh" - helpText="Choose a time zone:" - editable="false" - > - </Chooser> - </Page> - - <Page - helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-time.html" - name="test_server" - func="test" - executionLevel="NORMAL" - nextFinish="false" - canBack="true" - canCancel="true" - > - - <Target - targetName="server_not_responding" - jumpIndex="2" - > - </Target> - - <Target - targetName="ciao" - jumpIndex="1" - > - </Target> - - <Info - helpText="Testing the time servers availability" - > - </Info> - - - <Info - helpText="If the time server is not immediately available (network or other reason), there will be about a 30 second delay." - > - </Info> - - - <Info - helpText="Press next to start the time servers test." - > - </Info> - - - <Freetext - name="freetext1" - variableName="varserver1" - helpText="Primary Time Server:" - editable="false" - > - </Freetext> - - <Freetext - name="freetext2" - variableName="varserver2" - helpText="Secondary Time Server:" - editable="false" - > - </Freetext> - - <Freetext - name="freetext3" - variableName="wiz_timezone" - helpText="Time zone:" - editable="false" - > - </Freetext> - - </Page> - <Page - helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-time.html" - name="server_not_responding" - executionLevel="NORMAL" - nextFinish="false" - canBack="true" - canCancel="true" - func="chooser4" - > - - - <Target - targetName="ciao" - jumpIndex="1" - > - </Target> - - <Target - targetName="test_server" - jumpIndex="2" - > - </Target> - - <Info - helpText="WARNING" - > - </Info> - - <Info - helpText="The time servers are not responding. The causes could be:" - > - </Info> - - <Info - helpText="- non existent time servers" - > - </Info> - - <Info - helpText="- no outside network" - > - </Info> - - <Info - helpText="- other reasons..." - > - </Info> - - - <Info - helpText="You can try again to contact time servers, or save configuration without actually setting time." - > - </Info> - - <Chooser - name="chooser4" - variableName="chooser4" - helpFontName="Default" - helpFontStyle="plain" - helpFontSize="12" - editable="false" - > - - <Option - value="try_again" - description="Try again" - > - </Option> - - <Option - value="save_quit" - description="Save config without test" - > - </Option> - </Chooser> - </Page> - - <Page - helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-time.html" - name="ciao" - nextButtonText="Quit" - executionLevel="NORMAL" - nextFinish="true" - canBack="false" - canCancel="false" - > - - - <Info - helpText="Time server configuration saved" - > - </Info> - - - <Info - helpText="Your server can now act as a time server for your local network." - > - </Info> - - </Page> -</Wizard> |