<?xml version="1.0" encoding="UTF-8"?>

<!-- JMdRdf definition file
     2001.03.14  -->
<jmdrdf version="1.0">

    <!-- channel registration. (already implemented)
         base: root of this home page.
         2005.01.18 チャンネルのリンク先を「ポータル」ページへと変更しました。
          -->
    <channel>
        <title>いがぴょん の日記ウェブページ : 更新日時順</title>
        <description>いがぴょんの日記 更新日時順表示</description>
        <link>http://homepage2.nifty.com/igat/igapyon/diary/index.html</link>
        <language>ja</language>
        <copyright>Copyright (C) 2001-2005  伊賀 敏樹</copyright>
        <xmlstylesheetHref>rss.xsl</xmlstylesheetHref>
    </channel>

    <param>
        <filename>rss/idxupdate</filename>
        <baseuri>http://homepage2.nifty.com/igat/igapyon/diary/</baseuri>
    </param>

    <!-- select registration. (already implemented)
         notStartsWith, notEndsWith : A file to except.
          -->
    <select name="default">
        <add>
            <filename startsWith="ig1" />
        </add>

        <add>
            <filename startsWith="ig0" />
        </add>

        <add>
            <filename startsWith="ig9" />
        </add>

        <add>
            <filename startsWith="memo" />
        </add>

        <add>
            <filename startsWith="stdjava" />
        </add>

        <remove>
            <filename startsWith="iga" />
        </remove>
        <remove>
            <filename endsWith=".bak" />
        </remove>
        <remove>
            <!-- .htm_ is work file name of IBM HomgePage Builder. -->
            <filename endsWith=".htm_" />
        </remove>
        <remove>
            <filename endsWith=".png" />
        </remove>
        <remove>
            <filename endsWith=".jar" />
        </remove>
        <remove>
            <filename endsWith=".txt" />
        </remove>
        <remove>
            <filename endsWith="Templete.html" />
        </remove>
        <remove>
            <filename endsWith=".src.html" />
        </remove>
        <remove>
            <filename endsWith=".src.htm" />
        </remove>
        <remove>
            <filename endsWith=".xml" />
        </remove>
        <remove>
            <filename startsWith="idx" />
        </remove>
        <remove>
            <filename equals="index.html" />
        </remove>

        <!-- select by condition. -->
        <!-- <where key="filedate" value="week" count="2" /> -->
        <where key="filedate" value="day" count="8" /> -->

        <!-- sort order by filedate. -->
        <sort order="filedate" desc="true" />

    </select>
</jmdrdf>


