gnucash/libgnucash/quotes
Geert Janssens ddfd38d8c3 Remove cmake hoop to change file permissions
As we are using cmake's own configure_file command, it will just copy
the permissions of the input file, which is what we want here.
2017-12-23 14:07:25 +01:00
..
CMakeLists.txt Remove cmake hoop to change file permissions 2017-12-23 14:07:25 +01:00
gnc-fq-check.in Replace GNC_CONFIGURE(2) with configure_file 2017-12-23 14:07:25 +01:00
gnc-fq-dump Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-fq-helper.in Replace GNC_CONFIGURE(2) with configure_file 2017-12-23 14:07:25 +01:00
gnc-fq-update.in Replace GNC_CONFIGURE(2) with configure_file 2017-12-23 14:07:25 +01:00
gnc-value-portfolio Restructure the src directory 2017-08-10 18:45:00 +02:00
Makefile.am Replace GNC_CONFIGURE(2) with configure_file 2017-12-23 14:07:25 +01:00
Quote_example.pl Restructure the src directory 2017-08-10 18:45:00 +02:00
README Restructure the src directory 2017-08-10 18:45:00 +02:00

-*-text-*-

This directory contains assorted stock quote scripts.

gnc-fq-check.in:

  Source file for gnc-fq-check which is a perl script that allows
  gnucash to determine if Finance::Quote is installed properly.  The
  responses is a scheme form.

gnc-fq-dump:

  A perl script that retrieves a quote from Finance::Quote and dumps
  the response to the terminal.  Its useful for determining problems
  with F::Q.

gnc-fq-helper.in:

  Source file for gnc-fq-helper which is a perl script that
  allows gnucash to communicate with Finance::Quote over pipes from
  guile.  The requests and responses are scheme forms.

gnc-fq-update.in:

  Source file for gnc-fq-update which is a perl script that updates
  Finance::Quote from CPAN.

gnc-value-portfolio:

  A stand-alone perl script for updating and printing the value of a
  portfolio.  To use this script, edit the first few lines at the top
  of the file to indicate your portfolio and purchase price.
  (from Christopher B. Browne, cbbrowne@hex.net)