Este sítio funciona melhor com JavaScript.
Página inicial
Ajuda
Iniciar sessão
ben
/
calefaction
espelho de
https://github.com/earwig/calefaction
Vigiar
1
Marcar como favorito
1
Derivar
0
Código
Lançamentos
0
Trabalho
A corporation manager and dashboard for EVE Online
Não pode escolher mais do que 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
110
Cometimentos
2
Ramos
130 MiB
Árvore:
6ea69e5a08
master
old-ruby
Ramos
Etiquetas
${ item.name }
Criar ramo
${ searchTerm }
de '6ea69e5a08'
${ noResults }
calefaction
/
templates
/
default_home.mako
default_home.mako
86 B
Em bruto
Vista normal
Histórico
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.
há 7 anos
1
2
<%inherit file="_default.mako"/>
<p>Hi, ${g.auth.get_character_prop("name") | h}!</p>