/[suikacvs]/okuchuu/blue-oceans/.whatsnew.pl
Suika

Contents of /okuchuu/blue-oceans/.whatsnew.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Mon Dec 3 06:18:44 2001 UTC (22 years, 11 months ago) by wakaba
Branch: wakaba
CVS Tags: initial
Changes since 1.1: +0 -0 lines
File MIME type: text/plain

1 #!/usr/bin/perl
2
3 require 'jcode.pl';
4
5 open H2H, 'whatnew.ja.h2h';
6 while (<H2H>) {
7 $f = 1 if m#^UL#;
8 next unless $f;
9 last if m#^/UL# || 4 lt $i;
10 unless (m#^UL#) {
11 s#^LI \{[^}]*\}##;
12 print STDOUT '<li>'.jcode::jis($_, 'euc').'</li>';
13 $i++;
14 }
15 }
16 close H2H;

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24