/[suikacvs]/markup/h2h/implementation/classic/diary-edit.pl
Suika

Contents of /markup/h2h/implementation/classic/diary-edit.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.2.1 - (hide annotations) (download)
Sun Jan 29 12:38:51 2012 UTC (12 years, 10 months ago) by wakaba
Branch: norakuro-d
Changes since 1.1: +3 -3 lines
File MIME type: text/plain
Norakuro Diary customization

1 wakaba 1.1 #!/usr/bin/perl
2    
3     (undef, undef, undef, $d, $m, $y) = localtime; $m++;
4    
5    
6     $y += 1900 if $y < 1000;
7     $m = substr('0'.$m, -2);
8     $d = substr('0'.$d, -2);
9    
10 wakaba 1.1.2.1 my $h2h_path = qq(/home/wakaba/pub/kkd/$y/d$y$m${d}.hnf);
11 wakaba 1.1 unless (-e $h2h_path) {
12 wakaba 1.1.2.1 open D, '>', $h2h_path;
13     binmode D; print D "H2H/1.0\x0d\x0aTENKI 2\x0d\x0aOK\x0d\x0a\x0d\x0aNEW ";
14 wakaba 1.1 close D;
15     }
16    
17     system 'emacs -nw '.$h2h_path;
18    
19     require 'h2h-diary.pl';
20     #print STDERR "Opening folder window...";
21     #system 'start D:\home\suika\public_html\d';
22     #system qq(scp /cygdrive/d/home/suika/public_html/d/d$y$m.ja.html wakaba\@suika.fam.cx:/home/wakaba/public_html/d/);

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24