<?xml version="1.0" encoding="utf-8" ?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:dc="http://purl.org/dc/elements/1.1/"
         xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
         xmlns="http://purl.org/rss/1.0/">




    



<channel rdf:about="http://nanasi.jp/code/code_index/RSS.xml">
  <title>Vimスクリプトリファレンス</title>
  <link>http://nanasi.jp/</link>
  
  <description>
    
       
       
  </description>
  
  
  
            <syn:updatePeriod>daily</syn:updatePeriod>
            <syn:updateFrequency>1</syn:updateFrequency>
            <syn:updateBase>2009-12-14T12:19:28Z</syn:updateBase>
        
  
  <image rdf:resource="http://nanasi.jp/logo_site.png"/>

  <items>
    <rdf:Seq>
        
            <rdf:li rdf:resource="http://nanasi.jp/code/helloworld.html"/>
        
        
            <rdf:li rdf:resource="http://nanasi.jp/code/basic.html"/>
        
        
            <rdf:li rdf:resource="http://nanasi.jp/code/variable.html"/>
        
        
            <rdf:li rdf:resource="http://nanasi.jp/code/set.html"/>
        
        
            <rdf:li rdf:resource="http://nanasi.jp/code/compare.html"/>
        
        
            <rdf:li rdf:resource="http://nanasi.jp/code/control.html"/>
        
        
            <rdf:li rdf:resource="http://nanasi.jp/code/error.html"/>
        
        
            <rdf:li rdf:resource="http://nanasi.jp/code/call.html"/>
        
        
            <rdf:li rdf:resource="http://nanasi.jp/code/string.html"/>
        
        
            <rdf:li rdf:resource="http://nanasi.jp/code/date.html"/>
        
        
            <rdf:li rdf:resource="http://nanasi.jp/code/collection.html"/>
        
        
            <rdf:li rdf:resource="http://nanasi.jp/code/io.html"/>
        
        
            <rdf:li rdf:resource="http://nanasi.jp/code/screen.html"/>
        
        
            <rdf:li rdf:resource="http://nanasi.jp/code/interactive.html"/>
        
        
            <rdf:li rdf:resource="http://nanasi.jp/code/encode.html"/>
        
    </rdf:Seq>
  </items>

</channel>

    <item rdf:about="http://nanasi.jp/code/helloworld.html">        <title>01. vimスクリプトでHello World</title>        <link>http://nanasi.jp/code/helloworld.html</link>        <description></description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>admin</dc:creator>        <dc:rights></dc:rights>                <dc:date>2009-12-14T17:21:18Z</dc:date>        <dc:type>コレクション</dc:type>    </item>
    <item rdf:about="http://nanasi.jp/code/basic.html">        <title>02. vimスクリプトの基本</title>        <link>http://nanasi.jp/code/basic.html</link>        <description></description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>admin</dc:creator>        <dc:rights></dc:rights>                <dc:date>2009-12-14T17:21:56Z</dc:date>        <dc:type>コレクション</dc:type>    </item>
    <item rdf:about="http://nanasi.jp/code/variable.html">        <title>03. 変数</title>        <link>http://nanasi.jp/code/variable.html</link>        <description></description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>admin</dc:creator>        <dc:rights></dc:rights>                <dc:date>2009-12-14T17:22:16Z</dc:date>        <dc:type>コレクション</dc:type>    </item>
    <item rdf:about="http://nanasi.jp/code/set.html">        <title>04. 変数の操作</title>        <link>http://nanasi.jp/code/set.html</link>        <description></description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>admin</dc:creator>        <dc:rights></dc:rights>                <dc:date>2009-12-14T17:22:43Z</dc:date>        <dc:type>コレクション</dc:type>    </item>
    <item rdf:about="http://nanasi.jp/code/compare.html">        <title>05. 値の比較</title>        <link>http://nanasi.jp/code/compare.html</link>        <description></description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>admin</dc:creator>        <dc:rights></dc:rights>                <dc:date>2009-12-14T17:23:04Z</dc:date>        <dc:type>コレクション</dc:type>    </item>
    <item rdf:about="http://nanasi.jp/code/control.html">        <title>06. 制御構造</title>        <link>http://nanasi.jp/code/control.html</link>        <description></description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>admin</dc:creator>        <dc:rights></dc:rights>                <dc:date>2009-12-14T17:23:25Z</dc:date>        <dc:type>コレクション</dc:type>    </item>
    <item rdf:about="http://nanasi.jp/code/error.html">        <title>07. エラー処理</title>        <link>http://nanasi.jp/code/error.html</link>        <description></description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>admin</dc:creator>        <dc:rights></dc:rights>                <dc:date>2009-12-14T17:24:20Z</dc:date>        <dc:type>コレクション</dc:type>    </item>
    <item rdf:about="http://nanasi.jp/code/call.html">        <title>08. 処理の呼出</title>        <link>http://nanasi.jp/code/call.html</link>        <description></description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>admin</dc:creator>        <dc:rights></dc:rights>                <dc:date>2009-12-14T17:24:29Z</dc:date>        <dc:type>コレクション</dc:type>    </item>
    <item rdf:about="http://nanasi.jp/code/string.html">        <title>09. 文字列操作</title>        <link>http://nanasi.jp/code/string.html</link>        <description></description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>admin</dc:creator>        <dc:rights></dc:rights>                <dc:date>2009-12-14T17:24:40Z</dc:date>        <dc:type>コレクション</dc:type>    </item>
    <item rdf:about="http://nanasi.jp/code/date.html">        <title>10. 日付、時間の操作</title>        <link>http://nanasi.jp/code/date.html</link>        <description></description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>admin</dc:creator>        <dc:rights></dc:rights>                <dc:date>2009-12-14T17:24:49Z</dc:date>        <dc:type>コレクション</dc:type>    </item>
    <item rdf:about="http://nanasi.jp/code/collection.html">        <title>11. コレクションの操作</title>        <link>http://nanasi.jp/code/collection.html</link>        <description></description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>admin</dc:creator>        <dc:rights></dc:rights>                <dc:date>2009-12-14T17:24:58Z</dc:date>        <dc:type>コレクション</dc:type>    </item>
    <item rdf:about="http://nanasi.jp/code/io.html">        <title>12. 入出力操作</title>        <link>http://nanasi.jp/code/io.html</link>        <description></description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>admin</dc:creator>        <dc:rights></dc:rights>                <dc:date>2009-12-14T17:25:54Z</dc:date>        <dc:type>コレクション</dc:type>    </item>
    <item rdf:about="http://nanasi.jp/code/screen.html">        <title>13. エディタのスクリーンの操作</title>        <link>http://nanasi.jp/code/screen.html</link>        <description></description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>admin</dc:creator>        <dc:rights></dc:rights>                <dc:date>2009-12-14T17:26:03Z</dc:date>        <dc:type>コレクション</dc:type>    </item>
    <item rdf:about="http://nanasi.jp/code/interactive.html">        <title>14. 対話的処理</title>        <link>http://nanasi.jp/code/interactive.html</link>        <description></description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>admin</dc:creator>        <dc:rights></dc:rights>                <dc:date>2009-12-14T17:26:10Z</dc:date>        <dc:type>コレクション</dc:type>    </item>
    <item rdf:about="http://nanasi.jp/code/encode.html">        <title>15. 文字コード関連の処理</title>        <link>http://nanasi.jp/code/encode.html</link>        <description></description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>admin</dc:creator>        <dc:rights></dc:rights>                <dc:date>2009-12-14T17:26:19Z</dc:date>        <dc:type>コレクション</dc:type>    </item>




</rdf:RDF>

