]> git.sesse.net Git - webpdf/blobdiff - config.pm
Added another minor hack for making sure we only get the first page in the PNG.
[webpdf] / config.pm
index 68030ea7b555ac58e2f6a7b9824a1718c9d7366b..c268b349a7b309fbe6d8a8384979685c3bee68a2 100644 (file)
--- a/config.pm
+++ b/config.pm
@@ -10,4 +10,10 @@ our $xserver = ":25";
 # Directory for PDF output.
 our $outputdir = "/home/cassarossa/itk/sesse/public_html/pdf/output";
 
+# How many thumbnails to show in the “last uploaded” page.
+our $show_last = 20;
+
+# How many days old a file must be to be deleted in routine cleanups.
+our $minimum_age = 3;
+
 1;