<?xml version="1.0" encoding="UTF-8"?>
<config>
  <!--
		Application URL
	//-->
  <APP_ROOT>
    <![CDATA[./]]>
  </APP_ROOT>
  <!--
		Application status (used by LogManager)
	//-->
  <APP_STATUS>3</APP_STATUS>
	<!--
		sync interval - set to 0 to disable syncing.
	//-->
  <SYNC_INTERVAL>60000</SYNC_INTERVAL>
	<!--
		time sync path
	//-->
	<SYNC_PATH><![CDATA[time.php]]></SYNC_PATH>
	<!--
		post live start date
	//-->
  <POST_LIVE_START><![CDATA[Jul 20 18:17:00 UTC-0400 2010]]></POST_LIVE_START>
  <!--
		AMF gateway URL
	//-->
  <AMF_GATEWAY>
    <![CDATA[http://moonlanding.dev.domanistudios.com/data/app/amf.php]]>
  </AMF_GATEWAY>
  <!--
		Video files (progressive download)
	//-->
  <IMAGES>
    <![CDATA[images/]]>
  </IMAGES>
  <!--
		Media distribution host
	//-->
  <MEDIA_HOST>
    <![CDATA[./]]> <!--http://o.aolcdn.com/moon/httpdocs/-->
  </MEDIA_HOST>
  <!--
		Streaming video host
	//-->
  <STREAMING_HOST>
    <![CDATA[]]>
  </STREAMING_HOST>
  <!--
		User uploaded images
	//-->
  <UPLOADED_IMAGES>
    <![CDATA[]]>
  </UPLOADED_IMAGES>
<!-- app mode: "testing" "live_experience" or "post_live_experience"-->
	<APP_MODE>live_experience</APP_MODE>
	<!-- settings for testing mode. 
	stageDuration is used to override the zeroHourValue of each stageData. each stage will last for [stageDuration] milliseconds.
	preloadWindow is used to override the preloadWindow of each stageData.
	initialStageID is the first stage that will be overridden. Set this to '1' to run through the entire site in test mode.
	note: is initialStageID ≠ 1, the mission timers may display incorrectly. this is because only the stages including and after the initial stage are overridden.
	initialStageID IS INTENDED FOR QUICK TESTING OF INITIAL STAGES ONLY.
-->
	<TEST_MODE_SETTINGS initialStageID="1" stageDuration="120000" preloadWindow="60000"/>

<STAGE_DATA>
	<!--StageData zeroHour= "Month DD HH:MM:SS UTC±HHMM YYYY" preloadWindow= "value in milliseconds" title="title of stage" description="description of stage"-->
	<!--Pre-Launch-->
	<StageData id="1" zeroHour="Jun 01 00:00:00 UTC-0400 2009" preloadWindow="300000" title="Prelaunch" description="Apollo 11 Prelaunch."/>
 
	<!--Launch-->
	<StageData id="2" zeroHour="Jul 16 09:32:00 UTC-0400 2009" preloadWindow="300000" title="Launch" description="Launch of Apollo 11. We are headed to the moon."/>

	<!--Earth Orbit Begins-->
	<StageData id="3" zeroHour="Jul 16 09:45:00 UTC-0400 2009" preloadWindow="300000" title="Earth Orbit Begins" description="Apollo 11 is orbiting Earth."/>

	<!--Leaving Earth's Orbit-->
	<StageData id="4" zeroHour="Jul 16 12:22:00 UTC-0400 2009" preloadWindow="300000" title="Leaving Earth's Orbit" description="Apollo 11 is on a trajectory to the moon. "/>

	<!--Command Service Module Separates-->
	<StageData id="5" zeroHour="Jul 16 12:47:00 UTC-0400 2009" preloadWindow="300000" title="Command Service Module Separates" description="Command Service Module (CSM) connects with the Lunar Module (LM)."/>

	<!--Command Service Module Ignites-->
	<StageData id="6" zeroHour="Jul 16 14:13:00 UTC-0400 2009" preloadWindow="300000" title="Command Service Module Ignites" description="Service module ignites, pushing Apollo 11 closer to the moon. "/>

	<!--Lunar Orbit Begins-->
	<StageData id="7" zeroHour="Jul 19 13:21:00 UTC-0400 2009" preloadWindow="300000" title="Lunar Orbit Begins" description="Apollo 11 begins its first of 12 moon orbits before Lunar Module (LM) separation."/>
	
	<!--Lunar Excursion Module Separates-->
	<StageData id="8" zeroHour="Jul 20 13:44:00 UTC-0400 2009" preloadWindow="300000" title="Lunar Excursion Module Separates" description="LM and CSM separate without the benefit of radio contact with Houston."/>

	<!--Lunar Excursion Module Descends-->
	<StageData id="9" zeroHour="Jul 20 16:05:00 UTC-0400 2009" preloadWindow="300000" title="Lunar Excursion Module Descends" description="Armstrong and Aldrin head to the moon’s surface."/>

	<!--Lunar Excursion Module Detour-->
	<StageData id="10" zeroHour="Jul 20 16:15:00 UTC-0400 2009" preloadWindow="300000" title="Lunar Excursion Module Detour" description="Armstrong manually redirects Lunar Module due to large boulder field in planned landing arena."/>

	<!--Man Walks on Moon-->
	<StageData id="11" zeroHour="Jul 20 16:16:45 UTC-0400 2009" preloadWindow="300000" title="Man Walks on Moon" description="The Eagle has landed."/>

</STAGE_DATA>

</config>
