You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.1 KiB
52 lines
1.1 KiB
# Geral
|
|
App.language = "pt-br"
|
|
App.title = "Wiki UFC"
|
|
App.base_path = ""
|
|
|
|
# Limites
|
|
App.max_upload_file_size = 5.megabytes
|
|
|
|
# Forum
|
|
#App.forum_uri = "http://127.0.0.1:3001/"
|
|
|
|
# Tema
|
|
App.default_color = 0
|
|
App.default_avatar = "http://wikiufc.gelsol.org/images/avatar.png"
|
|
App.color_schemes = [
|
|
# Default
|
|
[ "#037", "#069", "#455", "#778" ],
|
|
|
|
# Legado
|
|
[ "#000", "#069", "#455", "#455" ],
|
|
[ "#000", "#690", "#444", "#666" ],
|
|
|
|
# Mono
|
|
|
|
[ "#900", "#c00", "#444", "#888" ],
|
|
|
|
# Aqua
|
|
[ "#7b7", "#455", "#899", "#abb" ],
|
|
[ "#005B9A", "#455", "#899", "#abb" ],
|
|
[ "#8D009A", "#455", "#899", "#abb" ],
|
|
[ "#9A000D", "#455", "#899", "#abb" ],
|
|
[ "#5A9A00", "#455", "#899", "#abb" ],
|
|
|
|
# Complementar
|
|
#[ "#037", "#c60", "#457", "#568" ],
|
|
#[ "#070", "#c00", "#474", "#585" ],
|
|
|
|
# Pink
|
|
[ "#d18", "#d18", "#457", "#668" ],
|
|
#[ "#609", "#455", "#547", "#658" ],
|
|
|
|
# Sand
|
|
[ "#900", "#663", "#888", "#cc9" ],
|
|
[ "#036", "#663", "#888", "#cc9" ],
|
|
[ "#680", "#663", "#888", "#cc9" ]
|
|
]
|
|
|
|
|
|
# Templates
|
|
App.inital_wiki_pages = ['Ementa', 'Notas de Aula']
|
|
App.initial_wiki_page_content = "Página em branco."
|