2 Example kisspi module init file
8 # /hello/23 -> hello.Number().GET(23)
9 # /hello/up -> hello.Upload().GET(up) / hello.Upload().POST(up)
10 # /hello -> hello.Hello
11 # They are regular expresions and the order is important
18 # Usual urls are defined as variables
24 # Body is the default controller, it's called when this module is
25 # asigned to a sidebar, header, main body, etc