comparison example.cfg @ 0:ac688606ec4b

Initial import of code.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 13 May 2015 07:27:40 +0300
parents
children 0a284f2ccc73
comparison
equal deleted inserted replaced
-1:000000000000 0:ac688606ec4b
1 ;;;
2 ;;; MGallery example configuration
3 ;;;
4
5 ;;; Gallery title, etc.
6 title_prefix = "My Own Gallery"
7 title_sep = " - "
8 page_info = "<b>MGallery v0.1</b> &copy; Copyright 2015 Tecnic Software productions (TNSP)"
9
10
11 ;;;
12 ;;; CSS / layout style
13 ;;;
14 css_select = yes
15 css = "/mgallery/basic.css"
16 album_icon = "/mgallery/album_sm.png"
17
18
19 ;;;
20 ;;; Important paths and urls
21 ;;;
22 base_path = "/absolute/path/to/your/gallery"
23 base_url = "/base/url/"
24
25
26 ;image_url = "/gallery/"
27 ;mgallery_php = "mgallery.php"
28 ;tn_path = "tn/"
29 ;format_exts = "\.jpg|\.png|\.gif|\.jpeg"
30
31 ;captions_file = "captions.txt"
32 ;header_file = "header.txt"
33 ;info_file = "gallery.info"
34 ;cache_file = ".gallery.cache"
35 ;clean_urls = no
36
37
38 ;;;
39 ;;; Thumbnail/medium size image settings
40 ;;;
41 ;med_suffix = ".med"
42 ;tn_width = 140
43 ;tn_height = 100
44 ;tn_quality = 80
45 ;med_width = 800
46 ;med_height = 600
47 ;med_quality = 95