You are here

README.txt in Cumulus 6.2

Same filename and directory in other branches
  1. 5 README.txt
  2. 6 README.txt
  3. 7 README.txt
/**
 * Cumulus for Drupal
 * README.txt
 */

Cumulus is a module that provides a beautiful, Flash-based 3D tag cloud
implementation as a view style.
It is based on Roy Tanck's WordPress module called WP-Cumulus.
See:
http://wordpress.org/extend/plugins/wp-cumulus/
http://www.roytanck.com/


/**
 * Installing
 */

After you put Cumulus in your sites/all/modules or sites/default/modules (or
where ever you put them :-) ) please enable or create a view with cumulus
selected as its output style.

/**
 * Usage
 */
The main idea of cumulus was to display a cloud of taxonomy terms weightend by
their usage count. Views can easily do that but so much more. Maybe you use the
userpoints module and want to provide a view of users with the most points as a
rotaing flash cloud. Or maybe a list uf latest or most accessed nodes. The only
limit is that you can only display plain ASCII textual links.

/**
 * Support
 */

First, read the in-built help at admin/help/cumulus
For more support, feature requests, or to report any bugs, please add an issue
to the queue at http://drupal.org/project/issues/cumulus

File

README.txt
View source
  1. /**
  2. * Cumulus for Drupal
  3. * README.txt
  4. */
  5. Cumulus is a module that provides a beautiful, Flash-based 3D tag cloud
  6. implementation as a view style.
  7. It is based on Roy Tanck's WordPress module called WP-Cumulus.
  8. See:
  9. http://wordpress.org/extend/plugins/wp-cumulus/
  10. http://www.roytanck.com/
  11. /**
  12. * Installing
  13. */
  14. After you put Cumulus in your sites/all/modules or sites/default/modules (or
  15. where ever you put them :-) ) please enable or create a view with cumulus
  16. selected as its output style.
  17. /**
  18. * Usage
  19. */
  20. The main idea of cumulus was to display a cloud of taxonomy terms weightend by
  21. their usage count. Views can easily do that but so much more. Maybe you use the
  22. userpoints module and want to provide a view of users with the most points as a
  23. rotaing flash cloud. Or maybe a list uf latest or most accessed nodes. The only
  24. limit is that you can only display plain ASCII textual links.
  25. /**
  26. * Support
  27. */
  28. First, read the in-built help at admin/help/cumulus
  29. For more support, feature requests, or to report any bugs, please add an issue
  30. to the queue at http://drupal.org/project/issues/cumulus