Index: image.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/image/image.module,v
retrieving revision 1.157
diff -u -r1.157 image.module
--- image.module	13 Jun 2005 07:48:52 -0000	1.157
+++ image.module	2 Aug 2005 21:56:41 -0000
@@ -12,6 +12,19 @@
       return t('An image (with thumbnail). This is ideal for publishing photographs or screenshots.');
     case 'admin/image':
       return t('Image galleries can be used to organize and present groups of images. Galleries may be nested. To add a new gallery click the "add gallery" tab.');
+    case 'admin/help#image':
+      return t('
+        <p>The image module is used to create and administer images for your site. Each image is stored as a post, with thumbnails of the original generated automatically. There are two default thumbnail sizes, thumbnail and preview. The thumbnail size is shown as the preview for image posts and when browsing image galleries. The preview is the default size when first displaying an image node.</p>
+        <p>Image administration allows the image directory and the image sizes to be set.</p>
+        <p>Image galleries are used to organize and display images in galleries. The list tab allows users to edit existing image gallery names, descriptions, parents and relative position, known as a weight. The add galleries tab allows you to create a new image gallery defining name, description, parent and weight.</p>
+        <p>You can:</p>
+        <ul>
+         <li>view image handling messages in <a href="%administersettings" title="Administer settings">administer >> settings</a>.</li>
+         <li>view lists and add image galleries at <a href="%administerimagegalleries" title="Administer image galleries">administer >> image >> galleries</a></a>.</li>
+         <li>configure image sizes and file directories at <a href="%administerimage" title="Administer image">administer >> settings >> images</a>.</li>
+        </ul>
+        <p>For more information, read the configuration and customization handbook <a href="http://drupal.org/handbook/modules/image" title="Drupal contributes modules: image - galleries of images">image page</a>.</p>
+      ', array('%administersettings' => url('admin/settings'), '%administerimagegalleries' => url('admin/image/galleries'), '%administerimage' => url('admin/settings/image')));
   }
 }
 
