228 |
kaklik |
1 |
; singapore admin configuration file <http://singapore.sourceforge.net> |
|
|
2 |
; |
|
|
3 |
; This is a special case of a template.ini file |
|
|
4 |
; |
|
|
5 |
|
|
|
6 |
[Functionality] |
|
|
7 |
; |
|
|
8 |
; these settings should not be changed |
|
|
9 |
; |
|
|
10 |
|
|
|
11 |
track_views = false |
|
|
12 |
show_views = true |
|
|
13 |
use_mod_rewrite = off |
|
|
14 |
;mod rewrite doesn't work in admin mode |
|
|
15 |
|
|
|
16 |
|
|
|
17 |
[Advanced] |
|
|
18 |
; |
|
|
19 |
; these settings must not be changed |
|
|
20 |
; |
|
|
21 |
|
|
|
22 |
index_file_url = "admin.php?action=view&" |
|
|
23 |
|
|
|
24 |
[GET variable names] |
|
|
25 |
; |
|
|
26 |
; these settings must not be changed |
|
|
27 |
; |
|
|
28 |
|
|
|
29 |
url_gallery = "gallery" |
|
|
30 |
url_image = "image" |
|
|
31 |
url_startat = "startat" |
|
|
32 |
url_action = "action" |
|
|
33 |
url_lang = "lang" |
|
|
34 |
url_template = "template" |
|
|
35 |
|
|
|
36 |
[Template] |
|
|
37 |
|
|
|
38 |
;Option descriptions have been grouped together here. |
|
|
39 |
;Do not uncomment the following lines, they are for illustration only. |
|
|
40 |
; |
|
|
41 |
;thumb_width_* |
|
|
42 |
; Width in pixels of thumbnails generated by the script. |
|
|
43 |
; This option is affected by the thumb_crop_* option (see below). |
|
|
44 |
; |
|
|
45 |
;thumb_height_* |
|
|
46 |
; Height in pixels of thumbnails generated by the script. |
|
|
47 |
; This option is affected by the thumb_crop_* option (see below). |
|
|
48 |
; |
|
|
49 |
;thumb_crop_* |
|
|
50 |
; By default, width and height are maximum dimensions and images will be |
|
|
51 |
; resized, maintaining the same aspect ratio, to fit within these limits. |
|
|
52 |
; Turn force_size on to make the script crop images to the specified size. |
|
|
53 |
; |
|
|
54 |
;*_gallery |
|
|
55 |
; These options affect gallery pages (those that contain sub-galleries). |
|
|
56 |
; |
|
|
57 |
;*_album |
|
|
58 |
; These options affect album pages (those that contain only images). |
|
|
59 |
; |
|
|
60 |
;*_preview |
|
|
61 |
; These options affect the preview thumbnails displayed on image pages. |
|
|
62 |
; |
|
|
63 |
;*_image |
|
|
64 |
; These options affect full size display images and are only used if |
|
|
65 |
; full_image_resize is on in singapore.ini |
|
|
66 |
|
|
|
67 |
thumb_width_gallery = 50 |
|
|
68 |
thumb_height_gallery = 50 |
|
|
69 |
thumb_crop_gallery = off |
|
|
70 |
thumb_number_gallery = 10 |
|
|
71 |
;Maximum number of galleries to show on one gallery page. |
|
|
72 |
|
|
|
73 |
thumb_width_album = 100 |
|
|
74 |
thumb_height_album = 100 |
|
|
75 |
thumb_crop_album = off |
|
|
76 |
thumb_number_album = 20 |
|
|
77 |
;Maximum number of image thumbnails to show on one album page. |
|
|
78 |
|
|
|
79 |
thumb_width_preview = 50 |
|
|
80 |
thumb_height_preview = 50 |
|
|
81 |
thumb_crop_preview = off |
|
|
82 |
thumb_number_preview = 5 |
|
|
83 |
;Maximum number of preview thumbnails to display before and |
|
|
84 |
;after current image in image view (eg a value of 2 here |
|
|
85 |
;will result in 5 thumbnails (2 before + current + 2 after) |
|
|
86 |
|
|
|
87 |
thumb_width_image = 700 |
|
|
88 |
thumb_height_image = 500 |