| 1 |
$Id: README.txt,v 1.4 2008/09/05 22:52:14 chris Exp $
|
| 2 |
|
| 3 |
Welcome to sparkline.module. This module is designed as a Drupal wrapper
|
| 4 |
for the PHP Sparkline library[1]. It allows other modules to generate
|
| 5 |
sparklines[2], and provides a filter for users to embed them in posts.
|
| 6 |
|
| 7 |
FEATURES
|
| 8 |
--------
|
| 9 |
* Creates cool sparkline images.
|
| 10 |
* Filters nodes to display embedded sparklines.
|
| 11 |
* More to be written.
|
| 12 |
|
| 13 |
|
| 14 |
INSTALL REQUIREMENTS
|
| 15 |
--------------------
|
| 16 |
1. Requires the PHP binary to have been built with the GD library, which is
|
| 17 |
used by the PHP Sparkline library for generating the sparklines images. A
|
| 18 |
version is included with this module as it requires some changes to not
|
| 19 |
conflict with Drupal functions.
|
| 20 |
|
| 21 |
BUGS / TO DO
|
| 22 |
------------
|
| 23 |
To find, search, and contribute to bugs and new features for htis module, see
|
| 24 |
the project's issue queue on drupal.org:
|
| 25 |
|
| 26 |
http://drupal.org/project/issues/sparkline
|
| 27 |
|
| 28 |
CONTRIBUTORS
|
| 29 |
------------
|
| 30 |
* Original prototype developed by Jeff Eaton (#drupal:eaton).
|
| 31 |
* Further development by Chris Johnson (#drupal:chrisxj, http://drupal.org/user/2794).
|