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

Diff of /contributions/modules/fast_gallery/README.txt

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

revision 1.4, Tue Nov 10 18:38:09 2009 UTC revision 1.5, Thu Nov 12 05:46:33 2009 UTC
# Line 13  For a full description of the module, vi Line 13  For a full description of the module, vi
13    http://drupal.org/project/fast_gallery    http://drupal.org/project/fast_gallery
14    
15  To submit bug reports and feature suggestions, or to track changes:  To submit bug reports and feature suggestions, or to track changes:
   http://drupal.org/project/issues/fast_gallery  
16      http://drupal.org/project/issues/fast_gallery
17    
18    
19    
20    -- API for Developers --
21    There are only few requirements that need to be met:
22    
23    * implement hook_fast_gallery_info (see fast_gallery_fast_gallery_info as example)
24    * implement a storageengine that implements the Istorage interface (see default.storage.inc)
25    * the storage engine MUST have fast_gallery_get_storage() which returns an storageengine object
26    }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.2