Changeset 17046

Show
Ignore:
Timestamp:
08/04/08 08:47:49 (5 years ago)
Author:
tokuhirom
Message:

RSS をつくる方法についてもまとめた

Location:
websites/perl-users.jp
Files:
2 added
2 modified

Legend:

Unmodified
Added
Removed
  • websites/perl-users.jp/html/modern_introduction_perl/index.html

    r17010 r17046  
    148148                            </ol> 
    149149                        </li> 
    150                         <li>RSS 
     150                        <li>RSS, Atom, etc. 
    151151                            <ol> 
    152152                                <li><a href="/modern_introduction_perl/rss_parse.html">パーズする(XML::Feed)</a></li> 
    153                                 <li>作成する(XML::Feed)</li> 
     153                                <li><a href="/modern_introduction_perl/rss_create.html">作成する(XML::Feed)</a></li> 
     154                            </ol> 
     155                        </li> 
     156                        <li>YAML 
     157                            <ol> 
     158                                <li>YAML, YAML::Syck, etc.</li> 
    154159                            </ol> 
    155160                        </li> 
     
    188193        <hr /> 
    189194        <p><a href="/modern_introduction_perl/">目次へ</a></p> 
    190         <p>Last modified: $Date: 2008-08-03T02:08:03.504856Z $</p> 
     195        <p>Last modified: $Date: 2008-08-03T23:39:56.435540Z $</p> 
    191196    </body> 
    192197</html> 
  • websites/perl-users.jp/ttroot/modern_introduction_perl/index.html

    r17045 r17046  
    126126                            <ol> 
    127127                                <li><a href="/modern_introduction_perl/rss_parse.html">パーズする(XML::Feed)</a></li> 
    128                                 <li>作成する(XML::Feed)</li> 
     128                                <li><a href="/modern_introduction_perl/rss_create.html">作成する(XML::Feed)</a></li> 
    129129                            </ol> 
    130130                        </li>