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

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

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


Revision 1.4 - (show annotations) (download)
Fri Apr 3 02:29:25 2009 UTC (7 months, 3 weeks ago) by kmonty
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-ALPHA6, DRUPAL-6--2-0-ALPHA5, DRUPAL-6--2-0-ALPHA10, DRUPAL-6--1-0-ALPHA7, DRUPAL-6--2-0-ALPHA8, DRUPAL-6--2-0-ALPHA3, DRUPAL-6--2-0-ALPHA2, DRUPAL-6--2-0-ALPHA1, DRUPAL-6--2-0-ALPHA7, DRUPAL-6--2-1-ALPHA1, DRUPAL-6--1-0-ALPHA8, DRUPAL-6--2-0-ALPHA4, DRUPAL-6--2-0-ALPHA9, HEAD
Branch point for: DRUPAL-6--1, DRUPAL-6--2
Changes since 1.3: +35 -11 lines
File MIME type: text/plain
Fixing the spacing and language of the README.txt file.
1 ; $Id: README.txt,v 1.3 2008/11/17 01:46:40 wilson98 Exp $
2
3 DESCRIPTION
4 --------------------------
5 Node gallery enable users to create a more flexible and powerful gallery. It is
6 fully integrated with Drupal's core node system. Users choose what kind of
7 content type they want to be the "Gallery" type, and what kind of content type
8 they want to be the "Image" type. When such a relationship is established, users
9 can batch uploading "Images" into "Gallery", editing them within "Gallery", or
10 just deleted them. Because "Image" and "Gallery" are both node types, one can
11 naturely use Drupal's taxonomy module, comment module, VotingAPI, CCK, Views and
12 other powerful modules to enhance the gallery.
13
14 FEATURES
15 ---------------
16 - Node as image, node as gallery.
17 - Use drupal's core batch system to do batch operations such as uploading,
18 editing etc.
19 - Naturally integrated with the taxonomy system, comment system, VotingApi, CCK
20 module and others. Everything you can do with nodes you can do to your gallery
21 and images.
22 - Per user albums.
23 - And many more other features.
24
25 REQUIREMENTS
26 ---------------
27 - Upload module.
28 - Imagecache module.
29
30 CONTRIBUTION
31 ---------------
32 - Node_gallery_access module. Control the access type (public, private,
33 password) of your gallery. Note: This contrib module is extremely unstable and
34 should not be used on production sites
35
36 INSTALLATION
37 ---------------
38 When you enable the Node Gallery module, it automatically creates 2 node types
39 (one for Galleries and one for Gallery Images), three imagecache presets (cover,
40 display, and thumbnail), and establishes one node gallery relationship (Linking
41 Gallery and Gallery Image). All you need to do is configure the permissions for
42 the content types.
43
44 Out of the box, you can create a gallery and then start uploading images.
45 However, you may wish to customize the imagecache presets or the settings for
46 the default relationship.
47
48 Important Note: The three imagecache presets created by the Node Gallery module
49 will be deleted if you disable the Node Gallery module, so it is recommended
50 that you only use these presets with Node Gallery. However, if you modify the
51 Node Gallery presets, they will be saved into the system and continue to exist
52 without regard to the Node Gallery module being enabled.
53
54 CREDITS
55 ----------------------------
56 Originally authored and maintained by Wilson Wu <martic98 AT gmail DOT com> and
57 is currently co-maintained by Kevin Montgomery of New Eon Media
58 <http://neweonmedia.com>

  ViewVC Help
Powered by ViewVC 1.1.2