Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Yardım
Giriş Yap
ben
/
calefaction
şunun yansıması
https://github.com/earwig/calefaction
İzle
1
Yıldızla
1
Çatalla
0
Kod
Sürümler
0
Aktivite
A corporation manager and dashboard for EVE Online
25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
110
İşleme
2
Dallar
130 MiB
Ağaç:
6ea69e5a08
master
old-ruby
Dallar
Biçim İmleri
${ item.name }
${ searchTerm }
dalı oluştur
'6ea69e5a08'den
${ noResults }
calefaction
/
templates
/
default_home.mako
default_home.mako
86 B
Ham
Normal Görünüm
Geçmiş
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 yıl önce
1
2
<%inherit file="_default.mako"/>
<p>Hi, ${g.auth.get_character_prop("name") | h}!</p>