ChangeLog Memo Tools

2006/02/08 Kazuki Ohta

Introduction

The tools for processing ChangeLog Memo, mainly converting ChangeLog style text to html page. This software is inspired by the article 'The Memo Techniques for Unix (Japanese)' by Satoru Takabayashi. This is my first attempt to use Ruby programming language.

Author

Kazuki Ohta

Example

Example output is HERE.

Download

Format of ChangeLog Memo

You need to follow the following format 'strictly'.
2005-04-21 Kazuki Ohta 
[ Empty Line (important!) ]
	* Category:Happy Birthday!
	Contents
	Contents
[ Empty Line (important!) ]
	* Category:Happy Birthday!
	Contents
	Contents
[ Empty Line (important!) ]
2006-04-21 Kazuki Ohta 
[ Empty Line (important!) ]
	* Category:Happy Birthday!
	Contents
	Contents
[ Empty Line (important!) ]
And you can use special tags listed below in the 'Contents'.
Tag Usage
[src] - [/src] replaced with 'pre' tag
[img src="hogehoge.jpg"] replaced with 'img' tag
[yyyy-mm-dd] can be used to refer old date entry

Usage

$./cl2html.rb clmemo.txt > output.html

Release Log

Links

[ return ]