<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Technology on Information &#187; Period</title>
	<atom:link href="http://tec.toi-planning.net/en/mt/period/feed" rel="self" type="application/rss+xml" />
	<link>http://tec.toi-planning.net/en</link>
	<description>ToI Planning’s technical article</description>
	<lastBuildDate>Sat, 27 Feb 2010 09:13:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tag reference of Period</title>
		<link>http://tec.toi-planning.net/en/mt/period/tags</link>
		<comments>http://tec.toi-planning.net/en/mt/period/tags#comments</comments>
		<pubDate>Tue, 23 Sep 2008 08:31:46 +0000</pubDate>
		<dc:creator>taku</dc:creator>
				<category><![CDATA[Period]]></category>

		<guid isPermaLink="false">http://tec.toi-planning.net/en/uncategorized/period-%e3%81%a7%e5%88%a9%e7%94%a8%e3%81%99%e3%82%8b%e3%82%bf%e3%82%b0</guid>
		<description><![CDATA[
Tags

&#60;MTPeriodEntries&#62;
block

Entries are iterated specifying the period (to the end of period).

Usage

&#60;MTPeriodEntries from="2008/1/1" to="today" sort_by="start"&#62;
from &#60;MTPeriodStart&#62; to &#60;MTPeriodEnd&#62;
&#60;MTEntryBody&#62;
&#60;/MTPeriodEntries&#62;

Modifire


from=&#8221;YYYY/MM/DD [HH:MM:SS] &#124; today &#124; [-] N days&#8221;
The threshold in young one is specified.(default: 1970/1/1/)
to=&#8221;YYYY/MM/DD [HH:MM:SS] &#124; today &#124; [-] N days&#8221;
The threshold in old one is specified.(default: 2200/1/1/)
lastn=&#8221;N&#8221;
The first corresponding N matter is displayed.
sort_by=&#8221;start &#124; end&#8221;
When start is [...]]]></description>
			<content:encoded><![CDATA[<div class="tags">
<h2>Tags</h2>
<div class="tag">
<h3 class="name" id="periodentries">&lt;MTPeriodEntries&gt;</h3>
<h5 class="type_block">block</h5>
<h4 class="description">
Entries are iterated specifying the period (to the end of period).<br />
</h4>
<h5 class="usage">Usage</h5>
<hr/>
<pre><code
>&lt;MTPeriodEntries from="2008/1/1" to="today" sort_by="start"&gt;
from &lt;MTPeriodStart&gt; to &lt;MTPeriodEnd&gt;
&lt;MTEntryBody&gt;
&lt;/MTPeriodEntries&gt;
</code></pre>
<h5 class="modifire">Modifire</h5>
<hr/>
<dl>
<dt>from=&#8221;YYYY/MM/DD [HH:MM:SS] | today | [-] N days&#8221;</dt>
<dd>The threshold in young one is specified.(default: 1970/1/1/)</dd>
<dt>to=&#8221;YYYY/MM/DD [HH:MM:SS] | today | [-] N days&#8221;</dt>
<dd>The threshold in old one is specified.(default: 2200/1/1/)</dd>
<dt>lastn=&#8221;N&#8221;</dt>
<dd>The first corresponding N matter is displayed.</dd>
<dt>sort_by=&#8221;start | end&#8221;</dt>
<dd>When start is permuted in the period end, end is specified when permuting it in the period beginning.</dd>
<dt>sort_order=&#8221;ascend | descend&#8221;</dt>
<dd>When ascend is displayed in the descending order, descend is specified when arranging it in ascending order.</dd>
</dl>
</div>
<div class="tag">
<h3 class="name" id="periodcount">&lt;PeriodEntriesCount&gt;</h3>
<h5 class="type_function">function</h5>
<h4 class="description">
Display number of entries, of these &#8220;End of period&#8221; is included specific period.<br />
</h4>
<h5 class="usage">Usage</h5>
<hr/>
Display number of entries, of these &#8220;End of period&#8221; is after 30 days from today.</p>
<pre><code
>&lt;MTPeriodEntriesCount from="today" to="30 days" sort_by="start"&gt;
</code></pre>
<h5 class="modifire">Modifire</h5>
<hr/>
<p>
Same as <a href="#periodentries">&lt;MTPeriodEntries&gt;</a>.
</p>
</div>
<div class="tag">
<h3 class="name" id="periodstart">&lt;MTPeriodStart&gt;</h3>
<h3 class="name" id="periodstart">&lt;MTPeriodEnd&gt;</h3>
<h5 class="type_function">function</h5>
<h4 class="description">
Displaying date.<br />
</h4>
<h5 class="usage">Usage</h5>
<hr/>
<pre><code
>&lt;MTPeriodStart format="%Y/%m/%d %H:%M:%S"&gt; 〜 &lt;MTPeriodEnd format="%Y/%m/%d %H:%M:%S"&gt;
</code></pre>
<h5 class="modifire">Modifire</h5>
<hr/>
<p>
Same as <a href="http://www.movabletype.org/documentation/appendices/tags/entrydate.html">&lt;MTEntryDate&gt;</a>
</p>
</div>
<div class="tag">
<h3 class="name" id="periodstartdateenable">&lt;MTPeriodStartDateEnable&gt;</h3>
<h3 class="name" id="periodstarttimeenable">&lt;MTPeriodStartTimeEnable&gt;</h3>
<h3 class="name" id="periodenddateenable">&lt;MTPeriodEndDateEnable&gt;</h3>
<h3 class="name" id="periodendtimeenable">&lt;MTPeriodEndTimeEnable&gt;</h3>
<h5 class="type_function">function</h5>
<h4 class="description">
It truly becomes it when done effectively by setting the plug-in.<br />
</h4>
<h5 class="usage">Usage</h5>
<hr/>
<pre><code
>&lt;MTIf tag="PeriodStartDateEnable"&gt;
a to which setting of "Date" of "Beginning at period" is effective
&lt;MTIf&gt;
</code></pre>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://tec.toi-planning.net/en/mt/period/tags/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manual page of Period</title>
		<link>http://tec.toi-planning.net/en/mt/period/manual</link>
		<comments>http://tec.toi-planning.net/en/mt/period/manual#comments</comments>
		<pubDate>Mon, 22 Sep 2008 09:38:02 +0000</pubDate>
		<dc:creator>taku</dc:creator>
				<category><![CDATA[Period]]></category>

		<guid isPermaLink="false">http://tec.toi-planning.net/en/uncategorized/period-%e3%81%ae%e4%bd%bf%e3%81%84%e6%96%b9</guid>
		<description><![CDATA[Plugin Settins for blog

Create Entry

]]></description>
			<content:encoded><![CDATA[<p>Plugin Settins for blog<br />
<a href="http://tec.toi-planning.net/en/wp-content/uploads/period_blog_config.png"><img src="http://tec.toi-planning.net/en/wp-content/uploads/period_blog_config-450x300.png" alt="" title="period_blog_config" width="450" height="300" class="aligncenter size-medium wp-image-146" /></a></p>
<p>Create Entry<br />
<a href="http://tec.toi-planning.net/en/wp-content/uploads/period_entry_editting.png"><img src="http://tec.toi-planning.net/en/wp-content/uploads/period_entry_editting-450x199.png" alt="" title="period_entry_editting" width="450" height="199" class="aligncenter size-medium wp-image-147" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://tec.toi-planning.net/en/mt/period/manual/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>About the Period</title>
		<link>http://tec.toi-planning.net/en/mt/period/about</link>
		<comments>http://tec.toi-planning.net/en/mt/period/about#comments</comments>
		<pubDate>Fri, 19 Sep 2008 17:25:35 +0000</pubDate>
		<dc:creator>taku</dc:creator>
				<category><![CDATA[Period]]></category>

		<guid isPermaLink="false">http://tec.toi-planning.net/en/uncategorized/period-%e3%81%a8%e3%81%af</guid>
		<description><![CDATA[

What’s this

Information of period is related to a entry.
It is possible to cooperate with a periodic task.



Requirements

MTOS
MT4.1

Types of Publishing

Static
Dynamic



Installation

Download archive from download page.
Extract archive file, and upload these files to your plugin directory.
Complete.



License
New BSD License


Related projects
Tested by MT-App-Test.


]]></description>
			<content:encoded><![CDATA[<div class="usage">
<div class="what">
<h3>What’s this</h3>
<ul>
<li>Information of period is related to a entry.</li>
<li>It is possible to cooperate with a periodic task.</li>
</ul>
</div>
<div class="arch">
<h3>Requirements</h3>
<ul>
<li>MTOS</li>
<li>MT4.1</li>
</ul>
<h3>Types of Publishing</h3>
<ul>
<li>Static</li>
<li>Dynamic</li>
</ul>
</div>
<div class="install">
<h3>Installation</h3>
<ol>
<li>Download archive from <a href="http://code.google.com/p/period-mtplugin/downloads/list">download page</a>.</li>
<li>Extract archive file, and upload these files to your plugin directory.</li>
<li>Complete.</li>
</ol>
</div>
<div class="license">
<h3>License</h3>
<h5>New BSD License</h5>
</div>
<div class="license">
<h3>Related projects</h3>
<p>Tested by <a href="http://tec.toi-planning.net/mt/mt-app-test/">MT-App-Test</a>.
</p></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://tec.toi-planning.net/en/mt/period/about/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
