BBCode and CCode to Render model.
[blog.pm.git] / blog.yml.example
blob44b346d646c63c0b755a3922b9ad4b5de4917b43
1 ---
2 name: Blog
3 author: vti
4 copyright: '2008 GPL'
5 title_en: 'My Cool Blog'
6 description: 'About me'
8 default_language: 'en'
9 languages:
10     - [ 'ru', 'Русский' ]
11     - [ 'en', 'English' ]
13 authentication:
14     default_realm: 'admins'
15     realms:
16         admins:
17             credential:
18                 class: 'Password'
19                 password_field: 'password'
20                 password_type: 'clear'
21             store:
22                 class: 'Minimal'
23                 users:
24                     vti:
25                         password: 'password'
26         openid:
27             credential:
28                 class: OpenID
29                 store:
30                     class: OpenID
31             ua_args:
32                 whitelisted_hosts:
33                     - 127.0.0.1
34                     - localhost
35 gravatar:
36     default: '/static/default/images/gravatar.png'
37     size: 32
39 View::TT:
40   ENCODING: 'UTF-8'