| 1 |
$Id: README.txt,v 1.5 2005/06/04 01:38:08 kbahey Exp $
|
| 2 |
|
| 3 |
Copyright 2005 http://2bits.com
|
| 4 |
|
| 5 |
Description:
|
| 6 |
------------
|
| 7 |
|
| 8 |
This module provides visitors to your web site with currency conversion rates.
|
| 9 |
|
| 10 |
It also provides a callable API for currency conversion that other modules can
|
| 11 |
use.
|
| 12 |
|
| 13 |
It relies on Yahoo! Finance for getting the currency exchange data.
|
| 14 |
|
| 15 |
Features:
|
| 16 |
---------
|
| 17 |
|
| 18 |
This module provides several options that customize its look and feel:
|
| 19 |
|
| 20 |
* An overview section on the top of the page can contain any text you want
|
| 21 |
* Users can enter an amount, and that amount will calculated in the target
|
| 22 |
currency.
|
| 23 |
* Provides a link to a detailed history and chart page on Yahoo Finance.
|
| 24 |
* All currency conversion operations are logged to the watchdog (optional).
|
| 25 |
* Provides a callable API for other modules to do currency exchange calculations.
|
| 26 |
See currency_api/API.txt for details.
|
| 27 |
|
| 28 |
Database:
|
| 29 |
---------
|
| 30 |
No database changes are required for this module.
|
| 31 |
|
| 32 |
Installation:
|
| 33 |
-------------
|
| 34 |
Please see the INSTALL.txt document for details.
|
| 35 |
|
| 36 |
Bugs/Features/Patches:
|
| 37 |
----------------------
|
| 38 |
If you want to report bugs, feature requests, or submit a patch, please do so
|
| 39 |
at the project page on the Drupal web site.
|
| 40 |
http://drupal.org/project/currency
|
| 41 |
|
| 42 |
Author
|
| 43 |
------
|
| 44 |
Khalid Baheyeldin (http://baheyeldin.com/khalid and http://2bits.com)
|
| 45 |
|
| 46 |
If you use this module, find it useful, and want to send the author
|
| 47 |
a thank you note, then use the Feedback/Contact page at the URL above.
|
| 48 |
|
| 49 |
The author can also be contacted for paid customizations of this
|
| 50 |
and other modules.
|