head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2001.01.28.03.38.56;	author kiwi;	state dead;
branches;
next	1.1;

1.1
date	2001.01.21.21.21.26;	author kiwi;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Since the headline module works... there is no need for original code
@
text
@#!/bin/sh
# This script can be installed somewhere in the path to start Headlines.
# Please make sure the path to the source directory is correct.

PRGDIR="$HOME/src/headlines/"

(cd $PRGDIR ; exec ./headlines.pike "$@@")
@


1.1
log
@Adding a test of headline module for Caudium... Need to finish it... But this gave me crazy... David ? =)
@
text
@@

