Files @ 72bf89475004
Branch filter:

Location: kallithea/MANIFEST.in - annotation

Mads Kiilerich
styling: don't loop on loading kallithea-logo.png after kallithea-logo.svg failed

Bad configuration of static files or static_files=false could make the page
loop when trying to apply the svg/png fallback.

Instead, let the error handler remove itself when it is used the first time.
include kallithea/config/deployment.ini_tmpl
include kallithea/lib/dbmigrate/migrate.cfg

include README.rst
recursive-include kallithea/i18n *

#docs
recursive-include docs *

#init.d
recursive-include init.d *

#images
recursive-include kallithea/public/css *
recursive-include kallithea/public/images *
#js
recursive-include kallithea/public/js *
#codemirror
recursive-include kallithea/public/codemirror *
#fontello
recursive-include kallithea/public/fontello *
#templates
recursive-include kallithea/templates *