You are here

README.txt in Currency 5

Same filename and directory in other branches
  1. 6 README.txt
  2. 7 README.txt
Copyright 2005 http://2bits.com

Description:
------------

This module provides visitors to your web site with currency conversion rates.

It also provides a callable API for currency conversion that other modules can
use.

It relies on Yahoo! Finance for getting the currency exchange data.

Features:
---------

This module provides several options that customize its look and feel:

* An overview section on the top of the page can contain any text you want
* Users can enter an amount, and that amount will calculated in the target
  currency.
* Provides a link to a detailed history and chart page on Yahoo Finance.
* All currency conversion operations are logged to the watchdog (optional).
* Provides a callable API for other modules to do currency exchange calculations.
  See currency_api/API.txt for details.

Database:
---------
No database changes are required for this module.

Installation:
-------------
Please see the INSTALL.txt document for details.

Bugs/Features/Patches:
----------------------
If you want to report bugs, feature requests, or submit a patch, please do so
at the project page on the Drupal web site.
http://drupal.org/project/currency

Author
------
Khalid Baheyeldin (http://baheyeldin.com/khalid and http://2bits.com)

If you use this module, find it useful, and want to send the author
a thank you note, then use the Feedback/Contact page at the URL above.

The author can also be contacted for paid customizations of this
and other modules.

File

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