| 1 |
//$Id$
|
| 2 |
|
| 3 |
Node Cloud Readme
|
| 4 |
-----------------
|
| 5 |
|
| 6 |
Node Cloud reuses the popular "tag cloud" idea, but allows one to use nodes
|
| 7 |
as the items in the cloud, instead of terms or tags. Node Cloud is a view
|
| 8 |
plugin that presents the data returned from the view as a cloud of text, with
|
| 9 |
the importance of each node indicated by the size of the text.
|
| 10 |
|
| 11 |
Node Cloud is fairly easy to use. To create a node cloud, go to your views
|
| 12 |
administration pages, choose a view, and select "Node Cloud" in the drop down
|
| 13 |
list of views plugins for either the page or block view. Choose two ordering
|
| 14 |
criteria. Node cloud will do the rest.
|
| 15 |
|
| 16 |
Node Cloud tries to use some sane defaults to provide good out of the box
|
| 17 |
support. Getting to know the default behavior will help you better understand
|
| 18 |
what kinds of clouds you can create:
|
| 19 |
|
| 20 |
The order of the nodes in the cloud is controlled by the first sort order in
|
| 21 |
the view. For example, you may wish to sort your node alphabetically or by
|
| 22 |
creation date.
|
| 23 |
|
| 24 |
The size of the individual items in the cloud are controlled by the second
|
| 25 |
sort order in the view. This sort should always be numerical. For example,
|
| 26 |
you might size your nodes on how many votes each has received.
|
| 27 |
|
| 28 |
If you supply any fields, they will be displayed in the cloud. If you don't
|
| 29 |
select any fields, a title link for each node will be used.
|
| 30 |
|
| 31 |
The minimum and maximum text size can be controlled at
|
| 32 |
admin/settings/nodecloud. Text sizes are always in EM measurements.
|
| 33 |
|
| 34 |
Good luck and enjoy Node Cloud.
|