diff options
Diffstat (limited to 'www/drupal6-views/pkg-descr')
-rw-r--r-- | www/drupal6-views/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/drupal6-views/pkg-descr b/www/drupal6-views/pkg-descr new file mode 100644 index 000000000000..a146b6f12b82 --- /dev/null +++ b/www/drupal6-views/pkg-descr @@ -0,0 +1,12 @@ +The views module provides a flexible method for Drupal site +designers to control how lists of content (nodes) are presented. +Traditionally, Drupal has hard-coded most of this, particularly +in how taxonomy and tracker lists are formatted. + +This tool is essentially a smart query builder that, +given enough information, can build the proper query, +execute it, and display the results. It has four modes, +plus a special mode, and provides an impressive amount +of functionality from these modes. + +WWW: http://drupal.org/project/views |