<!--お約束部分始まり:(赤字)部分を自分のサイトに合わせて変更-->
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns="http://purl.org/rss/1.0/">
  <!--サイトのアドレス(トップページ)-->
  <channel rdf:about="http://sato.tanuki.ne.jp/">
    <!--サイト名(タイトル)-->
    <title>徳島のSNS「狸の里」</title>
    <!--サイトのアドレス(トップページ)へのリンク-->
    <link>http://sato.tanuki.ne.jp/</link>
    <!--サイトの内容概要-->
    <description>徳島県のインターネット接続プロバイダ「NMTnet」が運営するSNS「ソーシャル・ネットワーキング・サービス」</description>
    <items>
      <rdf:Seq>


        <!--変更のあったページのURLをリストアップ(赤字部分)-->
        <rdf:li rdf:resource="http://sato.tanuki.ne.jp/index.html" />
        <!--rdf:li rdf:resource="{item_uri2}" /-->


      <!--再びお約束部分-->
      </rdf:Seq>
    </items>
  </channel>


  <!--更新のあったページ毎に以下を繰り返し記述-->
  <!--{item_uri}は、上でリストアップしたものと同じでなければなりません-->
  <item  rdf:about="http://sato.tanuki.ne.jp/index.html">
  <!--更新されたページのタイトル-->
    <title>徳島のSNS「狸の里」</title>>
  <!--更新されたページのURL。通常、上記のitem_uriと同じ-->
    <link>http://sato.tanuki.ne.jp/index.html</link>
  </item>


<!--最後のお約束部分-->
</rdf:RDF>
