Strona działa najlepiej z włączonym JavaScript.
Strona główna
Pomoc
Zaloguj się
ben
/
calefaction
kopia lustrzana
https://github.com/earwig/calefaction
Obserwuj
1
Polub
1
Forkuj
0
Kod
Wydania
0
Aktywność
A corporation manager and dashboard for EVE Online
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
89
Commity
2
Gałęzie
130 MiB
Drzewo:
877ac85628
master
old-ruby
Gałęzie
Tagi
${ item.name }
Utwórz gałąź
${ searchTerm }
z '877ac85628'
${ noResults }
calefaction
/
templates
/
default_home.mako
default_home.mako
86 B
Czysty
Zwykły widok
Historia
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 lat temu
1
2
<%inherit file="_default.mako"/>
<p>Hi, ${g.auth.get_character_prop("name") | h}!</p>