~ubuntu-branches/ubuntu/natty/libofx/natty

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Bushnell, BSG
  • Date: 2005-11-29 00:12:00 UTC
  • mfrom: (1.2.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051129001200-aplj8zbj80f68xby
Tags: 1:0.8.0-9
Generate autotools using Debian libtool (rerun libtoolize --copy
--force, aclocal-1.9, autoconf). (Closes: #341190)

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
I do not plan on working on this utility much further, but I would be more than happy to accept contributions.
16
16
usage: ofx2qif path_to_ofx_file/ofx_filename > output_filename.qif
17
17
 
 
18
ofxconnect:
 
19
sample app to demonstrate & test new direct connect API's (try "make check" in the ofxconnect folder).  Read README.privateserver first.
 
20
 
18
21
LibOFX strives to achieve the following design goals:
19
22
 
20
23
-Simplicity: OFX is a VERY complex spec. However, few if any software needs all this complexity. The library tries to hide this complexity by "flattening" the data structures, doing timezone conversions, currency conversion, etc.