/[drupal]/contributions/modules/currency/README.txt
ViewVC logotype

Contents of /contributions/modules/currency/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.6 - (show annotations) (download)
Sat Sep 24 17:30:53 2005 UTC (4 years, 2 months ago) by kbahey
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-1, DRUPAL-5--1-1, DRUPAL-5--1-0, DRUPAL-5--1-3, DRUPAL-5--1-2, HEAD
Branch point for: DRUPAL-5, DRUPAL-4-6, DRUPAL-4-7, DRUPAL-6--1
Changes since 1.5: +7 -4 lines
File MIME type: text/plain
Separated the API in its own module, currency_api so that other modules
can call it and not have to have a menu item for currency conversion.

Changed all "currency exchange" to "currency conversion" so that it describes
more what this module does, and be consistent.
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.

  ViewVC Help
Powered by ViewVC 1.1.2