]> www.average.org Git - mkgallery.git/blobdiff - include/footer.pl
work in progress on rss generation
[mkgallery.git] / include / footer.pl
index 7fa6b8c67b01da8688ac8d171a90293c47dfe4c8..5b2aab1b1b91bd2e5ac3172dd9e941bf73e072a2 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 $_{-version}</div>"