diff README.rst @ 0:1f85ed8ed469

Iniitial commit of sample ofxstatement plugin
author Andrey Lebedev <andrey@lebedev.lt>
date Sat, 02 Nov 2013 14:26:03 +0200
parents
children 103ad506a83d
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.rst	Sat Nov 02 14:26:03 2013 +0200
@@ -0,0 +1,17 @@
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Sample plugin for ofxstatement
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+This project provides a boilerplate for custom plugins for ofxstatement.
+
+`ofxstatement`_ is a tool to convert proprietary bank statement to OFX format,
+suitable for importing to GnuCash. Plugin for ofxstatement parses a
+particular proprietary bank statement format and produces common data
+structure, that is then formatted into an OFX file.
+
+.. _ofxstatement: https://github.com/kedder/ofxstatement
+
+
+Users of ofxstatement have developed several plugins for their banks. They are
+listed on main `ofxstatement`_ site. If your bank is missing, you can develop
+your own plugin.