]> git.defcon.no Git - plsgen/blobdiff - plsgen.cfg
Three new features, three bugfixes. Version 0.4 code.
[plsgen] / plsgen.cfg
index 7436ef425628c253457df943f24b3e2ce62d9e1d..c1c418e457c24155c53bcbdb4de317f77e3f5630 100644 (file)
@@ -50,21 +50,25 @@ disable_rescale             = 0
 # HTML code to wrap each thumbnail with. The default allows simple
 # styling. If you wish to span this over multiple lines, use the
 # end-of-line continuation mark \
+# To get empty content, comment out, or simply don't include these
 thumb_pre              = <div class='thumb'>
 thumb_post             = </div>
 
 # HTML code to wrap comments with, for both index and image
 # display. The default allows simple styling. If you wish to span
 # this over multiple lines, use the end-of-line continuation mark \
+# To get empty content, comment out, or simply don't include these
 comment_pre            = <div id='comment'>
 comment_post           = </div>
 
 # Text-strings that can easily be replaced with more complex HTML.
+# To get empty content, comment out, or simply don't include these
 idx_prev_text          = &larr; Back
 idx_next_text          = Next &rarr;
 idx_ret_text           = To index
 
 # The Album generator tag can be overridden. This is commented
 # out in the sample, but included as an example.
+# This cannot be empty, but it can be set to a &nbsp; ;)
 #footer_tag            = plsgen : Perl Simple Gallery Generator