Minor edits.
1 parent 6c94274 commit e4b4f5e232c5c67c5a02f1739c458d09a61997f7
@tundra tundra authored on 4 Sep 2002
Showing 3 changed files
View
4
1-HB-License.txt
$Id: 1-HB-License.txt,v 1.2 2001/07/14 06:28:38 tundra Exp $
$Id: 1-HB-License.txt,v 1.3 2002/09/04 23:29:13 tundra Exp $
 
In order to use, study, modify, or copy HB, you must read and agree to
all the licensing terms below. If you do not agree with or understand
*ANYTHING* you see in this document, you are NOT granted a license to
Duplicates and/or distributes the HB software distribution.
 
2) OWNERSHIP
 
HB Is Copyright (c) 2001, TundraWare Inc., All Rights Reserved.
HB Is Copyright (c) 2001, 2002 TundraWare Inc., All Rights Reserved.
 
 
3) TERMS
 
View
10
2-HowToUse.txt
$Id: 2-HowToUse.txt,v 1.3 2001/07/17 21:13:27 tundra Exp $
$Id: 2-HowToUse.txt,v 1.4 2002/09/04 23:29:21 tundra Exp $
 
HOW TO USE HB
=============
 
You then have to make one edit to the hb.py file and tell it where
it can find its budget files. At the top of the program a very few
variables that users should change. You'll see something like this:
 
BASEDIR = "./"
BASEDIR = getenv("HOME") + "/"
BUDFIL = "hb.txt"
 
This says that the directory which holds HB budget files is the
current directory, and the default budget files is called 'hb.txt'
there is not one, the feature will not appear on the toolbar.
 
<C>redit Add funds to an account.
 
<D>ebit Remove funds from an account.
<D>ebit Remove funds from an account. If you just hit Enter, HB
understands this to mean you want to debit the entire
current balance - i.e. Set the account to 0.
 
<L>oad Load a new budget. If you just hit Enter at the prompt,
it will reload the budget you are working on.
 
View
2
■■■
hb.1
something else that supports 'python', give it a whirl.
 
 
.SH COPYRIGHT
hb is Copyright(c) 2001, TundraWare Inc. For terms of use, see the
hb is Copyright(c) 2001, 2002 TundraWare Inc. For terms of use, see the
1-HB-License.txt file in the program distribution. If you install hb on
a FreeBSD system using the 'ports' mechanism, you will also find this
file in /usr/local/share/doc/hb.
.SH AUTHOR