<?xml version="1.0" encoding="utf-8" ?>
<!-- 文字コードはUTF-8がイイらしいので -->
<!-- メモ帳で保存するとBOM（Byte Order Mark）が付くので削除してからアップロードすること -->
<!-- ↑もうエディタ環境をJedit X（Mac OS X上）に移したからどーでもいいや -->

<rdf:RDF
 xmlns="http://purl.org/rss/1.0/"
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns:dc="http://purl.org/dc/elements/1.1/"  
 xml:lang="ja">

 <!-- RDFファイルの置き場所(URI) -->
 <channel rdf:about="http://www.center.tottori-u.ac.jp/rss.utf-8.rdf">
  <title>国立大学法人 鳥取大学 総合メディア基盤センター</title>
  <link>http://www.center.tottori-u.ac.jp/</link>
  <description>国立大学法人 鳥取大学 総合メディア基盤センターのWebサイト。</description>
  <items>
   <!-- 更新したページを羅列する目次みたいなモン -->
   <rdf:Seq>


    <rdf:li rdf:resource="http://www.center.tottori-u.ac.jp/index.html"/>

    <rdf:li rdf:resource="http://www.center.tottori-u.ac.jp/news/index.html"/>


    <rdf:li rdf:resource="http://www.center.tottori-u.ac.jp/edu/index.html"/>




    </rdf:Seq>
   </items>
 </channel>

 <!-- 上の目次に対する内容の羅列。date(日時)とdescription(要約)は任意らしい。順序を上に合わせるかは不明だけど合わせてます。 -->



 <item rdf:about="http://www.center.tottori-u.ac.jp/index.html">
  <title>総合メディア基盤センター - おしらせ</title>
  <link>http://www.center.tottori-u.ac.jp/index.html</link>
  <description>2010年03月22日の16時15分〜17時の間の5分間、SINETネットワーク機器のソフトウェアバージョンアップの為ネットワークが停止します。2010年03月28日の12時〜16時の間、新システム停電復旧試験の為、ネットワークが停止します。</description>
  <dc:date>2010-03-15T17:09+09:00</dc:date>
 </item>


 <item rdf:about="http://www.center.tottori-u.ac.jp/news/index.html">
  <title>総合メディア基盤センター - イベント情報/業務連絡一覧</title>
  <link>http://www.center.tottori-u.ac.jp/news/index.html</link>
  <description>ウイルスバスターCorp.のWindows 7（10月22日発売）対応版にバージョンアップしましたが、一部の環境で不具合が発生しています（アンインストールは控えて下さい）。平成21年度情報セキュリティ研修会（術者向け）の開催案内を掲載しました。</description>
  <dc:date>2010-02-19T13:21+09:00</dc:date>
 </item>







 <item rdf:about="http://www.center.tottori-u.ac.jp/edu/index.html">
  <title>総合メディア基盤センター - 教育用情報ネットワークの利用案内</title>
  <link>http://www.center.tottori-u.ac.jp/edu/index.html</link>
  <description>www.edu.tottori-u.ac.jpからWebコンテンツを移行しました。</description>
  <dc:date>2008-10-03T19:30+09:00</dc:date>
 </item>






</rdf:RDF>