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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

57 lines
1.3 KiB

# Geral
App.language = "pt-br"
App.title = "Wiki UFC"
App.webmaster_email = "webmaster@wikiufc.gelsol.org"
App.default_host = "localhost:3000"
App.base_path = ""
App.current_period = "2009.2"
# 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://#{App.default_host}#{App.default_path}/images/avatar"
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."