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


1.1
date	2006.03.24.19.35.58;	author aflag;	state Exp;
branches;
next	;


desc
@@


1.1
log
@First CVS version. Already working software.
@
text
@  runbaby - A GUI program that let's you run other programs without opening a
  shell or using the mouse.
  Copyright (C) 2006 Rafael Cunha de Almeida
  
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.
  
  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.
  
  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA

INSTALL
=======

The installation of this program is fairly easy. You should use the installer
program. It's a very polite installer and you should have no trouble using it.

For setting the path where you want to install the program simple type:
./installer setpath path_to_install
Then installation should happen smoothly with:
./installer install
The following command will uninstall the software:
./installer uninstall

The default path it will install the files if no other path is set is /usr/local


RUNNING THE PROGRAM
===================

Running "runbaby" is very simple. You simple run it and a nice GUI screen should
show up where you type what program you want to execute. The "Run terminal"
button will spawn a new terminal (its shortcut is alt+t). You can set the which
file it will execute when it's pressed by editing the file .runbaby in your home
directory or editing /etc/runbaby.conf for global settings.

Currently only one variable is supported in the configuration files, it is the
term variable. If you type:
term=aterm -bg black -fg white
inside .runbaby it will spawn aterm terminal when the "Run terminal" button is
pressed. The default terminal it opens is xterm.

AUTHOR: Rafael C. Almeida <almeidaraf@@gmail.com>
@
