--- xtimer V0.8087 ---
This document consist of ENGLISH and JAPANESE version.
/*
 * Copyright (c) 1997
 *	Toshihiro Kanda.  All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met:
 * 1. Redistributions of source code must retain the above copyright
 *    notice, this list of conditions and the following disclaimer.
 * 2. Redistributions in binary form must reproduce the above copyright
 *    notice, this list of conditions and the following disclaimer in the
 *    documentation and/or other materials provided with the distribution.
 * 3. All advertising materials mentioning features or use of this software
 *    must display the following acknowledgement:
 *	This product includes software developed by Toshihiro Kanda.
 * 4. Neither the name of the author nor the names of any co-contributors
 *    may be used to endorse or promote products derived from this software
 *    without specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY TOSHIHIRO KANDA AND CONTRIBUTORS ``AS IS'' AND
 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 * ARE DISCLAIMED.  IN NO EVENT SHALL TOSHIHIRO KANDA OR CONTRIBUTORS BE LIABLE
 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 * SUCH DAMAGE.
 *
 */
-------- ENGLISH version ------------------------------------
WHAT IS IT?
	xtimer is a super simple digital timer for X11.

INSTALL
	xmkmf -a
	make all install

EXAMPLES
	I programmed xtimer to display iij-ppp connecting time.

	1. Edit /etc/ppp/ppp.linkup and add the following line after
	`MYADDR:'

	  shell /usr/X11R6/bin/xtimer -geometry +0+0

	NOTE:	- The line must begin with a white space.
		- Modify the path and/or parameters of xtimer.
		- If you have other entries in ppp.linkup,
		  add the above line after each entries.

	2. Create a file /usr/local/bin/xppp as below.

	#!/bin/sh
	/usr/sbin/ppp "$@"
	f=/tmp/xtimer.pid
	test -f $f && kill `cat $f`

	3. Do `chmod +x /usr/local/bin/xppp'.

	4. Run `xppp site' instead of `ppp site'.

	5. You'll get a timer on the top-left corner of the screen!!
	It will disappear when you quit iij-ppp.

AUTHOR
	Toshihiro Kanda.  <candy@fct.kgc.co.jp>

-------- JAPANESE version ------------------------------------
$B$=$l$C$F$J!A$K(B?
	xtimer $B$O(B X window $BMQD64JC1%G%8%?%k%?%$%^!<$G$9!#(B

$B%$%s%9%H!<%k(B
	xmkmf -a
	make all install

$B;H$$J}$NNc(B
	$B;d$OIOK3@-$J$N$G!"(BFreeBSD $B$G(B iij-ppp $B$N@\B3;~4V$rI=<($5$;$F$$(B
	$B$^$9!#(B

	1. /etc/ppp/ppp.linkup $B$N(B MYADDR: $B$N<!$K!"(B1 $B9TDI2C$7$^$9!#(B

	  shell /usr/X11R6/bin/xtimer -geometry +0+0

	$BCm0U(B:	- $B@hF,$K6uGr$rF~$l$F$/$@$5$$!#(B
		- xtimer $B$N%Q%9$d0z?t$O!"E,59JQ99$7$F$/$@$5$$!#(B
		- MYADDR $B0J30$N%(%s%H%j$,$"$k;~$O!"$=$A$i$K$b(B
		  $BDI2C$7$F$/$@$5$$!#(B

	2. /usr/local/bin/xppp $B$H$$$&%U%!%$%k$r:n@.$7$^$9!#(B

	#!/bin/sh
	/usr/sbin/ppp "$@"
	f=/tmp/xtimer.pid
	test -f $f && kill `cat $f`

	3. `chmod +x /usr/local/bin/xppp' $B$7$^$9!#(B

	4. `ppp site' $B$NBe$o$j$K(B `xppp site' $B$G5/F0$7$^$9!#(B

	5. $B2hLL$N:8>e$K%?%$%^!<$,8=$l$^$9!#(B
	iij-ppp $B$r=*N;$9$k$H>C$($^$9!#(B

AUTHOR
	$B?@EDIR9-(B <candy@fct.kgc.co.jp>
