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