comparison newpage.rb @ 364:d69fd7b1ac4d dev yatex-1.78

yatex-1.78
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 26 Dec 2014 01:02:52 +0900
parents f8420028f0fb
children 77a2fd4fd634
comparison
equal deleted inserted replaced
363:f7ae3e4be0bb 364:d69fd7b1ac4d
1 #!/usr/bin/env ruby 1 #!/usr/bin/env ruby
2 # THIS is very very tentative. Insufficient examination of function. 2 # THIS is very very tentative. Insufficient examination of function.
3 # Create new HTML file referring other HTML file in the same directory. 3 # Create new HTML file referring other HTML file in the same directory.
4 # (C)2010 by HIROSE Yuuji [yuuji@yatex.org] 4 # (C)2010 by HIROSE Yuuji [yuuji@yatex.org]
5 # Last modified Mon Sep 6 16:16:33 2010 on firestorm 5 # Last modified Mon Sep 6 16:16:33 2010 on firestorm
6 # $Id$ 6 # $Id: newpage.rb,v 33c8875f52f9 2012-01-12 12:26 +0900 yuuji $
7 # http://www.yatex.org 7 # http://www.yatex.org
8 # Example: 8 # Example:
9 # newpage.rb Create new index.html by copying template. 9 # newpage.rb Create new index.html by copying template.
10 # newpage.rb foo.html Create new foo.html whose by copying header 10 # newpage.rb foo.html Create new foo.html whose by copying header
11 # and footer from index.html. 11 # and footer from index.html.

yatex.org