Commit b5d7d1562e26e4637571a32b376b026523491612
updated documentation; added self to credits; note config file and install changes
Caleb Maclennan committed on 3/11/2014, 2:40:20 PMParent: 3f4fe6f92e8bf124ab4a0b532b4b021d80468f97
Files changed
AUTHORS | changed |
ChangeLog | changed |
NEWS | changed |
README | changed |
TODO | changed |
AUTHORS | ||
---|---|---|
@@ -1,4 +1,5 @@ | ||
1 | 1 … | FreeCheck is written by: |
2 | 2 … | |
3 | 3 … | Eric Sandeen <sandeen-freecheck@sandeen.net> |
4 | 4 … | James Klicman <james@klicman.org> |
5 … | + Caleb Maclennana <caleb@alerque.com> |
ChangeLog | ||
---|---|---|
@@ -2,8 +2,15 @@ | ||
2 | 2 … | - removed |
3 | 3 … | * bug fix |
4 | 4 … | % change |
5 | 5 … | |
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 … | + | |
6 | 13 … | Version 0.3, October 15, 2002 |
7 | 14 … | + Support for multiple check layouts. |
8 | 15 … | + Quicken/QuickBooks compatible check layouts. |
9 | 16 … | + EPS logo support |
NEWS | ||
---|---|---|
@@ -1,7 +1,15 @@ | ||
1 | 1 … | FreeCheck NEWS |
2 | 2 … | ------------------------------------------------------------------------------ |
3 | 3 … | |
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 … | + | |
4 | 12 … | October 2002: |
5 | 13 … | |
6 | 14 … | In addition to squashing a few minor bugs, James Klicman added |
7 | 15 … | the following features: |
README | ||
---|---|---|
@@ -1,7 +1,8 @@ | ||
1 | -FreeCheck v0.30 October 17,2002 | |
1 … | +FreeCheck v0.30.1, March 11, 2014 | |
2 | 2 … | Eric Sandeen, <sandeen-freecheck@sandeen.net> |
3 | 3 … | James Klicman, <james@klicman.org> |
4 … | +Caleb Maclennan, <caleb@alerque.com> | |
4 | 5 … | |
5 | 6 … | ----------------------------------------------- |
6 | 7 … | | READ THE "WARNING" FILE BEFORE YOU PROCEED! | |
7 | 8 … | ----------------------------------------------- |
@@ -26,11 +27,21 @@ | ||
26 | 27 … | |
27 | 28 … | Also, you should use security blank check stock, not just plain |
28 | 29 … | paper. |
29 | 30 … | |
31 … | +INSTALLATION | |
32 … | +------------ | |
33 … | + | |
34 … | + make prefix=/ install | |
35 … | + | |
30 | 36 … | CONFIGURATION |
31 | 37 … | ------------- |
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 | |
33 | 44 … | any new check blanks or styles you want. Take a look at the [Global] |
34 | 45 … | section, too, to set things up for your system. Pay close attention |
35 | 46 … | to the MICR line specification instructions. Most configuration instructions |
36 | 47 … | can be found in this file. If something's too confusing, let me know. |
TODO | ||
---|---|---|
@@ -8,11 +8,10 @@ | ||
8 | 8 … | * Command-line options for payee, date, memo, and amount |
9 | 9 … | (Print out entire, filled out check, not just empty) |
10 | 10 … | * Write a GUI around this thing |
11 | 11 … | * 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 | |
15 | 14 … | * Add Document Structuring Convention stuff to the PS file |
16 | 15 … | |
17 | 16 … | And finally... |
18 | 17 … | * Convince someone to have the output professionally tested. |
Built with git-ssb-web