-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconf.act.ini.tt
67 lines (57 loc) · 1.41 KB
/
conf.act.ini.tt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[general]
full_uri = http://localhost:5000/demo/
languages = en
default_language = en
default_country = en
name_en = Testconference
timezone = Europe/Paris
[registration]
open = 1
# optional maximum number of attendees
#max_attendees = 100
# selects different phrases about "buying tickets", to be used when
# people can get it without actually paying. NOTE: if you set this to
# 1, there really should be a registration price of 0, otherwise users
# will get the nasty surprise of having to pay for a ticket that was
# promised "free of charge"...
#gratis = 1
[talks]
submissions_open = 0
submissions_notify_address = [% actuser %]@localhost
submissions_notify_language = en
notify_accept = 1
edition_open = 0
show_schedule = 0
durations = 20 40 120
start_date = 2099-01-01T00:00:00
end_date = 2099-01-03T23:59:59
#levels = 4
#languages = fr en
[levels]
level1_name_en = Any
level2_name_en = Beginner
level3_name_en = Intermediate
level4_name_en = Advanced
[rooms]
rooms = r1 r2 r3
r1_name_en = Room 1
r2_name_en = Room 2
r3_name_en = Room 3
[payment]
type = NONE
currency = EUR
open = 0
invoices = 0
products = registration
[product_registration]
name_en = Registration
prices = 2
[product_registration_price1]
name_en = Regular price
amount = FIXME
[product_registration_price2]
name_en = Reduced price
amount = FIXME
# optional Flickr support
[flickr]
tags = foo,bar,baz