]> www.average.org Git - mkgallery.git/blobdiff - include/footer.pl
attempt to support utf8 better
[mkgallery.git] / include / footer.pl
index 7fa6b8c67b01da8688ac8d171a90293c47dfe4c8..ab700c150aa21dad1a0649d7fe874f938d61beb6 100644 (file)
@@ -1 +1,10 @@
-"<div class=\"genby\">generated by $_{-version}</div>";
+# this gets `eval`-ed and must return a string to be included in the
+# index html page at the bottom.
+
+# The following variables are documented:
+# $_{-version}         SVN release of the running script
+# $_{-depth}           subdir depth relative to the "top" with .gallery2
+# $_{-title}           title of the current subdir (.title contents)
+# $_{-path}            path from the dir that contains .gallery2
+
+"<div class=\"genby\">generated by <a title=\"$_{-version}\" href=\"http://www.average.org/mkgallery/\">mkgallery</a></div>"