X-Git-Url: https://git.defcon.no/?p=plsgen;a=blobdiff_plain;f=plsgen.cfg;h=0ba6f7884099dc7af194023fb528ca1dcaa5f7f0;hp=84a3b7a4b844f1f1c52f8739d3aaf5fc0dcf0681;hb=68c39fb44a748326e82293210c9cc48d85fe874b;hpb=f4f2b8f68d207d3189de1e07b662aaaf4ed5aa8f diff --git a/plsgen.cfg b/plsgen.cfg index 84a3b7a..0ba6f78 100644 --- a/plsgen.cfg +++ b/plsgen.cfg @@ -14,8 +14,8 @@ navigation_script = ../nav.js # The layout of the thumbnails in the index. Each row will be wrapped # in a
-rows = 3 -columns = 4 +rows = 4 +columns = 5 # HTML code to wrap each thumbnail with. The default allows simple # styling. If you wish to span this over multiple lines, use the @@ -23,6 +23,13 @@ columns = 4 thumb_pre =
thumb_post =
+# 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 \ +comment_pre =
+comment_post =
+ + # Text-strings that can easily be replaced with more complex HTML. idx_prev_text = ← Back idx_next_text = Next →