• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Quote_example.plH A D14-Mar-20212.7 KiB9145

READMEH A D01-Aug-2021774 2717

gnc-fq-check.inH A D14-Mar-20212.7 KiB10449

gnc-fq-dump.inH A D01-Aug-20217.3 KiB243185

gnc-fq-helper.inH A D01-Aug-202111.7 KiB436254

gnc-fq-update.inH A D26-Sep-20211.6 KiB4614

README

1-*-text-*-
2
3This directory contains assorted stock quote scripts.
4
5gnc-fq-check.in:
6
7  Source file for gnc-fq-check which is a perl script that allows
8  gnucash to determine if Finance::Quote is installed properly.  The
9  responses is a scheme form.
10
11gnc-fq-dump.in:
12
13  Source file for gnc-fq-dump which is a perl script that retrieves
14  a quote from Finance::Quote and dumps the response to the terminal.
15  Its useful for determining problems with F::Q.
16
17gnc-fq-helper.in:
18
19  Source file for gnc-fq-helper which is a perl script that
20  allows gnucash to communicate with Finance::Quote over pipes from
21  guile.  The requests and responses are scheme forms.
22
23gnc-fq-update.in:
24
25  Source file for gnc-fq-update which is a perl script that updates
26  Finance::Quote from CPAN.
27