| 1 |
/**
|
| 2 |
* Cumulus for Drupal
|
| 3 |
* README.txt
|
| 4 |
*/
|
| 5 |
|
| 6 |
Cumulus is a module that provides a beautiful, Flash-based 3D tag cloud implementation.
|
| 7 |
It is based on Roy Tanck's WordPress module called WP-Cumulus (see http://wordpress.org/extend/plugins/wp-cumulus/)
|
| 8 |
|
| 9 |
|
| 10 |
/**
|
| 11 |
* Installing (VERY IMPORTANT!)
|
| 12 |
*/
|
| 13 |
|
| 14 |
- After you put Cumulus in your sites/all/modules or sites/default/modules (or where ever you put them :-) you need one more file...
|
| 15 |
- That file is cumulus.js (which can't be put on drupal.org since its not licensed under GPL.)
|
| 16 |
- Get that file from http://pratul.in/files/cumulus.js
|
| 17 |
- Put in your Cumulus folder.
|
| 18 |
- That's it!
|