]> git.donarmstrong.com Git - deb_pkgs/libapache-gallery-perl.git/blobdiff - README
update to new version of Apache::Gallery
[deb_pkgs/libapache-gallery-perl.git] / README
diff --git a/README b/README
index 5572fe33080f082bac9f18574ba8016226da36aa..14877c61045fc26d0ef9a43c04096bff6930b42e 100644 (file)
--- a/README
+++ b/README
@@ -237,6 +237,14 @@ CONFIGURATION
         Set this option to 1 to convert underscores to spaces in the listing
         of directory names.
 
+    GalleryCommentExifKey
+    Set this option to e.g. ImageDescription to use this field as comments
+    for images.
+
+    GalleryEnableMediaRss
+    Set this option to 1 to enable generation of a media RSS feed. This can
+    be used e.g. together with the PicLens plugin from http://piclens.com
+
 FEATURES
     Rotate images
         Some cameras, like the Canon G3, detects the orientation of a
@@ -272,13 +280,17 @@ FEATURES
         Example:
 
                 TITLE: This is the new title of the page
-                And this is the comment.<br>
+                And this is the comment.<br />
                 And this is line two of the comment.
 
         The visible name of the folder is by default identical to the name
         of the folder, but can be changed by creating a file
         <directory>.folder with the visible name of the folder.
 
+        It is also possible to set GalleryCommentExifKey to the name of an
+        EXIF field containing the comment, e.g. ImageDescription. The EXIF
+        comment is overridden by the .comment file if it exists.
+
 DEPENDENCIES
     Perl 5
     Apache with mod_perl