git ssb

0+

cel / freecheck



Commit b5d7d1562e26e4637571a32b376b026523491612

updated documentation; added self to credits; note config file and install changes

Caleb Maclennan committed on 3/11/2014, 2:40:20 PM
Parent: 3f4fe6f92e8bf124ab4a0b532b4b021d80468f97

Files changed

AUTHORSchanged
ChangeLogchanged
NEWSchanged
READMEchanged
TODOchanged
AUTHORSView
@@ -1,4 +1,5 @@
11 FreeCheck is written by:
22
33 Eric Sandeen <sandeen-freecheck@sandeen.net>
44 James Klicman <james@klicman.org>
5 + Caleb Maclennana <caleb@alerque.com>
ChangeLogView
@@ -2,8 +2,15 @@
22 - removed
33 * bug fix
44 % change
55
6 +Version 0.30.1, March 11, 2O14
7 + + packaged for Archlinux
8 + + began process of updating decade old program
9 + + added installer
10 + % move config file to user directory
11 +
12 +
613 Version 0.3, October 15, 2002
714 + Support for multiple check layouts.
815 + Quicken/QuickBooks compatible check layouts.
916 + EPS logo support
NEWSView
@@ -1,7 +1,15 @@
11 FreeCheck NEWS
22 ------------------------------------------------------------------------------
33
4 +March 2014:
5 +
6 + Caleb Maclennan copied as much of the project source code and history
7 + as he could find and began the process of revamping the aging code for
8 + use on modern systems.
9 +
10 + * First up: a system installer and per-user configs
11 +
412 October 2002:
513
614 In addition to squashing a few minor bugs, James Klicman added
715 the following features:
READMEView
@@ -1,7 +1,8 @@
1-FreeCheck v0.30 October 17,2002
1 +FreeCheck v0.30.1, March 11, 2014
22 Eric Sandeen, <sandeen-freecheck@sandeen.net>
33 James Klicman, <james@klicman.org>
4 +Caleb Maclennan, <caleb@alerque.com>
45
56 -----------------------------------------------
67 | READ THE "WARNING" FILE BEFORE YOU PROCEED! |
78 -----------------------------------------------
@@ -26,11 +27,21 @@
2627
2728 Also, you should use security blank check stock, not just plain
2829 paper.
2930
31 +INSTALLATION
32 +------------
33 +
34 + make prefix=/ install
35 +
3036 CONFIGURATION
3137 -------------
32-Edit the file freecheck.cfg to add your account information, and define
38 +
39 +On first run the program will copy the system default configuration file to
40 +your home directory. From there you can edit it with your accounts and any
41 +custom check styles or layouts.
42 +
43 +Edit the file ~/.freecheck.cfg to add your account information, and define
3344 any new check blanks or styles you want. Take a look at the [Global]
3445 section, too, to set things up for your system. Pay close attention
3546 to the MICR line specification instructions. Most configuration instructions
3647 can be found in this file. If something's too confusing, let me know.
TODOView
@@ -8,11 +8,10 @@
88 * Command-line options for payee, date, memo, and amount
99 (Print out entire, filled out check, not just empty)
1010 * Write a GUI around this thing
1111 * Get more check blank definitions
12- * Pass MICR tweaks on command line (?)
13- * Include a --print option on command line?
14- * Include a --pdf option on command line? (generate PDF, not PS)
12 + * Include a --print option on command line
13 + * Include a --pdf option on command line
1514 * Add Document Structuring Convention stuff to the PS file
1615
1716 And finally...
1817 * Convince someone to have the output professionally tested.

Built with git-ssb-web