view example.cfg @ 19:59075f5e7a62

Add configuration setting to enable and disable use of HTML table elements.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 14 Sep 2015 12:49:56 +0300
parents 3f7bc4202df3
children 5ecb92a7338c
line wrap: on
line source

;;;
;;; MGallery example configuration
;;;

;;; Gallery title, etc.
title_prefix         = "My Own Gallery"
title_sep            = " - "
page_info            = "<b>MGallery</b> &copy; Copyright 2015 Tecnic Software productions (TNSP)"


;;;
;;; CSS / layout style
;;;
css_select           = yes
css                  = "/mgallery/basic.css"
album_icon           = "/mgallery/album_sm.png"

navi_ctrl_up         = "up"
navi_ctrl_prev       = "<< prev"
navi_ctrl_next       = "next >>"

; Use image from sub-album as album cover image
cover_images         = yes

; Use table elements? If disabled, CSS is responsible for formatting
use_tables           = yes

;;;
;;; Important paths and urls
;;;
base_path            = "/absolute/path/to/your/gallery"
base_url             = "/base/url/"


;image_url            = "/gallery/"
;mgallery_php         = "mgallery.php"
;tn_path              = "tn/"
;format_exts          = "\.jpg|\.png|\.gif|\.jpeg"

;captions_file        = "captions.txt"
;header_file          = "header.txt"
;info_file            = "gallery.info"
;cache_file           = ".gallery.cache"
;clean_urls           = no


;;;
;;; Thumbnail/medium size image settings
;;;
;med_suffix           = ".med"
;tn_width             = 140
;tn_height            = 100
;tn_quality           = 80
;med_width            = 800
;med_height           = 600
;med_quality          = 95