]> git.imager.perl.org - bse.git/blob - site/cgi-bin/bse.cfg
51ffb8588aa50463729024491c18912ae8aa747f
[bse.git] / site / cgi-bin / bse.cfg
1 [site]
2 name=SomeSite
3 ; url should not include a trailing /
4 url=http://your.site.base
5 secureurl=$(url)
6
7 [basic]
8 randomdata = /dev/urandom
9 access_control=0
10
11 [paths]
12 ; the following needs to be set to a path writable by the BSE processes
13 downloads = /somewhere
14
15 [pregenerate]
16
17 ; the following are required by the system - don't modify them
18 user/alreadyblacklisted.tmpl = user,user/alreadyblacklisted_base.tmpl
19 user/blacklistdone.tmpl = user,user/blacklistdone_base.tmpl
20 user/cantunsub.tmpl = user,user/cantunsub_base.tmpl
21 user/confirmed.tmpl = user,user/confirmed_base.tmpl
22 user/confsent.tmpl = user,user/confsent_base.tmpl
23 user/email_conferror.tmpl = user,user/email_conferror_base.tmpl
24 user/logon.tmpl = user,user/logon_base.tmpl
25 user/lostemailsent.tmpl = user,user/lostemailsent_base.tmpl
26 user/lostpassword.tmpl = user,user/lostpassword_base.tmpl
27 user/lostpwdemail.tmpl = user,user/lostpwdemail_base.tmpl
28 user/options.tmpl = user,user/options_base.tmpl
29 user/register.tmpl = user,user/register_base.tmpl
30 user/toomany.tmpl = user,user/toomany_base.tmpl
31 user/toosoon.tmpl = user,user/toosoon_base.tmpl
32 user/unsuball.tmpl = user,user/unsuball_base.tmpl
33 user/unsubone.tmpl = user,user/unsubone_base.tmpl
34 user/userpage.tmpl = user,user/userpage_base.tmpl
35 interest/confirm.tmpl = interest,interest/confirm_base.tmpl
36 interest/askagain.tmpl = interest,interest/askagain_base.tmpl
37 interest/error.tmpl = interest,interest/error_base.tmpl
38
39 [user settings]
40 title = My $(site/name)
41
42 [interest settings]
43 title = $(site/name) Interest Registration
44
45 [messages]
46 user/notyourorder = Order $1 isn't your order
47 shop/fileitems = You have products in your cart that include downloadable files.  Please logon or register before checking out.
48 shop/logonrequired = This site requires that you be logged on to make a purchase.  Please logon or register before checking out.
49
50 [downloads]
51 ; if true, an order must be marked paid for before the user can download
52 ; the files attached to the products
53 ;must_be_paid = yes
54 ; if true, an order must be marked filled before the user can download the
55 ; files attached to the products
56 ;must_be_filled = yes
57
58 [children of 5]
59 template=common/sidebar.tmpl
60 template_dirs=sidebar
61
62 [extra tags]
63 siteName = $(site/name)
64 salesPhoneNo = 61 2 9999 8888
65 salesEmail = tony@develop-help.com
66 siteUrl = $(site/url)
67
68 [datadump]
69 # where to email the data dump
70 #to = someone@somewhere
71 # program to run to do the dump
72 # must take the same parameters as mysqldump
73 mysqldump = /usr/local/mysql/bin/mysqldump
74
75 [subscriptions]
76 # if override is non-zero then the fields for the archiving and templates
77 # will be available when sending a subscription
78 override=1
79
80 [level names]
81 0=Your Site
82 1=Section
83 2=Subsect Lev1
84 3=Subsect Lev2
85 4=Subsect Lev3
86 5=Subsect Lev4
87
88 [articles]
89 shop=3
90
91 [shop]
92 payment_types=0,1,2
93 address1=First address line in configuration
94 address2=Second address line in configuration
95 address3=Third address line in configuration
96
97 [level 1]
98 template=common/default.tmpl
99
100 [level 2]
101 template=common/default.tmpl
102
103 [level 3]
104 template=common/default.tmpl
105
106 [level 4]
107 template=common/default.tmpl
108
109 [level 5]
110 template=common/default.tmpl
111
112 [catalogs]
113 template=catalog.tmpl
114
115 [products]
116 template=shopitem.tmpl
117
118 [Global permissions]
119 shop_access = 1
120 all_but_shop = 3
121
122 [Article permissions]
123 full_access = 0
124 change_body = 2
125
126 [permission full_access]
127 help=Full access to the article.  The user can modify all modifiable fields, delete and add articles at will.
128 brief=Full access
129 permissions=*
130 descendants=1
131
132 [permission change_body]
133 help=The user only has permission to change the body of the article or product.
134 permissions=edit_field_body
135 brief=Change body
136
137 [permission shop_access]
138 help=The user has complete access to articles in the shop
139 articles=3
140 descendants=1
141 permissions=not(admin_*)
142 brief=Shop admin
143
144 [permission all_but_shop]
145 help=The user has complete access to all articles but the shop.
146 articles=not(3)
147 descendants=1
148 brief=All but shop admin
149 permissions=not(admin_*)
150