<newsletter id='half-day'>

	<descriptions>
		<admin><![CDATA[<?php _e('Half Day', 'MailPress'); ?>]]></admin>
		<blog><![CDATA[<?php  _e('Half Day newsletter', 'MailPress'); ?>]]></blog>
	</descriptions>

	<mail>
		<Template>daily</Template>
		<subject><![CDATA[<?php printf( __('[%1$s] Half Day newsletter', 'MailPress'), get_bloginfo('name')); ?>]]></subject>
		<the_post_types><![CDATA[<?php echo $_post_type->labels->name; ?>]]></the_post_types>
		<the_post_type><![CDATA[<?php echo $_post_type->labels->singular_name; ?>]]></the_post_type>
	</mail>

	<slots>2</slots>	<!-- subdivision in a day : 1, 2, 3, 4, 6, 8, 12, 24 -->

	<processor>
		<id>day-1</id>
		<threshold>MailPress_half_day</threshold><!-- stored on wordpress options table -->
		<args>            <!-- start of the first slot of the day -->
			<hour>06</hour>		<!-- [00 to 23] -->
			<minute>00</minute>	<!-- [00 to 59] -->
		</args>
	</processor>

	<scheduler>
		<id>day</id>
		<args>            <!-- release the newsletter first slot of the day -->
			<hour>06</hour>		<!-- [00 to 23] -->
			<minute>00</minute>	<!-- [00 to 59] -->
		</args>
	</scheduler>

</newsletter>