-
Notifications
You must be signed in to change notification settings - Fork 10
/
manifest.yml
72 lines (72 loc) · 2.1 KB
/
manifest.yml
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
68
69
70
71
72
version: 10.12.0devel
requires_pear:
PHPTAL:
url: http://phptal.org/latest.tar.gz
authors:
bergie:
name: Henri Bergius
email: [email protected]
url: http://bergie.iki.fi/
rambo:
name: Eero af Heurlin
email: [email protected]
url: http://rambo.jaiku.com/
w_i:
name: Jerry Jalava
email: [email protected]
url: http://protoblogr.net/
indeyets:
name: Alexey Zakhlestine
email: [email protected]
url: http://blog.milkfarmsoft.com/
adrenalin:
name: Arttu Manninen
email: [email protected]
url: http://www.kaktus.cc/
routes:
index:
controller: midgardmvc_core_controllers_page
action: read
path: /
template_aliases:
content: midgardmvc-show-page
cache_invalidate:
controller: midgardmvc_core_controllers_cache
action: invalidate
path: /mgd:cache/invalidate
root_only: true
template_aliases:
content: midgardmvc-invalidate-cache
login:
controller: midgardmvc_core_controllers_authentication
action: login
path: /mgd:login
root_only: true
template_aliases:
root: midgardmvc-login-form
logout:
controller: midgardmvc_core_controllers_authentication
action: logout
path: /mgd:logout
root_only: true
variable_test_route:
controller: midgardmvc_core_controllers_page
action: read
path: /{$test_variable}/
test_only: true
template_aliases:
content: midgardmvc-show-page
integer_variable_test_route:
controller: midgardmvc_core_controllers_page
action: read
path: /{$int:test_variable}/
test_only: true
template_aliases:
content: midgardmvc-show-page
float_variable_test_route:
controller: midgardmvc_core_controllers_page
action: read
path: /{$float:test_variable}/
test_only: true
template_aliases:
content: midgardmvc-show-page