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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Mon Dec 3 07:09:15 2001 UTC (22 years, 5 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
FILE REMOVED
2001-12-03  wakaba <wakaba@suika.fam.cx>

	* imported to cvs.
	* .cvsignore: new.
	
	* intro-photo-08.png, intro-photo-08.jpeg,
	intro-photo-10.jpeg, intro-photo.jpeg: removed.
	
	* 2001/1111/all.jpeg, all-small.jpeg, 1nen.jpeg,
	1nen-small.jpeg: new.
	
	* index.ja.html (whatsnew): add link to 2001/newmember.
	
	* 2001/part/2001-09-29-01-large.jpeg, 2001-09-29-02-large.jpeg
	: new.
	* 2001/0916/DSC00004-small.jpeg: new.
	* 2001/0902/hokuden-01-small.jpeg: new.
	
	* top-t.ja.html, .whatsnew.pl: removed.

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