Пожалуйста, включите JavaScript.
Главная
Помощь
Вход
ben
/
calefaction
зеркало из
https://github.com/earwig/calefaction
Следить
1
В избранное
1
Форкнуть
0
Код
Релизы
0
Активность
A corporation manager and dashboard for EVE Online
Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
89
коммитов
2
Ветки
130 MiB
Дерево:
877ac85628
master
old-ruby
Ветки
Теги
${ item.name }
Создать ветку
${ searchTerm }
из '877ac85628'
${ noResults }
calefaction
/
templates
/
default_home.mako
default_home.mako
86 B
Исходник
Обычный вид
История
Add structure and supporting code for modules; add Campaigns module. * Add config/modules/. * Add hook-aware post-login homepage. * Add flexible character module property database table, plus AuthManager interface. * Add Config.modules. * Modules are imported dynamically with a _provided pseudo-module that contains their Flask blueprint and a config reference. * Add stubs for Map, Members, and Intel modules. * Implement starting code for Campaigns module. * Update sample config. * Update database schema with foreign key constraints (unused for now). * Restructure header HTML and desktop CSS slightly to cleanly display large navigation bars. * Dynamically generate navigation bar. * Properly align character options popup with portrait.
7 лет назад
1
2
<%inherit file="_default.mako"/>
<p>Hi, ${g.auth.get_character_prop("name") | h}!</p>