comparison example.cfg @ 273:8ce9474f41f5

Update example configuration.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 14 May 2019 13:58:46 +0300
parents 6a9e6277ef3c
children
comparison
equal deleted inserted replaced
272:007921f59d98 273:8ce9474f41f5
1 ;;; 1 ;;;
2 ;;; MGallery example configuration 2 ;;; MGallery example configuration
3 ;;; 3 ;;;
4 4
5 ; Timezone used for timestamp/date calculations. 5 ;;; Timezone used for timestamp/date calculations.
6 ; See http://php.net/manual/en/timezones.php 6 ; See http://php.net/manual/en/timezones.php
7 ; This MUST BE CONFIGURED!
7 timezone = "Europe/Helsinki" 8 timezone = "Europe/Helsinki"
8 9
9 10
10 ;;; Gallery title, etc. 11 ;;; Gallery title, etc.
11 title_prefix = "My Own Gallery" 12 title_prefix = "My Own Gallery"
12 title_sep = " - " 13 title_sep = " - "
13 page_info = "<b>MGallery</b> &copy; Copyright 2015-2018 Tecnic Software productions (TNSP)" 14 page_info = "<b>MGallery</b> &copy; Copyright 2015-2019 Tecnic Software productions (TNSP)"
14 15
15 16
16 ;;; 17 ;;;
17 ;;; CSS / layout style 18 ;;; CSS / layout style
18 ;;; 19 ;;;
39 ;mgallery_php = "mgallery.php" 40 ;mgallery_php = "mgallery.php"
40 ;format_exts = "\.jpg|\.png|\.gif|\.jpeg|\.webp" 41 ;format_exts = "\.jpg|\.png|\.gif|\.jpeg|\.webp"
41 42
42 ;captions_file = "captions.txt" 43 ;captions_file = "captions.txt"
43 ;header_file = "header.txt" 44 ;header_file = "header.txt"
44 ;info_file = "gallery.info" 45 ;info_file = "mgallery.info"
45 ;cache_file = ".gallery.cache" 46 ;cache_file = ".mgallery.cache"
46 ;clean_urls = no 47 ;clean_urls = no
47 48
48 49
49 ;;; 50 ;;;
50 ;;; Thumbnail/medium size image settings 51 ;;; Thumbnail/medium size image settings