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

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

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


Revision 1.1 - (show annotations) (download)
Tue Jun 26 18:10:04 2007 UTC (2 years, 4 months ago) by mfredrickson
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5
File MIME type: text/plain
Initial commit of Node Cloud.

Node Cloud reuses the popular "tag cloud" idea, but allows one to use nodes
as the items in the cloud, instead of terms or tags. Node Cloud is a view
plugin that presents the data returned from the view as a cloud of text, with
the importance of each node indicated by the size of the text.

For more information, see the README.txt
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.

  ViewVC Help
Powered by ViewVC 1.1.2