]> git.defcon.no Git - plsgen/blob - plsgen.cfg
0ba6f7884099dc7af194023fb528ca1dcaa5f7f0
[plsgen] / plsgen.cfg
1 # This configuration file contains the default values
2 # used if no configuration file is present.
3 #
4 # Adjust as appropriate. Make special note of the
5 # location of the template files, and the CSS/script.
6
7 # Template file locations, absolute paths on the local filesystem
8 full_tpl_file = /usr/local/share/plsgen/full.tpl
9 index_tpl_file = /usr/local/share/plsgen/index.tpl
10
11 # CSS and script files are given paths as presented by your web-server.
12 css_file = ../style.css
13 navigation_script = ../nav.js
14
15 # The layout of the thumbnails in the index. Each row will be wrapped
16 # in a <div class='thumnails'>
17 rows = 4
18 columns = 5
19
20 # HTML code to wrap each thumbnail with. The default allows simple
21 # styling. If you wish to span this over multiple lines, use the
22 # end-of-line continuation mark \
23 thumb_pre = <div class='thumb'>
24 thumb_post = </div>
25
26 # HTML code to wrap comments with, for both index and image
27 # display. The default allows simple styling. If you wish to span
28 # this over multiple lines, use the end-of-line continuation mark \
29 comment_pre = <div id='comment'>
30 comment_post = </div>
31
32
33 # Text-strings that can easily be replaced with more complex HTML.
34 idx_prev_text = &larr; Back
35 idx_next_text = Next &rarr;
36 idx_ret_text = To index
37 footer_tag = plsgen : Perl Simple Gallery Generator 0.1
38