diff --git a/rhodecode/__init__.py b/kallithea/__init__.py
rename from rhodecode/__init__.py
rename to kallithea/__init__.py
diff --git a/rhodecode/bin/__init__.py b/kallithea/bin/__init__.py
rename from rhodecode/bin/__init__.py
rename to kallithea/bin/__init__.py
diff --git a/rhodecode/bin/base.py b/kallithea/bin/base.py
rename from rhodecode/bin/base.py
rename to kallithea/bin/base.py
diff --git a/rhodecode/bin/ldap_sync.conf b/kallithea/bin/ldap_sync.conf
rename from rhodecode/bin/ldap_sync.conf
rename to kallithea/bin/ldap_sync.conf
diff --git a/rhodecode/bin/ldap_sync.py b/kallithea/bin/ldap_sync.py
rename from rhodecode/bin/ldap_sync.py
rename to kallithea/bin/ldap_sync.py
diff --git a/rhodecode/bin/rhodecode_api.py b/kallithea/bin/rhodecode_api.py
rename from rhodecode/bin/rhodecode_api.py
rename to kallithea/bin/rhodecode_api.py
diff --git a/rhodecode/bin/rhodecode_backup.py b/kallithea/bin/rhodecode_backup.py
rename from rhodecode/bin/rhodecode_backup.py
rename to kallithea/bin/rhodecode_backup.py
diff --git a/rhodecode/bin/rhodecode_config.py b/kallithea/bin/rhodecode_config.py
rename from rhodecode/bin/rhodecode_config.py
rename to kallithea/bin/rhodecode_config.py
diff --git a/rhodecode/bin/rhodecode_gist.py b/kallithea/bin/rhodecode_gist.py
rename from rhodecode/bin/rhodecode_gist.py
rename to kallithea/bin/rhodecode_gist.py
diff --git a/rhodecode/bin/template.ini.mako b/kallithea/bin/template.ini.mako
rename from rhodecode/bin/template.ini.mako
rename to kallithea/bin/template.ini.mako
diff --git a/rhodecode/config/__init__.py b/kallithea/config/__init__.py
rename from rhodecode/config/__init__.py
rename to kallithea/config/__init__.py
diff --git a/rhodecode/config/conf.py b/kallithea/config/conf.py
rename from rhodecode/config/conf.py
rename to kallithea/config/conf.py
diff --git a/rhodecode/config/deployment.ini_tmpl b/kallithea/config/deployment.ini_tmpl
rename from rhodecode/config/deployment.ini_tmpl
rename to kallithea/config/deployment.ini_tmpl
diff --git a/rhodecode/config/environment.py b/kallithea/config/environment.py
rename from rhodecode/config/environment.py
rename to kallithea/config/environment.py
diff --git a/rhodecode/config/middleware.py b/kallithea/config/middleware.py
rename from rhodecode/config/middleware.py
rename to kallithea/config/middleware.py
diff --git a/rhodecode/config/post_receive_tmpl.py b/kallithea/config/post_receive_tmpl.py
rename from rhodecode/config/post_receive_tmpl.py
rename to kallithea/config/post_receive_tmpl.py
diff --git a/rhodecode/config/pre_receive_tmpl.py b/kallithea/config/pre_receive_tmpl.py
rename from rhodecode/config/pre_receive_tmpl.py
rename to kallithea/config/pre_receive_tmpl.py
diff --git a/rhodecode/config/rcextensions/__init__.py b/kallithea/config/rcextensions/__init__.py
rename from rhodecode/config/rcextensions/__init__.py
rename to kallithea/config/rcextensions/__init__.py
diff --git a/rhodecode/config/routing.py b/kallithea/config/routing.py
rename from rhodecode/config/routing.py
rename to kallithea/config/routing.py
diff --git a/rhodecode/controllers/__init__.py b/kallithea/controllers/__init__.py
rename from rhodecode/controllers/__init__.py
rename to kallithea/controllers/__init__.py
diff --git a/rhodecode/controllers/admin/__init__.py b/kallithea/controllers/admin/__init__.py
rename from rhodecode/controllers/admin/__init__.py
rename to kallithea/controllers/admin/__init__.py
diff --git a/rhodecode/controllers/admin/admin.py b/kallithea/controllers/admin/admin.py
rename from rhodecode/controllers/admin/admin.py
rename to kallithea/controllers/admin/admin.py
diff --git a/rhodecode/controllers/admin/auth_settings.py b/kallithea/controllers/admin/auth_settings.py
rename from rhodecode/controllers/admin/auth_settings.py
rename to kallithea/controllers/admin/auth_settings.py
diff --git a/rhodecode/controllers/admin/defaults.py b/kallithea/controllers/admin/defaults.py
rename from rhodecode/controllers/admin/defaults.py
rename to kallithea/controllers/admin/defaults.py
diff --git a/rhodecode/controllers/admin/gists.py b/kallithea/controllers/admin/gists.py
rename from rhodecode/controllers/admin/gists.py
rename to kallithea/controllers/admin/gists.py
diff --git a/rhodecode/controllers/admin/my_account.py b/kallithea/controllers/admin/my_account.py
rename from rhodecode/controllers/admin/my_account.py
rename to kallithea/controllers/admin/my_account.py
diff --git a/rhodecode/controllers/admin/notifications.py b/kallithea/controllers/admin/notifications.py
rename from rhodecode/controllers/admin/notifications.py
rename to kallithea/controllers/admin/notifications.py
diff --git a/rhodecode/controllers/admin/permissions.py b/kallithea/controllers/admin/permissions.py
rename from rhodecode/controllers/admin/permissions.py
rename to kallithea/controllers/admin/permissions.py
diff --git a/rhodecode/controllers/admin/repo_groups.py b/kallithea/controllers/admin/repo_groups.py
rename from rhodecode/controllers/admin/repo_groups.py
rename to kallithea/controllers/admin/repo_groups.py
diff --git a/rhodecode/controllers/admin/repos.py b/kallithea/controllers/admin/repos.py
rename from rhodecode/controllers/admin/repos.py
rename to kallithea/controllers/admin/repos.py
diff --git a/rhodecode/controllers/admin/settings.py b/kallithea/controllers/admin/settings.py
rename from rhodecode/controllers/admin/settings.py
rename to kallithea/controllers/admin/settings.py
diff --git a/rhodecode/controllers/admin/user_groups.py b/kallithea/controllers/admin/user_groups.py
rename from rhodecode/controllers/admin/user_groups.py
rename to kallithea/controllers/admin/user_groups.py
diff --git a/rhodecode/controllers/admin/users.py b/kallithea/controllers/admin/users.py
rename from rhodecode/controllers/admin/users.py
rename to kallithea/controllers/admin/users.py
diff --git a/rhodecode/controllers/api/__init__.py b/kallithea/controllers/api/__init__.py
rename from rhodecode/controllers/api/__init__.py
rename to kallithea/controllers/api/__init__.py
diff --git a/rhodecode/controllers/api/api.py b/kallithea/controllers/api/api.py
rename from rhodecode/controllers/api/api.py
rename to kallithea/controllers/api/api.py
diff --git a/rhodecode/controllers/bookmarks.py b/kallithea/controllers/bookmarks.py
rename from rhodecode/controllers/bookmarks.py
rename to kallithea/controllers/bookmarks.py
diff --git a/rhodecode/controllers/branches.py b/kallithea/controllers/branches.py
rename from rhodecode/controllers/branches.py
rename to kallithea/controllers/branches.py
diff --git a/rhodecode/controllers/changelog.py b/kallithea/controllers/changelog.py
rename from rhodecode/controllers/changelog.py
rename to kallithea/controllers/changelog.py
diff --git a/rhodecode/controllers/changeset.py b/kallithea/controllers/changeset.py
rename from rhodecode/controllers/changeset.py
rename to kallithea/controllers/changeset.py
diff --git a/rhodecode/controllers/compare.py b/kallithea/controllers/compare.py
rename from rhodecode/controllers/compare.py
rename to kallithea/controllers/compare.py
diff --git a/rhodecode/controllers/error.py b/kallithea/controllers/error.py
rename from rhodecode/controllers/error.py
rename to kallithea/controllers/error.py
diff --git a/rhodecode/controllers/feed.py b/kallithea/controllers/feed.py
rename from rhodecode/controllers/feed.py
rename to kallithea/controllers/feed.py
diff --git a/rhodecode/controllers/files.py b/kallithea/controllers/files.py
rename from rhodecode/controllers/files.py
rename to kallithea/controllers/files.py
diff --git a/rhodecode/controllers/followers.py b/kallithea/controllers/followers.py
rename from rhodecode/controllers/followers.py
rename to kallithea/controllers/followers.py
diff --git a/rhodecode/controllers/forks.py b/kallithea/controllers/forks.py
rename from rhodecode/controllers/forks.py
rename to kallithea/controllers/forks.py
diff --git a/rhodecode/controllers/home.py b/kallithea/controllers/home.py
rename from rhodecode/controllers/home.py
rename to kallithea/controllers/home.py
diff --git a/rhodecode/controllers/journal.py b/kallithea/controllers/journal.py
rename from rhodecode/controllers/journal.py
rename to kallithea/controllers/journal.py
diff --git a/rhodecode/controllers/login.py b/kallithea/controllers/login.py
rename from rhodecode/controllers/login.py
rename to kallithea/controllers/login.py
diff --git a/rhodecode/controllers/pullrequests.py b/kallithea/controllers/pullrequests.py
rename from rhodecode/controllers/pullrequests.py
rename to kallithea/controllers/pullrequests.py
diff --git a/rhodecode/controllers/search.py b/kallithea/controllers/search.py
rename from rhodecode/controllers/search.py
rename to kallithea/controllers/search.py
diff --git a/rhodecode/controllers/summary.py b/kallithea/controllers/summary.py
rename from rhodecode/controllers/summary.py
rename to kallithea/controllers/summary.py
diff --git a/rhodecode/controllers/tags.py b/kallithea/controllers/tags.py
rename from rhodecode/controllers/tags.py
rename to kallithea/controllers/tags.py
diff --git a/rhodecode/i18n/de/LC_MESSAGES/kallithea.mo b/kallithea/i18n/de/LC_MESSAGES/kallithea.mo
rename from rhodecode/i18n/de/LC_MESSAGES/kallithea.mo
rename to kallithea/i18n/de/LC_MESSAGES/kallithea.mo
diff --git a/rhodecode/i18n/de/LC_MESSAGES/kallithea.po b/kallithea/i18n/de/LC_MESSAGES/kallithea.po
rename from rhodecode/i18n/de/LC_MESSAGES/kallithea.po
rename to kallithea/i18n/de/LC_MESSAGES/kallithea.po
diff --git a/rhodecode/i18n/en/LC_MESSAGES/kallithea.mo b/kallithea/i18n/en/LC_MESSAGES/kallithea.mo
rename from rhodecode/i18n/en/LC_MESSAGES/kallithea.mo
rename to kallithea/i18n/en/LC_MESSAGES/kallithea.mo
diff --git a/rhodecode/i18n/en/LC_MESSAGES/kallithea.po b/kallithea/i18n/en/LC_MESSAGES/kallithea.po
rename from rhodecode/i18n/en/LC_MESSAGES/kallithea.po
rename to kallithea/i18n/en/LC_MESSAGES/kallithea.po
diff --git a/rhodecode/i18n/fr/LC_MESSAGES/kallithea.mo b/kallithea/i18n/fr/LC_MESSAGES/kallithea.mo
rename from rhodecode/i18n/fr/LC_MESSAGES/kallithea.mo
rename to kallithea/i18n/fr/LC_MESSAGES/kallithea.mo
diff --git a/rhodecode/i18n/fr/LC_MESSAGES/kallithea.po b/kallithea/i18n/fr/LC_MESSAGES/kallithea.po
rename from rhodecode/i18n/fr/LC_MESSAGES/kallithea.po
rename to kallithea/i18n/fr/LC_MESSAGES/kallithea.po
diff --git a/rhodecode/i18n/how_to b/kallithea/i18n/how_to
rename from rhodecode/i18n/how_to
rename to kallithea/i18n/how_to
diff --git a/rhodecode/i18n/ja/LC_MESSAGES/kallithea.mo b/kallithea/i18n/ja/LC_MESSAGES/kallithea.mo
rename from rhodecode/i18n/ja/LC_MESSAGES/kallithea.mo
rename to kallithea/i18n/ja/LC_MESSAGES/kallithea.mo
diff --git a/rhodecode/i18n/ja/LC_MESSAGES/kallithea.po b/kallithea/i18n/ja/LC_MESSAGES/kallithea.po
rename from rhodecode/i18n/ja/LC_MESSAGES/kallithea.po
rename to kallithea/i18n/ja/LC_MESSAGES/kallithea.po
diff --git a/rhodecode/i18n/kallithea.pot b/kallithea/i18n/kallithea.pot
rename from rhodecode/i18n/kallithea.pot
rename to kallithea/i18n/kallithea.pot
diff --git a/rhodecode/i18n/pl/LC_MESSAGES/kallithea.mo b/kallithea/i18n/pl/LC_MESSAGES/kallithea.mo
rename from rhodecode/i18n/pl/LC_MESSAGES/kallithea.mo
rename to kallithea/i18n/pl/LC_MESSAGES/kallithea.mo
diff --git a/rhodecode/i18n/pl/LC_MESSAGES/kallithea.po b/kallithea/i18n/pl/LC_MESSAGES/kallithea.po
rename from rhodecode/i18n/pl/LC_MESSAGES/kallithea.po
rename to kallithea/i18n/pl/LC_MESSAGES/kallithea.po
diff --git a/rhodecode/i18n/pt_BR/LC_MESSAGES/kallithea.mo b/kallithea/i18n/pt_BR/LC_MESSAGES/kallithea.mo
rename from rhodecode/i18n/pt_BR/LC_MESSAGES/kallithea.mo
rename to kallithea/i18n/pt_BR/LC_MESSAGES/kallithea.mo
diff --git a/rhodecode/i18n/pt_BR/LC_MESSAGES/kallithea.po b/kallithea/i18n/pt_BR/LC_MESSAGES/kallithea.po
rename from rhodecode/i18n/pt_BR/LC_MESSAGES/kallithea.po
rename to kallithea/i18n/pt_BR/LC_MESSAGES/kallithea.po
diff --git a/rhodecode/i18n/ru/LC_MESSAGES/kallithea.mo b/kallithea/i18n/ru/LC_MESSAGES/kallithea.mo
rename from rhodecode/i18n/ru/LC_MESSAGES/kallithea.mo
rename to kallithea/i18n/ru/LC_MESSAGES/kallithea.mo
diff --git a/rhodecode/i18n/ru/LC_MESSAGES/kallithea.po b/kallithea/i18n/ru/LC_MESSAGES/kallithea.po
rename from rhodecode/i18n/ru/LC_MESSAGES/kallithea.po
rename to kallithea/i18n/ru/LC_MESSAGES/kallithea.po
diff --git a/rhodecode/i18n/zh_CN/LC_MESSAGES/kallithea.mo b/kallithea/i18n/zh_CN/LC_MESSAGES/kallithea.mo
rename from rhodecode/i18n/zh_CN/LC_MESSAGES/kallithea.mo
rename to kallithea/i18n/zh_CN/LC_MESSAGES/kallithea.mo
diff --git a/rhodecode/i18n/zh_CN/LC_MESSAGES/kallithea.po b/kallithea/i18n/zh_CN/LC_MESSAGES/kallithea.po
rename from rhodecode/i18n/zh_CN/LC_MESSAGES/kallithea.po
rename to kallithea/i18n/zh_CN/LC_MESSAGES/kallithea.po
diff --git a/rhodecode/i18n/zh_TW/LC_MESSAGES/kallithea.mo b/kallithea/i18n/zh_TW/LC_MESSAGES/kallithea.mo
rename from rhodecode/i18n/zh_TW/LC_MESSAGES/kallithea.mo
rename to kallithea/i18n/zh_TW/LC_MESSAGES/kallithea.mo
diff --git a/rhodecode/i18n/zh_TW/LC_MESSAGES/kallithea.po b/kallithea/i18n/zh_TW/LC_MESSAGES/kallithea.po
rename from rhodecode/i18n/zh_TW/LC_MESSAGES/kallithea.po
rename to kallithea/i18n/zh_TW/LC_MESSAGES/kallithea.po
diff --git a/rhodecode/lib/__init__.py b/kallithea/lib/__init__.py
rename from rhodecode/lib/__init__.py
rename to kallithea/lib/__init__.py
diff --git a/rhodecode/lib/annotate.py b/kallithea/lib/annotate.py
rename from rhodecode/lib/annotate.py
rename to kallithea/lib/annotate.py
diff --git a/rhodecode/lib/app_globals.py b/kallithea/lib/app_globals.py
rename from rhodecode/lib/app_globals.py
rename to kallithea/lib/app_globals.py
diff --git a/rhodecode/lib/auth.py b/kallithea/lib/auth.py
rename from rhodecode/lib/auth.py
rename to kallithea/lib/auth.py
diff --git a/rhodecode/lib/auth_modules/__init__.py b/kallithea/lib/auth_modules/__init__.py
rename from rhodecode/lib/auth_modules/__init__.py
rename to kallithea/lib/auth_modules/__init__.py
diff --git a/rhodecode/lib/auth_modules/auth_container.py b/kallithea/lib/auth_modules/auth_container.py
rename from rhodecode/lib/auth_modules/auth_container.py
rename to kallithea/lib/auth_modules/auth_container.py
diff --git a/rhodecode/lib/auth_modules/auth_crowd.py b/kallithea/lib/auth_modules/auth_crowd.py
rename from rhodecode/lib/auth_modules/auth_crowd.py
rename to kallithea/lib/auth_modules/auth_crowd.py
diff --git a/rhodecode/lib/auth_modules/auth_ldap.py b/kallithea/lib/auth_modules/auth_ldap.py
rename from rhodecode/lib/auth_modules/auth_ldap.py
rename to kallithea/lib/auth_modules/auth_ldap.py
diff --git a/rhodecode/lib/auth_modules/auth_pam.py b/kallithea/lib/auth_modules/auth_pam.py
rename from rhodecode/lib/auth_modules/auth_pam.py
rename to kallithea/lib/auth_modules/auth_pam.py
diff --git a/rhodecode/lib/auth_modules/auth_rhodecode.py b/kallithea/lib/auth_modules/auth_rhodecode.py
rename from rhodecode/lib/auth_modules/auth_rhodecode.py
rename to kallithea/lib/auth_modules/auth_rhodecode.py
diff --git a/rhodecode/lib/base.py b/kallithea/lib/base.py
rename from rhodecode/lib/base.py
rename to kallithea/lib/base.py
diff --git a/rhodecode/lib/caching_query.py b/kallithea/lib/caching_query.py
rename from rhodecode/lib/caching_query.py
rename to kallithea/lib/caching_query.py
diff --git a/rhodecode/lib/celerylib/__init__.py b/kallithea/lib/celerylib/__init__.py
rename from rhodecode/lib/celerylib/__init__.py
rename to kallithea/lib/celerylib/__init__.py
diff --git a/rhodecode/lib/celerylib/tasks.py b/kallithea/lib/celerylib/tasks.py
rename from rhodecode/lib/celerylib/tasks.py
rename to kallithea/lib/celerylib/tasks.py
diff --git a/rhodecode/lib/celerypylons/__init__.py b/kallithea/lib/celerypylons/__init__.py
rename from rhodecode/lib/celerypylons/__init__.py
rename to kallithea/lib/celerypylons/__init__.py
diff --git a/rhodecode/lib/celerypylons/commands.py b/kallithea/lib/celerypylons/commands.py
rename from rhodecode/lib/celerypylons/commands.py
rename to kallithea/lib/celerypylons/commands.py
diff --git a/rhodecode/lib/celerypylons/loader.py b/kallithea/lib/celerypylons/loader.py
rename from rhodecode/lib/celerypylons/loader.py
rename to kallithea/lib/celerypylons/loader.py
diff --git a/rhodecode/lib/colored_formatter.py b/kallithea/lib/colored_formatter.py
rename from rhodecode/lib/colored_formatter.py
rename to kallithea/lib/colored_formatter.py
diff --git a/rhodecode/lib/compat.py b/kallithea/lib/compat.py
rename from rhodecode/lib/compat.py
rename to kallithea/lib/compat.py
diff --git a/rhodecode/lib/db_manage.py b/kallithea/lib/db_manage.py
rename from rhodecode/lib/db_manage.py
rename to kallithea/lib/db_manage.py
diff --git a/rhodecode/lib/dbmigrate/__init__.py b/kallithea/lib/dbmigrate/__init__.py
rename from rhodecode/lib/dbmigrate/__init__.py
rename to kallithea/lib/dbmigrate/__init__.py
diff --git a/rhodecode/lib/dbmigrate/migrate.cfg b/kallithea/lib/dbmigrate/migrate.cfg
rename from rhodecode/lib/dbmigrate/migrate.cfg
rename to kallithea/lib/dbmigrate/migrate.cfg
diff --git a/rhodecode/lib/dbmigrate/migrate/__init__.py b/kallithea/lib/dbmigrate/migrate/__init__.py
rename from rhodecode/lib/dbmigrate/migrate/__init__.py
rename to kallithea/lib/dbmigrate/migrate/__init__.py
diff --git a/rhodecode/lib/dbmigrate/migrate/changeset/__init__.py b/kallithea/lib/dbmigrate/migrate/changeset/__init__.py
rename from rhodecode/lib/dbmigrate/migrate/changeset/__init__.py
rename to kallithea/lib/dbmigrate/migrate/changeset/__init__.py
diff --git a/rhodecode/lib/dbmigrate/migrate/changeset/ansisql.py b/kallithea/lib/dbmigrate/migrate/changeset/ansisql.py
rename from rhodecode/lib/dbmigrate/migrate/changeset/ansisql.py
rename to kallithea/lib/dbmigrate/migrate/changeset/ansisql.py
diff --git a/rhodecode/lib/dbmigrate/migrate/changeset/constraint.py b/kallithea/lib/dbmigrate/migrate/changeset/constraint.py
rename from rhodecode/lib/dbmigrate/migrate/changeset/constraint.py
rename to kallithea/lib/dbmigrate/migrate/changeset/constraint.py
diff --git a/rhodecode/lib/dbmigrate/migrate/changeset/databases/__init__.py b/kallithea/lib/dbmigrate/migrate/changeset/databases/__init__.py
rename from rhodecode/lib/dbmigrate/migrate/changeset/databases/__init__.py
rename to kallithea/lib/dbmigrate/migrate/changeset/databases/__init__.py
diff --git a/rhodecode/lib/dbmigrate/migrate/changeset/databases/firebird.py b/kallithea/lib/dbmigrate/migrate/changeset/databases/firebird.py
rename from rhodecode/lib/dbmigrate/migrate/changeset/databases/firebird.py
rename to kallithea/lib/dbmigrate/migrate/changeset/databases/firebird.py
diff --git a/rhodecode/lib/dbmigrate/migrate/changeset/databases/mysql.py b/kallithea/lib/dbmigrate/migrate/changeset/databases/mysql.py
rename from rhodecode/lib/dbmigrate/migrate/changeset/databases/mysql.py
rename to kallithea/lib/dbmigrate/migrate/changeset/databases/mysql.py
diff --git a/rhodecode/lib/dbmigrate/migrate/changeset/databases/oracle.py b/kallithea/lib/dbmigrate/migrate/changeset/databases/oracle.py
rename from rhodecode/lib/dbmigrate/migrate/changeset/databases/oracle.py
rename to kallithea/lib/dbmigrate/migrate/changeset/databases/oracle.py
diff --git a/rhodecode/lib/dbmigrate/migrate/changeset/databases/postgres.py b/kallithea/lib/dbmigrate/migrate/changeset/databases/postgres.py
rename from rhodecode/lib/dbmigrate/migrate/changeset/databases/postgres.py
rename to kallithea/lib/dbmigrate/migrate/changeset/databases/postgres.py
diff --git a/rhodecode/lib/dbmigrate/migrate/changeset/databases/sqlite.py b/kallithea/lib/dbmigrate/migrate/changeset/databases/sqlite.py
rename from rhodecode/lib/dbmigrate/migrate/changeset/databases/sqlite.py
rename to kallithea/lib/dbmigrate/migrate/changeset/databases/sqlite.py
diff --git a/rhodecode/lib/dbmigrate/migrate/changeset/databases/visitor.py b/kallithea/lib/dbmigrate/migrate/changeset/databases/visitor.py
rename from rhodecode/lib/dbmigrate/migrate/changeset/databases/visitor.py
rename to kallithea/lib/dbmigrate/migrate/changeset/databases/visitor.py
diff --git a/rhodecode/lib/dbmigrate/migrate/changeset/schema.py b/kallithea/lib/dbmigrate/migrate/changeset/schema.py
rename from rhodecode/lib/dbmigrate/migrate/changeset/schema.py
rename to kallithea/lib/dbmigrate/migrate/changeset/schema.py
diff --git a/rhodecode/lib/dbmigrate/migrate/exceptions.py b/kallithea/lib/dbmigrate/migrate/exceptions.py
rename from rhodecode/lib/dbmigrate/migrate/exceptions.py
rename to kallithea/lib/dbmigrate/migrate/exceptions.py
diff --git a/rhodecode/lib/dbmigrate/migrate/versioning/__init__.py b/kallithea/lib/dbmigrate/migrate/versioning/__init__.py
rename from rhodecode/lib/dbmigrate/migrate/versioning/__init__.py
rename to kallithea/lib/dbmigrate/migrate/versioning/__init__.py
diff --git a/rhodecode/lib/dbmigrate/migrate/versioning/api.py b/kallithea/lib/dbmigrate/migrate/versioning/api.py
rename from rhodecode/lib/dbmigrate/migrate/versioning/api.py
rename to kallithea/lib/dbmigrate/migrate/versioning/api.py
diff --git a/rhodecode/lib/dbmigrate/migrate/versioning/cfgparse.py b/kallithea/lib/dbmigrate/migrate/versioning/cfgparse.py
rename from rhodecode/lib/dbmigrate/migrate/versioning/cfgparse.py
rename to kallithea/lib/dbmigrate/migrate/versioning/cfgparse.py
diff --git a/rhodecode/lib/dbmigrate/migrate/versioning/config.py b/kallithea/lib/dbmigrate/migrate/versioning/config.py
rename from rhodecode/lib/dbmigrate/migrate/versioning/config.py
rename to kallithea/lib/dbmigrate/migrate/versioning/config.py
diff --git a/rhodecode/lib/dbmigrate/migrate/versioning/genmodel.py b/kallithea/lib/dbmigrate/migrate/versioning/genmodel.py
rename from rhodecode/lib/dbmigrate/migrate/versioning/genmodel.py
rename to kallithea/lib/dbmigrate/migrate/versioning/genmodel.py
diff --git a/rhodecode/lib/dbmigrate/migrate/versioning/migrate_repository.py b/kallithea/lib/dbmigrate/migrate/versioning/migrate_repository.py
rename from rhodecode/lib/dbmigrate/migrate/versioning/migrate_repository.py
rename to kallithea/lib/dbmigrate/migrate/versioning/migrate_repository.py
diff --git a/rhodecode/lib/dbmigrate/migrate/versioning/pathed.py b/kallithea/lib/dbmigrate/migrate/versioning/pathed.py
rename from rhodecode/lib/dbmigrate/migrate/versioning/pathed.py
rename to kallithea/lib/dbmigrate/migrate/versioning/pathed.py
diff --git a/rhodecode/lib/dbmigrate/migrate/versioning/repository.py b/kallithea/lib/dbmigrate/migrate/versioning/repository.py
rename from rhodecode/lib/dbmigrate/migrate/versioning/repository.py
rename to kallithea/lib/dbmigrate/migrate/versioning/repository.py
diff --git a/rhodecode/lib/dbmigrate/migrate/versioning/schema.py b/kallithea/lib/dbmigrate/migrate/versioning/schema.py
rename from rhodecode/lib/dbmigrate/migrate/versioning/schema.py
rename to kallithea/lib/dbmigrate/migrate/versioning/schema.py
diff --git a/rhodecode/lib/dbmigrate/migrate/versioning/schemadiff.py b/kallithea/lib/dbmigrate/migrate/versioning/schemadiff.py
rename from rhodecode/lib/dbmigrate/migrate/versioning/schemadiff.py
rename to kallithea/lib/dbmigrate/migrate/versioning/schemadiff.py
diff --git a/rhodecode/lib/dbmigrate/migrate/versioning/script/__init__.py b/kallithea/lib/dbmigrate/migrate/versioning/script/__init__.py
rename from rhodecode/lib/dbmigrate/migrate/versioning/script/__init__.py
rename to kallithea/lib/dbmigrate/migrate/versioning/script/__init__.py
diff --git a/rhodecode/lib/dbmigrate/migrate/versioning/script/base.py b/kallithea/lib/dbmigrate/migrate/versioning/script/base.py
rename from rhodecode/lib/dbmigrate/migrate/versioning/script/base.py
rename to kallithea/lib/dbmigrate/migrate/versioning/script/base.py
diff --git a/rhodecode/lib/dbmigrate/migrate/versioning/script/py.py b/kallithea/lib/dbmigrate/migrate/versioning/script/py.py
rename from rhodecode/lib/dbmigrate/migrate/versioning/script/py.py
rename to kallithea/lib/dbmigrate/migrate/versioning/script/py.py
diff --git a/rhodecode/lib/dbmigrate/migrate/versioning/script/sql.py b/kallithea/lib/dbmigrate/migrate/versioning/script/sql.py
rename from rhodecode/lib/dbmigrate/migrate/versioning/script/sql.py
rename to kallithea/lib/dbmigrate/migrate/versioning/script/sql.py
diff --git a/rhodecode/lib/dbmigrate/migrate/versioning/shell.py b/kallithea/lib/dbmigrate/migrate/versioning/shell.py
rename from rhodecode/lib/dbmigrate/migrate/versioning/shell.py
rename to kallithea/lib/dbmigrate/migrate/versioning/shell.py
diff --git a/rhodecode/lib/dbmigrate/migrate/versioning/template.py b/kallithea/lib/dbmigrate/migrate/versioning/template.py
rename from rhodecode/lib/dbmigrate/migrate/versioning/template.py
rename to kallithea/lib/dbmigrate/migrate/versioning/template.py
diff --git a/rhodecode/lib/dbmigrate/migrate/versioning/templates/__init__.py b/kallithea/lib/dbmigrate/migrate/versioning/templates/__init__.py
rename from rhodecode/lib/dbmigrate/migrate/versioning/templates/__init__.py
rename to kallithea/lib/dbmigrate/migrate/versioning/templates/__init__.py
diff --git a/rhodecode/lib/dbmigrate/migrate/versioning/templates/manage.py_tmpl b/kallithea/lib/dbmigrate/migrate/versioning/templates/manage.py_tmpl
rename from rhodecode/lib/dbmigrate/migrate/versioning/templates/manage.py_tmpl
rename to kallithea/lib/dbmigrate/migrate/versioning/templates/manage.py_tmpl
diff --git a/rhodecode/lib/dbmigrate/migrate/versioning/templates/manage/default.py_tmpl b/kallithea/lib/dbmigrate/migrate/versioning/templates/manage/default.py_tmpl
rename from rhodecode/lib/dbmigrate/migrate/versioning/templates/manage/default.py_tmpl
rename to kallithea/lib/dbmigrate/migrate/versioning/templates/manage/default.py_tmpl
diff --git a/rhodecode/lib/dbmigrate/migrate/versioning/templates/manage/pylons.py_tmpl b/kallithea/lib/dbmigrate/migrate/versioning/templates/manage/pylons.py_tmpl
rename from rhodecode/lib/dbmigrate/migrate/versioning/templates/manage/pylons.py_tmpl
rename to kallithea/lib/dbmigrate/migrate/versioning/templates/manage/pylons.py_tmpl
diff --git a/rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/__init__.py b/kallithea/lib/dbmigrate/migrate/versioning/templates/repository/__init__.py
rename from rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/__init__.py
rename to kallithea/lib/dbmigrate/migrate/versioning/templates/repository/__init__.py
diff --git a/rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/default/README b/kallithea/lib/dbmigrate/migrate/versioning/templates/repository/default/README
rename from rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/default/README
rename to kallithea/lib/dbmigrate/migrate/versioning/templates/repository/default/README
diff --git a/rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/default/__init__.py b/kallithea/lib/dbmigrate/migrate/versioning/templates/repository/default/__init__.py
rename from rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/default/__init__.py
rename to kallithea/lib/dbmigrate/migrate/versioning/templates/repository/default/__init__.py
diff --git a/rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/default/migrate.cfg b/kallithea/lib/dbmigrate/migrate/versioning/templates/repository/default/migrate.cfg
rename from rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/default/migrate.cfg
rename to kallithea/lib/dbmigrate/migrate/versioning/templates/repository/default/migrate.cfg
diff --git a/rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/default/versions/__init__.py b/kallithea/lib/dbmigrate/migrate/versioning/templates/repository/default/versions/__init__.py
rename from rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/default/versions/__init__.py
rename to kallithea/lib/dbmigrate/migrate/versioning/templates/repository/default/versions/__init__.py
diff --git a/rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/pylons/README b/kallithea/lib/dbmigrate/migrate/versioning/templates/repository/pylons/README
rename from rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/pylons/README
rename to kallithea/lib/dbmigrate/migrate/versioning/templates/repository/pylons/README
diff --git a/rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/pylons/__init__.py b/kallithea/lib/dbmigrate/migrate/versioning/templates/repository/pylons/__init__.py
rename from rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/pylons/__init__.py
rename to kallithea/lib/dbmigrate/migrate/versioning/templates/repository/pylons/__init__.py
diff --git a/rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/pylons/migrate.cfg b/kallithea/lib/dbmigrate/migrate/versioning/templates/repository/pylons/migrate.cfg
rename from rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/pylons/migrate.cfg
rename to kallithea/lib/dbmigrate/migrate/versioning/templates/repository/pylons/migrate.cfg
diff --git a/rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/pylons/versions/__init__.py b/kallithea/lib/dbmigrate/migrate/versioning/templates/repository/pylons/versions/__init__.py
rename from rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/pylons/versions/__init__.py
rename to kallithea/lib/dbmigrate/migrate/versioning/templates/repository/pylons/versions/__init__.py
diff --git a/rhodecode/lib/dbmigrate/migrate/versioning/templates/script/__init__.py b/kallithea/lib/dbmigrate/migrate/versioning/templates/script/__init__.py
rename from rhodecode/lib/dbmigrate/migrate/versioning/templates/script/__init__.py
rename to kallithea/lib/dbmigrate/migrate/versioning/templates/script/__init__.py
diff --git a/rhodecode/lib/dbmigrate/migrate/versioning/templates/script/default.py_tmpl b/kallithea/lib/dbmigrate/migrate/versioning/templates/script/default.py_tmpl
rename from rhodecode/lib/dbmigrate/migrate/versioning/templates/script/default.py_tmpl
rename to kallithea/lib/dbmigrate/migrate/versioning/templates/script/default.py_tmpl
diff --git a/rhodecode/lib/dbmigrate/migrate/versioning/templates/script/pylons.py_tmpl b/kallithea/lib/dbmigrate/migrate/versioning/templates/script/pylons.py_tmpl
rename from rhodecode/lib/dbmigrate/migrate/versioning/templates/script/pylons.py_tmpl
rename to kallithea/lib/dbmigrate/migrate/versioning/templates/script/pylons.py_tmpl
diff --git a/rhodecode/lib/dbmigrate/migrate/versioning/templates/sql_script/default.py_tmpl b/kallithea/lib/dbmigrate/migrate/versioning/templates/sql_script/default.py_tmpl
rename from rhodecode/lib/dbmigrate/migrate/versioning/templates/sql_script/default.py_tmpl
rename to kallithea/lib/dbmigrate/migrate/versioning/templates/sql_script/default.py_tmpl
diff --git a/rhodecode/lib/dbmigrate/migrate/versioning/templates/sql_script/pylons.py_tmpl b/kallithea/lib/dbmigrate/migrate/versioning/templates/sql_script/pylons.py_tmpl
rename from rhodecode/lib/dbmigrate/migrate/versioning/templates/sql_script/pylons.py_tmpl
rename to kallithea/lib/dbmigrate/migrate/versioning/templates/sql_script/pylons.py_tmpl
diff --git a/rhodecode/lib/dbmigrate/migrate/versioning/util/__init__.py b/kallithea/lib/dbmigrate/migrate/versioning/util/__init__.py
rename from rhodecode/lib/dbmigrate/migrate/versioning/util/__init__.py
rename to kallithea/lib/dbmigrate/migrate/versioning/util/__init__.py
diff --git a/rhodecode/lib/dbmigrate/migrate/versioning/util/importpath.py b/kallithea/lib/dbmigrate/migrate/versioning/util/importpath.py
rename from rhodecode/lib/dbmigrate/migrate/versioning/util/importpath.py
rename to kallithea/lib/dbmigrate/migrate/versioning/util/importpath.py
diff --git a/rhodecode/lib/dbmigrate/migrate/versioning/util/keyedinstance.py b/kallithea/lib/dbmigrate/migrate/versioning/util/keyedinstance.py
rename from rhodecode/lib/dbmigrate/migrate/versioning/util/keyedinstance.py
rename to kallithea/lib/dbmigrate/migrate/versioning/util/keyedinstance.py
diff --git a/rhodecode/lib/dbmigrate/migrate/versioning/version.py b/kallithea/lib/dbmigrate/migrate/versioning/version.py
rename from rhodecode/lib/dbmigrate/migrate/versioning/version.py
rename to kallithea/lib/dbmigrate/migrate/versioning/version.py
diff --git a/rhodecode/lib/dbmigrate/schema/__init__.py b/kallithea/lib/dbmigrate/schema/__init__.py
rename from rhodecode/lib/dbmigrate/schema/__init__.py
rename to kallithea/lib/dbmigrate/schema/__init__.py
diff --git a/rhodecode/lib/dbmigrate/schema/db_1_1_0.py b/kallithea/lib/dbmigrate/schema/db_1_1_0.py
rename from rhodecode/lib/dbmigrate/schema/db_1_1_0.py
rename to kallithea/lib/dbmigrate/schema/db_1_1_0.py
diff --git a/rhodecode/lib/dbmigrate/schema/db_1_2_0.py b/kallithea/lib/dbmigrate/schema/db_1_2_0.py
rename from rhodecode/lib/dbmigrate/schema/db_1_2_0.py
rename to kallithea/lib/dbmigrate/schema/db_1_2_0.py
diff --git a/rhodecode/lib/dbmigrate/schema/db_1_3_0.py b/kallithea/lib/dbmigrate/schema/db_1_3_0.py
rename from rhodecode/lib/dbmigrate/schema/db_1_3_0.py
rename to kallithea/lib/dbmigrate/schema/db_1_3_0.py
diff --git a/rhodecode/lib/dbmigrate/schema/db_1_4_0.py b/kallithea/lib/dbmigrate/schema/db_1_4_0.py
rename from rhodecode/lib/dbmigrate/schema/db_1_4_0.py
rename to kallithea/lib/dbmigrate/schema/db_1_4_0.py
diff --git a/rhodecode/lib/dbmigrate/schema/db_1_5_0.py b/kallithea/lib/dbmigrate/schema/db_1_5_0.py
rename from rhodecode/lib/dbmigrate/schema/db_1_5_0.py
rename to kallithea/lib/dbmigrate/schema/db_1_5_0.py
diff --git a/rhodecode/lib/dbmigrate/schema/db_1_5_2.py b/kallithea/lib/dbmigrate/schema/db_1_5_2.py
rename from rhodecode/lib/dbmigrate/schema/db_1_5_2.py
rename to kallithea/lib/dbmigrate/schema/db_1_5_2.py
diff --git a/rhodecode/lib/dbmigrate/schema/db_1_6_0.py b/kallithea/lib/dbmigrate/schema/db_1_6_0.py
rename from rhodecode/lib/dbmigrate/schema/db_1_6_0.py
rename to kallithea/lib/dbmigrate/schema/db_1_6_0.py
diff --git a/rhodecode/lib/dbmigrate/schema/db_1_7_0.py b/kallithea/lib/dbmigrate/schema/db_1_7_0.py
rename from rhodecode/lib/dbmigrate/schema/db_1_7_0.py
rename to kallithea/lib/dbmigrate/schema/db_1_7_0.py
diff --git a/rhodecode/lib/dbmigrate/schema/db_1_8_0.py b/kallithea/lib/dbmigrate/schema/db_1_8_0.py
rename from rhodecode/lib/dbmigrate/schema/db_1_8_0.py
rename to kallithea/lib/dbmigrate/schema/db_1_8_0.py
diff --git a/rhodecode/lib/dbmigrate/schema/db_2_0_0.py b/kallithea/lib/dbmigrate/schema/db_2_0_0.py
rename from rhodecode/lib/dbmigrate/schema/db_2_0_0.py
rename to kallithea/lib/dbmigrate/schema/db_2_0_0.py
diff --git a/rhodecode/lib/dbmigrate/schema/db_2_0_1.py b/kallithea/lib/dbmigrate/schema/db_2_0_1.py
rename from rhodecode/lib/dbmigrate/schema/db_2_0_1.py
rename to kallithea/lib/dbmigrate/schema/db_2_0_1.py
diff --git a/rhodecode/lib/dbmigrate/schema/db_2_0_2.py b/kallithea/lib/dbmigrate/schema/db_2_0_2.py
rename from rhodecode/lib/dbmigrate/schema/db_2_0_2.py
rename to kallithea/lib/dbmigrate/schema/db_2_0_2.py
diff --git a/rhodecode/lib/dbmigrate/schema/db_2_1_0.py b/kallithea/lib/dbmigrate/schema/db_2_1_0.py
rename from rhodecode/lib/dbmigrate/schema/db_2_1_0.py
rename to kallithea/lib/dbmigrate/schema/db_2_1_0.py
diff --git a/rhodecode/lib/dbmigrate/schema/db_2_2_0.py b/kallithea/lib/dbmigrate/schema/db_2_2_0.py
rename from rhodecode/lib/dbmigrate/schema/db_2_2_0.py
rename to kallithea/lib/dbmigrate/schema/db_2_2_0.py
diff --git a/rhodecode/lib/dbmigrate/schema/db_2_2_3.py b/kallithea/lib/dbmigrate/schema/db_2_2_3.py
rename from rhodecode/lib/dbmigrate/schema/db_2_2_3.py
rename to kallithea/lib/dbmigrate/schema/db_2_2_3.py
diff --git a/rhodecode/lib/dbmigrate/versions/001_initial_release.py b/kallithea/lib/dbmigrate/versions/001_initial_release.py
rename from rhodecode/lib/dbmigrate/versions/001_initial_release.py
rename to kallithea/lib/dbmigrate/versions/001_initial_release.py
diff --git a/rhodecode/lib/dbmigrate/versions/002_version_1_1_0.py b/kallithea/lib/dbmigrate/versions/002_version_1_1_0.py
rename from rhodecode/lib/dbmigrate/versions/002_version_1_1_0.py
rename to kallithea/lib/dbmigrate/versions/002_version_1_1_0.py
diff --git a/rhodecode/lib/dbmigrate/versions/003_version_1_2_0.py b/kallithea/lib/dbmigrate/versions/003_version_1_2_0.py
rename from rhodecode/lib/dbmigrate/versions/003_version_1_2_0.py
rename to kallithea/lib/dbmigrate/versions/003_version_1_2_0.py
diff --git a/rhodecode/lib/dbmigrate/versions/004_version_1_3_0.py b/kallithea/lib/dbmigrate/versions/004_version_1_3_0.py
rename from rhodecode/lib/dbmigrate/versions/004_version_1_3_0.py
rename to kallithea/lib/dbmigrate/versions/004_version_1_3_0.py
diff --git a/rhodecode/lib/dbmigrate/versions/005_version_1_3_0.py b/kallithea/lib/dbmigrate/versions/005_version_1_3_0.py
rename from rhodecode/lib/dbmigrate/versions/005_version_1_3_0.py
rename to kallithea/lib/dbmigrate/versions/005_version_1_3_0.py
diff --git a/rhodecode/lib/dbmigrate/versions/006_version_1_4_0.py b/kallithea/lib/dbmigrate/versions/006_version_1_4_0.py
rename from rhodecode/lib/dbmigrate/versions/006_version_1_4_0.py
rename to kallithea/lib/dbmigrate/versions/006_version_1_4_0.py
diff --git a/rhodecode/lib/dbmigrate/versions/007_version_1_4_0.py b/kallithea/lib/dbmigrate/versions/007_version_1_4_0.py
rename from rhodecode/lib/dbmigrate/versions/007_version_1_4_0.py
rename to kallithea/lib/dbmigrate/versions/007_version_1_4_0.py
diff --git a/rhodecode/lib/dbmigrate/versions/008_version_1_5_0.py b/kallithea/lib/dbmigrate/versions/008_version_1_5_0.py
rename from rhodecode/lib/dbmigrate/versions/008_version_1_5_0.py
rename to kallithea/lib/dbmigrate/versions/008_version_1_5_0.py
diff --git a/rhodecode/lib/dbmigrate/versions/009_version_1_5_1.py b/kallithea/lib/dbmigrate/versions/009_version_1_5_1.py
rename from rhodecode/lib/dbmigrate/versions/009_version_1_5_1.py
rename to kallithea/lib/dbmigrate/versions/009_version_1_5_1.py
diff --git a/rhodecode/lib/dbmigrate/versions/010_version_1_5_2.py b/kallithea/lib/dbmigrate/versions/010_version_1_5_2.py
rename from rhodecode/lib/dbmigrate/versions/010_version_1_5_2.py
rename to kallithea/lib/dbmigrate/versions/010_version_1_5_2.py
diff --git a/rhodecode/lib/dbmigrate/versions/011_version_1_6_0.py b/kallithea/lib/dbmigrate/versions/011_version_1_6_0.py
rename from rhodecode/lib/dbmigrate/versions/011_version_1_6_0.py
rename to kallithea/lib/dbmigrate/versions/011_version_1_6_0.py
diff --git a/rhodecode/lib/dbmigrate/versions/012_version_1_7_0.py b/kallithea/lib/dbmigrate/versions/012_version_1_7_0.py
rename from rhodecode/lib/dbmigrate/versions/012_version_1_7_0.py
rename to kallithea/lib/dbmigrate/versions/012_version_1_7_0.py
diff --git a/rhodecode/lib/dbmigrate/versions/013_version_1_7_0.py b/kallithea/lib/dbmigrate/versions/013_version_1_7_0.py
rename from rhodecode/lib/dbmigrate/versions/013_version_1_7_0.py
rename to kallithea/lib/dbmigrate/versions/013_version_1_7_0.py
diff --git a/rhodecode/lib/dbmigrate/versions/014_version_1_7_1.py b/kallithea/lib/dbmigrate/versions/014_version_1_7_1.py
rename from rhodecode/lib/dbmigrate/versions/014_version_1_7_1.py
rename to kallithea/lib/dbmigrate/versions/014_version_1_7_1.py
diff --git a/rhodecode/lib/dbmigrate/versions/015_version_1_8_0.py b/kallithea/lib/dbmigrate/versions/015_version_1_8_0.py
rename from rhodecode/lib/dbmigrate/versions/015_version_1_8_0.py
rename to kallithea/lib/dbmigrate/versions/015_version_1_8_0.py
diff --git a/rhodecode/lib/dbmigrate/versions/016_version_2_0_0.py b/kallithea/lib/dbmigrate/versions/016_version_2_0_0.py
rename from rhodecode/lib/dbmigrate/versions/016_version_2_0_0.py
rename to kallithea/lib/dbmigrate/versions/016_version_2_0_0.py
diff --git a/rhodecode/lib/dbmigrate/versions/017_version_2_0_0.py b/kallithea/lib/dbmigrate/versions/017_version_2_0_0.py
rename from rhodecode/lib/dbmigrate/versions/017_version_2_0_0.py
rename to kallithea/lib/dbmigrate/versions/017_version_2_0_0.py
diff --git a/rhodecode/lib/dbmigrate/versions/018_version_2_0_0.py b/kallithea/lib/dbmigrate/versions/018_version_2_0_0.py
rename from rhodecode/lib/dbmigrate/versions/018_version_2_0_0.py
rename to kallithea/lib/dbmigrate/versions/018_version_2_0_0.py
diff --git a/rhodecode/lib/dbmigrate/versions/019_version_2_0_0.py b/kallithea/lib/dbmigrate/versions/019_version_2_0_0.py
rename from rhodecode/lib/dbmigrate/versions/019_version_2_0_0.py
rename to kallithea/lib/dbmigrate/versions/019_version_2_0_0.py
diff --git a/rhodecode/lib/dbmigrate/versions/020_version_2_0_1.py b/kallithea/lib/dbmigrate/versions/020_version_2_0_1.py
rename from rhodecode/lib/dbmigrate/versions/020_version_2_0_1.py
rename to kallithea/lib/dbmigrate/versions/020_version_2_0_1.py
diff --git a/rhodecode/lib/dbmigrate/versions/021_version_2_0_2.py b/kallithea/lib/dbmigrate/versions/021_version_2_0_2.py
rename from rhodecode/lib/dbmigrate/versions/021_version_2_0_2.py
rename to kallithea/lib/dbmigrate/versions/021_version_2_0_2.py
diff --git a/rhodecode/lib/dbmigrate/versions/022_version_2_0_2.py b/kallithea/lib/dbmigrate/versions/022_version_2_0_2.py
rename from rhodecode/lib/dbmigrate/versions/022_version_2_0_2.py
rename to kallithea/lib/dbmigrate/versions/022_version_2_0_2.py
diff --git a/rhodecode/lib/dbmigrate/versions/023_version_2_1_0.py b/kallithea/lib/dbmigrate/versions/023_version_2_1_0.py
rename from rhodecode/lib/dbmigrate/versions/023_version_2_1_0.py
rename to kallithea/lib/dbmigrate/versions/023_version_2_1_0.py
diff --git a/rhodecode/lib/dbmigrate/versions/024_version_2_1_0.py b/kallithea/lib/dbmigrate/versions/024_version_2_1_0.py
rename from rhodecode/lib/dbmigrate/versions/024_version_2_1_0.py
rename to kallithea/lib/dbmigrate/versions/024_version_2_1_0.py
diff --git a/rhodecode/lib/dbmigrate/versions/025_version_2_1_0.py b/kallithea/lib/dbmigrate/versions/025_version_2_1_0.py
rename from rhodecode/lib/dbmigrate/versions/025_version_2_1_0.py
rename to kallithea/lib/dbmigrate/versions/025_version_2_1_0.py
diff --git a/rhodecode/lib/dbmigrate/versions/026_version_2_2_0.py b/kallithea/lib/dbmigrate/versions/026_version_2_2_0.py
rename from rhodecode/lib/dbmigrate/versions/026_version_2_2_0.py
rename to kallithea/lib/dbmigrate/versions/026_version_2_2_0.py
diff --git a/rhodecode/lib/dbmigrate/versions/027_version_2_2_0.py b/kallithea/lib/dbmigrate/versions/027_version_2_2_0.py
rename from rhodecode/lib/dbmigrate/versions/027_version_2_2_0.py
rename to kallithea/lib/dbmigrate/versions/027_version_2_2_0.py
diff --git a/rhodecode/lib/dbmigrate/versions/028_version_2_2_3.py b/kallithea/lib/dbmigrate/versions/028_version_2_2_3.py
rename from rhodecode/lib/dbmigrate/versions/028_version_2_2_3.py
rename to kallithea/lib/dbmigrate/versions/028_version_2_2_3.py
diff --git a/rhodecode/lib/dbmigrate/versions/029_version_2_2_3.py b/kallithea/lib/dbmigrate/versions/029_version_2_2_3.py
rename from rhodecode/lib/dbmigrate/versions/029_version_2_2_3.py
rename to kallithea/lib/dbmigrate/versions/029_version_2_2_3.py
diff --git a/rhodecode/lib/dbmigrate/versions/030_version_2_2_3.py b/kallithea/lib/dbmigrate/versions/030_version_2_2_3.py
rename from rhodecode/lib/dbmigrate/versions/030_version_2_2_3.py
rename to kallithea/lib/dbmigrate/versions/030_version_2_2_3.py
diff --git a/rhodecode/lib/dbmigrate/versions/031_version_2_2_3.py b/kallithea/lib/dbmigrate/versions/031_version_2_2_3.py
rename from rhodecode/lib/dbmigrate/versions/031_version_2_2_3.py
rename to kallithea/lib/dbmigrate/versions/031_version_2_2_3.py
diff --git a/rhodecode/lib/dbmigrate/versions/__init__.py b/kallithea/lib/dbmigrate/versions/__init__.py
rename from rhodecode/lib/dbmigrate/versions/__init__.py
rename to kallithea/lib/dbmigrate/versions/__init__.py
diff --git a/rhodecode/lib/diffs.py b/kallithea/lib/diffs.py
rename from rhodecode/lib/diffs.py
rename to kallithea/lib/diffs.py
diff --git a/rhodecode/lib/exceptions.py b/kallithea/lib/exceptions.py
rename from rhodecode/lib/exceptions.py
rename to kallithea/lib/exceptions.py
diff --git a/rhodecode/lib/ext_json.py b/kallithea/lib/ext_json.py
rename from rhodecode/lib/ext_json.py
rename to kallithea/lib/ext_json.py
diff --git a/rhodecode/lib/graphmod.py b/kallithea/lib/graphmod.py
rename from rhodecode/lib/graphmod.py
rename to kallithea/lib/graphmod.py
diff --git a/rhodecode/lib/helpers.py b/kallithea/lib/helpers.py
rename from rhodecode/lib/helpers.py
rename to kallithea/lib/helpers.py
diff --git a/rhodecode/lib/hooks.py b/kallithea/lib/hooks.py
rename from rhodecode/lib/hooks.py
rename to kallithea/lib/hooks.py
diff --git a/rhodecode/lib/indexers/__init__.py b/kallithea/lib/indexers/__init__.py
rename from rhodecode/lib/indexers/__init__.py
rename to kallithea/lib/indexers/__init__.py
diff --git a/rhodecode/lib/indexers/daemon.py b/kallithea/lib/indexers/daemon.py
rename from rhodecode/lib/indexers/daemon.py
rename to kallithea/lib/indexers/daemon.py
diff --git a/rhodecode/lib/ipaddr.py b/kallithea/lib/ipaddr.py
rename from rhodecode/lib/ipaddr.py
rename to kallithea/lib/ipaddr.py
diff --git a/rhodecode/lib/markup_renderer.py b/kallithea/lib/markup_renderer.py
rename from rhodecode/lib/markup_renderer.py
rename to kallithea/lib/markup_renderer.py
diff --git a/rhodecode/lib/middleware/__init__.py b/kallithea/lib/middleware/__init__.py
rename from rhodecode/lib/middleware/__init__.py
rename to kallithea/lib/middleware/__init__.py
diff --git a/rhodecode/lib/middleware/errormator.py b/kallithea/lib/middleware/errormator.py
rename from rhodecode/lib/middleware/errormator.py
rename to kallithea/lib/middleware/errormator.py
diff --git a/rhodecode/lib/middleware/https_fixup.py b/kallithea/lib/middleware/https_fixup.py
rename from rhodecode/lib/middleware/https_fixup.py
rename to kallithea/lib/middleware/https_fixup.py
diff --git a/rhodecode/lib/middleware/pygrack.py b/kallithea/lib/middleware/pygrack.py
rename from rhodecode/lib/middleware/pygrack.py
rename to kallithea/lib/middleware/pygrack.py
diff --git a/rhodecode/lib/middleware/sentry.py b/kallithea/lib/middleware/sentry.py
rename from rhodecode/lib/middleware/sentry.py
rename to kallithea/lib/middleware/sentry.py
diff --git a/rhodecode/lib/middleware/simplegit.py b/kallithea/lib/middleware/simplegit.py
rename from rhodecode/lib/middleware/simplegit.py
rename to kallithea/lib/middleware/simplegit.py
diff --git a/rhodecode/lib/middleware/simplehg.py b/kallithea/lib/middleware/simplehg.py
rename from rhodecode/lib/middleware/simplehg.py
rename to kallithea/lib/middleware/simplehg.py
diff --git a/rhodecode/lib/middleware/wrapper.py b/kallithea/lib/middleware/wrapper.py
rename from rhodecode/lib/middleware/wrapper.py
rename to kallithea/lib/middleware/wrapper.py
diff --git a/rhodecode/lib/paster_commands/__init__.py b/kallithea/lib/paster_commands/__init__.py
rename from rhodecode/lib/paster_commands/__init__.py
rename to kallithea/lib/paster_commands/__init__.py
diff --git a/rhodecode/lib/paster_commands/cache_keys.py b/kallithea/lib/paster_commands/cache_keys.py
rename from rhodecode/lib/paster_commands/cache_keys.py
rename to kallithea/lib/paster_commands/cache_keys.py
diff --git a/rhodecode/lib/paster_commands/ishell.py b/kallithea/lib/paster_commands/ishell.py
rename from rhodecode/lib/paster_commands/ishell.py
rename to kallithea/lib/paster_commands/ishell.py
diff --git a/rhodecode/lib/paster_commands/make_index.py b/kallithea/lib/paster_commands/make_index.py
rename from rhodecode/lib/paster_commands/make_index.py
rename to kallithea/lib/paster_commands/make_index.py
diff --git a/rhodecode/lib/paster_commands/make_rcextensions.py b/kallithea/lib/paster_commands/make_rcextensions.py
rename from rhodecode/lib/paster_commands/make_rcextensions.py
rename to kallithea/lib/paster_commands/make_rcextensions.py
diff --git a/rhodecode/lib/paster_commands/repo_scan.py b/kallithea/lib/paster_commands/repo_scan.py
rename from rhodecode/lib/paster_commands/repo_scan.py
rename to kallithea/lib/paster_commands/repo_scan.py
diff --git a/rhodecode/lib/paster_commands/setup_db.py b/kallithea/lib/paster_commands/setup_db.py
rename from rhodecode/lib/paster_commands/setup_db.py
rename to kallithea/lib/paster_commands/setup_db.py
diff --git a/rhodecode/lib/paster_commands/update_repoinfo.py b/kallithea/lib/paster_commands/update_repoinfo.py
rename from rhodecode/lib/paster_commands/update_repoinfo.py
rename to kallithea/lib/paster_commands/update_repoinfo.py
diff --git a/rhodecode/lib/pidlock.py b/kallithea/lib/pidlock.py
rename from rhodecode/lib/pidlock.py
rename to kallithea/lib/pidlock.py
diff --git a/rhodecode/lib/profiler.py b/kallithea/lib/profiler.py
rename from rhodecode/lib/profiler.py
rename to kallithea/lib/profiler.py
diff --git a/rhodecode/lib/rcmail/__init__.py b/kallithea/lib/rcmail/__init__.py
rename from rhodecode/lib/rcmail/__init__.py
rename to kallithea/lib/rcmail/__init__.py
diff --git a/rhodecode/lib/rcmail/exceptions.py b/kallithea/lib/rcmail/exceptions.py
rename from rhodecode/lib/rcmail/exceptions.py
rename to kallithea/lib/rcmail/exceptions.py
diff --git a/rhodecode/lib/rcmail/message.py b/kallithea/lib/rcmail/message.py
rename from rhodecode/lib/rcmail/message.py
rename to kallithea/lib/rcmail/message.py
diff --git a/rhodecode/lib/rcmail/response.py b/kallithea/lib/rcmail/response.py
rename from rhodecode/lib/rcmail/response.py
rename to kallithea/lib/rcmail/response.py
diff --git a/rhodecode/lib/rcmail/smtp_mailer.py b/kallithea/lib/rcmail/smtp_mailer.py
rename from rhodecode/lib/rcmail/smtp_mailer.py
rename to kallithea/lib/rcmail/smtp_mailer.py
diff --git a/rhodecode/lib/rcmail/utils.py b/kallithea/lib/rcmail/utils.py
rename from rhodecode/lib/rcmail/utils.py
rename to kallithea/lib/rcmail/utils.py
diff --git a/rhodecode/lib/recaptcha.py b/kallithea/lib/recaptcha.py
rename from rhodecode/lib/recaptcha.py
rename to kallithea/lib/recaptcha.py
diff --git a/rhodecode/lib/timerproxy.py b/kallithea/lib/timerproxy.py
rename from rhodecode/lib/timerproxy.py
rename to kallithea/lib/timerproxy.py
diff --git a/rhodecode/lib/utils.py b/kallithea/lib/utils.py
rename from rhodecode/lib/utils.py
rename to kallithea/lib/utils.py
diff --git a/rhodecode/lib/utils2.py b/kallithea/lib/utils2.py
rename from rhodecode/lib/utils2.py
rename to kallithea/lib/utils2.py
diff --git a/rhodecode/lib/vcs/__init__.py b/kallithea/lib/vcs/__init__.py
rename from rhodecode/lib/vcs/__init__.py
rename to kallithea/lib/vcs/__init__.py
diff --git a/rhodecode/lib/vcs/backends/__init__.py b/kallithea/lib/vcs/backends/__init__.py
rename from rhodecode/lib/vcs/backends/__init__.py
rename to kallithea/lib/vcs/backends/__init__.py
diff --git a/rhodecode/lib/vcs/backends/base.py b/kallithea/lib/vcs/backends/base.py
rename from rhodecode/lib/vcs/backends/base.py
rename to kallithea/lib/vcs/backends/base.py
diff --git a/rhodecode/lib/vcs/backends/git/__init__.py b/kallithea/lib/vcs/backends/git/__init__.py
rename from rhodecode/lib/vcs/backends/git/__init__.py
rename to kallithea/lib/vcs/backends/git/__init__.py
diff --git a/rhodecode/lib/vcs/backends/git/changeset.py b/kallithea/lib/vcs/backends/git/changeset.py
rename from rhodecode/lib/vcs/backends/git/changeset.py
rename to kallithea/lib/vcs/backends/git/changeset.py
diff --git a/rhodecode/lib/vcs/backends/git/inmemory.py b/kallithea/lib/vcs/backends/git/inmemory.py
rename from rhodecode/lib/vcs/backends/git/inmemory.py
rename to kallithea/lib/vcs/backends/git/inmemory.py
diff --git a/rhodecode/lib/vcs/backends/git/repository.py b/kallithea/lib/vcs/backends/git/repository.py
rename from rhodecode/lib/vcs/backends/git/repository.py
rename to kallithea/lib/vcs/backends/git/repository.py
diff --git a/rhodecode/lib/vcs/backends/git/workdir.py b/kallithea/lib/vcs/backends/git/workdir.py
rename from rhodecode/lib/vcs/backends/git/workdir.py
rename to kallithea/lib/vcs/backends/git/workdir.py
diff --git a/rhodecode/lib/vcs/backends/hg/__init__.py b/kallithea/lib/vcs/backends/hg/__init__.py
rename from rhodecode/lib/vcs/backends/hg/__init__.py
rename to kallithea/lib/vcs/backends/hg/__init__.py
diff --git a/rhodecode/lib/vcs/backends/hg/changeset.py b/kallithea/lib/vcs/backends/hg/changeset.py
rename from rhodecode/lib/vcs/backends/hg/changeset.py
rename to kallithea/lib/vcs/backends/hg/changeset.py
diff --git a/rhodecode/lib/vcs/backends/hg/inmemory.py b/kallithea/lib/vcs/backends/hg/inmemory.py
rename from rhodecode/lib/vcs/backends/hg/inmemory.py
rename to kallithea/lib/vcs/backends/hg/inmemory.py
diff --git a/rhodecode/lib/vcs/backends/hg/repository.py b/kallithea/lib/vcs/backends/hg/repository.py
rename from rhodecode/lib/vcs/backends/hg/repository.py
rename to kallithea/lib/vcs/backends/hg/repository.py
diff --git a/rhodecode/lib/vcs/backends/hg/workdir.py b/kallithea/lib/vcs/backends/hg/workdir.py
rename from rhodecode/lib/vcs/backends/hg/workdir.py
rename to kallithea/lib/vcs/backends/hg/workdir.py
diff --git a/rhodecode/lib/vcs/conf/__init__.py b/kallithea/lib/vcs/conf/__init__.py
rename from rhodecode/lib/vcs/conf/__init__.py
rename to kallithea/lib/vcs/conf/__init__.py
diff --git a/rhodecode/lib/vcs/conf/settings.py b/kallithea/lib/vcs/conf/settings.py
rename from rhodecode/lib/vcs/conf/settings.py
rename to kallithea/lib/vcs/conf/settings.py
diff --git a/rhodecode/lib/vcs/exceptions.py b/kallithea/lib/vcs/exceptions.py
rename from rhodecode/lib/vcs/exceptions.py
rename to kallithea/lib/vcs/exceptions.py
diff --git a/rhodecode/lib/vcs/nodes.py b/kallithea/lib/vcs/nodes.py
rename from rhodecode/lib/vcs/nodes.py
rename to kallithea/lib/vcs/nodes.py
diff --git a/rhodecode/lib/vcs/subprocessio.py b/kallithea/lib/vcs/subprocessio.py
rename from rhodecode/lib/vcs/subprocessio.py
rename to kallithea/lib/vcs/subprocessio.py
diff --git a/rhodecode/lib/vcs/utils/__init__.py b/kallithea/lib/vcs/utils/__init__.py
rename from rhodecode/lib/vcs/utils/__init__.py
rename to kallithea/lib/vcs/utils/__init__.py
diff --git a/rhodecode/lib/vcs/utils/annotate.py b/kallithea/lib/vcs/utils/annotate.py
rename from rhodecode/lib/vcs/utils/annotate.py
rename to kallithea/lib/vcs/utils/annotate.py
diff --git a/rhodecode/lib/vcs/utils/archivers.py b/kallithea/lib/vcs/utils/archivers.py
rename from rhodecode/lib/vcs/utils/archivers.py
rename to kallithea/lib/vcs/utils/archivers.py
diff --git a/rhodecode/lib/vcs/utils/baseui_config.py b/kallithea/lib/vcs/utils/baseui_config.py
rename from rhodecode/lib/vcs/utils/baseui_config.py
rename to kallithea/lib/vcs/utils/baseui_config.py
diff --git a/rhodecode/lib/vcs/utils/compat.py b/kallithea/lib/vcs/utils/compat.py
rename from rhodecode/lib/vcs/utils/compat.py
rename to kallithea/lib/vcs/utils/compat.py
diff --git a/rhodecode/lib/vcs/utils/diffs.py b/kallithea/lib/vcs/utils/diffs.py
rename from rhodecode/lib/vcs/utils/diffs.py
rename to kallithea/lib/vcs/utils/diffs.py
diff --git a/rhodecode/lib/vcs/utils/fakemod.py b/kallithea/lib/vcs/utils/fakemod.py
rename from rhodecode/lib/vcs/utils/fakemod.py
rename to kallithea/lib/vcs/utils/fakemod.py
diff --git a/rhodecode/lib/vcs/utils/filesize.py b/kallithea/lib/vcs/utils/filesize.py
rename from rhodecode/lib/vcs/utils/filesize.py
rename to kallithea/lib/vcs/utils/filesize.py
diff --git a/rhodecode/lib/vcs/utils/helpers.py b/kallithea/lib/vcs/utils/helpers.py
rename from rhodecode/lib/vcs/utils/helpers.py
rename to kallithea/lib/vcs/utils/helpers.py
diff --git a/rhodecode/lib/vcs/utils/hgcompat.py b/kallithea/lib/vcs/utils/hgcompat.py
rename from rhodecode/lib/vcs/utils/hgcompat.py
rename to kallithea/lib/vcs/utils/hgcompat.py
diff --git a/rhodecode/lib/vcs/utils/imports.py b/kallithea/lib/vcs/utils/imports.py
rename from rhodecode/lib/vcs/utils/imports.py
rename to kallithea/lib/vcs/utils/imports.py
diff --git a/rhodecode/lib/vcs/utils/lazy.py b/kallithea/lib/vcs/utils/lazy.py
rename from rhodecode/lib/vcs/utils/lazy.py
rename to kallithea/lib/vcs/utils/lazy.py
diff --git a/rhodecode/lib/vcs/utils/lockfiles.py b/kallithea/lib/vcs/utils/lockfiles.py
rename from rhodecode/lib/vcs/utils/lockfiles.py
rename to kallithea/lib/vcs/utils/lockfiles.py
diff --git a/rhodecode/lib/vcs/utils/ordered_dict.py b/kallithea/lib/vcs/utils/ordered_dict.py
rename from rhodecode/lib/vcs/utils/ordered_dict.py
rename to kallithea/lib/vcs/utils/ordered_dict.py
diff --git a/rhodecode/lib/vcs/utils/paths.py b/kallithea/lib/vcs/utils/paths.py
rename from rhodecode/lib/vcs/utils/paths.py
rename to kallithea/lib/vcs/utils/paths.py
diff --git a/rhodecode/lib/vcs/utils/progressbar.py b/kallithea/lib/vcs/utils/progressbar.py
rename from rhodecode/lib/vcs/utils/progressbar.py
rename to kallithea/lib/vcs/utils/progressbar.py
diff --git a/rhodecode/lib/vcs/utils/termcolors.py b/kallithea/lib/vcs/utils/termcolors.py
rename from rhodecode/lib/vcs/utils/termcolors.py
rename to kallithea/lib/vcs/utils/termcolors.py
diff --git a/rhodecode/lib/verlib.py b/kallithea/lib/verlib.py
rename from rhodecode/lib/verlib.py
rename to kallithea/lib/verlib.py
diff --git a/rhodecode/model/__init__.py b/kallithea/model/__init__.py
rename from rhodecode/model/__init__.py
rename to kallithea/model/__init__.py
diff --git a/rhodecode/model/api_key.py b/kallithea/model/api_key.py
rename from rhodecode/model/api_key.py
rename to kallithea/model/api_key.py
diff --git a/rhodecode/model/changeset_status.py b/kallithea/model/changeset_status.py
rename from rhodecode/model/changeset_status.py
rename to kallithea/model/changeset_status.py
diff --git a/rhodecode/model/comment.py b/kallithea/model/comment.py
rename from rhodecode/model/comment.py
rename to kallithea/model/comment.py
diff --git a/rhodecode/model/db.py b/kallithea/model/db.py
rename from rhodecode/model/db.py
rename to kallithea/model/db.py
diff --git a/rhodecode/model/forms.py b/kallithea/model/forms.py
rename from rhodecode/model/forms.py
rename to kallithea/model/forms.py
diff --git a/rhodecode/model/gist.py b/kallithea/model/gist.py
rename from rhodecode/model/gist.py
rename to kallithea/model/gist.py
diff --git a/rhodecode/model/meta.py b/kallithea/model/meta.py
rename from rhodecode/model/meta.py
rename to kallithea/model/meta.py
diff --git a/rhodecode/model/notification.py b/kallithea/model/notification.py
rename from rhodecode/model/notification.py
rename to kallithea/model/notification.py
diff --git a/rhodecode/model/permission.py b/kallithea/model/permission.py
rename from rhodecode/model/permission.py
rename to kallithea/model/permission.py
diff --git a/rhodecode/model/pull_request.py b/kallithea/model/pull_request.py
rename from rhodecode/model/pull_request.py
rename to kallithea/model/pull_request.py
diff --git a/rhodecode/model/repo.py b/kallithea/model/repo.py
rename from rhodecode/model/repo.py
rename to kallithea/model/repo.py
diff --git a/rhodecode/model/repo_group.py b/kallithea/model/repo_group.py
rename from rhodecode/model/repo_group.py
rename to kallithea/model/repo_group.py
diff --git a/rhodecode/model/repo_permission.py b/kallithea/model/repo_permission.py
rename from rhodecode/model/repo_permission.py
rename to kallithea/model/repo_permission.py
diff --git a/rhodecode/model/scm.py b/kallithea/model/scm.py
rename from rhodecode/model/scm.py
rename to kallithea/model/scm.py
diff --git a/rhodecode/model/user.py b/kallithea/model/user.py
rename from rhodecode/model/user.py
rename to kallithea/model/user.py
diff --git a/rhodecode/model/user_group.py b/kallithea/model/user_group.py
rename from rhodecode/model/user_group.py
rename to kallithea/model/user_group.py
diff --git a/rhodecode/model/validators.py b/kallithea/model/validators.py
rename from rhodecode/model/validators.py
rename to kallithea/model/validators.py
diff --git a/rhodecode/public/css/bootstrap.css b/kallithea/public/css/bootstrap.css
rename from rhodecode/public/css/bootstrap.css
rename to kallithea/public/css/bootstrap.css
diff --git a/rhodecode/public/css/codemirror.css b/kallithea/public/css/codemirror.css
rename from rhodecode/public/css/codemirror.css
rename to kallithea/public/css/codemirror.css
diff --git a/rhodecode/public/css/contextbar.css b/kallithea/public/css/contextbar.css
rename from rhodecode/public/css/contextbar.css
rename to kallithea/public/css/contextbar.css
diff --git a/rhodecode/public/css/mergely.css b/kallithea/public/css/mergely.css
rename from rhodecode/public/css/mergely.css
rename to kallithea/public/css/mergely.css
diff --git a/rhodecode/public/css/pygments.css b/kallithea/public/css/pygments.css
rename from rhodecode/public/css/pygments.css
rename to kallithea/public/css/pygments.css
diff --git a/rhodecode/public/css/style.css b/kallithea/public/css/style.css
rename from rhodecode/public/css/style.css
rename to kallithea/public/css/style.css
diff --git a/rhodecode/public/images/arrow_right_64.png b/kallithea/public/images/arrow_right_64.png
rename from rhodecode/public/images/arrow_right_64.png
rename to kallithea/public/images/arrow_right_64.png
diff --git a/rhodecode/public/images/background.png b/kallithea/public/images/background.png
rename from rhodecode/public/images/background.png
rename to kallithea/public/images/background.png
diff --git a/rhodecode/public/images/button.png b/kallithea/public/images/button.png
rename from rhodecode/public/images/button.png
rename to kallithea/public/images/button.png
diff --git a/rhodecode/public/images/button_highlight.png b/kallithea/public/images/button_highlight.png
rename from rhodecode/public/images/button_highlight.png
rename to kallithea/public/images/button_highlight.png
diff --git a/rhodecode/public/images/button_selected.png b/kallithea/public/images/button_selected.png
rename from rhodecode/public/images/button_selected.png
rename to kallithea/public/images/button_selected.png
diff --git a/rhodecode/public/images/dt-arrow-dn.png b/kallithea/public/images/dt-arrow-dn.png
rename from rhodecode/public/images/dt-arrow-dn.png
rename to kallithea/public/images/dt-arrow-dn.png
diff --git a/rhodecode/public/images/dt-arrow-up.png b/kallithea/public/images/dt-arrow-up.png
rename from rhodecode/public/images/dt-arrow-up.png
rename to kallithea/public/images/dt-arrow-up.png
diff --git a/rhodecode/public/images/favicon.ico b/kallithea/public/images/favicon.ico
rename from rhodecode/public/images/favicon.ico
rename to kallithea/public/images/favicon.ico
diff --git a/rhodecode/public/images/icons/accept.png b/kallithea/public/images/icons/accept.png
rename from rhodecode/public/images/icons/accept.png
rename to kallithea/public/images/icons/accept.png
diff --git a/rhodecode/public/images/icons/add.png b/kallithea/public/images/icons/add.png
rename from rhodecode/public/images/icons/add.png
rename to kallithea/public/images/icons/add.png
diff --git a/rhodecode/public/images/icons/address_16.png b/kallithea/public/images/icons/address_16.png
rename from rhodecode/public/images/icons/address_16.png
rename to kallithea/public/images/icons/address_16.png
diff --git a/rhodecode/public/images/icons/anchor.png b/kallithea/public/images/icons/anchor.png
rename from rhodecode/public/images/icons/anchor.png
rename to kallithea/public/images/icons/anchor.png
diff --git a/rhodecode/public/images/icons/application.png b/kallithea/public/images/icons/application.png
rename from rhodecode/public/images/icons/application.png
rename to kallithea/public/images/icons/application.png
diff --git a/rhodecode/public/images/icons/application_add.png b/kallithea/public/images/icons/application_add.png
rename from rhodecode/public/images/icons/application_add.png
rename to kallithea/public/images/icons/application_add.png
diff --git a/rhodecode/public/images/icons/application_cascade.png b/kallithea/public/images/icons/application_cascade.png
rename from rhodecode/public/images/icons/application_cascade.png
rename to kallithea/public/images/icons/application_cascade.png
diff --git a/rhodecode/public/images/icons/application_delete.png b/kallithea/public/images/icons/application_delete.png
rename from rhodecode/public/images/icons/application_delete.png
rename to kallithea/public/images/icons/application_delete.png
diff --git a/rhodecode/public/images/icons/application_double.png b/kallithea/public/images/icons/application_double.png
rename from rhodecode/public/images/icons/application_double.png
rename to kallithea/public/images/icons/application_double.png
diff --git a/rhodecode/public/images/icons/application_edit.png b/kallithea/public/images/icons/application_edit.png
rename from rhodecode/public/images/icons/application_edit.png
rename to kallithea/public/images/icons/application_edit.png
diff --git a/rhodecode/public/images/icons/application_error.png b/kallithea/public/images/icons/application_error.png
rename from rhodecode/public/images/icons/application_error.png
rename to kallithea/public/images/icons/application_error.png
diff --git a/rhodecode/public/images/icons/application_form.png b/kallithea/public/images/icons/application_form.png
rename from rhodecode/public/images/icons/application_form.png
rename to kallithea/public/images/icons/application_form.png
diff --git a/rhodecode/public/images/icons/application_form_add.png b/kallithea/public/images/icons/application_form_add.png
rename from rhodecode/public/images/icons/application_form_add.png
rename to kallithea/public/images/icons/application_form_add.png
diff --git a/rhodecode/public/images/icons/application_form_delete.png b/kallithea/public/images/icons/application_form_delete.png
rename from rhodecode/public/images/icons/application_form_delete.png
rename to kallithea/public/images/icons/application_form_delete.png
diff --git a/rhodecode/public/images/icons/application_form_edit.png b/kallithea/public/images/icons/application_form_edit.png
rename from rhodecode/public/images/icons/application_form_edit.png
rename to kallithea/public/images/icons/application_form_edit.png
diff --git a/rhodecode/public/images/icons/application_form_magnify.png b/kallithea/public/images/icons/application_form_magnify.png
rename from rhodecode/public/images/icons/application_form_magnify.png
rename to kallithea/public/images/icons/application_form_magnify.png
diff --git a/rhodecode/public/images/icons/application_get.png b/kallithea/public/images/icons/application_get.png
rename from rhodecode/public/images/icons/application_get.png
rename to kallithea/public/images/icons/application_get.png
diff --git a/rhodecode/public/images/icons/application_go.png b/kallithea/public/images/icons/application_go.png
rename from rhodecode/public/images/icons/application_go.png
rename to kallithea/public/images/icons/application_go.png
diff --git a/rhodecode/public/images/icons/application_home.png b/kallithea/public/images/icons/application_home.png
rename from rhodecode/public/images/icons/application_home.png
rename to kallithea/public/images/icons/application_home.png
diff --git a/rhodecode/public/images/icons/application_key.png b/kallithea/public/images/icons/application_key.png
rename from rhodecode/public/images/icons/application_key.png
rename to kallithea/public/images/icons/application_key.png
diff --git a/rhodecode/public/images/icons/application_lightning.png b/kallithea/public/images/icons/application_lightning.png
rename from rhodecode/public/images/icons/application_lightning.png
rename to kallithea/public/images/icons/application_lightning.png
diff --git a/rhodecode/public/images/icons/application_link.png b/kallithea/public/images/icons/application_link.png
rename from rhodecode/public/images/icons/application_link.png
rename to kallithea/public/images/icons/application_link.png
diff --git a/rhodecode/public/images/icons/application_osx.png b/kallithea/public/images/icons/application_osx.png
rename from rhodecode/public/images/icons/application_osx.png
rename to kallithea/public/images/icons/application_osx.png
diff --git a/rhodecode/public/images/icons/application_osx_terminal.png b/kallithea/public/images/icons/application_osx_terminal.png
rename from rhodecode/public/images/icons/application_osx_terminal.png
rename to kallithea/public/images/icons/application_osx_terminal.png
diff --git a/rhodecode/public/images/icons/application_put.png b/kallithea/public/images/icons/application_put.png
rename from rhodecode/public/images/icons/application_put.png
rename to kallithea/public/images/icons/application_put.png
diff --git a/rhodecode/public/images/icons/application_side_boxes.png b/kallithea/public/images/icons/application_side_boxes.png
rename from rhodecode/public/images/icons/application_side_boxes.png
rename to kallithea/public/images/icons/application_side_boxes.png
diff --git a/rhodecode/public/images/icons/application_side_contract.png b/kallithea/public/images/icons/application_side_contract.png
rename from rhodecode/public/images/icons/application_side_contract.png
rename to kallithea/public/images/icons/application_side_contract.png
diff --git a/rhodecode/public/images/icons/application_side_expand.png b/kallithea/public/images/icons/application_side_expand.png
rename from rhodecode/public/images/icons/application_side_expand.png
rename to kallithea/public/images/icons/application_side_expand.png
diff --git a/rhodecode/public/images/icons/application_side_list.png b/kallithea/public/images/icons/application_side_list.png
rename from rhodecode/public/images/icons/application_side_list.png
rename to kallithea/public/images/icons/application_side_list.png
diff --git a/rhodecode/public/images/icons/application_side_tree.png b/kallithea/public/images/icons/application_side_tree.png
rename from rhodecode/public/images/icons/application_side_tree.png
rename to kallithea/public/images/icons/application_side_tree.png
diff --git a/rhodecode/public/images/icons/application_split.png b/kallithea/public/images/icons/application_split.png
rename from rhodecode/public/images/icons/application_split.png
rename to kallithea/public/images/icons/application_split.png
diff --git a/rhodecode/public/images/icons/application_tile_horizontal.png b/kallithea/public/images/icons/application_tile_horizontal.png
rename from rhodecode/public/images/icons/application_tile_horizontal.png
rename to kallithea/public/images/icons/application_tile_horizontal.png
diff --git a/rhodecode/public/images/icons/application_tile_vertical.png b/kallithea/public/images/icons/application_tile_vertical.png
rename from rhodecode/public/images/icons/application_tile_vertical.png
rename to kallithea/public/images/icons/application_tile_vertical.png
diff --git a/rhodecode/public/images/icons/application_view_columns.png b/kallithea/public/images/icons/application_view_columns.png
rename from rhodecode/public/images/icons/application_view_columns.png
rename to kallithea/public/images/icons/application_view_columns.png
diff --git a/rhodecode/public/images/icons/application_view_detail.png b/kallithea/public/images/icons/application_view_detail.png
rename from rhodecode/public/images/icons/application_view_detail.png
rename to kallithea/public/images/icons/application_view_detail.png
diff --git a/rhodecode/public/images/icons/application_view_gallery.png b/kallithea/public/images/icons/application_view_gallery.png
rename from rhodecode/public/images/icons/application_view_gallery.png
rename to kallithea/public/images/icons/application_view_gallery.png
diff --git a/rhodecode/public/images/icons/application_view_icons.png b/kallithea/public/images/icons/application_view_icons.png
rename from rhodecode/public/images/icons/application_view_icons.png
rename to kallithea/public/images/icons/application_view_icons.png
diff --git a/rhodecode/public/images/icons/application_view_list.png b/kallithea/public/images/icons/application_view_list.png
rename from rhodecode/public/images/icons/application_view_list.png
rename to kallithea/public/images/icons/application_view_list.png
diff --git a/rhodecode/public/images/icons/application_view_tile.png b/kallithea/public/images/icons/application_view_tile.png
rename from rhodecode/public/images/icons/application_view_tile.png
rename to kallithea/public/images/icons/application_view_tile.png
diff --git a/rhodecode/public/images/icons/application_xp.png b/kallithea/public/images/icons/application_xp.png
rename from rhodecode/public/images/icons/application_xp.png
rename to kallithea/public/images/icons/application_xp.png
diff --git a/rhodecode/public/images/icons/application_xp_terminal.png b/kallithea/public/images/icons/application_xp_terminal.png
rename from rhodecode/public/images/icons/application_xp_terminal.png
rename to kallithea/public/images/icons/application_xp_terminal.png
diff --git a/rhodecode/public/images/icons/arrow_branch.png b/kallithea/public/images/icons/arrow_branch.png
rename from rhodecode/public/images/icons/arrow_branch.png
rename to kallithea/public/images/icons/arrow_branch.png
diff --git a/rhodecode/public/images/icons/arrow_divide.png b/kallithea/public/images/icons/arrow_divide.png
rename from rhodecode/public/images/icons/arrow_divide.png
rename to kallithea/public/images/icons/arrow_divide.png
diff --git a/rhodecode/public/images/icons/arrow_down.png b/kallithea/public/images/icons/arrow_down.png
rename from rhodecode/public/images/icons/arrow_down.png
rename to kallithea/public/images/icons/arrow_down.png
diff --git a/rhodecode/public/images/icons/arrow_in.png b/kallithea/public/images/icons/arrow_in.png
rename from rhodecode/public/images/icons/arrow_in.png
rename to kallithea/public/images/icons/arrow_in.png
diff --git a/rhodecode/public/images/icons/arrow_inout.png b/kallithea/public/images/icons/arrow_inout.png
rename from rhodecode/public/images/icons/arrow_inout.png
rename to kallithea/public/images/icons/arrow_inout.png
diff --git a/rhodecode/public/images/icons/arrow_join.png b/kallithea/public/images/icons/arrow_join.png
rename from rhodecode/public/images/icons/arrow_join.png
rename to kallithea/public/images/icons/arrow_join.png
diff --git a/rhodecode/public/images/icons/arrow_left.png b/kallithea/public/images/icons/arrow_left.png
rename from rhodecode/public/images/icons/arrow_left.png
rename to kallithea/public/images/icons/arrow_left.png
diff --git a/rhodecode/public/images/icons/arrow_merge.png b/kallithea/public/images/icons/arrow_merge.png
rename from rhodecode/public/images/icons/arrow_merge.png
rename to kallithea/public/images/icons/arrow_merge.png
diff --git a/rhodecode/public/images/icons/arrow_out.png b/kallithea/public/images/icons/arrow_out.png
rename from rhodecode/public/images/icons/arrow_out.png
rename to kallithea/public/images/icons/arrow_out.png
diff --git a/rhodecode/public/images/icons/arrow_redo.png b/kallithea/public/images/icons/arrow_redo.png
rename from rhodecode/public/images/icons/arrow_redo.png
rename to kallithea/public/images/icons/arrow_redo.png
diff --git a/rhodecode/public/images/icons/arrow_refresh.png b/kallithea/public/images/icons/arrow_refresh.png
rename from rhodecode/public/images/icons/arrow_refresh.png
rename to kallithea/public/images/icons/arrow_refresh.png
diff --git a/rhodecode/public/images/icons/arrow_refresh_small.png b/kallithea/public/images/icons/arrow_refresh_small.png
rename from rhodecode/public/images/icons/arrow_refresh_small.png
rename to kallithea/public/images/icons/arrow_refresh_small.png
diff --git a/rhodecode/public/images/icons/arrow_right.png b/kallithea/public/images/icons/arrow_right.png
rename from rhodecode/public/images/icons/arrow_right.png
rename to kallithea/public/images/icons/arrow_right.png
diff --git a/rhodecode/public/images/icons/arrow_rotate_anticlockwise.png b/kallithea/public/images/icons/arrow_rotate_anticlockwise.png
rename from rhodecode/public/images/icons/arrow_rotate_anticlockwise.png
rename to kallithea/public/images/icons/arrow_rotate_anticlockwise.png
diff --git a/rhodecode/public/images/icons/arrow_rotate_clockwise.png b/kallithea/public/images/icons/arrow_rotate_clockwise.png
rename from rhodecode/public/images/icons/arrow_rotate_clockwise.png
rename to kallithea/public/images/icons/arrow_rotate_clockwise.png
diff --git a/rhodecode/public/images/icons/arrow_switch.png b/kallithea/public/images/icons/arrow_switch.png
rename from rhodecode/public/images/icons/arrow_switch.png
rename to kallithea/public/images/icons/arrow_switch.png
diff --git a/rhodecode/public/images/icons/arrow_turn_left.png b/kallithea/public/images/icons/arrow_turn_left.png
rename from rhodecode/public/images/icons/arrow_turn_left.png
rename to kallithea/public/images/icons/arrow_turn_left.png
diff --git a/rhodecode/public/images/icons/arrow_turn_right.png b/kallithea/public/images/icons/arrow_turn_right.png
rename from rhodecode/public/images/icons/arrow_turn_right.png
rename to kallithea/public/images/icons/arrow_turn_right.png
diff --git a/rhodecode/public/images/icons/arrow_undo.png b/kallithea/public/images/icons/arrow_undo.png
rename from rhodecode/public/images/icons/arrow_undo.png
rename to kallithea/public/images/icons/arrow_undo.png
diff --git a/rhodecode/public/images/icons/arrow_up.png b/kallithea/public/images/icons/arrow_up.png
rename from rhodecode/public/images/icons/arrow_up.png
rename to kallithea/public/images/icons/arrow_up.png
diff --git a/rhodecode/public/images/icons/asterisk_orange.png b/kallithea/public/images/icons/asterisk_orange.png
rename from rhodecode/public/images/icons/asterisk_orange.png
rename to kallithea/public/images/icons/asterisk_orange.png
diff --git a/rhodecode/public/images/icons/asterisk_yellow.png b/kallithea/public/images/icons/asterisk_yellow.png
rename from rhodecode/public/images/icons/asterisk_yellow.png
rename to kallithea/public/images/icons/asterisk_yellow.png
diff --git a/rhodecode/public/images/icons/atom.png b/kallithea/public/images/icons/atom.png
rename from rhodecode/public/images/icons/atom.png
rename to kallithea/public/images/icons/atom.png
diff --git a/rhodecode/public/images/icons/attach.png b/kallithea/public/images/icons/attach.png
rename from rhodecode/public/images/icons/attach.png
rename to kallithea/public/images/icons/attach.png
diff --git a/rhodecode/public/images/icons/award_star_add.png b/kallithea/public/images/icons/award_star_add.png
rename from rhodecode/public/images/icons/award_star_add.png
rename to kallithea/public/images/icons/award_star_add.png
diff --git a/rhodecode/public/images/icons/award_star_bronze_1.png b/kallithea/public/images/icons/award_star_bronze_1.png
rename from rhodecode/public/images/icons/award_star_bronze_1.png
rename to kallithea/public/images/icons/award_star_bronze_1.png
diff --git a/rhodecode/public/images/icons/award_star_bronze_2.png b/kallithea/public/images/icons/award_star_bronze_2.png
rename from rhodecode/public/images/icons/award_star_bronze_2.png
rename to kallithea/public/images/icons/award_star_bronze_2.png
diff --git a/rhodecode/public/images/icons/award_star_bronze_3.png b/kallithea/public/images/icons/award_star_bronze_3.png
rename from rhodecode/public/images/icons/award_star_bronze_3.png
rename to kallithea/public/images/icons/award_star_bronze_3.png
diff --git a/rhodecode/public/images/icons/award_star_delete.png b/kallithea/public/images/icons/award_star_delete.png
rename from rhodecode/public/images/icons/award_star_delete.png
rename to kallithea/public/images/icons/award_star_delete.png
diff --git a/rhodecode/public/images/icons/award_star_gold_1.png b/kallithea/public/images/icons/award_star_gold_1.png
rename from rhodecode/public/images/icons/award_star_gold_1.png
rename to kallithea/public/images/icons/award_star_gold_1.png
diff --git a/rhodecode/public/images/icons/award_star_gold_2.png b/kallithea/public/images/icons/award_star_gold_2.png
rename from rhodecode/public/images/icons/award_star_gold_2.png
rename to kallithea/public/images/icons/award_star_gold_2.png
diff --git a/rhodecode/public/images/icons/award_star_gold_3.png b/kallithea/public/images/icons/award_star_gold_3.png
rename from rhodecode/public/images/icons/award_star_gold_3.png
rename to kallithea/public/images/icons/award_star_gold_3.png
diff --git a/rhodecode/public/images/icons/award_star_silver_1.png b/kallithea/public/images/icons/award_star_silver_1.png
rename from rhodecode/public/images/icons/award_star_silver_1.png
rename to kallithea/public/images/icons/award_star_silver_1.png
diff --git a/rhodecode/public/images/icons/award_star_silver_2.png b/kallithea/public/images/icons/award_star_silver_2.png
rename from rhodecode/public/images/icons/award_star_silver_2.png
rename to kallithea/public/images/icons/award_star_silver_2.png
diff --git a/rhodecode/public/images/icons/award_star_silver_3.png b/kallithea/public/images/icons/award_star_silver_3.png
rename from rhodecode/public/images/icons/award_star_silver_3.png
rename to kallithea/public/images/icons/award_star_silver_3.png
diff --git a/rhodecode/public/images/icons/basket.png b/kallithea/public/images/icons/basket.png
rename from rhodecode/public/images/icons/basket.png
rename to kallithea/public/images/icons/basket.png
diff --git a/rhodecode/public/images/icons/basket_add.png b/kallithea/public/images/icons/basket_add.png
rename from rhodecode/public/images/icons/basket_add.png
rename to kallithea/public/images/icons/basket_add.png
diff --git a/rhodecode/public/images/icons/basket_delete.png b/kallithea/public/images/icons/basket_delete.png
rename from rhodecode/public/images/icons/basket_delete.png
rename to kallithea/public/images/icons/basket_delete.png
diff --git a/rhodecode/public/images/icons/basket_edit.png b/kallithea/public/images/icons/basket_edit.png
rename from rhodecode/public/images/icons/basket_edit.png
rename to kallithea/public/images/icons/basket_edit.png
diff --git a/rhodecode/public/images/icons/basket_error.png b/kallithea/public/images/icons/basket_error.png
rename from rhodecode/public/images/icons/basket_error.png
rename to kallithea/public/images/icons/basket_error.png
diff --git a/rhodecode/public/images/icons/basket_go.png b/kallithea/public/images/icons/basket_go.png
rename from rhodecode/public/images/icons/basket_go.png
rename to kallithea/public/images/icons/basket_go.png
diff --git a/rhodecode/public/images/icons/basket_put.png b/kallithea/public/images/icons/basket_put.png
rename from rhodecode/public/images/icons/basket_put.png
rename to kallithea/public/images/icons/basket_put.png
diff --git a/rhodecode/public/images/icons/basket_remove.png b/kallithea/public/images/icons/basket_remove.png
rename from rhodecode/public/images/icons/basket_remove.png
rename to kallithea/public/images/icons/basket_remove.png
diff --git a/rhodecode/public/images/icons/bell.png b/kallithea/public/images/icons/bell.png
rename from rhodecode/public/images/icons/bell.png
rename to kallithea/public/images/icons/bell.png
diff --git a/rhodecode/public/images/icons/bell_add.png b/kallithea/public/images/icons/bell_add.png
rename from rhodecode/public/images/icons/bell_add.png
rename to kallithea/public/images/icons/bell_add.png
diff --git a/rhodecode/public/images/icons/bell_delete.png b/kallithea/public/images/icons/bell_delete.png
rename from rhodecode/public/images/icons/bell_delete.png
rename to kallithea/public/images/icons/bell_delete.png
diff --git a/rhodecode/public/images/icons/bell_error.png b/kallithea/public/images/icons/bell_error.png
rename from rhodecode/public/images/icons/bell_error.png
rename to kallithea/public/images/icons/bell_error.png
diff --git a/rhodecode/public/images/icons/bell_go.png b/kallithea/public/images/icons/bell_go.png
rename from rhodecode/public/images/icons/bell_go.png
rename to kallithea/public/images/icons/bell_go.png
diff --git a/rhodecode/public/images/icons/bell_link.png b/kallithea/public/images/icons/bell_link.png
rename from rhodecode/public/images/icons/bell_link.png
rename to kallithea/public/images/icons/bell_link.png
diff --git a/rhodecode/public/images/icons/bin.png b/kallithea/public/images/icons/bin.png
rename from rhodecode/public/images/icons/bin.png
rename to kallithea/public/images/icons/bin.png
diff --git a/rhodecode/public/images/icons/bin_closed.png b/kallithea/public/images/icons/bin_closed.png
rename from rhodecode/public/images/icons/bin_closed.png
rename to kallithea/public/images/icons/bin_closed.png
diff --git a/rhodecode/public/images/icons/bin_empty.png b/kallithea/public/images/icons/bin_empty.png
rename from rhodecode/public/images/icons/bin_empty.png
rename to kallithea/public/images/icons/bin_empty.png
diff --git a/rhodecode/public/images/icons/block_16.png b/kallithea/public/images/icons/block_16.png
rename from rhodecode/public/images/icons/block_16.png
rename to kallithea/public/images/icons/block_16.png
diff --git a/rhodecode/public/images/icons/bomb.png b/kallithea/public/images/icons/bomb.png
rename from rhodecode/public/images/icons/bomb.png
rename to kallithea/public/images/icons/bomb.png
diff --git a/rhodecode/public/images/icons/book.png b/kallithea/public/images/icons/book.png
rename from rhodecode/public/images/icons/book.png
rename to kallithea/public/images/icons/book.png
diff --git a/rhodecode/public/images/icons/book_add.png b/kallithea/public/images/icons/book_add.png
rename from rhodecode/public/images/icons/book_add.png
rename to kallithea/public/images/icons/book_add.png
diff --git a/rhodecode/public/images/icons/book_addresses.png b/kallithea/public/images/icons/book_addresses.png
rename from rhodecode/public/images/icons/book_addresses.png
rename to kallithea/public/images/icons/book_addresses.png
diff --git a/rhodecode/public/images/icons/book_delete.png b/kallithea/public/images/icons/book_delete.png
rename from rhodecode/public/images/icons/book_delete.png
rename to kallithea/public/images/icons/book_delete.png
diff --git a/rhodecode/public/images/icons/book_edit.png b/kallithea/public/images/icons/book_edit.png
rename from rhodecode/public/images/icons/book_edit.png
rename to kallithea/public/images/icons/book_edit.png
diff --git a/rhodecode/public/images/icons/book_error.png b/kallithea/public/images/icons/book_error.png
rename from rhodecode/public/images/icons/book_error.png
rename to kallithea/public/images/icons/book_error.png
diff --git a/rhodecode/public/images/icons/book_go.png b/kallithea/public/images/icons/book_go.png
rename from rhodecode/public/images/icons/book_go.png
rename to kallithea/public/images/icons/book_go.png
diff --git a/rhodecode/public/images/icons/book_key.png b/kallithea/public/images/icons/book_key.png
rename from rhodecode/public/images/icons/book_key.png
rename to kallithea/public/images/icons/book_key.png
diff --git a/rhodecode/public/images/icons/book_link.png b/kallithea/public/images/icons/book_link.png
rename from rhodecode/public/images/icons/book_link.png
rename to kallithea/public/images/icons/book_link.png
diff --git a/rhodecode/public/images/icons/book_next.png b/kallithea/public/images/icons/book_next.png
rename from rhodecode/public/images/icons/book_next.png
rename to kallithea/public/images/icons/book_next.png
diff --git a/rhodecode/public/images/icons/book_open.png b/kallithea/public/images/icons/book_open.png
rename from rhodecode/public/images/icons/book_open.png
rename to kallithea/public/images/icons/book_open.png
diff --git a/rhodecode/public/images/icons/book_previous.png b/kallithea/public/images/icons/book_previous.png
rename from rhodecode/public/images/icons/book_previous.png
rename to kallithea/public/images/icons/book_previous.png
diff --git a/rhodecode/public/images/icons/bookmark_16.png b/kallithea/public/images/icons/bookmark_16.png
rename from rhodecode/public/images/icons/bookmark_16.png
rename to kallithea/public/images/icons/bookmark_16.png
diff --git a/rhodecode/public/images/icons/box.png b/kallithea/public/images/icons/box.png
rename from rhodecode/public/images/icons/box.png
rename to kallithea/public/images/icons/box.png
diff --git a/rhodecode/public/images/icons/brick.png b/kallithea/public/images/icons/brick.png
rename from rhodecode/public/images/icons/brick.png
rename to kallithea/public/images/icons/brick.png
diff --git a/rhodecode/public/images/icons/brick_add.png b/kallithea/public/images/icons/brick_add.png
rename from rhodecode/public/images/icons/brick_add.png
rename to kallithea/public/images/icons/brick_add.png
diff --git a/rhodecode/public/images/icons/brick_delete.png b/kallithea/public/images/icons/brick_delete.png
rename from rhodecode/public/images/icons/brick_delete.png
rename to kallithea/public/images/icons/brick_delete.png
diff --git a/rhodecode/public/images/icons/brick_edit.png b/kallithea/public/images/icons/brick_edit.png
rename from rhodecode/public/images/icons/brick_edit.png
rename to kallithea/public/images/icons/brick_edit.png
diff --git a/rhodecode/public/images/icons/brick_error.png b/kallithea/public/images/icons/brick_error.png
rename from rhodecode/public/images/icons/brick_error.png
rename to kallithea/public/images/icons/brick_error.png
diff --git a/rhodecode/public/images/icons/brick_go.png b/kallithea/public/images/icons/brick_go.png
rename from rhodecode/public/images/icons/brick_go.png
rename to kallithea/public/images/icons/brick_go.png
diff --git a/rhodecode/public/images/icons/brick_link.png b/kallithea/public/images/icons/brick_link.png
rename from rhodecode/public/images/icons/brick_link.png
rename to kallithea/public/images/icons/brick_link.png
diff --git a/rhodecode/public/images/icons/bricks.png b/kallithea/public/images/icons/bricks.png
rename from rhodecode/public/images/icons/bricks.png
rename to kallithea/public/images/icons/bricks.png
diff --git a/rhodecode/public/images/icons/briefcase.png b/kallithea/public/images/icons/briefcase.png
rename from rhodecode/public/images/icons/briefcase.png
rename to kallithea/public/images/icons/briefcase.png
diff --git a/rhodecode/public/images/icons/briefcase_16.png b/kallithea/public/images/icons/briefcase_16.png
rename from rhodecode/public/images/icons/briefcase_16.png
rename to kallithea/public/images/icons/briefcase_16.png
diff --git a/rhodecode/public/images/icons/bubble_16.png b/kallithea/public/images/icons/bubble_16.png
rename from rhodecode/public/images/icons/bubble_16.png
rename to kallithea/public/images/icons/bubble_16.png
diff --git a/rhodecode/public/images/icons/bug.png b/kallithea/public/images/icons/bug.png
rename from rhodecode/public/images/icons/bug.png
rename to kallithea/public/images/icons/bug.png
diff --git a/rhodecode/public/images/icons/bug_add.png b/kallithea/public/images/icons/bug_add.png
rename from rhodecode/public/images/icons/bug_add.png
rename to kallithea/public/images/icons/bug_add.png
diff --git a/rhodecode/public/images/icons/bug_delete.png b/kallithea/public/images/icons/bug_delete.png
rename from rhodecode/public/images/icons/bug_delete.png
rename to kallithea/public/images/icons/bug_delete.png
diff --git a/rhodecode/public/images/icons/bug_edit.png b/kallithea/public/images/icons/bug_edit.png
rename from rhodecode/public/images/icons/bug_edit.png
rename to kallithea/public/images/icons/bug_edit.png
diff --git a/rhodecode/public/images/icons/bug_error.png b/kallithea/public/images/icons/bug_error.png
rename from rhodecode/public/images/icons/bug_error.png
rename to kallithea/public/images/icons/bug_error.png
diff --git a/rhodecode/public/images/icons/bug_go.png b/kallithea/public/images/icons/bug_go.png
rename from rhodecode/public/images/icons/bug_go.png
rename to kallithea/public/images/icons/bug_go.png
diff --git a/rhodecode/public/images/icons/bug_link.png b/kallithea/public/images/icons/bug_link.png
rename from rhodecode/public/images/icons/bug_link.png
rename to kallithea/public/images/icons/bug_link.png
diff --git a/rhodecode/public/images/icons/building.png b/kallithea/public/images/icons/building.png
rename from rhodecode/public/images/icons/building.png
rename to kallithea/public/images/icons/building.png
diff --git a/rhodecode/public/images/icons/building_add.png b/kallithea/public/images/icons/building_add.png
rename from rhodecode/public/images/icons/building_add.png
rename to kallithea/public/images/icons/building_add.png
diff --git a/rhodecode/public/images/icons/building_delete.png b/kallithea/public/images/icons/building_delete.png
rename from rhodecode/public/images/icons/building_delete.png
rename to kallithea/public/images/icons/building_delete.png
diff --git a/rhodecode/public/images/icons/building_edit.png b/kallithea/public/images/icons/building_edit.png
rename from rhodecode/public/images/icons/building_edit.png
rename to kallithea/public/images/icons/building_edit.png
diff --git a/rhodecode/public/images/icons/building_error.png b/kallithea/public/images/icons/building_error.png
rename from rhodecode/public/images/icons/building_error.png
rename to kallithea/public/images/icons/building_error.png
diff --git a/rhodecode/public/images/icons/building_go.png b/kallithea/public/images/icons/building_go.png
rename from rhodecode/public/images/icons/building_go.png
rename to kallithea/public/images/icons/building_go.png
diff --git a/rhodecode/public/images/icons/building_key.png b/kallithea/public/images/icons/building_key.png
rename from rhodecode/public/images/icons/building_key.png
rename to kallithea/public/images/icons/building_key.png
diff --git a/rhodecode/public/images/icons/building_link.png b/kallithea/public/images/icons/building_link.png
rename from rhodecode/public/images/icons/building_link.png
rename to kallithea/public/images/icons/building_link.png
diff --git a/rhodecode/public/images/icons/bullet_add.png b/kallithea/public/images/icons/bullet_add.png
rename from rhodecode/public/images/icons/bullet_add.png
rename to kallithea/public/images/icons/bullet_add.png
diff --git a/rhodecode/public/images/icons/bullet_arrow_bottom.png b/kallithea/public/images/icons/bullet_arrow_bottom.png
rename from rhodecode/public/images/icons/bullet_arrow_bottom.png
rename to kallithea/public/images/icons/bullet_arrow_bottom.png
diff --git a/rhodecode/public/images/icons/bullet_arrow_down.png b/kallithea/public/images/icons/bullet_arrow_down.png
rename from rhodecode/public/images/icons/bullet_arrow_down.png
rename to kallithea/public/images/icons/bullet_arrow_down.png
diff --git a/rhodecode/public/images/icons/bullet_arrow_top.png b/kallithea/public/images/icons/bullet_arrow_top.png
rename from rhodecode/public/images/icons/bullet_arrow_top.png
rename to kallithea/public/images/icons/bullet_arrow_top.png
diff --git a/rhodecode/public/images/icons/bullet_arrow_up.png b/kallithea/public/images/icons/bullet_arrow_up.png
rename from rhodecode/public/images/icons/bullet_arrow_up.png
rename to kallithea/public/images/icons/bullet_arrow_up.png
diff --git a/rhodecode/public/images/icons/bullet_black.png b/kallithea/public/images/icons/bullet_black.png
rename from rhodecode/public/images/icons/bullet_black.png
rename to kallithea/public/images/icons/bullet_black.png
diff --git a/rhodecode/public/images/icons/bullet_blue.png b/kallithea/public/images/icons/bullet_blue.png
rename from rhodecode/public/images/icons/bullet_blue.png
rename to kallithea/public/images/icons/bullet_blue.png
diff --git a/rhodecode/public/images/icons/bullet_delete.png b/kallithea/public/images/icons/bullet_delete.png
rename from rhodecode/public/images/icons/bullet_delete.png
rename to kallithea/public/images/icons/bullet_delete.png
diff --git a/rhodecode/public/images/icons/bullet_disk.png b/kallithea/public/images/icons/bullet_disk.png
rename from rhodecode/public/images/icons/bullet_disk.png
rename to kallithea/public/images/icons/bullet_disk.png
diff --git a/rhodecode/public/images/icons/bullet_error.png b/kallithea/public/images/icons/bullet_error.png
rename from rhodecode/public/images/icons/bullet_error.png
rename to kallithea/public/images/icons/bullet_error.png
diff --git a/rhodecode/public/images/icons/bullet_feed.png b/kallithea/public/images/icons/bullet_feed.png
rename from rhodecode/public/images/icons/bullet_feed.png
rename to kallithea/public/images/icons/bullet_feed.png
diff --git a/rhodecode/public/images/icons/bullet_go.png b/kallithea/public/images/icons/bullet_go.png
rename from rhodecode/public/images/icons/bullet_go.png
rename to kallithea/public/images/icons/bullet_go.png
diff --git a/rhodecode/public/images/icons/bullet_green.png b/kallithea/public/images/icons/bullet_green.png
rename from rhodecode/public/images/icons/bullet_green.png
rename to kallithea/public/images/icons/bullet_green.png
diff --git a/rhodecode/public/images/icons/bullet_key.png b/kallithea/public/images/icons/bullet_key.png
rename from rhodecode/public/images/icons/bullet_key.png
rename to kallithea/public/images/icons/bullet_key.png
diff --git a/rhodecode/public/images/icons/bullet_orange.png b/kallithea/public/images/icons/bullet_orange.png
rename from rhodecode/public/images/icons/bullet_orange.png
rename to kallithea/public/images/icons/bullet_orange.png
diff --git a/rhodecode/public/images/icons/bullet_picture.png b/kallithea/public/images/icons/bullet_picture.png
rename from rhodecode/public/images/icons/bullet_picture.png
rename to kallithea/public/images/icons/bullet_picture.png
diff --git a/rhodecode/public/images/icons/bullet_pink.png b/kallithea/public/images/icons/bullet_pink.png
rename from rhodecode/public/images/icons/bullet_pink.png
rename to kallithea/public/images/icons/bullet_pink.png
diff --git a/rhodecode/public/images/icons/bullet_purple.png b/kallithea/public/images/icons/bullet_purple.png
rename from rhodecode/public/images/icons/bullet_purple.png
rename to kallithea/public/images/icons/bullet_purple.png
diff --git a/rhodecode/public/images/icons/bullet_red.png b/kallithea/public/images/icons/bullet_red.png
rename from rhodecode/public/images/icons/bullet_red.png
rename to kallithea/public/images/icons/bullet_red.png
diff --git a/rhodecode/public/images/icons/bullet_star.png b/kallithea/public/images/icons/bullet_star.png
rename from rhodecode/public/images/icons/bullet_star.png
rename to kallithea/public/images/icons/bullet_star.png
diff --git a/rhodecode/public/images/icons/bullet_toggle_minus.png b/kallithea/public/images/icons/bullet_toggle_minus.png
rename from rhodecode/public/images/icons/bullet_toggle_minus.png
rename to kallithea/public/images/icons/bullet_toggle_minus.png
diff --git a/rhodecode/public/images/icons/bullet_toggle_plus.png b/kallithea/public/images/icons/bullet_toggle_plus.png
rename from rhodecode/public/images/icons/bullet_toggle_plus.png
rename to kallithea/public/images/icons/bullet_toggle_plus.png
diff --git a/rhodecode/public/images/icons/bullet_white.png b/kallithea/public/images/icons/bullet_white.png
rename from rhodecode/public/images/icons/bullet_white.png
rename to kallithea/public/images/icons/bullet_white.png
diff --git a/rhodecode/public/images/icons/bullet_wrench.png b/kallithea/public/images/icons/bullet_wrench.png
rename from rhodecode/public/images/icons/bullet_wrench.png
rename to kallithea/public/images/icons/bullet_wrench.png
diff --git a/rhodecode/public/images/icons/bullet_yellow.png b/kallithea/public/images/icons/bullet_yellow.png
rename from rhodecode/public/images/icons/bullet_yellow.png
rename to kallithea/public/images/icons/bullet_yellow.png
diff --git a/rhodecode/public/images/icons/buy_16.png b/kallithea/public/images/icons/buy_16.png
rename from rhodecode/public/images/icons/buy_16.png
rename to kallithea/public/images/icons/buy_16.png
diff --git a/rhodecode/public/images/icons/cake.png b/kallithea/public/images/icons/cake.png
rename from rhodecode/public/images/icons/cake.png
rename to kallithea/public/images/icons/cake.png
diff --git a/rhodecode/public/images/icons/calculator.png b/kallithea/public/images/icons/calculator.png
rename from rhodecode/public/images/icons/calculator.png
rename to kallithea/public/images/icons/calculator.png
diff --git a/rhodecode/public/images/icons/calculator_add.png b/kallithea/public/images/icons/calculator_add.png
rename from rhodecode/public/images/icons/calculator_add.png
rename to kallithea/public/images/icons/calculator_add.png
diff --git a/rhodecode/public/images/icons/calculator_delete.png b/kallithea/public/images/icons/calculator_delete.png
rename from rhodecode/public/images/icons/calculator_delete.png
rename to kallithea/public/images/icons/calculator_delete.png
diff --git a/rhodecode/public/images/icons/calculator_edit.png b/kallithea/public/images/icons/calculator_edit.png
rename from rhodecode/public/images/icons/calculator_edit.png
rename to kallithea/public/images/icons/calculator_edit.png
diff --git a/rhodecode/public/images/icons/calculator_error.png b/kallithea/public/images/icons/calculator_error.png
rename from rhodecode/public/images/icons/calculator_error.png
rename to kallithea/public/images/icons/calculator_error.png
diff --git a/rhodecode/public/images/icons/calculator_link.png b/kallithea/public/images/icons/calculator_link.png
rename from rhodecode/public/images/icons/calculator_link.png
rename to kallithea/public/images/icons/calculator_link.png
diff --git a/rhodecode/public/images/icons/calendar.png b/kallithea/public/images/icons/calendar.png
rename from rhodecode/public/images/icons/calendar.png
rename to kallithea/public/images/icons/calendar.png
diff --git a/rhodecode/public/images/icons/calendar_16.png b/kallithea/public/images/icons/calendar_16.png
rename from rhodecode/public/images/icons/calendar_16.png
rename to kallithea/public/images/icons/calendar_16.png
diff --git a/rhodecode/public/images/icons/calendar_add.png b/kallithea/public/images/icons/calendar_add.png
rename from rhodecode/public/images/icons/calendar_add.png
rename to kallithea/public/images/icons/calendar_add.png
diff --git a/rhodecode/public/images/icons/calendar_delete.png b/kallithea/public/images/icons/calendar_delete.png
rename from rhodecode/public/images/icons/calendar_delete.png
rename to kallithea/public/images/icons/calendar_delete.png
diff --git a/rhodecode/public/images/icons/calendar_edit.png b/kallithea/public/images/icons/calendar_edit.png
rename from rhodecode/public/images/icons/calendar_edit.png
rename to kallithea/public/images/icons/calendar_edit.png
diff --git a/rhodecode/public/images/icons/calendar_link.png b/kallithea/public/images/icons/calendar_link.png
rename from rhodecode/public/images/icons/calendar_link.png
rename to kallithea/public/images/icons/calendar_link.png
diff --git a/rhodecode/public/images/icons/calendar_view_day.png b/kallithea/public/images/icons/calendar_view_day.png
rename from rhodecode/public/images/icons/calendar_view_day.png
rename to kallithea/public/images/icons/calendar_view_day.png
diff --git a/rhodecode/public/images/icons/calendar_view_month.png b/kallithea/public/images/icons/calendar_view_month.png
rename from rhodecode/public/images/icons/calendar_view_month.png
rename to kallithea/public/images/icons/calendar_view_month.png
diff --git a/rhodecode/public/images/icons/calendar_view_week.png b/kallithea/public/images/icons/calendar_view_week.png
rename from rhodecode/public/images/icons/calendar_view_week.png
rename to kallithea/public/images/icons/calendar_view_week.png
diff --git a/rhodecode/public/images/icons/camera.png b/kallithea/public/images/icons/camera.png
rename from rhodecode/public/images/icons/camera.png
rename to kallithea/public/images/icons/camera.png
diff --git a/rhodecode/public/images/icons/camera_add.png b/kallithea/public/images/icons/camera_add.png
rename from rhodecode/public/images/icons/camera_add.png
rename to kallithea/public/images/icons/camera_add.png
diff --git a/rhodecode/public/images/icons/camera_delete.png b/kallithea/public/images/icons/camera_delete.png
rename from rhodecode/public/images/icons/camera_delete.png
rename to kallithea/public/images/icons/camera_delete.png
diff --git a/rhodecode/public/images/icons/camera_edit.png b/kallithea/public/images/icons/camera_edit.png
rename from rhodecode/public/images/icons/camera_edit.png
rename to kallithea/public/images/icons/camera_edit.png
diff --git a/rhodecode/public/images/icons/camera_error.png b/kallithea/public/images/icons/camera_error.png
rename from rhodecode/public/images/icons/camera_error.png
rename to kallithea/public/images/icons/camera_error.png
diff --git a/rhodecode/public/images/icons/camera_go.png b/kallithea/public/images/icons/camera_go.png
rename from rhodecode/public/images/icons/camera_go.png
rename to kallithea/public/images/icons/camera_go.png
diff --git a/rhodecode/public/images/icons/camera_link.png b/kallithea/public/images/icons/camera_link.png
rename from rhodecode/public/images/icons/camera_link.png
rename to kallithea/public/images/icons/camera_link.png
diff --git a/rhodecode/public/images/icons/camera_small.png b/kallithea/public/images/icons/camera_small.png
rename from rhodecode/public/images/icons/camera_small.png
rename to kallithea/public/images/icons/camera_small.png
diff --git a/rhodecode/public/images/icons/cancel.png b/kallithea/public/images/icons/cancel.png
rename from rhodecode/public/images/icons/cancel.png
rename to kallithea/public/images/icons/cancel.png
diff --git a/rhodecode/public/images/icons/car.png b/kallithea/public/images/icons/car.png
rename from rhodecode/public/images/icons/car.png
rename to kallithea/public/images/icons/car.png
diff --git a/rhodecode/public/images/icons/car_add.png b/kallithea/public/images/icons/car_add.png
rename from rhodecode/public/images/icons/car_add.png
rename to kallithea/public/images/icons/car_add.png
diff --git a/rhodecode/public/images/icons/car_delete.png b/kallithea/public/images/icons/car_delete.png
rename from rhodecode/public/images/icons/car_delete.png
rename to kallithea/public/images/icons/car_delete.png
diff --git a/rhodecode/public/images/icons/cart.png b/kallithea/public/images/icons/cart.png
rename from rhodecode/public/images/icons/cart.png
rename to kallithea/public/images/icons/cart.png
diff --git a/rhodecode/public/images/icons/cart_add.png b/kallithea/public/images/icons/cart_add.png
rename from rhodecode/public/images/icons/cart_add.png
rename to kallithea/public/images/icons/cart_add.png
diff --git a/rhodecode/public/images/icons/cart_delete.png b/kallithea/public/images/icons/cart_delete.png
rename from rhodecode/public/images/icons/cart_delete.png
rename to kallithea/public/images/icons/cart_delete.png
diff --git a/rhodecode/public/images/icons/cart_edit.png b/kallithea/public/images/icons/cart_edit.png
rename from rhodecode/public/images/icons/cart_edit.png
rename to kallithea/public/images/icons/cart_edit.png
diff --git a/rhodecode/public/images/icons/cart_error.png b/kallithea/public/images/icons/cart_error.png
rename from rhodecode/public/images/icons/cart_error.png
rename to kallithea/public/images/icons/cart_error.png
diff --git a/rhodecode/public/images/icons/cart_go.png b/kallithea/public/images/icons/cart_go.png
rename from rhodecode/public/images/icons/cart_go.png
rename to kallithea/public/images/icons/cart_go.png
diff --git a/rhodecode/public/images/icons/cart_put.png b/kallithea/public/images/icons/cart_put.png
rename from rhodecode/public/images/icons/cart_put.png
rename to kallithea/public/images/icons/cart_put.png
diff --git a/rhodecode/public/images/icons/cart_remove.png b/kallithea/public/images/icons/cart_remove.png
rename from rhodecode/public/images/icons/cart_remove.png
rename to kallithea/public/images/icons/cart_remove.png
diff --git a/rhodecode/public/images/icons/cd.png b/kallithea/public/images/icons/cd.png
rename from rhodecode/public/images/icons/cd.png
rename to kallithea/public/images/icons/cd.png
diff --git a/rhodecode/public/images/icons/cd_add.png b/kallithea/public/images/icons/cd_add.png
rename from rhodecode/public/images/icons/cd_add.png
rename to kallithea/public/images/icons/cd_add.png
diff --git a/rhodecode/public/images/icons/cd_burn.png b/kallithea/public/images/icons/cd_burn.png
rename from rhodecode/public/images/icons/cd_burn.png
rename to kallithea/public/images/icons/cd_burn.png
diff --git a/rhodecode/public/images/icons/cd_delete.png b/kallithea/public/images/icons/cd_delete.png
rename from rhodecode/public/images/icons/cd_delete.png
rename to kallithea/public/images/icons/cd_delete.png
diff --git a/rhodecode/public/images/icons/cd_edit.png b/kallithea/public/images/icons/cd_edit.png
rename from rhodecode/public/images/icons/cd_edit.png
rename to kallithea/public/images/icons/cd_edit.png
diff --git a/rhodecode/public/images/icons/cd_eject.png b/kallithea/public/images/icons/cd_eject.png
rename from rhodecode/public/images/icons/cd_eject.png
rename to kallithea/public/images/icons/cd_eject.png
diff --git a/rhodecode/public/images/icons/cd_go.png b/kallithea/public/images/icons/cd_go.png
rename from rhodecode/public/images/icons/cd_go.png
rename to kallithea/public/images/icons/cd_go.png
diff --git a/rhodecode/public/images/icons/chart_bar.png b/kallithea/public/images/icons/chart_bar.png
rename from rhodecode/public/images/icons/chart_bar.png
rename to kallithea/public/images/icons/chart_bar.png
diff --git a/rhodecode/public/images/icons/chart_bar_add.png b/kallithea/public/images/icons/chart_bar_add.png
rename from rhodecode/public/images/icons/chart_bar_add.png
rename to kallithea/public/images/icons/chart_bar_add.png
diff --git a/rhodecode/public/images/icons/chart_bar_delete.png b/kallithea/public/images/icons/chart_bar_delete.png
rename from rhodecode/public/images/icons/chart_bar_delete.png
rename to kallithea/public/images/icons/chart_bar_delete.png
diff --git a/rhodecode/public/images/icons/chart_bar_edit.png b/kallithea/public/images/icons/chart_bar_edit.png
rename from rhodecode/public/images/icons/chart_bar_edit.png
rename to kallithea/public/images/icons/chart_bar_edit.png
diff --git a/rhodecode/public/images/icons/chart_bar_error.png b/kallithea/public/images/icons/chart_bar_error.png
rename from rhodecode/public/images/icons/chart_bar_error.png
rename to kallithea/public/images/icons/chart_bar_error.png
diff --git a/rhodecode/public/images/icons/chart_bar_link.png b/kallithea/public/images/icons/chart_bar_link.png
rename from rhodecode/public/images/icons/chart_bar_link.png
rename to kallithea/public/images/icons/chart_bar_link.png
diff --git a/rhodecode/public/images/icons/chart_curve.png b/kallithea/public/images/icons/chart_curve.png
rename from rhodecode/public/images/icons/chart_curve.png
rename to kallithea/public/images/icons/chart_curve.png
diff --git a/rhodecode/public/images/icons/chart_curve_add.png b/kallithea/public/images/icons/chart_curve_add.png
rename from rhodecode/public/images/icons/chart_curve_add.png
rename to kallithea/public/images/icons/chart_curve_add.png
diff --git a/rhodecode/public/images/icons/chart_curve_delete.png b/kallithea/public/images/icons/chart_curve_delete.png
rename from rhodecode/public/images/icons/chart_curve_delete.png
rename to kallithea/public/images/icons/chart_curve_delete.png
diff --git a/rhodecode/public/images/icons/chart_curve_edit.png b/kallithea/public/images/icons/chart_curve_edit.png
rename from rhodecode/public/images/icons/chart_curve_edit.png
rename to kallithea/public/images/icons/chart_curve_edit.png
diff --git a/rhodecode/public/images/icons/chart_curve_error.png b/kallithea/public/images/icons/chart_curve_error.png
rename from rhodecode/public/images/icons/chart_curve_error.png
rename to kallithea/public/images/icons/chart_curve_error.png
diff --git a/rhodecode/public/images/icons/chart_curve_go.png b/kallithea/public/images/icons/chart_curve_go.png
rename from rhodecode/public/images/icons/chart_curve_go.png
rename to kallithea/public/images/icons/chart_curve_go.png
diff --git a/rhodecode/public/images/icons/chart_curve_link.png b/kallithea/public/images/icons/chart_curve_link.png
rename from rhodecode/public/images/icons/chart_curve_link.png
rename to kallithea/public/images/icons/chart_curve_link.png
diff --git a/rhodecode/public/images/icons/chart_line.png b/kallithea/public/images/icons/chart_line.png
rename from rhodecode/public/images/icons/chart_line.png
rename to kallithea/public/images/icons/chart_line.png
diff --git a/rhodecode/public/images/icons/chart_line_add.png b/kallithea/public/images/icons/chart_line_add.png
rename from rhodecode/public/images/icons/chart_line_add.png
rename to kallithea/public/images/icons/chart_line_add.png
diff --git a/rhodecode/public/images/icons/chart_line_delete.png b/kallithea/public/images/icons/chart_line_delete.png
rename from rhodecode/public/images/icons/chart_line_delete.png
rename to kallithea/public/images/icons/chart_line_delete.png
diff --git a/rhodecode/public/images/icons/chart_line_edit.png b/kallithea/public/images/icons/chart_line_edit.png
rename from rhodecode/public/images/icons/chart_line_edit.png
rename to kallithea/public/images/icons/chart_line_edit.png
diff --git a/rhodecode/public/images/icons/chart_line_error.png b/kallithea/public/images/icons/chart_line_error.png
rename from rhodecode/public/images/icons/chart_line_error.png
rename to kallithea/public/images/icons/chart_line_error.png
diff --git a/rhodecode/public/images/icons/chart_line_link.png b/kallithea/public/images/icons/chart_line_link.png
rename from rhodecode/public/images/icons/chart_line_link.png
rename to kallithea/public/images/icons/chart_line_link.png
diff --git a/rhodecode/public/images/icons/chart_organisation.png b/kallithea/public/images/icons/chart_organisation.png
rename from rhodecode/public/images/icons/chart_organisation.png
rename to kallithea/public/images/icons/chart_organisation.png
diff --git a/rhodecode/public/images/icons/chart_organisation_add.png b/kallithea/public/images/icons/chart_organisation_add.png
rename from rhodecode/public/images/icons/chart_organisation_add.png
rename to kallithea/public/images/icons/chart_organisation_add.png
diff --git a/rhodecode/public/images/icons/chart_organisation_delete.png b/kallithea/public/images/icons/chart_organisation_delete.png
rename from rhodecode/public/images/icons/chart_organisation_delete.png
rename to kallithea/public/images/icons/chart_organisation_delete.png
diff --git a/rhodecode/public/images/icons/chart_pie.png b/kallithea/public/images/icons/chart_pie.png
rename from rhodecode/public/images/icons/chart_pie.png
rename to kallithea/public/images/icons/chart_pie.png
diff --git a/rhodecode/public/images/icons/chart_pie_add.png b/kallithea/public/images/icons/chart_pie_add.png
rename from rhodecode/public/images/icons/chart_pie_add.png
rename to kallithea/public/images/icons/chart_pie_add.png
diff --git a/rhodecode/public/images/icons/chart_pie_delete.png b/kallithea/public/images/icons/chart_pie_delete.png
rename from rhodecode/public/images/icons/chart_pie_delete.png
rename to kallithea/public/images/icons/chart_pie_delete.png
diff --git a/rhodecode/public/images/icons/chart_pie_edit.png b/kallithea/public/images/icons/chart_pie_edit.png
rename from rhodecode/public/images/icons/chart_pie_edit.png
rename to kallithea/public/images/icons/chart_pie_edit.png
diff --git a/rhodecode/public/images/icons/chart_pie_error.png b/kallithea/public/images/icons/chart_pie_error.png
rename from rhodecode/public/images/icons/chart_pie_error.png
rename to kallithea/public/images/icons/chart_pie_error.png
diff --git a/rhodecode/public/images/icons/chart_pie_link.png b/kallithea/public/images/icons/chart_pie_link.png
rename from rhodecode/public/images/icons/chart_pie_link.png
rename to kallithea/public/images/icons/chart_pie_link.png
diff --git a/rhodecode/public/images/icons/clipboard_16.png b/kallithea/public/images/icons/clipboard_16.png
rename from rhodecode/public/images/icons/clipboard_16.png
rename to kallithea/public/images/icons/clipboard_16.png
diff --git a/rhodecode/public/images/icons/clock.png b/kallithea/public/images/icons/clock.png
rename from rhodecode/public/images/icons/clock.png
rename to kallithea/public/images/icons/clock.png
diff --git a/rhodecode/public/images/icons/clock_16.png b/kallithea/public/images/icons/clock_16.png
rename from rhodecode/public/images/icons/clock_16.png
rename to kallithea/public/images/icons/clock_16.png
diff --git a/rhodecode/public/images/icons/clock_add.png b/kallithea/public/images/icons/clock_add.png
rename from rhodecode/public/images/icons/clock_add.png
rename to kallithea/public/images/icons/clock_add.png
diff --git a/rhodecode/public/images/icons/clock_delete.png b/kallithea/public/images/icons/clock_delete.png
rename from rhodecode/public/images/icons/clock_delete.png
rename to kallithea/public/images/icons/clock_delete.png
diff --git a/rhodecode/public/images/icons/clock_edit.png b/kallithea/public/images/icons/clock_edit.png
rename from rhodecode/public/images/icons/clock_edit.png
rename to kallithea/public/images/icons/clock_edit.png
diff --git a/rhodecode/public/images/icons/clock_error.png b/kallithea/public/images/icons/clock_error.png
rename from rhodecode/public/images/icons/clock_error.png
rename to kallithea/public/images/icons/clock_error.png
diff --git a/rhodecode/public/images/icons/clock_go.png b/kallithea/public/images/icons/clock_go.png
rename from rhodecode/public/images/icons/clock_go.png
rename to kallithea/public/images/icons/clock_go.png
diff --git a/rhodecode/public/images/icons/clock_link.png b/kallithea/public/images/icons/clock_link.png
rename from rhodecode/public/images/icons/clock_link.png
rename to kallithea/public/images/icons/clock_link.png
diff --git a/rhodecode/public/images/icons/clock_pause.png b/kallithea/public/images/icons/clock_pause.png
rename from rhodecode/public/images/icons/clock_pause.png
rename to kallithea/public/images/icons/clock_pause.png
diff --git a/rhodecode/public/images/icons/clock_play.png b/kallithea/public/images/icons/clock_play.png
rename from rhodecode/public/images/icons/clock_play.png
rename to kallithea/public/images/icons/clock_play.png
diff --git a/rhodecode/public/images/icons/clock_red.png b/kallithea/public/images/icons/clock_red.png
rename from rhodecode/public/images/icons/clock_red.png
rename to kallithea/public/images/icons/clock_red.png
diff --git a/rhodecode/public/images/icons/clock_stop.png b/kallithea/public/images/icons/clock_stop.png
rename from rhodecode/public/images/icons/clock_stop.png
rename to kallithea/public/images/icons/clock_stop.png
diff --git a/rhodecode/public/images/icons/cog.png b/kallithea/public/images/icons/cog.png
rename from rhodecode/public/images/icons/cog.png
rename to kallithea/public/images/icons/cog.png
diff --git a/rhodecode/public/images/icons/cog_add.png b/kallithea/public/images/icons/cog_add.png
rename from rhodecode/public/images/icons/cog_add.png
rename to kallithea/public/images/icons/cog_add.png
diff --git a/rhodecode/public/images/icons/cog_delete.png b/kallithea/public/images/icons/cog_delete.png
rename from rhodecode/public/images/icons/cog_delete.png
rename to kallithea/public/images/icons/cog_delete.png
diff --git a/rhodecode/public/images/icons/cog_edit.png b/kallithea/public/images/icons/cog_edit.png
rename from rhodecode/public/images/icons/cog_edit.png
rename to kallithea/public/images/icons/cog_edit.png
diff --git a/rhodecode/public/images/icons/cog_error.png b/kallithea/public/images/icons/cog_error.png
rename from rhodecode/public/images/icons/cog_error.png
rename to kallithea/public/images/icons/cog_error.png
diff --git a/rhodecode/public/images/icons/cog_go.png b/kallithea/public/images/icons/cog_go.png
rename from rhodecode/public/images/icons/cog_go.png
rename to kallithea/public/images/icons/cog_go.png
diff --git a/rhodecode/public/images/icons/coins.png b/kallithea/public/images/icons/coins.png
rename from rhodecode/public/images/icons/coins.png
rename to kallithea/public/images/icons/coins.png
diff --git a/rhodecode/public/images/icons/coins_add.png b/kallithea/public/images/icons/coins_add.png
rename from rhodecode/public/images/icons/coins_add.png
rename to kallithea/public/images/icons/coins_add.png
diff --git a/rhodecode/public/images/icons/coins_delete.png b/kallithea/public/images/icons/coins_delete.png
rename from rhodecode/public/images/icons/coins_delete.png
rename to kallithea/public/images/icons/coins_delete.png
diff --git a/rhodecode/public/images/icons/color_swatch.png b/kallithea/public/images/icons/color_swatch.png
rename from rhodecode/public/images/icons/color_swatch.png
rename to kallithea/public/images/icons/color_swatch.png
diff --git a/rhodecode/public/images/icons/color_wheel.png b/kallithea/public/images/icons/color_wheel.png
rename from rhodecode/public/images/icons/color_wheel.png
rename to kallithea/public/images/icons/color_wheel.png
diff --git a/rhodecode/public/images/icons/comment.png b/kallithea/public/images/icons/comment.png
rename from rhodecode/public/images/icons/comment.png
rename to kallithea/public/images/icons/comment.png
diff --git a/rhodecode/public/images/icons/comment_add.png b/kallithea/public/images/icons/comment_add.png
rename from rhodecode/public/images/icons/comment_add.png
rename to kallithea/public/images/icons/comment_add.png
diff --git a/rhodecode/public/images/icons/comment_delete.png b/kallithea/public/images/icons/comment_delete.png
rename from rhodecode/public/images/icons/comment_delete.png
rename to kallithea/public/images/icons/comment_delete.png
diff --git a/rhodecode/public/images/icons/comment_edit.png b/kallithea/public/images/icons/comment_edit.png
rename from rhodecode/public/images/icons/comment_edit.png
rename to kallithea/public/images/icons/comment_edit.png
diff --git a/rhodecode/public/images/icons/comments.png b/kallithea/public/images/icons/comments.png
rename from rhodecode/public/images/icons/comments.png
rename to kallithea/public/images/icons/comments.png
diff --git a/rhodecode/public/images/icons/comments_add.png b/kallithea/public/images/icons/comments_add.png
rename from rhodecode/public/images/icons/comments_add.png
rename to kallithea/public/images/icons/comments_add.png
diff --git a/rhodecode/public/images/icons/comments_delete.png b/kallithea/public/images/icons/comments_delete.png
rename from rhodecode/public/images/icons/comments_delete.png
rename to kallithea/public/images/icons/comments_delete.png
diff --git a/rhodecode/public/images/icons/compress.png b/kallithea/public/images/icons/compress.png
rename from rhodecode/public/images/icons/compress.png
rename to kallithea/public/images/icons/compress.png
diff --git a/rhodecode/public/images/icons/computer.png b/kallithea/public/images/icons/computer.png
rename from rhodecode/public/images/icons/computer.png
rename to kallithea/public/images/icons/computer.png
diff --git a/rhodecode/public/images/icons/computer_add.png b/kallithea/public/images/icons/computer_add.png
rename from rhodecode/public/images/icons/computer_add.png
rename to kallithea/public/images/icons/computer_add.png
diff --git a/rhodecode/public/images/icons/computer_delete.png b/kallithea/public/images/icons/computer_delete.png
rename from rhodecode/public/images/icons/computer_delete.png
rename to kallithea/public/images/icons/computer_delete.png
diff --git a/rhodecode/public/images/icons/computer_edit.png b/kallithea/public/images/icons/computer_edit.png
rename from rhodecode/public/images/icons/computer_edit.png
rename to kallithea/public/images/icons/computer_edit.png
diff --git a/rhodecode/public/images/icons/computer_error.png b/kallithea/public/images/icons/computer_error.png
rename from rhodecode/public/images/icons/computer_error.png
rename to kallithea/public/images/icons/computer_error.png
diff --git a/rhodecode/public/images/icons/computer_go.png b/kallithea/public/images/icons/computer_go.png
rename from rhodecode/public/images/icons/computer_go.png
rename to kallithea/public/images/icons/computer_go.png
diff --git a/rhodecode/public/images/icons/computer_key.png b/kallithea/public/images/icons/computer_key.png
rename from rhodecode/public/images/icons/computer_key.png
rename to kallithea/public/images/icons/computer_key.png
diff --git a/rhodecode/public/images/icons/computer_link.png b/kallithea/public/images/icons/computer_link.png
rename from rhodecode/public/images/icons/computer_link.png
rename to kallithea/public/images/icons/computer_link.png
diff --git a/rhodecode/public/images/icons/connect.png b/kallithea/public/images/icons/connect.png
rename from rhodecode/public/images/icons/connect.png
rename to kallithea/public/images/icons/connect.png
diff --git a/rhodecode/public/images/icons/contrast.png b/kallithea/public/images/icons/contrast.png
rename from rhodecode/public/images/icons/contrast.png
rename to kallithea/public/images/icons/contrast.png
diff --git a/rhodecode/public/images/icons/contrast_decrease.png b/kallithea/public/images/icons/contrast_decrease.png
rename from rhodecode/public/images/icons/contrast_decrease.png
rename to kallithea/public/images/icons/contrast_decrease.png
diff --git a/rhodecode/public/images/icons/contrast_high.png b/kallithea/public/images/icons/contrast_high.png
rename from rhodecode/public/images/icons/contrast_high.png
rename to kallithea/public/images/icons/contrast_high.png
diff --git a/rhodecode/public/images/icons/contrast_increase.png b/kallithea/public/images/icons/contrast_increase.png
rename from rhodecode/public/images/icons/contrast_increase.png
rename to kallithea/public/images/icons/contrast_increase.png
diff --git a/rhodecode/public/images/icons/contrast_low.png b/kallithea/public/images/icons/contrast_low.png
rename from rhodecode/public/images/icons/contrast_low.png
rename to kallithea/public/images/icons/contrast_low.png
diff --git a/rhodecode/public/images/icons/control_eject.png b/kallithea/public/images/icons/control_eject.png
rename from rhodecode/public/images/icons/control_eject.png
rename to kallithea/public/images/icons/control_eject.png
diff --git a/rhodecode/public/images/icons/control_eject_blue.png b/kallithea/public/images/icons/control_eject_blue.png
rename from rhodecode/public/images/icons/control_eject_blue.png
rename to kallithea/public/images/icons/control_eject_blue.png
diff --git a/rhodecode/public/images/icons/control_end.png b/kallithea/public/images/icons/control_end.png
rename from rhodecode/public/images/icons/control_end.png
rename to kallithea/public/images/icons/control_end.png
diff --git a/rhodecode/public/images/icons/control_end_blue.png b/kallithea/public/images/icons/control_end_blue.png
rename from rhodecode/public/images/icons/control_end_blue.png
rename to kallithea/public/images/icons/control_end_blue.png
diff --git a/rhodecode/public/images/icons/control_equalizer.png b/kallithea/public/images/icons/control_equalizer.png
rename from rhodecode/public/images/icons/control_equalizer.png
rename to kallithea/public/images/icons/control_equalizer.png
diff --git a/rhodecode/public/images/icons/control_equalizer_blue.png b/kallithea/public/images/icons/control_equalizer_blue.png
rename from rhodecode/public/images/icons/control_equalizer_blue.png
rename to kallithea/public/images/icons/control_equalizer_blue.png
diff --git a/rhodecode/public/images/icons/control_fastforward.png b/kallithea/public/images/icons/control_fastforward.png
rename from rhodecode/public/images/icons/control_fastforward.png
rename to kallithea/public/images/icons/control_fastforward.png
diff --git a/rhodecode/public/images/icons/control_fastforward_blue.png b/kallithea/public/images/icons/control_fastforward_blue.png
rename from rhodecode/public/images/icons/control_fastforward_blue.png
rename to kallithea/public/images/icons/control_fastforward_blue.png
diff --git a/rhodecode/public/images/icons/control_pause.png b/kallithea/public/images/icons/control_pause.png
rename from rhodecode/public/images/icons/control_pause.png
rename to kallithea/public/images/icons/control_pause.png
diff --git a/rhodecode/public/images/icons/control_pause_blue.png b/kallithea/public/images/icons/control_pause_blue.png
rename from rhodecode/public/images/icons/control_pause_blue.png
rename to kallithea/public/images/icons/control_pause_blue.png
diff --git a/rhodecode/public/images/icons/control_play.png b/kallithea/public/images/icons/control_play.png
rename from rhodecode/public/images/icons/control_play.png
rename to kallithea/public/images/icons/control_play.png
diff --git a/rhodecode/public/images/icons/control_play_blue.png b/kallithea/public/images/icons/control_play_blue.png
rename from rhodecode/public/images/icons/control_play_blue.png
rename to kallithea/public/images/icons/control_play_blue.png
diff --git a/rhodecode/public/images/icons/control_repeat.png b/kallithea/public/images/icons/control_repeat.png
rename from rhodecode/public/images/icons/control_repeat.png
rename to kallithea/public/images/icons/control_repeat.png
diff --git a/rhodecode/public/images/icons/control_repeat_blue.png b/kallithea/public/images/icons/control_repeat_blue.png
rename from rhodecode/public/images/icons/control_repeat_blue.png
rename to kallithea/public/images/icons/control_repeat_blue.png
diff --git a/rhodecode/public/images/icons/control_rewind.png b/kallithea/public/images/icons/control_rewind.png
rename from rhodecode/public/images/icons/control_rewind.png
rename to kallithea/public/images/icons/control_rewind.png
diff --git a/rhodecode/public/images/icons/control_rewind_blue.png b/kallithea/public/images/icons/control_rewind_blue.png
rename from rhodecode/public/images/icons/control_rewind_blue.png
rename to kallithea/public/images/icons/control_rewind_blue.png
diff --git a/rhodecode/public/images/icons/control_start.png b/kallithea/public/images/icons/control_start.png
rename from rhodecode/public/images/icons/control_start.png
rename to kallithea/public/images/icons/control_start.png
diff --git a/rhodecode/public/images/icons/control_start_blue.png b/kallithea/public/images/icons/control_start_blue.png
rename from rhodecode/public/images/icons/control_start_blue.png
rename to kallithea/public/images/icons/control_start_blue.png
diff --git a/rhodecode/public/images/icons/control_stop.png b/kallithea/public/images/icons/control_stop.png
rename from rhodecode/public/images/icons/control_stop.png
rename to kallithea/public/images/icons/control_stop.png
diff --git a/rhodecode/public/images/icons/control_stop_blue.png b/kallithea/public/images/icons/control_stop_blue.png
rename from rhodecode/public/images/icons/control_stop_blue.png
rename to kallithea/public/images/icons/control_stop_blue.png
diff --git a/rhodecode/public/images/icons/controller.png b/kallithea/public/images/icons/controller.png
rename from rhodecode/public/images/icons/controller.png
rename to kallithea/public/images/icons/controller.png
diff --git a/rhodecode/public/images/icons/controller_add.png b/kallithea/public/images/icons/controller_add.png
rename from rhodecode/public/images/icons/controller_add.png
rename to kallithea/public/images/icons/controller_add.png
diff --git a/rhodecode/public/images/icons/controller_delete.png b/kallithea/public/images/icons/controller_delete.png
rename from rhodecode/public/images/icons/controller_delete.png
rename to kallithea/public/images/icons/controller_delete.png
diff --git a/rhodecode/public/images/icons/controller_error.png b/kallithea/public/images/icons/controller_error.png
rename from rhodecode/public/images/icons/controller_error.png
rename to kallithea/public/images/icons/controller_error.png
diff --git a/rhodecode/public/images/icons/creditcards.png b/kallithea/public/images/icons/creditcards.png
rename from rhodecode/public/images/icons/creditcards.png
rename to kallithea/public/images/icons/creditcards.png
diff --git a/rhodecode/public/images/icons/cross.png b/kallithea/public/images/icons/cross.png
rename from rhodecode/public/images/icons/cross.png
rename to kallithea/public/images/icons/cross.png
diff --git a/rhodecode/public/images/icons/css.png b/kallithea/public/images/icons/css.png
rename from rhodecode/public/images/icons/css.png
rename to kallithea/public/images/icons/css.png
diff --git a/rhodecode/public/images/icons/css_add.png b/kallithea/public/images/icons/css_add.png
rename from rhodecode/public/images/icons/css_add.png
rename to kallithea/public/images/icons/css_add.png
diff --git a/rhodecode/public/images/icons/css_delete.png b/kallithea/public/images/icons/css_delete.png
rename from rhodecode/public/images/icons/css_delete.png
rename to kallithea/public/images/icons/css_delete.png
diff --git a/rhodecode/public/images/icons/css_go.png b/kallithea/public/images/icons/css_go.png
rename from rhodecode/public/images/icons/css_go.png
rename to kallithea/public/images/icons/css_go.png
diff --git a/rhodecode/public/images/icons/css_valid.png b/kallithea/public/images/icons/css_valid.png
rename from rhodecode/public/images/icons/css_valid.png
rename to kallithea/public/images/icons/css_valid.png
diff --git a/rhodecode/public/images/icons/cup.png b/kallithea/public/images/icons/cup.png
rename from rhodecode/public/images/icons/cup.png
rename to kallithea/public/images/icons/cup.png
diff --git a/rhodecode/public/images/icons/cup_add.png b/kallithea/public/images/icons/cup_add.png
rename from rhodecode/public/images/icons/cup_add.png
rename to kallithea/public/images/icons/cup_add.png
diff --git a/rhodecode/public/images/icons/cup_delete.png b/kallithea/public/images/icons/cup_delete.png
rename from rhodecode/public/images/icons/cup_delete.png
rename to kallithea/public/images/icons/cup_delete.png
diff --git a/rhodecode/public/images/icons/cup_edit.png b/kallithea/public/images/icons/cup_edit.png
rename from rhodecode/public/images/icons/cup_edit.png
rename to kallithea/public/images/icons/cup_edit.png
diff --git a/rhodecode/public/images/icons/cup_error.png b/kallithea/public/images/icons/cup_error.png
rename from rhodecode/public/images/icons/cup_error.png
rename to kallithea/public/images/icons/cup_error.png
diff --git a/rhodecode/public/images/icons/cup_go.png b/kallithea/public/images/icons/cup_go.png
rename from rhodecode/public/images/icons/cup_go.png
rename to kallithea/public/images/icons/cup_go.png
diff --git a/rhodecode/public/images/icons/cup_key.png b/kallithea/public/images/icons/cup_key.png
rename from rhodecode/public/images/icons/cup_key.png
rename to kallithea/public/images/icons/cup_key.png
diff --git a/rhodecode/public/images/icons/cup_link.png b/kallithea/public/images/icons/cup_link.png
rename from rhodecode/public/images/icons/cup_link.png
rename to kallithea/public/images/icons/cup_link.png
diff --git a/rhodecode/public/images/icons/cursor.png b/kallithea/public/images/icons/cursor.png
rename from rhodecode/public/images/icons/cursor.png
rename to kallithea/public/images/icons/cursor.png
diff --git a/rhodecode/public/images/icons/cut.png b/kallithea/public/images/icons/cut.png
rename from rhodecode/public/images/icons/cut.png
rename to kallithea/public/images/icons/cut.png
diff --git a/rhodecode/public/images/icons/cut_red.png b/kallithea/public/images/icons/cut_red.png
rename from rhodecode/public/images/icons/cut_red.png
rename to kallithea/public/images/icons/cut_red.png
diff --git a/rhodecode/public/images/icons/database.png b/kallithea/public/images/icons/database.png
rename from rhodecode/public/images/icons/database.png
rename to kallithea/public/images/icons/database.png
diff --git a/rhodecode/public/images/icons/database_add.png b/kallithea/public/images/icons/database_add.png
rename from rhodecode/public/images/icons/database_add.png
rename to kallithea/public/images/icons/database_add.png
diff --git a/rhodecode/public/images/icons/database_connect.png b/kallithea/public/images/icons/database_connect.png
rename from rhodecode/public/images/icons/database_connect.png
rename to kallithea/public/images/icons/database_connect.png
diff --git a/rhodecode/public/images/icons/database_delete.png b/kallithea/public/images/icons/database_delete.png
rename from rhodecode/public/images/icons/database_delete.png
rename to kallithea/public/images/icons/database_delete.png
diff --git a/rhodecode/public/images/icons/database_edit.png b/kallithea/public/images/icons/database_edit.png
rename from rhodecode/public/images/icons/database_edit.png
rename to kallithea/public/images/icons/database_edit.png
diff --git a/rhodecode/public/images/icons/database_error.png b/kallithea/public/images/icons/database_error.png
rename from rhodecode/public/images/icons/database_error.png
rename to kallithea/public/images/icons/database_error.png
diff --git a/rhodecode/public/images/icons/database_gear.png b/kallithea/public/images/icons/database_gear.png
rename from rhodecode/public/images/icons/database_gear.png
rename to kallithea/public/images/icons/database_gear.png
diff --git a/rhodecode/public/images/icons/database_go.png b/kallithea/public/images/icons/database_go.png
rename from rhodecode/public/images/icons/database_go.png
rename to kallithea/public/images/icons/database_go.png
diff --git a/rhodecode/public/images/icons/database_key.png b/kallithea/public/images/icons/database_key.png
rename from rhodecode/public/images/icons/database_key.png
rename to kallithea/public/images/icons/database_key.png
diff --git a/rhodecode/public/images/icons/database_lightning.png b/kallithea/public/images/icons/database_lightning.png
rename from rhodecode/public/images/icons/database_lightning.png
rename to kallithea/public/images/icons/database_lightning.png
diff --git a/rhodecode/public/images/icons/database_link.png b/kallithea/public/images/icons/database_link.png
rename from rhodecode/public/images/icons/database_link.png
rename to kallithea/public/images/icons/database_link.png
diff --git a/rhodecode/public/images/icons/database_refresh.png b/kallithea/public/images/icons/database_refresh.png
rename from rhodecode/public/images/icons/database_refresh.png
rename to kallithea/public/images/icons/database_refresh.png
diff --git a/rhodecode/public/images/icons/database_save.png b/kallithea/public/images/icons/database_save.png
rename from rhodecode/public/images/icons/database_save.png
rename to kallithea/public/images/icons/database_save.png
diff --git a/rhodecode/public/images/icons/database_table.png b/kallithea/public/images/icons/database_table.png
rename from rhodecode/public/images/icons/database_table.png
rename to kallithea/public/images/icons/database_table.png
diff --git a/rhodecode/public/images/icons/date.png b/kallithea/public/images/icons/date.png
rename from rhodecode/public/images/icons/date.png
rename to kallithea/public/images/icons/date.png
diff --git a/rhodecode/public/images/icons/date_add.png b/kallithea/public/images/icons/date_add.png
rename from rhodecode/public/images/icons/date_add.png
rename to kallithea/public/images/icons/date_add.png
diff --git a/rhodecode/public/images/icons/date_delete.png b/kallithea/public/images/icons/date_delete.png
rename from rhodecode/public/images/icons/date_delete.png
rename to kallithea/public/images/icons/date_delete.png
diff --git a/rhodecode/public/images/icons/date_edit.png b/kallithea/public/images/icons/date_edit.png
rename from rhodecode/public/images/icons/date_edit.png
rename to kallithea/public/images/icons/date_edit.png
diff --git a/rhodecode/public/images/icons/date_error.png b/kallithea/public/images/icons/date_error.png
rename from rhodecode/public/images/icons/date_error.png
rename to kallithea/public/images/icons/date_error.png
diff --git a/rhodecode/public/images/icons/date_go.png b/kallithea/public/images/icons/date_go.png
rename from rhodecode/public/images/icons/date_go.png
rename to kallithea/public/images/icons/date_go.png
diff --git a/rhodecode/public/images/icons/date_link.png b/kallithea/public/images/icons/date_link.png
rename from rhodecode/public/images/icons/date_link.png
rename to kallithea/public/images/icons/date_link.png
diff --git a/rhodecode/public/images/icons/date_magnify.png b/kallithea/public/images/icons/date_magnify.png
rename from rhodecode/public/images/icons/date_magnify.png
rename to kallithea/public/images/icons/date_magnify.png
diff --git a/rhodecode/public/images/icons/date_next.png b/kallithea/public/images/icons/date_next.png
rename from rhodecode/public/images/icons/date_next.png
rename to kallithea/public/images/icons/date_next.png
diff --git a/rhodecode/public/images/icons/date_previous.png b/kallithea/public/images/icons/date_previous.png
rename from rhodecode/public/images/icons/date_previous.png
rename to kallithea/public/images/icons/date_previous.png
diff --git a/rhodecode/public/images/icons/delete.png b/kallithea/public/images/icons/delete.png
rename from rhodecode/public/images/icons/delete.png
rename to kallithea/public/images/icons/delete.png
diff --git a/rhodecode/public/images/icons/delete_16.png b/kallithea/public/images/icons/delete_16.png
rename from rhodecode/public/images/icons/delete_16.png
rename to kallithea/public/images/icons/delete_16.png
diff --git a/rhodecode/public/images/icons/diagram_16.png b/kallithea/public/images/icons/diagram_16.png
rename from rhodecode/public/images/icons/diagram_16.png
rename to kallithea/public/images/icons/diagram_16.png
diff --git a/rhodecode/public/images/icons/disconnect.png b/kallithea/public/images/icons/disconnect.png
rename from rhodecode/public/images/icons/disconnect.png
rename to kallithea/public/images/icons/disconnect.png
diff --git a/rhodecode/public/images/icons/disk.png b/kallithea/public/images/icons/disk.png
rename from rhodecode/public/images/icons/disk.png
rename to kallithea/public/images/icons/disk.png
diff --git a/rhodecode/public/images/icons/disk_multiple.png b/kallithea/public/images/icons/disk_multiple.png
rename from rhodecode/public/images/icons/disk_multiple.png
rename to kallithea/public/images/icons/disk_multiple.png
diff --git a/rhodecode/public/images/icons/document_16.png b/kallithea/public/images/icons/document_16.png
rename from rhodecode/public/images/icons/document_16.png
rename to kallithea/public/images/icons/document_16.png
diff --git a/rhodecode/public/images/icons/door.png b/kallithea/public/images/icons/door.png
rename from rhodecode/public/images/icons/door.png
rename to kallithea/public/images/icons/door.png
diff --git a/rhodecode/public/images/icons/door_in.png b/kallithea/public/images/icons/door_in.png
rename from rhodecode/public/images/icons/door_in.png
rename to kallithea/public/images/icons/door_in.png
diff --git a/rhodecode/public/images/icons/door_open.png b/kallithea/public/images/icons/door_open.png
rename from rhodecode/public/images/icons/door_open.png
rename to kallithea/public/images/icons/door_open.png
diff --git a/rhodecode/public/images/icons/door_out.png b/kallithea/public/images/icons/door_out.png
rename from rhodecode/public/images/icons/door_out.png
rename to kallithea/public/images/icons/door_out.png
diff --git a/rhodecode/public/images/icons/down_16.png b/kallithea/public/images/icons/down_16.png
rename from rhodecode/public/images/icons/down_16.png
rename to kallithea/public/images/icons/down_16.png
diff --git a/rhodecode/public/images/icons/drink.png b/kallithea/public/images/icons/drink.png
rename from rhodecode/public/images/icons/drink.png
rename to kallithea/public/images/icons/drink.png
diff --git a/rhodecode/public/images/icons/drink_empty.png b/kallithea/public/images/icons/drink_empty.png
rename from rhodecode/public/images/icons/drink_empty.png
rename to kallithea/public/images/icons/drink_empty.png
diff --git a/rhodecode/public/images/icons/drive.png b/kallithea/public/images/icons/drive.png
rename from rhodecode/public/images/icons/drive.png
rename to kallithea/public/images/icons/drive.png
diff --git a/rhodecode/public/images/icons/drive_add.png b/kallithea/public/images/icons/drive_add.png
rename from rhodecode/public/images/icons/drive_add.png
rename to kallithea/public/images/icons/drive_add.png
diff --git a/rhodecode/public/images/icons/drive_burn.png b/kallithea/public/images/icons/drive_burn.png
rename from rhodecode/public/images/icons/drive_burn.png
rename to kallithea/public/images/icons/drive_burn.png
diff --git a/rhodecode/public/images/icons/drive_cd.png b/kallithea/public/images/icons/drive_cd.png
rename from rhodecode/public/images/icons/drive_cd.png
rename to kallithea/public/images/icons/drive_cd.png
diff --git a/rhodecode/public/images/icons/drive_cd_empty.png b/kallithea/public/images/icons/drive_cd_empty.png
rename from rhodecode/public/images/icons/drive_cd_empty.png
rename to kallithea/public/images/icons/drive_cd_empty.png
diff --git a/rhodecode/public/images/icons/drive_delete.png b/kallithea/public/images/icons/drive_delete.png
rename from rhodecode/public/images/icons/drive_delete.png
rename to kallithea/public/images/icons/drive_delete.png
diff --git a/rhodecode/public/images/icons/drive_disk.png b/kallithea/public/images/icons/drive_disk.png
rename from rhodecode/public/images/icons/drive_disk.png
rename to kallithea/public/images/icons/drive_disk.png
diff --git a/rhodecode/public/images/icons/drive_edit.png b/kallithea/public/images/icons/drive_edit.png
rename from rhodecode/public/images/icons/drive_edit.png
rename to kallithea/public/images/icons/drive_edit.png
diff --git a/rhodecode/public/images/icons/drive_error.png b/kallithea/public/images/icons/drive_error.png
rename from rhodecode/public/images/icons/drive_error.png
rename to kallithea/public/images/icons/drive_error.png
diff --git a/rhodecode/public/images/icons/drive_go.png b/kallithea/public/images/icons/drive_go.png
rename from rhodecode/public/images/icons/drive_go.png
rename to kallithea/public/images/icons/drive_go.png
diff --git a/rhodecode/public/images/icons/drive_key.png b/kallithea/public/images/icons/drive_key.png
rename from rhodecode/public/images/icons/drive_key.png
rename to kallithea/public/images/icons/drive_key.png
diff --git a/rhodecode/public/images/icons/drive_link.png b/kallithea/public/images/icons/drive_link.png
rename from rhodecode/public/images/icons/drive_link.png
rename to kallithea/public/images/icons/drive_link.png
diff --git a/rhodecode/public/images/icons/drive_magnify.png b/kallithea/public/images/icons/drive_magnify.png
rename from rhodecode/public/images/icons/drive_magnify.png
rename to kallithea/public/images/icons/drive_magnify.png
diff --git a/rhodecode/public/images/icons/drive_network.png b/kallithea/public/images/icons/drive_network.png
rename from rhodecode/public/images/icons/drive_network.png
rename to kallithea/public/images/icons/drive_network.png
diff --git a/rhodecode/public/images/icons/drive_rename.png b/kallithea/public/images/icons/drive_rename.png
rename from rhodecode/public/images/icons/drive_rename.png
rename to kallithea/public/images/icons/drive_rename.png
diff --git a/rhodecode/public/images/icons/drive_user.png b/kallithea/public/images/icons/drive_user.png
rename from rhodecode/public/images/icons/drive_user.png
rename to kallithea/public/images/icons/drive_user.png
diff --git a/rhodecode/public/images/icons/drive_web.png b/kallithea/public/images/icons/drive_web.png
rename from rhodecode/public/images/icons/drive_web.png
rename to kallithea/public/images/icons/drive_web.png
diff --git a/rhodecode/public/images/icons/dvd.png b/kallithea/public/images/icons/dvd.png
rename from rhodecode/public/images/icons/dvd.png
rename to kallithea/public/images/icons/dvd.png
diff --git a/rhodecode/public/images/icons/dvd_add.png b/kallithea/public/images/icons/dvd_add.png
rename from rhodecode/public/images/icons/dvd_add.png
rename to kallithea/public/images/icons/dvd_add.png
diff --git a/rhodecode/public/images/icons/dvd_delete.png b/kallithea/public/images/icons/dvd_delete.png
rename from rhodecode/public/images/icons/dvd_delete.png
rename to kallithea/public/images/icons/dvd_delete.png
diff --git a/rhodecode/public/images/icons/dvd_edit.png b/kallithea/public/images/icons/dvd_edit.png
rename from rhodecode/public/images/icons/dvd_edit.png
rename to kallithea/public/images/icons/dvd_edit.png
diff --git a/rhodecode/public/images/icons/dvd_error.png b/kallithea/public/images/icons/dvd_error.png
rename from rhodecode/public/images/icons/dvd_error.png
rename to kallithea/public/images/icons/dvd_error.png
diff --git a/rhodecode/public/images/icons/dvd_go.png b/kallithea/public/images/icons/dvd_go.png
rename from rhodecode/public/images/icons/dvd_go.png
rename to kallithea/public/images/icons/dvd_go.png
diff --git a/rhodecode/public/images/icons/dvd_key.png b/kallithea/public/images/icons/dvd_key.png
rename from rhodecode/public/images/icons/dvd_key.png
rename to kallithea/public/images/icons/dvd_key.png
diff --git a/rhodecode/public/images/icons/dvd_link.png b/kallithea/public/images/icons/dvd_link.png
rename from rhodecode/public/images/icons/dvd_link.png
rename to kallithea/public/images/icons/dvd_link.png
diff --git a/rhodecode/public/images/icons/email.png b/kallithea/public/images/icons/email.png
rename from rhodecode/public/images/icons/email.png
rename to kallithea/public/images/icons/email.png
diff --git a/rhodecode/public/images/icons/email_add.png b/kallithea/public/images/icons/email_add.png
rename from rhodecode/public/images/icons/email_add.png
rename to kallithea/public/images/icons/email_add.png
diff --git a/rhodecode/public/images/icons/email_attach.png b/kallithea/public/images/icons/email_attach.png
rename from rhodecode/public/images/icons/email_attach.png
rename to kallithea/public/images/icons/email_attach.png
diff --git a/rhodecode/public/images/icons/email_delete.png b/kallithea/public/images/icons/email_delete.png
rename from rhodecode/public/images/icons/email_delete.png
rename to kallithea/public/images/icons/email_delete.png
diff --git a/rhodecode/public/images/icons/email_edit.png b/kallithea/public/images/icons/email_edit.png
rename from rhodecode/public/images/icons/email_edit.png
rename to kallithea/public/images/icons/email_edit.png
diff --git a/rhodecode/public/images/icons/email_error.png b/kallithea/public/images/icons/email_error.png
rename from rhodecode/public/images/icons/email_error.png
rename to kallithea/public/images/icons/email_error.png
diff --git a/rhodecode/public/images/icons/email_go.png b/kallithea/public/images/icons/email_go.png
rename from rhodecode/public/images/icons/email_go.png
rename to kallithea/public/images/icons/email_go.png
diff --git a/rhodecode/public/images/icons/email_link.png b/kallithea/public/images/icons/email_link.png
rename from rhodecode/public/images/icons/email_link.png
rename to kallithea/public/images/icons/email_link.png
diff --git a/rhodecode/public/images/icons/email_open.png b/kallithea/public/images/icons/email_open.png
rename from rhodecode/public/images/icons/email_open.png
rename to kallithea/public/images/icons/email_open.png
diff --git a/rhodecode/public/images/icons/email_open_image.png b/kallithea/public/images/icons/email_open_image.png
rename from rhodecode/public/images/icons/email_open_image.png
rename to kallithea/public/images/icons/email_open_image.png
diff --git a/rhodecode/public/images/icons/emoticon_evilgrin.png b/kallithea/public/images/icons/emoticon_evilgrin.png
rename from rhodecode/public/images/icons/emoticon_evilgrin.png
rename to kallithea/public/images/icons/emoticon_evilgrin.png
diff --git a/rhodecode/public/images/icons/emoticon_grin.png b/kallithea/public/images/icons/emoticon_grin.png
rename from rhodecode/public/images/icons/emoticon_grin.png
rename to kallithea/public/images/icons/emoticon_grin.png
diff --git a/rhodecode/public/images/icons/emoticon_happy.png b/kallithea/public/images/icons/emoticon_happy.png
rename from rhodecode/public/images/icons/emoticon_happy.png
rename to kallithea/public/images/icons/emoticon_happy.png
diff --git a/rhodecode/public/images/icons/emoticon_smile.png b/kallithea/public/images/icons/emoticon_smile.png
rename from rhodecode/public/images/icons/emoticon_smile.png
rename to kallithea/public/images/icons/emoticon_smile.png
diff --git a/rhodecode/public/images/icons/emoticon_surprised.png b/kallithea/public/images/icons/emoticon_surprised.png
rename from rhodecode/public/images/icons/emoticon_surprised.png
rename to kallithea/public/images/icons/emoticon_surprised.png
diff --git a/rhodecode/public/images/icons/emoticon_tongue.png b/kallithea/public/images/icons/emoticon_tongue.png
rename from rhodecode/public/images/icons/emoticon_tongue.png
rename to kallithea/public/images/icons/emoticon_tongue.png
diff --git a/rhodecode/public/images/icons/emoticon_unhappy.png b/kallithea/public/images/icons/emoticon_unhappy.png
rename from rhodecode/public/images/icons/emoticon_unhappy.png
rename to kallithea/public/images/icons/emoticon_unhappy.png
diff --git a/rhodecode/public/images/icons/emoticon_waii.png b/kallithea/public/images/icons/emoticon_waii.png
rename from rhodecode/public/images/icons/emoticon_waii.png
rename to kallithea/public/images/icons/emoticon_waii.png
diff --git a/rhodecode/public/images/icons/emoticon_wink.png b/kallithea/public/images/icons/emoticon_wink.png
rename from rhodecode/public/images/icons/emoticon_wink.png
rename to kallithea/public/images/icons/emoticon_wink.png
diff --git a/rhodecode/public/images/icons/error.png b/kallithea/public/images/icons/error.png
rename from rhodecode/public/images/icons/error.png
rename to kallithea/public/images/icons/error.png
diff --git a/rhodecode/public/images/icons/error_add.png b/kallithea/public/images/icons/error_add.png
rename from rhodecode/public/images/icons/error_add.png
rename to kallithea/public/images/icons/error_add.png
diff --git a/rhodecode/public/images/icons/error_delete.png b/kallithea/public/images/icons/error_delete.png
rename from rhodecode/public/images/icons/error_delete.png
rename to kallithea/public/images/icons/error_delete.png
diff --git a/rhodecode/public/images/icons/error_go.png b/kallithea/public/images/icons/error_go.png
rename from rhodecode/public/images/icons/error_go.png
rename to kallithea/public/images/icons/error_go.png
diff --git a/rhodecode/public/images/icons/error_msg.png b/kallithea/public/images/icons/error_msg.png
rename from rhodecode/public/images/icons/error_msg.png
rename to kallithea/public/images/icons/error_msg.png
diff --git a/rhodecode/public/images/icons/exclamation.png b/kallithea/public/images/icons/exclamation.png
rename from rhodecode/public/images/icons/exclamation.png
rename to kallithea/public/images/icons/exclamation.png
diff --git a/rhodecode/public/images/icons/eye.png b/kallithea/public/images/icons/eye.png
rename from rhodecode/public/images/icons/eye.png
rename to kallithea/public/images/icons/eye.png
diff --git a/rhodecode/public/images/icons/feed.png b/kallithea/public/images/icons/feed.png
rename from rhodecode/public/images/icons/feed.png
rename to kallithea/public/images/icons/feed.png
diff --git a/rhodecode/public/images/icons/feed_add.png b/kallithea/public/images/icons/feed_add.png
rename from rhodecode/public/images/icons/feed_add.png
rename to kallithea/public/images/icons/feed_add.png
diff --git a/rhodecode/public/images/icons/feed_delete.png b/kallithea/public/images/icons/feed_delete.png
rename from rhodecode/public/images/icons/feed_delete.png
rename to kallithea/public/images/icons/feed_delete.png
diff --git a/rhodecode/public/images/icons/feed_disk.png b/kallithea/public/images/icons/feed_disk.png
rename from rhodecode/public/images/icons/feed_disk.png
rename to kallithea/public/images/icons/feed_disk.png
diff --git a/rhodecode/public/images/icons/feed_edit.png b/kallithea/public/images/icons/feed_edit.png
rename from rhodecode/public/images/icons/feed_edit.png
rename to kallithea/public/images/icons/feed_edit.png
diff --git a/rhodecode/public/images/icons/feed_error.png b/kallithea/public/images/icons/feed_error.png
rename from rhodecode/public/images/icons/feed_error.png
rename to kallithea/public/images/icons/feed_error.png
diff --git a/rhodecode/public/images/icons/feed_go.png b/kallithea/public/images/icons/feed_go.png
rename from rhodecode/public/images/icons/feed_go.png
rename to kallithea/public/images/icons/feed_go.png
diff --git a/rhodecode/public/images/icons/feed_key.png b/kallithea/public/images/icons/feed_key.png
rename from rhodecode/public/images/icons/feed_key.png
rename to kallithea/public/images/icons/feed_key.png
diff --git a/rhodecode/public/images/icons/feed_link.png b/kallithea/public/images/icons/feed_link.png
rename from rhodecode/public/images/icons/feed_link.png
rename to kallithea/public/images/icons/feed_link.png
diff --git a/rhodecode/public/images/icons/feed_magnify.png b/kallithea/public/images/icons/feed_magnify.png
rename from rhodecode/public/images/icons/feed_magnify.png
rename to kallithea/public/images/icons/feed_magnify.png
diff --git a/rhodecode/public/images/icons/female.png b/kallithea/public/images/icons/female.png
rename from rhodecode/public/images/icons/female.png
rename to kallithea/public/images/icons/female.png
diff --git a/rhodecode/public/images/icons/file.png b/kallithea/public/images/icons/file.png
rename from rhodecode/public/images/icons/file.png
rename to kallithea/public/images/icons/file.png
diff --git a/rhodecode/public/images/icons/film.png b/kallithea/public/images/icons/film.png
rename from rhodecode/public/images/icons/film.png
rename to kallithea/public/images/icons/film.png
diff --git a/rhodecode/public/images/icons/film_add.png b/kallithea/public/images/icons/film_add.png
rename from rhodecode/public/images/icons/film_add.png
rename to kallithea/public/images/icons/film_add.png
diff --git a/rhodecode/public/images/icons/film_delete.png b/kallithea/public/images/icons/film_delete.png
rename from rhodecode/public/images/icons/film_delete.png
rename to kallithea/public/images/icons/film_delete.png
diff --git a/rhodecode/public/images/icons/film_edit.png b/kallithea/public/images/icons/film_edit.png
rename from rhodecode/public/images/icons/film_edit.png
rename to kallithea/public/images/icons/film_edit.png
diff --git a/rhodecode/public/images/icons/film_error.png b/kallithea/public/images/icons/film_error.png
rename from rhodecode/public/images/icons/film_error.png
rename to kallithea/public/images/icons/film_error.png
diff --git a/rhodecode/public/images/icons/film_go.png b/kallithea/public/images/icons/film_go.png
rename from rhodecode/public/images/icons/film_go.png
rename to kallithea/public/images/icons/film_go.png
diff --git a/rhodecode/public/images/icons/film_key.png b/kallithea/public/images/icons/film_key.png
rename from rhodecode/public/images/icons/film_key.png
rename to kallithea/public/images/icons/film_key.png
diff --git a/rhodecode/public/images/icons/film_link.png b/kallithea/public/images/icons/film_link.png
rename from rhodecode/public/images/icons/film_link.png
rename to kallithea/public/images/icons/film_link.png
diff --git a/rhodecode/public/images/icons/film_save.png b/kallithea/public/images/icons/film_save.png
rename from rhodecode/public/images/icons/film_save.png
rename to kallithea/public/images/icons/film_save.png
diff --git a/rhodecode/public/images/icons/find.png b/kallithea/public/images/icons/find.png
rename from rhodecode/public/images/icons/find.png
rename to kallithea/public/images/icons/find.png
diff --git a/rhodecode/public/images/icons/flag_16.png b/kallithea/public/images/icons/flag_16.png
rename from rhodecode/public/images/icons/flag_16.png
rename to kallithea/public/images/icons/flag_16.png
diff --git a/rhodecode/public/images/icons/flag_blue.png b/kallithea/public/images/icons/flag_blue.png
rename from rhodecode/public/images/icons/flag_blue.png
rename to kallithea/public/images/icons/flag_blue.png
diff --git a/rhodecode/public/images/icons/flag_green.png b/kallithea/public/images/icons/flag_green.png
rename from rhodecode/public/images/icons/flag_green.png
rename to kallithea/public/images/icons/flag_green.png
diff --git a/rhodecode/public/images/icons/flag_orange.png b/kallithea/public/images/icons/flag_orange.png
rename from rhodecode/public/images/icons/flag_orange.png
rename to kallithea/public/images/icons/flag_orange.png
diff --git a/rhodecode/public/images/icons/flag_pink.png b/kallithea/public/images/icons/flag_pink.png
rename from rhodecode/public/images/icons/flag_pink.png
rename to kallithea/public/images/icons/flag_pink.png
diff --git a/rhodecode/public/images/icons/flag_purple.png b/kallithea/public/images/icons/flag_purple.png
rename from rhodecode/public/images/icons/flag_purple.png
rename to kallithea/public/images/icons/flag_purple.png
diff --git a/rhodecode/public/images/icons/flag_red.png b/kallithea/public/images/icons/flag_red.png
rename from rhodecode/public/images/icons/flag_red.png
rename to kallithea/public/images/icons/flag_red.png
diff --git a/rhodecode/public/images/icons/flag_status_approved.png b/kallithea/public/images/icons/flag_status_approved.png
rename from rhodecode/public/images/icons/flag_status_approved.png
rename to kallithea/public/images/icons/flag_status_approved.png
diff --git a/rhodecode/public/images/icons/flag_status_not_reviewed.png b/kallithea/public/images/icons/flag_status_not_reviewed.png
rename from rhodecode/public/images/icons/flag_status_not_reviewed.png
rename to kallithea/public/images/icons/flag_status_not_reviewed.png
diff --git a/rhodecode/public/images/icons/flag_status_rejected.png b/kallithea/public/images/icons/flag_status_rejected.png
rename from rhodecode/public/images/icons/flag_status_rejected.png
rename to kallithea/public/images/icons/flag_status_rejected.png
diff --git a/rhodecode/public/images/icons/flag_status_under_review.png b/kallithea/public/images/icons/flag_status_under_review.png
rename from rhodecode/public/images/icons/flag_status_under_review.png
rename to kallithea/public/images/icons/flag_status_under_review.png
diff --git a/rhodecode/public/images/icons/flag_yellow.png b/kallithea/public/images/icons/flag_yellow.png
rename from rhodecode/public/images/icons/flag_yellow.png
rename to kallithea/public/images/icons/flag_yellow.png
diff --git a/rhodecode/public/images/icons/folder.png b/kallithea/public/images/icons/folder.png
rename from rhodecode/public/images/icons/folder.png
rename to kallithea/public/images/icons/folder.png
diff --git a/rhodecode/public/images/icons/folder_16.png b/kallithea/public/images/icons/folder_16.png
rename from rhodecode/public/images/icons/folder_16.png
rename to kallithea/public/images/icons/folder_16.png
diff --git a/rhodecode/public/images/icons/folder_add.png b/kallithea/public/images/icons/folder_add.png
rename from rhodecode/public/images/icons/folder_add.png
rename to kallithea/public/images/icons/folder_add.png
diff --git a/rhodecode/public/images/icons/folder_bell.png b/kallithea/public/images/icons/folder_bell.png
rename from rhodecode/public/images/icons/folder_bell.png
rename to kallithea/public/images/icons/folder_bell.png
diff --git a/rhodecode/public/images/icons/folder_brick.png b/kallithea/public/images/icons/folder_brick.png
rename from rhodecode/public/images/icons/folder_brick.png
rename to kallithea/public/images/icons/folder_brick.png
diff --git a/rhodecode/public/images/icons/folder_bug.png b/kallithea/public/images/icons/folder_bug.png
rename from rhodecode/public/images/icons/folder_bug.png
rename to kallithea/public/images/icons/folder_bug.png
diff --git a/rhodecode/public/images/icons/folder_camera.png b/kallithea/public/images/icons/folder_camera.png
rename from rhodecode/public/images/icons/folder_camera.png
rename to kallithea/public/images/icons/folder_camera.png
diff --git a/rhodecode/public/images/icons/folder_database.png b/kallithea/public/images/icons/folder_database.png
rename from rhodecode/public/images/icons/folder_database.png
rename to kallithea/public/images/icons/folder_database.png
diff --git a/rhodecode/public/images/icons/folder_delete.png b/kallithea/public/images/icons/folder_delete.png
rename from rhodecode/public/images/icons/folder_delete.png
rename to kallithea/public/images/icons/folder_delete.png
diff --git a/rhodecode/public/images/icons/folder_edit.png b/kallithea/public/images/icons/folder_edit.png
rename from rhodecode/public/images/icons/folder_edit.png
rename to kallithea/public/images/icons/folder_edit.png
diff --git a/rhodecode/public/images/icons/folder_error.png b/kallithea/public/images/icons/folder_error.png
rename from rhodecode/public/images/icons/folder_error.png
rename to kallithea/public/images/icons/folder_error.png
diff --git a/rhodecode/public/images/icons/folder_explore.png b/kallithea/public/images/icons/folder_explore.png
rename from rhodecode/public/images/icons/folder_explore.png
rename to kallithea/public/images/icons/folder_explore.png
diff --git a/rhodecode/public/images/icons/folder_feed.png b/kallithea/public/images/icons/folder_feed.png
rename from rhodecode/public/images/icons/folder_feed.png
rename to kallithea/public/images/icons/folder_feed.png
diff --git a/rhodecode/public/images/icons/folder_find.png b/kallithea/public/images/icons/folder_find.png
rename from rhodecode/public/images/icons/folder_find.png
rename to kallithea/public/images/icons/folder_find.png
diff --git a/rhodecode/public/images/icons/folder_go.png b/kallithea/public/images/icons/folder_go.png
rename from rhodecode/public/images/icons/folder_go.png
rename to kallithea/public/images/icons/folder_go.png
diff --git a/rhodecode/public/images/icons/folder_heart.png b/kallithea/public/images/icons/folder_heart.png
rename from rhodecode/public/images/icons/folder_heart.png
rename to kallithea/public/images/icons/folder_heart.png
diff --git a/rhodecode/public/images/icons/folder_image.png b/kallithea/public/images/icons/folder_image.png
rename from rhodecode/public/images/icons/folder_image.png
rename to kallithea/public/images/icons/folder_image.png
diff --git a/rhodecode/public/images/icons/folder_key.png b/kallithea/public/images/icons/folder_key.png
rename from rhodecode/public/images/icons/folder_key.png
rename to kallithea/public/images/icons/folder_key.png
diff --git a/rhodecode/public/images/icons/folder_lightbulb.png b/kallithea/public/images/icons/folder_lightbulb.png
rename from rhodecode/public/images/icons/folder_lightbulb.png
rename to kallithea/public/images/icons/folder_lightbulb.png
diff --git a/rhodecode/public/images/icons/folder_link.png b/kallithea/public/images/icons/folder_link.png
rename from rhodecode/public/images/icons/folder_link.png
rename to kallithea/public/images/icons/folder_link.png
diff --git a/rhodecode/public/images/icons/folder_magnify.png b/kallithea/public/images/icons/folder_magnify.png
rename from rhodecode/public/images/icons/folder_magnify.png
rename to kallithea/public/images/icons/folder_magnify.png
diff --git a/rhodecode/public/images/icons/folder_page.png b/kallithea/public/images/icons/folder_page.png
rename from rhodecode/public/images/icons/folder_page.png
rename to kallithea/public/images/icons/folder_page.png
diff --git a/rhodecode/public/images/icons/folder_page_white.png b/kallithea/public/images/icons/folder_page_white.png
rename from rhodecode/public/images/icons/folder_page_white.png
rename to kallithea/public/images/icons/folder_page_white.png
diff --git a/rhodecode/public/images/icons/folder_palette.png b/kallithea/public/images/icons/folder_palette.png
rename from rhodecode/public/images/icons/folder_palette.png
rename to kallithea/public/images/icons/folder_palette.png
diff --git a/rhodecode/public/images/icons/folder_picture.png b/kallithea/public/images/icons/folder_picture.png
rename from rhodecode/public/images/icons/folder_picture.png
rename to kallithea/public/images/icons/folder_picture.png
diff --git a/rhodecode/public/images/icons/folder_star.png b/kallithea/public/images/icons/folder_star.png
rename from rhodecode/public/images/icons/folder_star.png
rename to kallithea/public/images/icons/folder_star.png
diff --git a/rhodecode/public/images/icons/folder_table.png b/kallithea/public/images/icons/folder_table.png
rename from rhodecode/public/images/icons/folder_table.png
rename to kallithea/public/images/icons/folder_table.png
diff --git a/rhodecode/public/images/icons/folder_user.png b/kallithea/public/images/icons/folder_user.png
rename from rhodecode/public/images/icons/folder_user.png
rename to kallithea/public/images/icons/folder_user.png
diff --git a/rhodecode/public/images/icons/folder_wrench.png b/kallithea/public/images/icons/folder_wrench.png
rename from rhodecode/public/images/icons/folder_wrench.png
rename to kallithea/public/images/icons/folder_wrench.png
diff --git a/rhodecode/public/images/icons/font.png b/kallithea/public/images/icons/font.png
rename from rhodecode/public/images/icons/font.png
rename to kallithea/public/images/icons/font.png
diff --git a/rhodecode/public/images/icons/font_add.png b/kallithea/public/images/icons/font_add.png
rename from rhodecode/public/images/icons/font_add.png
rename to kallithea/public/images/icons/font_add.png
diff --git a/rhodecode/public/images/icons/font_delete.png b/kallithea/public/images/icons/font_delete.png
rename from rhodecode/public/images/icons/font_delete.png
rename to kallithea/public/images/icons/font_delete.png
diff --git a/rhodecode/public/images/icons/font_go.png b/kallithea/public/images/icons/font_go.png
rename from rhodecode/public/images/icons/font_go.png
rename to kallithea/public/images/icons/font_go.png
diff --git a/rhodecode/public/images/icons/gear_16.png b/kallithea/public/images/icons/gear_16.png
rename from rhodecode/public/images/icons/gear_16.png
rename to kallithea/public/images/icons/gear_16.png
diff --git a/rhodecode/public/images/icons/giticon.png b/kallithea/public/images/icons/giticon.png
rename from rhodecode/public/images/icons/giticon.png
rename to kallithea/public/images/icons/giticon.png
diff --git a/rhodecode/public/images/icons/globe_16.png b/kallithea/public/images/icons/globe_16.png
rename from rhodecode/public/images/icons/globe_16.png
rename to kallithea/public/images/icons/globe_16.png
diff --git a/rhodecode/public/images/icons/group.png b/kallithea/public/images/icons/group.png
rename from rhodecode/public/images/icons/group.png
rename to kallithea/public/images/icons/group.png
diff --git a/rhodecode/public/images/icons/group_add.png b/kallithea/public/images/icons/group_add.png
rename from rhodecode/public/images/icons/group_add.png
rename to kallithea/public/images/icons/group_add.png
diff --git a/rhodecode/public/images/icons/group_delete.png b/kallithea/public/images/icons/group_delete.png
rename from rhodecode/public/images/icons/group_delete.png
rename to kallithea/public/images/icons/group_delete.png
diff --git a/rhodecode/public/images/icons/group_edit.png b/kallithea/public/images/icons/group_edit.png
rename from rhodecode/public/images/icons/group_edit.png
rename to kallithea/public/images/icons/group_edit.png
diff --git a/rhodecode/public/images/icons/group_error.png b/kallithea/public/images/icons/group_error.png
rename from rhodecode/public/images/icons/group_error.png
rename to kallithea/public/images/icons/group_error.png
diff --git a/rhodecode/public/images/icons/group_gear.png b/kallithea/public/images/icons/group_gear.png
rename from rhodecode/public/images/icons/group_gear.png
rename to kallithea/public/images/icons/group_gear.png
diff --git a/rhodecode/public/images/icons/group_go.png b/kallithea/public/images/icons/group_go.png
rename from rhodecode/public/images/icons/group_go.png
rename to kallithea/public/images/icons/group_go.png
diff --git a/rhodecode/public/images/icons/group_key.png b/kallithea/public/images/icons/group_key.png
rename from rhodecode/public/images/icons/group_key.png
rename to kallithea/public/images/icons/group_key.png
diff --git a/rhodecode/public/images/icons/group_link.png b/kallithea/public/images/icons/group_link.png
rename from rhodecode/public/images/icons/group_link.png
rename to kallithea/public/images/icons/group_link.png
diff --git a/rhodecode/public/images/icons/heart.png b/kallithea/public/images/icons/heart.png
rename from rhodecode/public/images/icons/heart.png
rename to kallithea/public/images/icons/heart.png
diff --git a/rhodecode/public/images/icons/heart_16.png b/kallithea/public/images/icons/heart_16.png
rename from rhodecode/public/images/icons/heart_16.png
rename to kallithea/public/images/icons/heart_16.png
diff --git a/rhodecode/public/images/icons/heart_add.png b/kallithea/public/images/icons/heart_add.png
rename from rhodecode/public/images/icons/heart_add.png
rename to kallithea/public/images/icons/heart_add.png
diff --git a/rhodecode/public/images/icons/heart_delete.png b/kallithea/public/images/icons/heart_delete.png
rename from rhodecode/public/images/icons/heart_delete.png
rename to kallithea/public/images/icons/heart_delete.png
diff --git a/rhodecode/public/images/icons/help.png b/kallithea/public/images/icons/help.png
rename from rhodecode/public/images/icons/help.png
rename to kallithea/public/images/icons/help.png
diff --git a/rhodecode/public/images/icons/help_16.png b/kallithea/public/images/icons/help_16.png
rename from rhodecode/public/images/icons/help_16.png
rename to kallithea/public/images/icons/help_16.png
diff --git a/rhodecode/public/images/icons/hgicon.png b/kallithea/public/images/icons/hgicon.png
rename from rhodecode/public/images/icons/hgicon.png
rename to kallithea/public/images/icons/hgicon.png
diff --git a/rhodecode/public/images/icons/home_16.png b/kallithea/public/images/icons/home_16.png
rename from rhodecode/public/images/icons/home_16.png
rename to kallithea/public/images/icons/home_16.png
diff --git a/rhodecode/public/images/icons/hourglass.png b/kallithea/public/images/icons/hourglass.png
rename from rhodecode/public/images/icons/hourglass.png
rename to kallithea/public/images/icons/hourglass.png
diff --git a/rhodecode/public/images/icons/hourglass_add.png b/kallithea/public/images/icons/hourglass_add.png
rename from rhodecode/public/images/icons/hourglass_add.png
rename to kallithea/public/images/icons/hourglass_add.png
diff --git a/rhodecode/public/images/icons/hourglass_delete.png b/kallithea/public/images/icons/hourglass_delete.png
rename from rhodecode/public/images/icons/hourglass_delete.png
rename to kallithea/public/images/icons/hourglass_delete.png
diff --git a/rhodecode/public/images/icons/hourglass_go.png b/kallithea/public/images/icons/hourglass_go.png
rename from rhodecode/public/images/icons/hourglass_go.png
rename to kallithea/public/images/icons/hourglass_go.png
diff --git a/rhodecode/public/images/icons/hourglass_link.png b/kallithea/public/images/icons/hourglass_link.png
rename from rhodecode/public/images/icons/hourglass_link.png
rename to kallithea/public/images/icons/hourglass_link.png
diff --git a/rhodecode/public/images/icons/house.png b/kallithea/public/images/icons/house.png
rename from rhodecode/public/images/icons/house.png
rename to kallithea/public/images/icons/house.png
diff --git a/rhodecode/public/images/icons/house_go.png b/kallithea/public/images/icons/house_go.png
rename from rhodecode/public/images/icons/house_go.png
rename to kallithea/public/images/icons/house_go.png
diff --git a/rhodecode/public/images/icons/house_link.png b/kallithea/public/images/icons/house_link.png
rename from rhodecode/public/images/icons/house_link.png
rename to kallithea/public/images/icons/house_link.png
diff --git a/rhodecode/public/images/icons/html.png b/kallithea/public/images/icons/html.png
rename from rhodecode/public/images/icons/html.png
rename to kallithea/public/images/icons/html.png
diff --git a/rhodecode/public/images/icons/html_add.png b/kallithea/public/images/icons/html_add.png
rename from rhodecode/public/images/icons/html_add.png
rename to kallithea/public/images/icons/html_add.png
diff --git a/rhodecode/public/images/icons/html_delete.png b/kallithea/public/images/icons/html_delete.png
rename from rhodecode/public/images/icons/html_delete.png
rename to kallithea/public/images/icons/html_delete.png
diff --git a/rhodecode/public/images/icons/html_go.png b/kallithea/public/images/icons/html_go.png
rename from rhodecode/public/images/icons/html_go.png
rename to kallithea/public/images/icons/html_go.png
diff --git a/rhodecode/public/images/icons/html_valid.png b/kallithea/public/images/icons/html_valid.png
rename from rhodecode/public/images/icons/html_valid.png
rename to kallithea/public/images/icons/html_valid.png
diff --git a/rhodecode/public/images/icons/image.png b/kallithea/public/images/icons/image.png
rename from rhodecode/public/images/icons/image.png
rename to kallithea/public/images/icons/image.png
diff --git a/rhodecode/public/images/icons/image_add.png b/kallithea/public/images/icons/image_add.png
rename from rhodecode/public/images/icons/image_add.png
rename to kallithea/public/images/icons/image_add.png
diff --git a/rhodecode/public/images/icons/image_delete.png b/kallithea/public/images/icons/image_delete.png
rename from rhodecode/public/images/icons/image_delete.png
rename to kallithea/public/images/icons/image_delete.png
diff --git a/rhodecode/public/images/icons/image_edit.png b/kallithea/public/images/icons/image_edit.png
rename from rhodecode/public/images/icons/image_edit.png
rename to kallithea/public/images/icons/image_edit.png
diff --git a/rhodecode/public/images/icons/image_link.png b/kallithea/public/images/icons/image_link.png
rename from rhodecode/public/images/icons/image_link.png
rename to kallithea/public/images/icons/image_link.png
diff --git a/rhodecode/public/images/icons/images.png b/kallithea/public/images/icons/images.png
rename from rhodecode/public/images/icons/images.png
rename to kallithea/public/images/icons/images.png
diff --git a/rhodecode/public/images/icons/info_16.png b/kallithea/public/images/icons/info_16.png
rename from rhodecode/public/images/icons/info_16.png
rename to kallithea/public/images/icons/info_16.png
diff --git a/rhodecode/public/images/icons/information.png b/kallithea/public/images/icons/information.png
rename from rhodecode/public/images/icons/information.png
rename to kallithea/public/images/icons/information.png
diff --git a/rhodecode/public/images/icons/ipod.png b/kallithea/public/images/icons/ipod.png
rename from rhodecode/public/images/icons/ipod.png
rename to kallithea/public/images/icons/ipod.png
diff --git a/rhodecode/public/images/icons/ipod_cast.png b/kallithea/public/images/icons/ipod_cast.png
rename from rhodecode/public/images/icons/ipod_cast.png
rename to kallithea/public/images/icons/ipod_cast.png
diff --git a/rhodecode/public/images/icons/ipod_cast_add.png b/kallithea/public/images/icons/ipod_cast_add.png
rename from rhodecode/public/images/icons/ipod_cast_add.png
rename to kallithea/public/images/icons/ipod_cast_add.png
diff --git a/rhodecode/public/images/icons/ipod_cast_delete.png b/kallithea/public/images/icons/ipod_cast_delete.png
rename from rhodecode/public/images/icons/ipod_cast_delete.png
rename to kallithea/public/images/icons/ipod_cast_delete.png
diff --git a/rhodecode/public/images/icons/ipod_sound.png b/kallithea/public/images/icons/ipod_sound.png
rename from rhodecode/public/images/icons/ipod_sound.png
rename to kallithea/public/images/icons/ipod_sound.png
diff --git a/rhodecode/public/images/icons/joystick.png b/kallithea/public/images/icons/joystick.png
rename from rhodecode/public/images/icons/joystick.png
rename to kallithea/public/images/icons/joystick.png
diff --git a/rhodecode/public/images/icons/joystick_add.png b/kallithea/public/images/icons/joystick_add.png
rename from rhodecode/public/images/icons/joystick_add.png
rename to kallithea/public/images/icons/joystick_add.png
diff --git a/rhodecode/public/images/icons/joystick_delete.png b/kallithea/public/images/icons/joystick_delete.png
rename from rhodecode/public/images/icons/joystick_delete.png
rename to kallithea/public/images/icons/joystick_delete.png
diff --git a/rhodecode/public/images/icons/joystick_error.png b/kallithea/public/images/icons/joystick_error.png
rename from rhodecode/public/images/icons/joystick_error.png
rename to kallithea/public/images/icons/joystick_error.png
diff --git a/rhodecode/public/images/icons/key.png b/kallithea/public/images/icons/key.png
rename from rhodecode/public/images/icons/key.png
rename to kallithea/public/images/icons/key.png
diff --git a/rhodecode/public/images/icons/key_16.png b/kallithea/public/images/icons/key_16.png
rename from rhodecode/public/images/icons/key_16.png
rename to kallithea/public/images/icons/key_16.png
diff --git a/rhodecode/public/images/icons/key_add.png b/kallithea/public/images/icons/key_add.png
rename from rhodecode/public/images/icons/key_add.png
rename to kallithea/public/images/icons/key_add.png
diff --git a/rhodecode/public/images/icons/key_delete.png b/kallithea/public/images/icons/key_delete.png
rename from rhodecode/public/images/icons/key_delete.png
rename to kallithea/public/images/icons/key_delete.png
diff --git a/rhodecode/public/images/icons/key_go.png b/kallithea/public/images/icons/key_go.png
rename from rhodecode/public/images/icons/key_go.png
rename to kallithea/public/images/icons/key_go.png
diff --git a/rhodecode/public/images/icons/keyboard.png b/kallithea/public/images/icons/keyboard.png
rename from rhodecode/public/images/icons/keyboard.png
rename to kallithea/public/images/icons/keyboard.png
diff --git a/rhodecode/public/images/icons/keyboard_add.png b/kallithea/public/images/icons/keyboard_add.png
rename from rhodecode/public/images/icons/keyboard_add.png
rename to kallithea/public/images/icons/keyboard_add.png
diff --git a/rhodecode/public/images/icons/keyboard_delete.png b/kallithea/public/images/icons/keyboard_delete.png
rename from rhodecode/public/images/icons/keyboard_delete.png
rename to kallithea/public/images/icons/keyboard_delete.png
diff --git a/rhodecode/public/images/icons/keyboard_magnify.png b/kallithea/public/images/icons/keyboard_magnify.png
rename from rhodecode/public/images/icons/keyboard_magnify.png
rename to kallithea/public/images/icons/keyboard_magnify.png
diff --git a/rhodecode/public/images/icons/label_16.png b/kallithea/public/images/icons/label_16.png
rename from rhodecode/public/images/icons/label_16.png
rename to kallithea/public/images/icons/label_16.png
diff --git a/rhodecode/public/images/icons/layers.png b/kallithea/public/images/icons/layers.png
rename from rhodecode/public/images/icons/layers.png
rename to kallithea/public/images/icons/layers.png
diff --git a/rhodecode/public/images/icons/layout.png b/kallithea/public/images/icons/layout.png
rename from rhodecode/public/images/icons/layout.png
rename to kallithea/public/images/icons/layout.png
diff --git a/rhodecode/public/images/icons/layout_add.png b/kallithea/public/images/icons/layout_add.png
rename from rhodecode/public/images/icons/layout_add.png
rename to kallithea/public/images/icons/layout_add.png
diff --git a/rhodecode/public/images/icons/layout_content.png b/kallithea/public/images/icons/layout_content.png
rename from rhodecode/public/images/icons/layout_content.png
rename to kallithea/public/images/icons/layout_content.png
diff --git a/rhodecode/public/images/icons/layout_delete.png b/kallithea/public/images/icons/layout_delete.png
rename from rhodecode/public/images/icons/layout_delete.png
rename to kallithea/public/images/icons/layout_delete.png
diff --git a/rhodecode/public/images/icons/layout_edit.png b/kallithea/public/images/icons/layout_edit.png
rename from rhodecode/public/images/icons/layout_edit.png
rename to kallithea/public/images/icons/layout_edit.png
diff --git a/rhodecode/public/images/icons/layout_error.png b/kallithea/public/images/icons/layout_error.png
rename from rhodecode/public/images/icons/layout_error.png
rename to kallithea/public/images/icons/layout_error.png
diff --git a/rhodecode/public/images/icons/layout_header.png b/kallithea/public/images/icons/layout_header.png
rename from rhodecode/public/images/icons/layout_header.png
rename to kallithea/public/images/icons/layout_header.png
diff --git a/rhodecode/public/images/icons/layout_link.png b/kallithea/public/images/icons/layout_link.png
rename from rhodecode/public/images/icons/layout_link.png
rename to kallithea/public/images/icons/layout_link.png
diff --git a/rhodecode/public/images/icons/layout_sidebar.png b/kallithea/public/images/icons/layout_sidebar.png
rename from rhodecode/public/images/icons/layout_sidebar.png
rename to kallithea/public/images/icons/layout_sidebar.png
diff --git a/rhodecode/public/images/icons/left_16.png b/kallithea/public/images/icons/left_16.png
rename from rhodecode/public/images/icons/left_16.png
rename to kallithea/public/images/icons/left_16.png
diff --git a/rhodecode/public/images/icons/letter_16.png b/kallithea/public/images/icons/letter_16.png
rename from rhodecode/public/images/icons/letter_16.png
rename to kallithea/public/images/icons/letter_16.png
diff --git a/rhodecode/public/images/icons/lightbulb.png b/kallithea/public/images/icons/lightbulb.png
rename from rhodecode/public/images/icons/lightbulb.png
rename to kallithea/public/images/icons/lightbulb.png
diff --git a/rhodecode/public/images/icons/lightbulb_add.png b/kallithea/public/images/icons/lightbulb_add.png
rename from rhodecode/public/images/icons/lightbulb_add.png
rename to kallithea/public/images/icons/lightbulb_add.png
diff --git a/rhodecode/public/images/icons/lightbulb_delete.png b/kallithea/public/images/icons/lightbulb_delete.png
rename from rhodecode/public/images/icons/lightbulb_delete.png
rename to kallithea/public/images/icons/lightbulb_delete.png
diff --git a/rhodecode/public/images/icons/lightbulb_off.png b/kallithea/public/images/icons/lightbulb_off.png
rename from rhodecode/public/images/icons/lightbulb_off.png
rename to kallithea/public/images/icons/lightbulb_off.png
diff --git a/rhodecode/public/images/icons/lightning.png b/kallithea/public/images/icons/lightning.png
rename from rhodecode/public/images/icons/lightning.png
rename to kallithea/public/images/icons/lightning.png
diff --git a/rhodecode/public/images/icons/lightning_add.png b/kallithea/public/images/icons/lightning_add.png
rename from rhodecode/public/images/icons/lightning_add.png
rename to kallithea/public/images/icons/lightning_add.png
diff --git a/rhodecode/public/images/icons/lightning_delete.png b/kallithea/public/images/icons/lightning_delete.png
rename from rhodecode/public/images/icons/lightning_delete.png
rename to kallithea/public/images/icons/lightning_delete.png
diff --git a/rhodecode/public/images/icons/lightning_go.png b/kallithea/public/images/icons/lightning_go.png
rename from rhodecode/public/images/icons/lightning_go.png
rename to kallithea/public/images/icons/lightning_go.png
diff --git a/rhodecode/public/images/icons/link.png b/kallithea/public/images/icons/link.png
rename from rhodecode/public/images/icons/link.png
rename to kallithea/public/images/icons/link.png
diff --git a/rhodecode/public/images/icons/link_add.png b/kallithea/public/images/icons/link_add.png
rename from rhodecode/public/images/icons/link_add.png
rename to kallithea/public/images/icons/link_add.png
diff --git a/rhodecode/public/images/icons/link_break.png b/kallithea/public/images/icons/link_break.png
rename from rhodecode/public/images/icons/link_break.png
rename to kallithea/public/images/icons/link_break.png
diff --git a/rhodecode/public/images/icons/link_delete.png b/kallithea/public/images/icons/link_delete.png
rename from rhodecode/public/images/icons/link_delete.png
rename to kallithea/public/images/icons/link_delete.png
diff --git a/rhodecode/public/images/icons/link_edit.png b/kallithea/public/images/icons/link_edit.png
rename from rhodecode/public/images/icons/link_edit.png
rename to kallithea/public/images/icons/link_edit.png
diff --git a/rhodecode/public/images/icons/link_error.png b/kallithea/public/images/icons/link_error.png
rename from rhodecode/public/images/icons/link_error.png
rename to kallithea/public/images/icons/link_error.png
diff --git a/rhodecode/public/images/icons/link_go.png b/kallithea/public/images/icons/link_go.png
rename from rhodecode/public/images/icons/link_go.png
rename to kallithea/public/images/icons/link_go.png
diff --git a/rhodecode/public/images/icons/lock.png b/kallithea/public/images/icons/lock.png
rename from rhodecode/public/images/icons/lock.png
rename to kallithea/public/images/icons/lock.png
diff --git a/rhodecode/public/images/icons/lock_add.png b/kallithea/public/images/icons/lock_add.png
rename from rhodecode/public/images/icons/lock_add.png
rename to kallithea/public/images/icons/lock_add.png
diff --git a/rhodecode/public/images/icons/lock_break.png b/kallithea/public/images/icons/lock_break.png
rename from rhodecode/public/images/icons/lock_break.png
rename to kallithea/public/images/icons/lock_break.png
diff --git a/rhodecode/public/images/icons/lock_delete.png b/kallithea/public/images/icons/lock_delete.png
rename from rhodecode/public/images/icons/lock_delete.png
rename to kallithea/public/images/icons/lock_delete.png
diff --git a/rhodecode/public/images/icons/lock_edit.png b/kallithea/public/images/icons/lock_edit.png
rename from rhodecode/public/images/icons/lock_edit.png
rename to kallithea/public/images/icons/lock_edit.png
diff --git a/rhodecode/public/images/icons/lock_go.png b/kallithea/public/images/icons/lock_go.png
rename from rhodecode/public/images/icons/lock_go.png
rename to kallithea/public/images/icons/lock_go.png
diff --git a/rhodecode/public/images/icons/lock_open.png b/kallithea/public/images/icons/lock_open.png
rename from rhodecode/public/images/icons/lock_open.png
rename to kallithea/public/images/icons/lock_open.png
diff --git a/rhodecode/public/images/icons/lorry.png b/kallithea/public/images/icons/lorry.png
rename from rhodecode/public/images/icons/lorry.png
rename to kallithea/public/images/icons/lorry.png
diff --git a/rhodecode/public/images/icons/lorry_add.png b/kallithea/public/images/icons/lorry_add.png
rename from rhodecode/public/images/icons/lorry_add.png
rename to kallithea/public/images/icons/lorry_add.png
diff --git a/rhodecode/public/images/icons/lorry_delete.png b/kallithea/public/images/icons/lorry_delete.png
rename from rhodecode/public/images/icons/lorry_delete.png
rename to kallithea/public/images/icons/lorry_delete.png
diff --git a/rhodecode/public/images/icons/lorry_error.png b/kallithea/public/images/icons/lorry_error.png
rename from rhodecode/public/images/icons/lorry_error.png
rename to kallithea/public/images/icons/lorry_error.png
diff --git a/rhodecode/public/images/icons/lorry_flatbed.png b/kallithea/public/images/icons/lorry_flatbed.png
rename from rhodecode/public/images/icons/lorry_flatbed.png
rename to kallithea/public/images/icons/lorry_flatbed.png
diff --git a/rhodecode/public/images/icons/lorry_go.png b/kallithea/public/images/icons/lorry_go.png
rename from rhodecode/public/images/icons/lorry_go.png
rename to kallithea/public/images/icons/lorry_go.png
diff --git a/rhodecode/public/images/icons/lorry_link.png b/kallithea/public/images/icons/lorry_link.png
rename from rhodecode/public/images/icons/lorry_link.png
rename to kallithea/public/images/icons/lorry_link.png
diff --git a/rhodecode/public/images/icons/magifier_zoom_out.png b/kallithea/public/images/icons/magifier_zoom_out.png
rename from rhodecode/public/images/icons/magifier_zoom_out.png
rename to kallithea/public/images/icons/magifier_zoom_out.png
diff --git a/rhodecode/public/images/icons/magnifier.png b/kallithea/public/images/icons/magnifier.png
rename from rhodecode/public/images/icons/magnifier.png
rename to kallithea/public/images/icons/magnifier.png
diff --git a/rhodecode/public/images/icons/magnifier_zoom_in.png b/kallithea/public/images/icons/magnifier_zoom_in.png
rename from rhodecode/public/images/icons/magnifier_zoom_in.png
rename to kallithea/public/images/icons/magnifier_zoom_in.png
diff --git a/rhodecode/public/images/icons/male.png b/kallithea/public/images/icons/male.png
rename from rhodecode/public/images/icons/male.png
rename to kallithea/public/images/icons/male.png
diff --git a/rhodecode/public/images/icons/map.png b/kallithea/public/images/icons/map.png
rename from rhodecode/public/images/icons/map.png
rename to kallithea/public/images/icons/map.png
diff --git a/rhodecode/public/images/icons/map_add.png b/kallithea/public/images/icons/map_add.png
rename from rhodecode/public/images/icons/map_add.png
rename to kallithea/public/images/icons/map_add.png
diff --git a/rhodecode/public/images/icons/map_delete.png b/kallithea/public/images/icons/map_delete.png
rename from rhodecode/public/images/icons/map_delete.png
rename to kallithea/public/images/icons/map_delete.png
diff --git a/rhodecode/public/images/icons/map_edit.png b/kallithea/public/images/icons/map_edit.png
rename from rhodecode/public/images/icons/map_edit.png
rename to kallithea/public/images/icons/map_edit.png
diff --git a/rhodecode/public/images/icons/map_go.png b/kallithea/public/images/icons/map_go.png
rename from rhodecode/public/images/icons/map_go.png
rename to kallithea/public/images/icons/map_go.png
diff --git a/rhodecode/public/images/icons/map_magnify.png b/kallithea/public/images/icons/map_magnify.png
rename from rhodecode/public/images/icons/map_magnify.png
rename to kallithea/public/images/icons/map_magnify.png
diff --git a/rhodecode/public/images/icons/medal_bronze_1.png b/kallithea/public/images/icons/medal_bronze_1.png
rename from rhodecode/public/images/icons/medal_bronze_1.png
rename to kallithea/public/images/icons/medal_bronze_1.png
diff --git a/rhodecode/public/images/icons/medal_bronze_2.png b/kallithea/public/images/icons/medal_bronze_2.png
rename from rhodecode/public/images/icons/medal_bronze_2.png
rename to kallithea/public/images/icons/medal_bronze_2.png
diff --git a/rhodecode/public/images/icons/medal_bronze_3.png b/kallithea/public/images/icons/medal_bronze_3.png
rename from rhodecode/public/images/icons/medal_bronze_3.png
rename to kallithea/public/images/icons/medal_bronze_3.png
diff --git a/rhodecode/public/images/icons/medal_bronze_add.png b/kallithea/public/images/icons/medal_bronze_add.png
rename from rhodecode/public/images/icons/medal_bronze_add.png
rename to kallithea/public/images/icons/medal_bronze_add.png
diff --git a/rhodecode/public/images/icons/medal_bronze_delete.png b/kallithea/public/images/icons/medal_bronze_delete.png
rename from rhodecode/public/images/icons/medal_bronze_delete.png
rename to kallithea/public/images/icons/medal_bronze_delete.png
diff --git a/rhodecode/public/images/icons/medal_gold_1.png b/kallithea/public/images/icons/medal_gold_1.png
rename from rhodecode/public/images/icons/medal_gold_1.png
rename to kallithea/public/images/icons/medal_gold_1.png
diff --git a/rhodecode/public/images/icons/medal_gold_2.png b/kallithea/public/images/icons/medal_gold_2.png
rename from rhodecode/public/images/icons/medal_gold_2.png
rename to kallithea/public/images/icons/medal_gold_2.png
diff --git a/rhodecode/public/images/icons/medal_gold_3.png b/kallithea/public/images/icons/medal_gold_3.png
rename from rhodecode/public/images/icons/medal_gold_3.png
rename to kallithea/public/images/icons/medal_gold_3.png
diff --git a/rhodecode/public/images/icons/medal_gold_add.png b/kallithea/public/images/icons/medal_gold_add.png
rename from rhodecode/public/images/icons/medal_gold_add.png
rename to kallithea/public/images/icons/medal_gold_add.png
diff --git a/rhodecode/public/images/icons/medal_gold_delete.png b/kallithea/public/images/icons/medal_gold_delete.png
rename from rhodecode/public/images/icons/medal_gold_delete.png
rename to kallithea/public/images/icons/medal_gold_delete.png
diff --git a/rhodecode/public/images/icons/medal_silver_1.png b/kallithea/public/images/icons/medal_silver_1.png
rename from rhodecode/public/images/icons/medal_silver_1.png
rename to kallithea/public/images/icons/medal_silver_1.png
diff --git a/rhodecode/public/images/icons/medal_silver_2.png b/kallithea/public/images/icons/medal_silver_2.png
rename from rhodecode/public/images/icons/medal_silver_2.png
rename to kallithea/public/images/icons/medal_silver_2.png
diff --git a/rhodecode/public/images/icons/medal_silver_3.png b/kallithea/public/images/icons/medal_silver_3.png
rename from rhodecode/public/images/icons/medal_silver_3.png
rename to kallithea/public/images/icons/medal_silver_3.png
diff --git a/rhodecode/public/images/icons/medal_silver_add.png b/kallithea/public/images/icons/medal_silver_add.png
rename from rhodecode/public/images/icons/medal_silver_add.png
rename to kallithea/public/images/icons/medal_silver_add.png
diff --git a/rhodecode/public/images/icons/medal_silver_delete.png b/kallithea/public/images/icons/medal_silver_delete.png
rename from rhodecode/public/images/icons/medal_silver_delete.png
rename to kallithea/public/images/icons/medal_silver_delete.png
diff --git a/rhodecode/public/images/icons/money.png b/kallithea/public/images/icons/money.png
rename from rhodecode/public/images/icons/money.png
rename to kallithea/public/images/icons/money.png
diff --git a/rhodecode/public/images/icons/money_add.png b/kallithea/public/images/icons/money_add.png
rename from rhodecode/public/images/icons/money_add.png
rename to kallithea/public/images/icons/money_add.png
diff --git a/rhodecode/public/images/icons/money_delete.png b/kallithea/public/images/icons/money_delete.png
rename from rhodecode/public/images/icons/money_delete.png
rename to kallithea/public/images/icons/money_delete.png
diff --git a/rhodecode/public/images/icons/money_dollar.png b/kallithea/public/images/icons/money_dollar.png
rename from rhodecode/public/images/icons/money_dollar.png
rename to kallithea/public/images/icons/money_dollar.png
diff --git a/rhodecode/public/images/icons/money_euro.png b/kallithea/public/images/icons/money_euro.png
rename from rhodecode/public/images/icons/money_euro.png
rename to kallithea/public/images/icons/money_euro.png
diff --git a/rhodecode/public/images/icons/money_pound.png b/kallithea/public/images/icons/money_pound.png
rename from rhodecode/public/images/icons/money_pound.png
rename to kallithea/public/images/icons/money_pound.png
diff --git a/rhodecode/public/images/icons/money_yen.png b/kallithea/public/images/icons/money_yen.png
rename from rhodecode/public/images/icons/money_yen.png
rename to kallithea/public/images/icons/money_yen.png
diff --git a/rhodecode/public/images/icons/monitor.png b/kallithea/public/images/icons/monitor.png
rename from rhodecode/public/images/icons/monitor.png
rename to kallithea/public/images/icons/monitor.png
diff --git a/rhodecode/public/images/icons/monitor_16.png b/kallithea/public/images/icons/monitor_16.png
rename from rhodecode/public/images/icons/monitor_16.png
rename to kallithea/public/images/icons/monitor_16.png
diff --git a/rhodecode/public/images/icons/monitor_add.png b/kallithea/public/images/icons/monitor_add.png
rename from rhodecode/public/images/icons/monitor_add.png
rename to kallithea/public/images/icons/monitor_add.png
diff --git a/rhodecode/public/images/icons/monitor_delete.png b/kallithea/public/images/icons/monitor_delete.png
rename from rhodecode/public/images/icons/monitor_delete.png
rename to kallithea/public/images/icons/monitor_delete.png
diff --git a/rhodecode/public/images/icons/monitor_edit.png b/kallithea/public/images/icons/monitor_edit.png
rename from rhodecode/public/images/icons/monitor_edit.png
rename to kallithea/public/images/icons/monitor_edit.png
diff --git a/rhodecode/public/images/icons/monitor_error.png b/kallithea/public/images/icons/monitor_error.png
rename from rhodecode/public/images/icons/monitor_error.png
rename to kallithea/public/images/icons/monitor_error.png
diff --git a/rhodecode/public/images/icons/monitor_go.png b/kallithea/public/images/icons/monitor_go.png
rename from rhodecode/public/images/icons/monitor_go.png
rename to kallithea/public/images/icons/monitor_go.png
diff --git a/rhodecode/public/images/icons/monitor_lightning.png b/kallithea/public/images/icons/monitor_lightning.png
rename from rhodecode/public/images/icons/monitor_lightning.png
rename to kallithea/public/images/icons/monitor_lightning.png
diff --git a/rhodecode/public/images/icons/monitor_link.png b/kallithea/public/images/icons/monitor_link.png
rename from rhodecode/public/images/icons/monitor_link.png
rename to kallithea/public/images/icons/monitor_link.png
diff --git a/rhodecode/public/images/icons/mouse.png b/kallithea/public/images/icons/mouse.png
rename from rhodecode/public/images/icons/mouse.png
rename to kallithea/public/images/icons/mouse.png
diff --git a/rhodecode/public/images/icons/mouse_add.png b/kallithea/public/images/icons/mouse_add.png
rename from rhodecode/public/images/icons/mouse_add.png
rename to kallithea/public/images/icons/mouse_add.png
diff --git a/rhodecode/public/images/icons/mouse_delete.png b/kallithea/public/images/icons/mouse_delete.png
rename from rhodecode/public/images/icons/mouse_delete.png
rename to kallithea/public/images/icons/mouse_delete.png
diff --git a/rhodecode/public/images/icons/mouse_error.png b/kallithea/public/images/icons/mouse_error.png
rename from rhodecode/public/images/icons/mouse_error.png
rename to kallithea/public/images/icons/mouse_error.png
diff --git a/rhodecode/public/images/icons/music.png b/kallithea/public/images/icons/music.png
rename from rhodecode/public/images/icons/music.png
rename to kallithea/public/images/icons/music.png
diff --git a/rhodecode/public/images/icons/new.png b/kallithea/public/images/icons/new.png
rename from rhodecode/public/images/icons/new.png
rename to kallithea/public/images/icons/new.png
diff --git a/rhodecode/public/images/icons/newspaper.png b/kallithea/public/images/icons/newspaper.png
rename from rhodecode/public/images/icons/newspaper.png
rename to kallithea/public/images/icons/newspaper.png
diff --git a/rhodecode/public/images/icons/newspaper_add.png b/kallithea/public/images/icons/newspaper_add.png
rename from rhodecode/public/images/icons/newspaper_add.png
rename to kallithea/public/images/icons/newspaper_add.png
diff --git a/rhodecode/public/images/icons/newspaper_delete.png b/kallithea/public/images/icons/newspaper_delete.png
rename from rhodecode/public/images/icons/newspaper_delete.png
rename to kallithea/public/images/icons/newspaper_delete.png
diff --git a/rhodecode/public/images/icons/newspaper_go.png b/kallithea/public/images/icons/newspaper_go.png
rename from rhodecode/public/images/icons/newspaper_go.png
rename to kallithea/public/images/icons/newspaper_go.png
diff --git a/rhodecode/public/images/icons/newspaper_link.png b/kallithea/public/images/icons/newspaper_link.png
rename from rhodecode/public/images/icons/newspaper_link.png
rename to kallithea/public/images/icons/newspaper_link.png
diff --git a/rhodecode/public/images/icons/note.png b/kallithea/public/images/icons/note.png
rename from rhodecode/public/images/icons/note.png
rename to kallithea/public/images/icons/note.png
diff --git a/rhodecode/public/images/icons/note_add.png b/kallithea/public/images/icons/note_add.png
rename from rhodecode/public/images/icons/note_add.png
rename to kallithea/public/images/icons/note_add.png
diff --git a/rhodecode/public/images/icons/note_delete.png b/kallithea/public/images/icons/note_delete.png
rename from rhodecode/public/images/icons/note_delete.png
rename to kallithea/public/images/icons/note_delete.png
diff --git a/rhodecode/public/images/icons/note_edit.png b/kallithea/public/images/icons/note_edit.png
rename from rhodecode/public/images/icons/note_edit.png
rename to kallithea/public/images/icons/note_edit.png
diff --git a/rhodecode/public/images/icons/note_error.png b/kallithea/public/images/icons/note_error.png
rename from rhodecode/public/images/icons/note_error.png
rename to kallithea/public/images/icons/note_error.png
diff --git a/rhodecode/public/images/icons/note_go.png b/kallithea/public/images/icons/note_go.png
rename from rhodecode/public/images/icons/note_go.png
rename to kallithea/public/images/icons/note_go.png
diff --git a/rhodecode/public/images/icons/notice_msg.png b/kallithea/public/images/icons/notice_msg.png
rename from rhodecode/public/images/icons/notice_msg.png
rename to kallithea/public/images/icons/notice_msg.png
diff --git a/rhodecode/public/images/icons/overlays.png b/kallithea/public/images/icons/overlays.png
rename from rhodecode/public/images/icons/overlays.png
rename to kallithea/public/images/icons/overlays.png
diff --git a/rhodecode/public/images/icons/package.png b/kallithea/public/images/icons/package.png
rename from rhodecode/public/images/icons/package.png
rename to kallithea/public/images/icons/package.png
diff --git a/rhodecode/public/images/icons/package_add.png b/kallithea/public/images/icons/package_add.png
rename from rhodecode/public/images/icons/package_add.png
rename to kallithea/public/images/icons/package_add.png
diff --git a/rhodecode/public/images/icons/package_delete.png b/kallithea/public/images/icons/package_delete.png
rename from rhodecode/public/images/icons/package_delete.png
rename to kallithea/public/images/icons/package_delete.png
diff --git a/rhodecode/public/images/icons/package_go.png b/kallithea/public/images/icons/package_go.png
rename from rhodecode/public/images/icons/package_go.png
rename to kallithea/public/images/icons/package_go.png
diff --git a/rhodecode/public/images/icons/package_green.png b/kallithea/public/images/icons/package_green.png
rename from rhodecode/public/images/icons/package_green.png
rename to kallithea/public/images/icons/package_green.png
diff --git a/rhodecode/public/images/icons/package_link.png b/kallithea/public/images/icons/package_link.png
rename from rhodecode/public/images/icons/package_link.png
rename to kallithea/public/images/icons/package_link.png
diff --git a/rhodecode/public/images/icons/page.png b/kallithea/public/images/icons/page.png
rename from rhodecode/public/images/icons/page.png
rename to kallithea/public/images/icons/page.png
diff --git a/rhodecode/public/images/icons/page_add.png b/kallithea/public/images/icons/page_add.png
rename from rhodecode/public/images/icons/page_add.png
rename to kallithea/public/images/icons/page_add.png
diff --git a/rhodecode/public/images/icons/page_attach.png b/kallithea/public/images/icons/page_attach.png
rename from rhodecode/public/images/icons/page_attach.png
rename to kallithea/public/images/icons/page_attach.png
diff --git a/rhodecode/public/images/icons/page_code.png b/kallithea/public/images/icons/page_code.png
rename from rhodecode/public/images/icons/page_code.png
rename to kallithea/public/images/icons/page_code.png
diff --git a/rhodecode/public/images/icons/page_copy.png b/kallithea/public/images/icons/page_copy.png
rename from rhodecode/public/images/icons/page_copy.png
rename to kallithea/public/images/icons/page_copy.png
diff --git a/rhodecode/public/images/icons/page_delete.png b/kallithea/public/images/icons/page_delete.png
rename from rhodecode/public/images/icons/page_delete.png
rename to kallithea/public/images/icons/page_delete.png
diff --git a/rhodecode/public/images/icons/page_edit.png b/kallithea/public/images/icons/page_edit.png
rename from rhodecode/public/images/icons/page_edit.png
rename to kallithea/public/images/icons/page_edit.png
diff --git a/rhodecode/public/images/icons/page_error.png b/kallithea/public/images/icons/page_error.png
rename from rhodecode/public/images/icons/page_error.png
rename to kallithea/public/images/icons/page_error.png
diff --git a/rhodecode/public/images/icons/page_excel.png b/kallithea/public/images/icons/page_excel.png
rename from rhodecode/public/images/icons/page_excel.png
rename to kallithea/public/images/icons/page_excel.png
diff --git a/rhodecode/public/images/icons/page_find.png b/kallithea/public/images/icons/page_find.png
rename from rhodecode/public/images/icons/page_find.png
rename to kallithea/public/images/icons/page_find.png
diff --git a/rhodecode/public/images/icons/page_gear.png b/kallithea/public/images/icons/page_gear.png
rename from rhodecode/public/images/icons/page_gear.png
rename to kallithea/public/images/icons/page_gear.png
diff --git a/rhodecode/public/images/icons/page_go.png b/kallithea/public/images/icons/page_go.png
rename from rhodecode/public/images/icons/page_go.png
rename to kallithea/public/images/icons/page_go.png
diff --git a/rhodecode/public/images/icons/page_green.png b/kallithea/public/images/icons/page_green.png
rename from rhodecode/public/images/icons/page_green.png
rename to kallithea/public/images/icons/page_green.png
diff --git a/rhodecode/public/images/icons/page_key.png b/kallithea/public/images/icons/page_key.png
rename from rhodecode/public/images/icons/page_key.png
rename to kallithea/public/images/icons/page_key.png
diff --git a/rhodecode/public/images/icons/page_lightning.png b/kallithea/public/images/icons/page_lightning.png
rename from rhodecode/public/images/icons/page_lightning.png
rename to kallithea/public/images/icons/page_lightning.png
diff --git a/rhodecode/public/images/icons/page_link.png b/kallithea/public/images/icons/page_link.png
rename from rhodecode/public/images/icons/page_link.png
rename to kallithea/public/images/icons/page_link.png
diff --git a/rhodecode/public/images/icons/page_paintbrush.png b/kallithea/public/images/icons/page_paintbrush.png
rename from rhodecode/public/images/icons/page_paintbrush.png
rename to kallithea/public/images/icons/page_paintbrush.png
diff --git a/rhodecode/public/images/icons/page_paste.png b/kallithea/public/images/icons/page_paste.png
rename from rhodecode/public/images/icons/page_paste.png
rename to kallithea/public/images/icons/page_paste.png
diff --git a/rhodecode/public/images/icons/page_red.png b/kallithea/public/images/icons/page_red.png
rename from rhodecode/public/images/icons/page_red.png
rename to kallithea/public/images/icons/page_red.png
diff --git a/rhodecode/public/images/icons/page_refresh.png b/kallithea/public/images/icons/page_refresh.png
rename from rhodecode/public/images/icons/page_refresh.png
rename to kallithea/public/images/icons/page_refresh.png
diff --git a/rhodecode/public/images/icons/page_save.png b/kallithea/public/images/icons/page_save.png
rename from rhodecode/public/images/icons/page_save.png
rename to kallithea/public/images/icons/page_save.png
diff --git a/rhodecode/public/images/icons/page_white.png b/kallithea/public/images/icons/page_white.png
rename from rhodecode/public/images/icons/page_white.png
rename to kallithea/public/images/icons/page_white.png
diff --git a/rhodecode/public/images/icons/page_white_acrobat.png b/kallithea/public/images/icons/page_white_acrobat.png
rename from rhodecode/public/images/icons/page_white_acrobat.png
rename to kallithea/public/images/icons/page_white_acrobat.png
diff --git a/rhodecode/public/images/icons/page_white_actionscript.png b/kallithea/public/images/icons/page_white_actionscript.png
rename from rhodecode/public/images/icons/page_white_actionscript.png
rename to kallithea/public/images/icons/page_white_actionscript.png
diff --git a/rhodecode/public/images/icons/page_white_add.png b/kallithea/public/images/icons/page_white_add.png
rename from rhodecode/public/images/icons/page_white_add.png
rename to kallithea/public/images/icons/page_white_add.png
diff --git a/rhodecode/public/images/icons/page_white_c.png b/kallithea/public/images/icons/page_white_c.png
rename from rhodecode/public/images/icons/page_white_c.png
rename to kallithea/public/images/icons/page_white_c.png
diff --git a/rhodecode/public/images/icons/page_white_camera.png b/kallithea/public/images/icons/page_white_camera.png
rename from rhodecode/public/images/icons/page_white_camera.png
rename to kallithea/public/images/icons/page_white_camera.png
diff --git a/rhodecode/public/images/icons/page_white_cd.png b/kallithea/public/images/icons/page_white_cd.png
rename from rhodecode/public/images/icons/page_white_cd.png
rename to kallithea/public/images/icons/page_white_cd.png
diff --git a/rhodecode/public/images/icons/page_white_code.png b/kallithea/public/images/icons/page_white_code.png
rename from rhodecode/public/images/icons/page_white_code.png
rename to kallithea/public/images/icons/page_white_code.png
diff --git a/rhodecode/public/images/icons/page_white_code_red.png b/kallithea/public/images/icons/page_white_code_red.png
rename from rhodecode/public/images/icons/page_white_code_red.png
rename to kallithea/public/images/icons/page_white_code_red.png
diff --git a/rhodecode/public/images/icons/page_white_coldfusion.png b/kallithea/public/images/icons/page_white_coldfusion.png
rename from rhodecode/public/images/icons/page_white_coldfusion.png
rename to kallithea/public/images/icons/page_white_coldfusion.png
diff --git a/rhodecode/public/images/icons/page_white_compressed.png b/kallithea/public/images/icons/page_white_compressed.png
rename from rhodecode/public/images/icons/page_white_compressed.png
rename to kallithea/public/images/icons/page_white_compressed.png
diff --git a/rhodecode/public/images/icons/page_white_copy.png b/kallithea/public/images/icons/page_white_copy.png
rename from rhodecode/public/images/icons/page_white_copy.png
rename to kallithea/public/images/icons/page_white_copy.png
diff --git a/rhodecode/public/images/icons/page_white_cplusplus.png b/kallithea/public/images/icons/page_white_cplusplus.png
rename from rhodecode/public/images/icons/page_white_cplusplus.png
rename to kallithea/public/images/icons/page_white_cplusplus.png
diff --git a/rhodecode/public/images/icons/page_white_csharp.png b/kallithea/public/images/icons/page_white_csharp.png
rename from rhodecode/public/images/icons/page_white_csharp.png
rename to kallithea/public/images/icons/page_white_csharp.png
diff --git a/rhodecode/public/images/icons/page_white_cup.png b/kallithea/public/images/icons/page_white_cup.png
rename from rhodecode/public/images/icons/page_white_cup.png
rename to kallithea/public/images/icons/page_white_cup.png
diff --git a/rhodecode/public/images/icons/page_white_database.png b/kallithea/public/images/icons/page_white_database.png
rename from rhodecode/public/images/icons/page_white_database.png
rename to kallithea/public/images/icons/page_white_database.png
diff --git a/rhodecode/public/images/icons/page_white_delete.png b/kallithea/public/images/icons/page_white_delete.png
rename from rhodecode/public/images/icons/page_white_delete.png
rename to kallithea/public/images/icons/page_white_delete.png
diff --git a/rhodecode/public/images/icons/page_white_dvd.png b/kallithea/public/images/icons/page_white_dvd.png
rename from rhodecode/public/images/icons/page_white_dvd.png
rename to kallithea/public/images/icons/page_white_dvd.png
diff --git a/rhodecode/public/images/icons/page_white_edit.png b/kallithea/public/images/icons/page_white_edit.png
rename from rhodecode/public/images/icons/page_white_edit.png
rename to kallithea/public/images/icons/page_white_edit.png
diff --git a/rhodecode/public/images/icons/page_white_error.png b/kallithea/public/images/icons/page_white_error.png
rename from rhodecode/public/images/icons/page_white_error.png
rename to kallithea/public/images/icons/page_white_error.png
diff --git a/rhodecode/public/images/icons/page_white_excel.png b/kallithea/public/images/icons/page_white_excel.png
rename from rhodecode/public/images/icons/page_white_excel.png
rename to kallithea/public/images/icons/page_white_excel.png
diff --git a/rhodecode/public/images/icons/page_white_find.png b/kallithea/public/images/icons/page_white_find.png
rename from rhodecode/public/images/icons/page_white_find.png
rename to kallithea/public/images/icons/page_white_find.png
diff --git a/rhodecode/public/images/icons/page_white_flash.png b/kallithea/public/images/icons/page_white_flash.png
rename from rhodecode/public/images/icons/page_white_flash.png
rename to kallithea/public/images/icons/page_white_flash.png
diff --git a/rhodecode/public/images/icons/page_white_freehand.png b/kallithea/public/images/icons/page_white_freehand.png
rename from rhodecode/public/images/icons/page_white_freehand.png
rename to kallithea/public/images/icons/page_white_freehand.png
diff --git a/rhodecode/public/images/icons/page_white_gear.png b/kallithea/public/images/icons/page_white_gear.png
rename from rhodecode/public/images/icons/page_white_gear.png
rename to kallithea/public/images/icons/page_white_gear.png
diff --git a/rhodecode/public/images/icons/page_white_get.png b/kallithea/public/images/icons/page_white_get.png
rename from rhodecode/public/images/icons/page_white_get.png
rename to kallithea/public/images/icons/page_white_get.png
diff --git a/rhodecode/public/images/icons/page_white_go.png b/kallithea/public/images/icons/page_white_go.png
rename from rhodecode/public/images/icons/page_white_go.png
rename to kallithea/public/images/icons/page_white_go.png
diff --git a/rhodecode/public/images/icons/page_white_h.png b/kallithea/public/images/icons/page_white_h.png
rename from rhodecode/public/images/icons/page_white_h.png
rename to kallithea/public/images/icons/page_white_h.png
diff --git a/rhodecode/public/images/icons/page_white_horizontal.png b/kallithea/public/images/icons/page_white_horizontal.png
rename from rhodecode/public/images/icons/page_white_horizontal.png
rename to kallithea/public/images/icons/page_white_horizontal.png
diff --git a/rhodecode/public/images/icons/page_white_key.png b/kallithea/public/images/icons/page_white_key.png
rename from rhodecode/public/images/icons/page_white_key.png
rename to kallithea/public/images/icons/page_white_key.png
diff --git a/rhodecode/public/images/icons/page_white_lightning.png b/kallithea/public/images/icons/page_white_lightning.png
rename from rhodecode/public/images/icons/page_white_lightning.png
rename to kallithea/public/images/icons/page_white_lightning.png
diff --git a/rhodecode/public/images/icons/page_white_link.png b/kallithea/public/images/icons/page_white_link.png
rename from rhodecode/public/images/icons/page_white_link.png
rename to kallithea/public/images/icons/page_white_link.png
diff --git a/rhodecode/public/images/icons/page_white_magnify.png b/kallithea/public/images/icons/page_white_magnify.png
rename from rhodecode/public/images/icons/page_white_magnify.png
rename to kallithea/public/images/icons/page_white_magnify.png
diff --git a/rhodecode/public/images/icons/page_white_medal.png b/kallithea/public/images/icons/page_white_medal.png
rename from rhodecode/public/images/icons/page_white_medal.png
rename to kallithea/public/images/icons/page_white_medal.png
diff --git a/rhodecode/public/images/icons/page_white_office.png b/kallithea/public/images/icons/page_white_office.png
rename from rhodecode/public/images/icons/page_white_office.png
rename to kallithea/public/images/icons/page_white_office.png
diff --git a/rhodecode/public/images/icons/page_white_paint.png b/kallithea/public/images/icons/page_white_paint.png
rename from rhodecode/public/images/icons/page_white_paint.png
rename to kallithea/public/images/icons/page_white_paint.png
diff --git a/rhodecode/public/images/icons/page_white_paintbrush.png b/kallithea/public/images/icons/page_white_paintbrush.png
rename from rhodecode/public/images/icons/page_white_paintbrush.png
rename to kallithea/public/images/icons/page_white_paintbrush.png
diff --git a/rhodecode/public/images/icons/page_white_paste.png b/kallithea/public/images/icons/page_white_paste.png
rename from rhodecode/public/images/icons/page_white_paste.png
rename to kallithea/public/images/icons/page_white_paste.png
diff --git a/rhodecode/public/images/icons/page_white_php.png b/kallithea/public/images/icons/page_white_php.png
rename from rhodecode/public/images/icons/page_white_php.png
rename to kallithea/public/images/icons/page_white_php.png
diff --git a/rhodecode/public/images/icons/page_white_picture.png b/kallithea/public/images/icons/page_white_picture.png
rename from rhodecode/public/images/icons/page_white_picture.png
rename to kallithea/public/images/icons/page_white_picture.png
diff --git a/rhodecode/public/images/icons/page_white_powerpoint.png b/kallithea/public/images/icons/page_white_powerpoint.png
rename from rhodecode/public/images/icons/page_white_powerpoint.png
rename to kallithea/public/images/icons/page_white_powerpoint.png
diff --git a/rhodecode/public/images/icons/page_white_put.png b/kallithea/public/images/icons/page_white_put.png
rename from rhodecode/public/images/icons/page_white_put.png
rename to kallithea/public/images/icons/page_white_put.png
diff --git a/rhodecode/public/images/icons/page_white_ruby.png b/kallithea/public/images/icons/page_white_ruby.png
rename from rhodecode/public/images/icons/page_white_ruby.png
rename to kallithea/public/images/icons/page_white_ruby.png
diff --git a/rhodecode/public/images/icons/page_white_stack.png b/kallithea/public/images/icons/page_white_stack.png
rename from rhodecode/public/images/icons/page_white_stack.png
rename to kallithea/public/images/icons/page_white_stack.png
diff --git a/rhodecode/public/images/icons/page_white_star.png b/kallithea/public/images/icons/page_white_star.png
rename from rhodecode/public/images/icons/page_white_star.png
rename to kallithea/public/images/icons/page_white_star.png
diff --git a/rhodecode/public/images/icons/page_white_swoosh.png b/kallithea/public/images/icons/page_white_swoosh.png
rename from rhodecode/public/images/icons/page_white_swoosh.png
rename to kallithea/public/images/icons/page_white_swoosh.png
diff --git a/rhodecode/public/images/icons/page_white_text.png b/kallithea/public/images/icons/page_white_text.png
rename from rhodecode/public/images/icons/page_white_text.png
rename to kallithea/public/images/icons/page_white_text.png
diff --git a/rhodecode/public/images/icons/page_white_text_width.png b/kallithea/public/images/icons/page_white_text_width.png
rename from rhodecode/public/images/icons/page_white_text_width.png
rename to kallithea/public/images/icons/page_white_text_width.png
diff --git a/rhodecode/public/images/icons/page_white_tux.png b/kallithea/public/images/icons/page_white_tux.png
rename from rhodecode/public/images/icons/page_white_tux.png
rename to kallithea/public/images/icons/page_white_tux.png
diff --git a/rhodecode/public/images/icons/page_white_vector.png b/kallithea/public/images/icons/page_white_vector.png
rename from rhodecode/public/images/icons/page_white_vector.png
rename to kallithea/public/images/icons/page_white_vector.png
diff --git a/rhodecode/public/images/icons/page_white_visualstudio.png b/kallithea/public/images/icons/page_white_visualstudio.png
rename from rhodecode/public/images/icons/page_white_visualstudio.png
rename to kallithea/public/images/icons/page_white_visualstudio.png
diff --git a/rhodecode/public/images/icons/page_white_width.png b/kallithea/public/images/icons/page_white_width.png
rename from rhodecode/public/images/icons/page_white_width.png
rename to kallithea/public/images/icons/page_white_width.png
diff --git a/rhodecode/public/images/icons/page_white_word.png b/kallithea/public/images/icons/page_white_word.png
rename from rhodecode/public/images/icons/page_white_word.png
rename to kallithea/public/images/icons/page_white_word.png
diff --git a/rhodecode/public/images/icons/page_white_world.png b/kallithea/public/images/icons/page_white_world.png
rename from rhodecode/public/images/icons/page_white_world.png
rename to kallithea/public/images/icons/page_white_world.png
diff --git a/rhodecode/public/images/icons/page_white_wrench.png b/kallithea/public/images/icons/page_white_wrench.png
rename from rhodecode/public/images/icons/page_white_wrench.png
rename to kallithea/public/images/icons/page_white_wrench.png
diff --git a/rhodecode/public/images/icons/page_white_zip.png b/kallithea/public/images/icons/page_white_zip.png
rename from rhodecode/public/images/icons/page_white_zip.png
rename to kallithea/public/images/icons/page_white_zip.png
diff --git a/rhodecode/public/images/icons/page_word.png b/kallithea/public/images/icons/page_word.png
rename from rhodecode/public/images/icons/page_word.png
rename to kallithea/public/images/icons/page_word.png
diff --git a/rhodecode/public/images/icons/page_world.png b/kallithea/public/images/icons/page_world.png
rename from rhodecode/public/images/icons/page_world.png
rename to kallithea/public/images/icons/page_world.png
diff --git a/rhodecode/public/images/icons/paintbrush.png b/kallithea/public/images/icons/paintbrush.png
rename from rhodecode/public/images/icons/paintbrush.png
rename to kallithea/public/images/icons/paintbrush.png
diff --git a/rhodecode/public/images/icons/paintcan.png b/kallithea/public/images/icons/paintcan.png
rename from rhodecode/public/images/icons/paintcan.png
rename to kallithea/public/images/icons/paintcan.png
diff --git a/rhodecode/public/images/icons/palette.png b/kallithea/public/images/icons/palette.png
rename from rhodecode/public/images/icons/palette.png
rename to kallithea/public/images/icons/palette.png
diff --git a/rhodecode/public/images/icons/paste_plain.png b/kallithea/public/images/icons/paste_plain.png
rename from rhodecode/public/images/icons/paste_plain.png
rename to kallithea/public/images/icons/paste_plain.png
diff --git a/rhodecode/public/images/icons/paste_word.png b/kallithea/public/images/icons/paste_word.png
rename from rhodecode/public/images/icons/paste_word.png
rename to kallithea/public/images/icons/paste_word.png
diff --git a/rhodecode/public/images/icons/pencil.png b/kallithea/public/images/icons/pencil.png
rename from rhodecode/public/images/icons/pencil.png
rename to kallithea/public/images/icons/pencil.png
diff --git a/rhodecode/public/images/icons/pencil_16.png b/kallithea/public/images/icons/pencil_16.png
rename from rhodecode/public/images/icons/pencil_16.png
rename to kallithea/public/images/icons/pencil_16.png
diff --git a/rhodecode/public/images/icons/pencil_add.png b/kallithea/public/images/icons/pencil_add.png
rename from rhodecode/public/images/icons/pencil_add.png
rename to kallithea/public/images/icons/pencil_add.png
diff --git a/rhodecode/public/images/icons/pencil_delete.png b/kallithea/public/images/icons/pencil_delete.png
rename from rhodecode/public/images/icons/pencil_delete.png
rename to kallithea/public/images/icons/pencil_delete.png
diff --git a/rhodecode/public/images/icons/pencil_go.png b/kallithea/public/images/icons/pencil_go.png
rename from rhodecode/public/images/icons/pencil_go.png
rename to kallithea/public/images/icons/pencil_go.png
diff --git a/rhodecode/public/images/icons/phone.png b/kallithea/public/images/icons/phone.png
rename from rhodecode/public/images/icons/phone.png
rename to kallithea/public/images/icons/phone.png
diff --git a/rhodecode/public/images/icons/phone_add.png b/kallithea/public/images/icons/phone_add.png
rename from rhodecode/public/images/icons/phone_add.png
rename to kallithea/public/images/icons/phone_add.png
diff --git a/rhodecode/public/images/icons/phone_delete.png b/kallithea/public/images/icons/phone_delete.png
rename from rhodecode/public/images/icons/phone_delete.png
rename to kallithea/public/images/icons/phone_delete.png
diff --git a/rhodecode/public/images/icons/phone_sound.png b/kallithea/public/images/icons/phone_sound.png
rename from rhodecode/public/images/icons/phone_sound.png
rename to kallithea/public/images/icons/phone_sound.png
diff --git a/rhodecode/public/images/icons/photo.png b/kallithea/public/images/icons/photo.png
rename from rhodecode/public/images/icons/photo.png
rename to kallithea/public/images/icons/photo.png
diff --git a/rhodecode/public/images/icons/photo_add.png b/kallithea/public/images/icons/photo_add.png
rename from rhodecode/public/images/icons/photo_add.png
rename to kallithea/public/images/icons/photo_add.png
diff --git a/rhodecode/public/images/icons/photo_delete.png b/kallithea/public/images/icons/photo_delete.png
rename from rhodecode/public/images/icons/photo_delete.png
rename to kallithea/public/images/icons/photo_delete.png
diff --git a/rhodecode/public/images/icons/photo_link.png b/kallithea/public/images/icons/photo_link.png
rename from rhodecode/public/images/icons/photo_link.png
rename to kallithea/public/images/icons/photo_link.png
diff --git a/rhodecode/public/images/icons/photos.png b/kallithea/public/images/icons/photos.png
rename from rhodecode/public/images/icons/photos.png
rename to kallithea/public/images/icons/photos.png
diff --git a/rhodecode/public/images/icons/picture.png b/kallithea/public/images/icons/picture.png
rename from rhodecode/public/images/icons/picture.png
rename to kallithea/public/images/icons/picture.png
diff --git a/rhodecode/public/images/icons/picture_add.png b/kallithea/public/images/icons/picture_add.png
rename from rhodecode/public/images/icons/picture_add.png
rename to kallithea/public/images/icons/picture_add.png
diff --git a/rhodecode/public/images/icons/picture_delete.png b/kallithea/public/images/icons/picture_delete.png
rename from rhodecode/public/images/icons/picture_delete.png
rename to kallithea/public/images/icons/picture_delete.png
diff --git a/rhodecode/public/images/icons/picture_edit.png b/kallithea/public/images/icons/picture_edit.png
rename from rhodecode/public/images/icons/picture_edit.png
rename to kallithea/public/images/icons/picture_edit.png
diff --git a/rhodecode/public/images/icons/picture_empty.png b/kallithea/public/images/icons/picture_empty.png
rename from rhodecode/public/images/icons/picture_empty.png
rename to kallithea/public/images/icons/picture_empty.png
diff --git a/rhodecode/public/images/icons/picture_error.png b/kallithea/public/images/icons/picture_error.png
rename from rhodecode/public/images/icons/picture_error.png
rename to kallithea/public/images/icons/picture_error.png
diff --git a/rhodecode/public/images/icons/picture_go.png b/kallithea/public/images/icons/picture_go.png
rename from rhodecode/public/images/icons/picture_go.png
rename to kallithea/public/images/icons/picture_go.png
diff --git a/rhodecode/public/images/icons/picture_key.png b/kallithea/public/images/icons/picture_key.png
rename from rhodecode/public/images/icons/picture_key.png
rename to kallithea/public/images/icons/picture_key.png
diff --git a/rhodecode/public/images/icons/picture_link.png b/kallithea/public/images/icons/picture_link.png
rename from rhodecode/public/images/icons/picture_link.png
rename to kallithea/public/images/icons/picture_link.png
diff --git a/rhodecode/public/images/icons/picture_save.png b/kallithea/public/images/icons/picture_save.png
rename from rhodecode/public/images/icons/picture_save.png
rename to kallithea/public/images/icons/picture_save.png
diff --git a/rhodecode/public/images/icons/pictures.png b/kallithea/public/images/icons/pictures.png
rename from rhodecode/public/images/icons/pictures.png
rename to kallithea/public/images/icons/pictures.png
diff --git a/rhodecode/public/images/icons/pilcrow.png b/kallithea/public/images/icons/pilcrow.png
rename from rhodecode/public/images/icons/pilcrow.png
rename to kallithea/public/images/icons/pilcrow.png
diff --git a/rhodecode/public/images/icons/pill.png b/kallithea/public/images/icons/pill.png
rename from rhodecode/public/images/icons/pill.png
rename to kallithea/public/images/icons/pill.png
diff --git a/rhodecode/public/images/icons/pill_add.png b/kallithea/public/images/icons/pill_add.png
rename from rhodecode/public/images/icons/pill_add.png
rename to kallithea/public/images/icons/pill_add.png
diff --git a/rhodecode/public/images/icons/pill_delete.png b/kallithea/public/images/icons/pill_delete.png
rename from rhodecode/public/images/icons/pill_delete.png
rename to kallithea/public/images/icons/pill_delete.png
diff --git a/rhodecode/public/images/icons/pill_go.png b/kallithea/public/images/icons/pill_go.png
rename from rhodecode/public/images/icons/pill_go.png
rename to kallithea/public/images/icons/pill_go.png
diff --git a/rhodecode/public/images/icons/plugin.png b/kallithea/public/images/icons/plugin.png
rename from rhodecode/public/images/icons/plugin.png
rename to kallithea/public/images/icons/plugin.png
diff --git a/rhodecode/public/images/icons/plugin_add.png b/kallithea/public/images/icons/plugin_add.png
rename from rhodecode/public/images/icons/plugin_add.png
rename to kallithea/public/images/icons/plugin_add.png
diff --git a/rhodecode/public/images/icons/plugin_delete.png b/kallithea/public/images/icons/plugin_delete.png
rename from rhodecode/public/images/icons/plugin_delete.png
rename to kallithea/public/images/icons/plugin_delete.png
diff --git a/rhodecode/public/images/icons/plugin_disabled.png b/kallithea/public/images/icons/plugin_disabled.png
rename from rhodecode/public/images/icons/plugin_disabled.png
rename to kallithea/public/images/icons/plugin_disabled.png
diff --git a/rhodecode/public/images/icons/plugin_edit.png b/kallithea/public/images/icons/plugin_edit.png
rename from rhodecode/public/images/icons/plugin_edit.png
rename to kallithea/public/images/icons/plugin_edit.png
diff --git a/rhodecode/public/images/icons/plugin_error.png b/kallithea/public/images/icons/plugin_error.png
rename from rhodecode/public/images/icons/plugin_error.png
rename to kallithea/public/images/icons/plugin_error.png
diff --git a/rhodecode/public/images/icons/plugin_go.png b/kallithea/public/images/icons/plugin_go.png
rename from rhodecode/public/images/icons/plugin_go.png
rename to kallithea/public/images/icons/plugin_go.png
diff --git a/rhodecode/public/images/icons/plugin_link.png b/kallithea/public/images/icons/plugin_link.png
rename from rhodecode/public/images/icons/plugin_link.png
rename to kallithea/public/images/icons/plugin_link.png
diff --git a/rhodecode/public/images/icons/plus_16.png b/kallithea/public/images/icons/plus_16.png
rename from rhodecode/public/images/icons/plus_16.png
rename to kallithea/public/images/icons/plus_16.png
diff --git a/rhodecode/public/images/icons/present_16.png b/kallithea/public/images/icons/present_16.png
rename from rhodecode/public/images/icons/present_16.png
rename to kallithea/public/images/icons/present_16.png
diff --git a/rhodecode/public/images/icons/print_16.png b/kallithea/public/images/icons/print_16.png
rename from rhodecode/public/images/icons/print_16.png
rename to kallithea/public/images/icons/print_16.png
diff --git a/rhodecode/public/images/icons/printer.png b/kallithea/public/images/icons/printer.png
rename from rhodecode/public/images/icons/printer.png
rename to kallithea/public/images/icons/printer.png
diff --git a/rhodecode/public/images/icons/printer_add.png b/kallithea/public/images/icons/printer_add.png
rename from rhodecode/public/images/icons/printer_add.png
rename to kallithea/public/images/icons/printer_add.png
diff --git a/rhodecode/public/images/icons/printer_delete.png b/kallithea/public/images/icons/printer_delete.png
rename from rhodecode/public/images/icons/printer_delete.png
rename to kallithea/public/images/icons/printer_delete.png
diff --git a/rhodecode/public/images/icons/printer_empty.png b/kallithea/public/images/icons/printer_empty.png
rename from rhodecode/public/images/icons/printer_empty.png
rename to kallithea/public/images/icons/printer_empty.png
diff --git a/rhodecode/public/images/icons/printer_error.png b/kallithea/public/images/icons/printer_error.png
rename from rhodecode/public/images/icons/printer_error.png
rename to kallithea/public/images/icons/printer_error.png
diff --git a/rhodecode/public/images/icons/private_repo.png b/kallithea/public/images/icons/private_repo.png
rename from rhodecode/public/images/icons/private_repo.png
rename to kallithea/public/images/icons/private_repo.png
diff --git a/rhodecode/public/images/icons/public_repo.png b/kallithea/public/images/icons/public_repo.png
rename from rhodecode/public/images/icons/public_repo.png
rename to kallithea/public/images/icons/public_repo.png
diff --git a/rhodecode/public/images/icons/rainbow.png b/kallithea/public/images/icons/rainbow.png
rename from rhodecode/public/images/icons/rainbow.png
rename to kallithea/public/images/icons/rainbow.png
diff --git a/rhodecode/public/images/icons/report.png b/kallithea/public/images/icons/report.png
rename from rhodecode/public/images/icons/report.png
rename to kallithea/public/images/icons/report.png
diff --git a/rhodecode/public/images/icons/report_add.png b/kallithea/public/images/icons/report_add.png
rename from rhodecode/public/images/icons/report_add.png
rename to kallithea/public/images/icons/report_add.png
diff --git a/rhodecode/public/images/icons/report_delete.png b/kallithea/public/images/icons/report_delete.png
rename from rhodecode/public/images/icons/report_delete.png
rename to kallithea/public/images/icons/report_delete.png
diff --git a/rhodecode/public/images/icons/report_disk.png b/kallithea/public/images/icons/report_disk.png
rename from rhodecode/public/images/icons/report_disk.png
rename to kallithea/public/images/icons/report_disk.png
diff --git a/rhodecode/public/images/icons/report_edit.png b/kallithea/public/images/icons/report_edit.png
rename from rhodecode/public/images/icons/report_edit.png
rename to kallithea/public/images/icons/report_edit.png
diff --git a/rhodecode/public/images/icons/report_go.png b/kallithea/public/images/icons/report_go.png
rename from rhodecode/public/images/icons/report_go.png
rename to kallithea/public/images/icons/report_go.png
diff --git a/rhodecode/public/images/icons/report_key.png b/kallithea/public/images/icons/report_key.png
rename from rhodecode/public/images/icons/report_key.png
rename to kallithea/public/images/icons/report_key.png
diff --git a/rhodecode/public/images/icons/report_link.png b/kallithea/public/images/icons/report_link.png
rename from rhodecode/public/images/icons/report_link.png
rename to kallithea/public/images/icons/report_link.png
diff --git a/rhodecode/public/images/icons/report_magnify.png b/kallithea/public/images/icons/report_magnify.png
rename from rhodecode/public/images/icons/report_magnify.png
rename to kallithea/public/images/icons/report_magnify.png
diff --git a/rhodecode/public/images/icons/report_picture.png b/kallithea/public/images/icons/report_picture.png
rename from rhodecode/public/images/icons/report_picture.png
rename to kallithea/public/images/icons/report_picture.png
diff --git a/rhodecode/public/images/icons/report_user.png b/kallithea/public/images/icons/report_user.png
rename from rhodecode/public/images/icons/report_user.png
rename to kallithea/public/images/icons/report_user.png
diff --git a/rhodecode/public/images/icons/report_word.png b/kallithea/public/images/icons/report_word.png
rename from rhodecode/public/images/icons/report_word.png
rename to kallithea/public/images/icons/report_word.png
diff --git a/rhodecode/public/images/icons/resultset_first.png b/kallithea/public/images/icons/resultset_first.png
rename from rhodecode/public/images/icons/resultset_first.png
rename to kallithea/public/images/icons/resultset_first.png
diff --git a/rhodecode/public/images/icons/resultset_last.png b/kallithea/public/images/icons/resultset_last.png
rename from rhodecode/public/images/icons/resultset_last.png
rename to kallithea/public/images/icons/resultset_last.png
diff --git a/rhodecode/public/images/icons/resultset_next.png b/kallithea/public/images/icons/resultset_next.png
rename from rhodecode/public/images/icons/resultset_next.png
rename to kallithea/public/images/icons/resultset_next.png
diff --git a/rhodecode/public/images/icons/resultset_previous.png b/kallithea/public/images/icons/resultset_previous.png
rename from rhodecode/public/images/icons/resultset_previous.png
rename to kallithea/public/images/icons/resultset_previous.png
diff --git a/rhodecode/public/images/icons/right_16.png b/kallithea/public/images/icons/right_16.png
rename from rhodecode/public/images/icons/right_16.png
rename to kallithea/public/images/icons/right_16.png
diff --git a/rhodecode/public/images/icons/rosette.png b/kallithea/public/images/icons/rosette.png
rename from rhodecode/public/images/icons/rosette.png
rename to kallithea/public/images/icons/rosette.png
diff --git a/rhodecode/public/images/icons/rss.png b/kallithea/public/images/icons/rss.png
rename from rhodecode/public/images/icons/rss.png
rename to kallithea/public/images/icons/rss.png
diff --git a/rhodecode/public/images/icons/rss_16.png b/kallithea/public/images/icons/rss_16.png
rename from rhodecode/public/images/icons/rss_16.png
rename to kallithea/public/images/icons/rss_16.png
diff --git a/rhodecode/public/images/icons/rss_add.png b/kallithea/public/images/icons/rss_add.png
rename from rhodecode/public/images/icons/rss_add.png
rename to kallithea/public/images/icons/rss_add.png
diff --git a/rhodecode/public/images/icons/rss_delete.png b/kallithea/public/images/icons/rss_delete.png
rename from rhodecode/public/images/icons/rss_delete.png
rename to kallithea/public/images/icons/rss_delete.png
diff --git a/rhodecode/public/images/icons/rss_go.png b/kallithea/public/images/icons/rss_go.png
rename from rhodecode/public/images/icons/rss_go.png
rename to kallithea/public/images/icons/rss_go.png
diff --git a/rhodecode/public/images/icons/rss_valid.png b/kallithea/public/images/icons/rss_valid.png
rename from rhodecode/public/images/icons/rss_valid.png
rename to kallithea/public/images/icons/rss_valid.png
diff --git a/rhodecode/public/images/icons/ruby.png b/kallithea/public/images/icons/ruby.png
rename from rhodecode/public/images/icons/ruby.png
rename to kallithea/public/images/icons/ruby.png
diff --git a/rhodecode/public/images/icons/ruby_add.png b/kallithea/public/images/icons/ruby_add.png
rename from rhodecode/public/images/icons/ruby_add.png
rename to kallithea/public/images/icons/ruby_add.png
diff --git a/rhodecode/public/images/icons/ruby_delete.png b/kallithea/public/images/icons/ruby_delete.png
rename from rhodecode/public/images/icons/ruby_delete.png
rename to kallithea/public/images/icons/ruby_delete.png
diff --git a/rhodecode/public/images/icons/ruby_gear.png b/kallithea/public/images/icons/ruby_gear.png
rename from rhodecode/public/images/icons/ruby_gear.png
rename to kallithea/public/images/icons/ruby_gear.png
diff --git a/rhodecode/public/images/icons/ruby_get.png b/kallithea/public/images/icons/ruby_get.png
rename from rhodecode/public/images/icons/ruby_get.png
rename to kallithea/public/images/icons/ruby_get.png
diff --git a/rhodecode/public/images/icons/ruby_go.png b/kallithea/public/images/icons/ruby_go.png
rename from rhodecode/public/images/icons/ruby_go.png
rename to kallithea/public/images/icons/ruby_go.png
diff --git a/rhodecode/public/images/icons/ruby_key.png b/kallithea/public/images/icons/ruby_key.png
rename from rhodecode/public/images/icons/ruby_key.png
rename to kallithea/public/images/icons/ruby_key.png
diff --git a/rhodecode/public/images/icons/ruby_link.png b/kallithea/public/images/icons/ruby_link.png
rename from rhodecode/public/images/icons/ruby_link.png
rename to kallithea/public/images/icons/ruby_link.png
diff --git a/rhodecode/public/images/icons/ruby_put.png b/kallithea/public/images/icons/ruby_put.png
rename from rhodecode/public/images/icons/ruby_put.png
rename to kallithea/public/images/icons/ruby_put.png
diff --git a/rhodecode/public/images/icons/save_16.png b/kallithea/public/images/icons/save_16.png
rename from rhodecode/public/images/icons/save_16.png
rename to kallithea/public/images/icons/save_16.png
diff --git a/rhodecode/public/images/icons/script.png b/kallithea/public/images/icons/script.png
rename from rhodecode/public/images/icons/script.png
rename to kallithea/public/images/icons/script.png
diff --git a/rhodecode/public/images/icons/script_add.png b/kallithea/public/images/icons/script_add.png
rename from rhodecode/public/images/icons/script_add.png
rename to kallithea/public/images/icons/script_add.png
diff --git a/rhodecode/public/images/icons/script_code.png b/kallithea/public/images/icons/script_code.png
rename from rhodecode/public/images/icons/script_code.png
rename to kallithea/public/images/icons/script_code.png
diff --git a/rhodecode/public/images/icons/script_code_red.png b/kallithea/public/images/icons/script_code_red.png
rename from rhodecode/public/images/icons/script_code_red.png
rename to kallithea/public/images/icons/script_code_red.png
diff --git a/rhodecode/public/images/icons/script_delete.png b/kallithea/public/images/icons/script_delete.png
rename from rhodecode/public/images/icons/script_delete.png
rename to kallithea/public/images/icons/script_delete.png
diff --git a/rhodecode/public/images/icons/script_edit.png b/kallithea/public/images/icons/script_edit.png
rename from rhodecode/public/images/icons/script_edit.png
rename to kallithea/public/images/icons/script_edit.png
diff --git a/rhodecode/public/images/icons/script_error.png b/kallithea/public/images/icons/script_error.png
rename from rhodecode/public/images/icons/script_error.png
rename to kallithea/public/images/icons/script_error.png
diff --git a/rhodecode/public/images/icons/script_gear.png b/kallithea/public/images/icons/script_gear.png
rename from rhodecode/public/images/icons/script_gear.png
rename to kallithea/public/images/icons/script_gear.png
diff --git a/rhodecode/public/images/icons/script_go.png b/kallithea/public/images/icons/script_go.png
rename from rhodecode/public/images/icons/script_go.png
rename to kallithea/public/images/icons/script_go.png
diff --git a/rhodecode/public/images/icons/script_key.png b/kallithea/public/images/icons/script_key.png
rename from rhodecode/public/images/icons/script_key.png
rename to kallithea/public/images/icons/script_key.png
diff --git a/rhodecode/public/images/icons/script_lightning.png b/kallithea/public/images/icons/script_lightning.png
rename from rhodecode/public/images/icons/script_lightning.png
rename to kallithea/public/images/icons/script_lightning.png
diff --git a/rhodecode/public/images/icons/script_link.png b/kallithea/public/images/icons/script_link.png
rename from rhodecode/public/images/icons/script_link.png
rename to kallithea/public/images/icons/script_link.png
diff --git a/rhodecode/public/images/icons/script_palette.png b/kallithea/public/images/icons/script_palette.png
rename from rhodecode/public/images/icons/script_palette.png
rename to kallithea/public/images/icons/script_palette.png
diff --git a/rhodecode/public/images/icons/script_save.png b/kallithea/public/images/icons/script_save.png
rename from rhodecode/public/images/icons/script_save.png
rename to kallithea/public/images/icons/script_save.png
diff --git a/rhodecode/public/images/icons/search_16.png b/kallithea/public/images/icons/search_16.png
rename from rhodecode/public/images/icons/search_16.png
rename to kallithea/public/images/icons/search_16.png
diff --git a/rhodecode/public/images/icons/server.png b/kallithea/public/images/icons/server.png
rename from rhodecode/public/images/icons/server.png
rename to kallithea/public/images/icons/server.png
diff --git a/rhodecode/public/images/icons/server_add.png b/kallithea/public/images/icons/server_add.png
rename from rhodecode/public/images/icons/server_add.png
rename to kallithea/public/images/icons/server_add.png
diff --git a/rhodecode/public/images/icons/server_chart.png b/kallithea/public/images/icons/server_chart.png
rename from rhodecode/public/images/icons/server_chart.png
rename to kallithea/public/images/icons/server_chart.png
diff --git a/rhodecode/public/images/icons/server_compressed.png b/kallithea/public/images/icons/server_compressed.png
rename from rhodecode/public/images/icons/server_compressed.png
rename to kallithea/public/images/icons/server_compressed.png
diff --git a/rhodecode/public/images/icons/server_connect.png b/kallithea/public/images/icons/server_connect.png
rename from rhodecode/public/images/icons/server_connect.png
rename to kallithea/public/images/icons/server_connect.png
diff --git a/rhodecode/public/images/icons/server_database.png b/kallithea/public/images/icons/server_database.png
rename from rhodecode/public/images/icons/server_database.png
rename to kallithea/public/images/icons/server_database.png
diff --git a/rhodecode/public/images/icons/server_delete.png b/kallithea/public/images/icons/server_delete.png
rename from rhodecode/public/images/icons/server_delete.png
rename to kallithea/public/images/icons/server_delete.png
diff --git a/rhodecode/public/images/icons/server_edit.png b/kallithea/public/images/icons/server_edit.png
rename from rhodecode/public/images/icons/server_edit.png
rename to kallithea/public/images/icons/server_edit.png
diff --git a/rhodecode/public/images/icons/server_error.png b/kallithea/public/images/icons/server_error.png
rename from rhodecode/public/images/icons/server_error.png
rename to kallithea/public/images/icons/server_error.png
diff --git a/rhodecode/public/images/icons/server_go.png b/kallithea/public/images/icons/server_go.png
rename from rhodecode/public/images/icons/server_go.png
rename to kallithea/public/images/icons/server_go.png
diff --git a/rhodecode/public/images/icons/server_key.png b/kallithea/public/images/icons/server_key.png
rename from rhodecode/public/images/icons/server_key.png
rename to kallithea/public/images/icons/server_key.png
diff --git a/rhodecode/public/images/icons/server_lightning.png b/kallithea/public/images/icons/server_lightning.png
rename from rhodecode/public/images/icons/server_lightning.png
rename to kallithea/public/images/icons/server_lightning.png
diff --git a/rhodecode/public/images/icons/server_link.png b/kallithea/public/images/icons/server_link.png
rename from rhodecode/public/images/icons/server_link.png
rename to kallithea/public/images/icons/server_link.png
diff --git a/rhodecode/public/images/icons/server_uncompressed.png b/kallithea/public/images/icons/server_uncompressed.png
rename from rhodecode/public/images/icons/server_uncompressed.png
rename to kallithea/public/images/icons/server_uncompressed.png
diff --git a/rhodecode/public/images/icons/shading.png b/kallithea/public/images/icons/shading.png
rename from rhodecode/public/images/icons/shading.png
rename to kallithea/public/images/icons/shading.png
diff --git a/rhodecode/public/images/icons/shape_align_bottom.png b/kallithea/public/images/icons/shape_align_bottom.png
rename from rhodecode/public/images/icons/shape_align_bottom.png
rename to kallithea/public/images/icons/shape_align_bottom.png
diff --git a/rhodecode/public/images/icons/shape_align_center.png b/kallithea/public/images/icons/shape_align_center.png
rename from rhodecode/public/images/icons/shape_align_center.png
rename to kallithea/public/images/icons/shape_align_center.png
diff --git a/rhodecode/public/images/icons/shape_align_left.png b/kallithea/public/images/icons/shape_align_left.png
rename from rhodecode/public/images/icons/shape_align_left.png
rename to kallithea/public/images/icons/shape_align_left.png
diff --git a/rhodecode/public/images/icons/shape_align_middle.png b/kallithea/public/images/icons/shape_align_middle.png
rename from rhodecode/public/images/icons/shape_align_middle.png
rename to kallithea/public/images/icons/shape_align_middle.png
diff --git a/rhodecode/public/images/icons/shape_align_right.png b/kallithea/public/images/icons/shape_align_right.png
rename from rhodecode/public/images/icons/shape_align_right.png
rename to kallithea/public/images/icons/shape_align_right.png
diff --git a/rhodecode/public/images/icons/shape_align_top.png b/kallithea/public/images/icons/shape_align_top.png
rename from rhodecode/public/images/icons/shape_align_top.png
rename to kallithea/public/images/icons/shape_align_top.png
diff --git a/rhodecode/public/images/icons/shape_flip_horizontal.png b/kallithea/public/images/icons/shape_flip_horizontal.png
rename from rhodecode/public/images/icons/shape_flip_horizontal.png
rename to kallithea/public/images/icons/shape_flip_horizontal.png
diff --git a/rhodecode/public/images/icons/shape_flip_vertical.png b/kallithea/public/images/icons/shape_flip_vertical.png
rename from rhodecode/public/images/icons/shape_flip_vertical.png
rename to kallithea/public/images/icons/shape_flip_vertical.png
diff --git a/rhodecode/public/images/icons/shape_group.png b/kallithea/public/images/icons/shape_group.png
rename from rhodecode/public/images/icons/shape_group.png
rename to kallithea/public/images/icons/shape_group.png
diff --git a/rhodecode/public/images/icons/shape_handles.png b/kallithea/public/images/icons/shape_handles.png
rename from rhodecode/public/images/icons/shape_handles.png
rename to kallithea/public/images/icons/shape_handles.png
diff --git a/rhodecode/public/images/icons/shape_move_back.png b/kallithea/public/images/icons/shape_move_back.png
rename from rhodecode/public/images/icons/shape_move_back.png
rename to kallithea/public/images/icons/shape_move_back.png
diff --git a/rhodecode/public/images/icons/shape_move_backwards.png b/kallithea/public/images/icons/shape_move_backwards.png
rename from rhodecode/public/images/icons/shape_move_backwards.png
rename to kallithea/public/images/icons/shape_move_backwards.png
diff --git a/rhodecode/public/images/icons/shape_move_forwards.png b/kallithea/public/images/icons/shape_move_forwards.png
rename from rhodecode/public/images/icons/shape_move_forwards.png
rename to kallithea/public/images/icons/shape_move_forwards.png
diff --git a/rhodecode/public/images/icons/shape_move_front.png b/kallithea/public/images/icons/shape_move_front.png
rename from rhodecode/public/images/icons/shape_move_front.png
rename to kallithea/public/images/icons/shape_move_front.png
diff --git a/rhodecode/public/images/icons/shape_rotate_anticlockwise.png b/kallithea/public/images/icons/shape_rotate_anticlockwise.png
rename from rhodecode/public/images/icons/shape_rotate_anticlockwise.png
rename to kallithea/public/images/icons/shape_rotate_anticlockwise.png
diff --git a/rhodecode/public/images/icons/shape_rotate_clockwise.png b/kallithea/public/images/icons/shape_rotate_clockwise.png
rename from rhodecode/public/images/icons/shape_rotate_clockwise.png
rename to kallithea/public/images/icons/shape_rotate_clockwise.png
diff --git a/rhodecode/public/images/icons/shape_square.png b/kallithea/public/images/icons/shape_square.png
rename from rhodecode/public/images/icons/shape_square.png
rename to kallithea/public/images/icons/shape_square.png
diff --git a/rhodecode/public/images/icons/shape_square_add.png b/kallithea/public/images/icons/shape_square_add.png
rename from rhodecode/public/images/icons/shape_square_add.png
rename to kallithea/public/images/icons/shape_square_add.png
diff --git a/rhodecode/public/images/icons/shape_square_delete.png b/kallithea/public/images/icons/shape_square_delete.png
rename from rhodecode/public/images/icons/shape_square_delete.png
rename to kallithea/public/images/icons/shape_square_delete.png
diff --git a/rhodecode/public/images/icons/shape_square_edit.png b/kallithea/public/images/icons/shape_square_edit.png
rename from rhodecode/public/images/icons/shape_square_edit.png
rename to kallithea/public/images/icons/shape_square_edit.png
diff --git a/rhodecode/public/images/icons/shape_square_error.png b/kallithea/public/images/icons/shape_square_error.png
rename from rhodecode/public/images/icons/shape_square_error.png
rename to kallithea/public/images/icons/shape_square_error.png
diff --git a/rhodecode/public/images/icons/shape_square_go.png b/kallithea/public/images/icons/shape_square_go.png
rename from rhodecode/public/images/icons/shape_square_go.png
rename to kallithea/public/images/icons/shape_square_go.png
diff --git a/rhodecode/public/images/icons/shape_square_key.png b/kallithea/public/images/icons/shape_square_key.png
rename from rhodecode/public/images/icons/shape_square_key.png
rename to kallithea/public/images/icons/shape_square_key.png
diff --git a/rhodecode/public/images/icons/shape_square_link.png b/kallithea/public/images/icons/shape_square_link.png
rename from rhodecode/public/images/icons/shape_square_link.png
rename to kallithea/public/images/icons/shape_square_link.png
diff --git a/rhodecode/public/images/icons/shape_ungroup.png b/kallithea/public/images/icons/shape_ungroup.png
rename from rhodecode/public/images/icons/shape_ungroup.png
rename to kallithea/public/images/icons/shape_ungroup.png
diff --git a/rhodecode/public/images/icons/shield.png b/kallithea/public/images/icons/shield.png
rename from rhodecode/public/images/icons/shield.png
rename to kallithea/public/images/icons/shield.png
diff --git a/rhodecode/public/images/icons/shield_16.png b/kallithea/public/images/icons/shield_16.png
rename from rhodecode/public/images/icons/shield_16.png
rename to kallithea/public/images/icons/shield_16.png
diff --git a/rhodecode/public/images/icons/shield_add.png b/kallithea/public/images/icons/shield_add.png
rename from rhodecode/public/images/icons/shield_add.png
rename to kallithea/public/images/icons/shield_add.png
diff --git a/rhodecode/public/images/icons/shield_delete.png b/kallithea/public/images/icons/shield_delete.png
rename from rhodecode/public/images/icons/shield_delete.png
rename to kallithea/public/images/icons/shield_delete.png
diff --git a/rhodecode/public/images/icons/shield_go.png b/kallithea/public/images/icons/shield_go.png
rename from rhodecode/public/images/icons/shield_go.png
rename to kallithea/public/images/icons/shield_go.png
diff --git a/rhodecode/public/images/icons/sitemap.png b/kallithea/public/images/icons/sitemap.png
rename from rhodecode/public/images/icons/sitemap.png
rename to kallithea/public/images/icons/sitemap.png
diff --git a/rhodecode/public/images/icons/sitemap_color.png b/kallithea/public/images/icons/sitemap_color.png
rename from rhodecode/public/images/icons/sitemap_color.png
rename to kallithea/public/images/icons/sitemap_color.png
diff --git a/rhodecode/public/images/icons/sound.png b/kallithea/public/images/icons/sound.png
rename from rhodecode/public/images/icons/sound.png
rename to kallithea/public/images/icons/sound.png
diff --git a/rhodecode/public/images/icons/sound_add.png b/kallithea/public/images/icons/sound_add.png
rename from rhodecode/public/images/icons/sound_add.png
rename to kallithea/public/images/icons/sound_add.png
diff --git a/rhodecode/public/images/icons/sound_delete.png b/kallithea/public/images/icons/sound_delete.png
rename from rhodecode/public/images/icons/sound_delete.png
rename to kallithea/public/images/icons/sound_delete.png
diff --git a/rhodecode/public/images/icons/sound_low.png b/kallithea/public/images/icons/sound_low.png
rename from rhodecode/public/images/icons/sound_low.png
rename to kallithea/public/images/icons/sound_low.png
diff --git a/rhodecode/public/images/icons/sound_mute.png b/kallithea/public/images/icons/sound_mute.png
rename from rhodecode/public/images/icons/sound_mute.png
rename to kallithea/public/images/icons/sound_mute.png
diff --git a/rhodecode/public/images/icons/sound_none.png b/kallithea/public/images/icons/sound_none.png
rename from rhodecode/public/images/icons/sound_none.png
rename to kallithea/public/images/icons/sound_none.png
diff --git a/rhodecode/public/images/icons/spellcheck.png b/kallithea/public/images/icons/spellcheck.png
rename from rhodecode/public/images/icons/spellcheck.png
rename to kallithea/public/images/icons/spellcheck.png
diff --git a/rhodecode/public/images/icons/sport_8ball.png b/kallithea/public/images/icons/sport_8ball.png
rename from rhodecode/public/images/icons/sport_8ball.png
rename to kallithea/public/images/icons/sport_8ball.png
diff --git a/rhodecode/public/images/icons/sport_basketball.png b/kallithea/public/images/icons/sport_basketball.png
rename from rhodecode/public/images/icons/sport_basketball.png
rename to kallithea/public/images/icons/sport_basketball.png
diff --git a/rhodecode/public/images/icons/sport_football.png b/kallithea/public/images/icons/sport_football.png
rename from rhodecode/public/images/icons/sport_football.png
rename to kallithea/public/images/icons/sport_football.png
diff --git a/rhodecode/public/images/icons/sport_golf.png b/kallithea/public/images/icons/sport_golf.png
rename from rhodecode/public/images/icons/sport_golf.png
rename to kallithea/public/images/icons/sport_golf.png
diff --git a/rhodecode/public/images/icons/sport_raquet.png b/kallithea/public/images/icons/sport_raquet.png
rename from rhodecode/public/images/icons/sport_raquet.png
rename to kallithea/public/images/icons/sport_raquet.png
diff --git a/rhodecode/public/images/icons/sport_shuttlecock.png b/kallithea/public/images/icons/sport_shuttlecock.png
rename from rhodecode/public/images/icons/sport_shuttlecock.png
rename to kallithea/public/images/icons/sport_shuttlecock.png
diff --git a/rhodecode/public/images/icons/sport_soccer.png b/kallithea/public/images/icons/sport_soccer.png
rename from rhodecode/public/images/icons/sport_soccer.png
rename to kallithea/public/images/icons/sport_soccer.png
diff --git a/rhodecode/public/images/icons/sport_tennis.png b/kallithea/public/images/icons/sport_tennis.png
rename from rhodecode/public/images/icons/sport_tennis.png
rename to kallithea/public/images/icons/sport_tennis.png
diff --git a/rhodecode/public/images/icons/star.png b/kallithea/public/images/icons/star.png
rename from rhodecode/public/images/icons/star.png
rename to kallithea/public/images/icons/star.png
diff --git a/rhodecode/public/images/icons/statistics_16.png b/kallithea/public/images/icons/statistics_16.png
rename from rhodecode/public/images/icons/statistics_16.png
rename to kallithea/public/images/icons/statistics_16.png
diff --git a/rhodecode/public/images/icons/status_away.png b/kallithea/public/images/icons/status_away.png
rename from rhodecode/public/images/icons/status_away.png
rename to kallithea/public/images/icons/status_away.png
diff --git a/rhodecode/public/images/icons/status_busy.png b/kallithea/public/images/icons/status_busy.png
rename from rhodecode/public/images/icons/status_busy.png
rename to kallithea/public/images/icons/status_busy.png
diff --git a/rhodecode/public/images/icons/status_offline.png b/kallithea/public/images/icons/status_offline.png
rename from rhodecode/public/images/icons/status_offline.png
rename to kallithea/public/images/icons/status_offline.png
diff --git a/rhodecode/public/images/icons/status_online.png b/kallithea/public/images/icons/status_online.png
rename from rhodecode/public/images/icons/status_online.png
rename to kallithea/public/images/icons/status_online.png
diff --git a/rhodecode/public/images/icons/stop.png b/kallithea/public/images/icons/stop.png
rename from rhodecode/public/images/icons/stop.png
rename to kallithea/public/images/icons/stop.png
diff --git a/rhodecode/public/images/icons/stop_16.png b/kallithea/public/images/icons/stop_16.png
rename from rhodecode/public/images/icons/stop_16.png
rename to kallithea/public/images/icons/stop_16.png
diff --git a/rhodecode/public/images/icons/style.png b/kallithea/public/images/icons/style.png
rename from rhodecode/public/images/icons/style.png
rename to kallithea/public/images/icons/style.png
diff --git a/rhodecode/public/images/icons/style_add.png b/kallithea/public/images/icons/style_add.png
rename from rhodecode/public/images/icons/style_add.png
rename to kallithea/public/images/icons/style_add.png
diff --git a/rhodecode/public/images/icons/style_delete.png b/kallithea/public/images/icons/style_delete.png
rename from rhodecode/public/images/icons/style_delete.png
rename to kallithea/public/images/icons/style_delete.png
diff --git a/rhodecode/public/images/icons/style_edit.png b/kallithea/public/images/icons/style_edit.png
rename from rhodecode/public/images/icons/style_edit.png
rename to kallithea/public/images/icons/style_edit.png
diff --git a/rhodecode/public/images/icons/style_go.png b/kallithea/public/images/icons/style_go.png
rename from rhodecode/public/images/icons/style_go.png
rename to kallithea/public/images/icons/style_go.png
diff --git a/rhodecode/public/images/icons/success_msg.png b/kallithea/public/images/icons/success_msg.png
rename from rhodecode/public/images/icons/success_msg.png
rename to kallithea/public/images/icons/success_msg.png
diff --git a/rhodecode/public/images/icons/sum.png b/kallithea/public/images/icons/sum.png
rename from rhodecode/public/images/icons/sum.png
rename to kallithea/public/images/icons/sum.png
diff --git a/rhodecode/public/images/icons/tab.png b/kallithea/public/images/icons/tab.png
rename from rhodecode/public/images/icons/tab.png
rename to kallithea/public/images/icons/tab.png
diff --git a/rhodecode/public/images/icons/tab_add.png b/kallithea/public/images/icons/tab_add.png
rename from rhodecode/public/images/icons/tab_add.png
rename to kallithea/public/images/icons/tab_add.png
diff --git a/rhodecode/public/images/icons/tab_delete.png b/kallithea/public/images/icons/tab_delete.png
rename from rhodecode/public/images/icons/tab_delete.png
rename to kallithea/public/images/icons/tab_delete.png
diff --git a/rhodecode/public/images/icons/tab_edit.png b/kallithea/public/images/icons/tab_edit.png
rename from rhodecode/public/images/icons/tab_edit.png
rename to kallithea/public/images/icons/tab_edit.png
diff --git a/rhodecode/public/images/icons/tab_go.png b/kallithea/public/images/icons/tab_go.png
rename from rhodecode/public/images/icons/tab_go.png
rename to kallithea/public/images/icons/tab_go.png
diff --git a/rhodecode/public/images/icons/table.png b/kallithea/public/images/icons/table.png
rename from rhodecode/public/images/icons/table.png
rename to kallithea/public/images/icons/table.png
diff --git a/rhodecode/public/images/icons/table_add.png b/kallithea/public/images/icons/table_add.png
rename from rhodecode/public/images/icons/table_add.png
rename to kallithea/public/images/icons/table_add.png
diff --git a/rhodecode/public/images/icons/table_delete.png b/kallithea/public/images/icons/table_delete.png
rename from rhodecode/public/images/icons/table_delete.png
rename to kallithea/public/images/icons/table_delete.png
diff --git a/rhodecode/public/images/icons/table_edit.png b/kallithea/public/images/icons/table_edit.png
rename from rhodecode/public/images/icons/table_edit.png
rename to kallithea/public/images/icons/table_edit.png
diff --git a/rhodecode/public/images/icons/table_error.png b/kallithea/public/images/icons/table_error.png
rename from rhodecode/public/images/icons/table_error.png
rename to kallithea/public/images/icons/table_error.png
diff --git a/rhodecode/public/images/icons/table_gear.png b/kallithea/public/images/icons/table_gear.png
rename from rhodecode/public/images/icons/table_gear.png
rename to kallithea/public/images/icons/table_gear.png
diff --git a/rhodecode/public/images/icons/table_go.png b/kallithea/public/images/icons/table_go.png
rename from rhodecode/public/images/icons/table_go.png
rename to kallithea/public/images/icons/table_go.png
diff --git a/rhodecode/public/images/icons/table_key.png b/kallithea/public/images/icons/table_key.png
rename from rhodecode/public/images/icons/table_key.png
rename to kallithea/public/images/icons/table_key.png
diff --git a/rhodecode/public/images/icons/table_lightning.png b/kallithea/public/images/icons/table_lightning.png
rename from rhodecode/public/images/icons/table_lightning.png
rename to kallithea/public/images/icons/table_lightning.png
diff --git a/rhodecode/public/images/icons/table_link.png b/kallithea/public/images/icons/table_link.png
rename from rhodecode/public/images/icons/table_link.png
rename to kallithea/public/images/icons/table_link.png
diff --git a/rhodecode/public/images/icons/table_multiple.png b/kallithea/public/images/icons/table_multiple.png
rename from rhodecode/public/images/icons/table_multiple.png
rename to kallithea/public/images/icons/table_multiple.png
diff --git a/rhodecode/public/images/icons/table_refresh.png b/kallithea/public/images/icons/table_refresh.png
rename from rhodecode/public/images/icons/table_refresh.png
rename to kallithea/public/images/icons/table_refresh.png
diff --git a/rhodecode/public/images/icons/table_relationship.png b/kallithea/public/images/icons/table_relationship.png
rename from rhodecode/public/images/icons/table_relationship.png
rename to kallithea/public/images/icons/table_relationship.png
diff --git a/rhodecode/public/images/icons/table_row_delete.png b/kallithea/public/images/icons/table_row_delete.png
rename from rhodecode/public/images/icons/table_row_delete.png
rename to kallithea/public/images/icons/table_row_delete.png
diff --git a/rhodecode/public/images/icons/table_row_insert.png b/kallithea/public/images/icons/table_row_insert.png
rename from rhodecode/public/images/icons/table_row_insert.png
rename to kallithea/public/images/icons/table_row_insert.png
diff --git a/rhodecode/public/images/icons/table_save.png b/kallithea/public/images/icons/table_save.png
rename from rhodecode/public/images/icons/table_save.png
rename to kallithea/public/images/icons/table_save.png
diff --git a/rhodecode/public/images/icons/table_sort.png b/kallithea/public/images/icons/table_sort.png
rename from rhodecode/public/images/icons/table_sort.png
rename to kallithea/public/images/icons/table_sort.png
diff --git a/rhodecode/public/images/icons/tag.png b/kallithea/public/images/icons/tag.png
rename from rhodecode/public/images/icons/tag.png
rename to kallithea/public/images/icons/tag.png
diff --git a/rhodecode/public/images/icons/tag_blue.png b/kallithea/public/images/icons/tag_blue.png
rename from rhodecode/public/images/icons/tag_blue.png
rename to kallithea/public/images/icons/tag_blue.png
diff --git a/rhodecode/public/images/icons/tag_blue_add.png b/kallithea/public/images/icons/tag_blue_add.png
rename from rhodecode/public/images/icons/tag_blue_add.png
rename to kallithea/public/images/icons/tag_blue_add.png
diff --git a/rhodecode/public/images/icons/tag_blue_delete.png b/kallithea/public/images/icons/tag_blue_delete.png
rename from rhodecode/public/images/icons/tag_blue_delete.png
rename to kallithea/public/images/icons/tag_blue_delete.png
diff --git a/rhodecode/public/images/icons/tag_blue_edit.png b/kallithea/public/images/icons/tag_blue_edit.png
rename from rhodecode/public/images/icons/tag_blue_edit.png
rename to kallithea/public/images/icons/tag_blue_edit.png
diff --git a/rhodecode/public/images/icons/tag_green.png b/kallithea/public/images/icons/tag_green.png
rename from rhodecode/public/images/icons/tag_green.png
rename to kallithea/public/images/icons/tag_green.png
diff --git a/rhodecode/public/images/icons/tag_orange.png b/kallithea/public/images/icons/tag_orange.png
rename from rhodecode/public/images/icons/tag_orange.png
rename to kallithea/public/images/icons/tag_orange.png
diff --git a/rhodecode/public/images/icons/tag_pink.png b/kallithea/public/images/icons/tag_pink.png
rename from rhodecode/public/images/icons/tag_pink.png
rename to kallithea/public/images/icons/tag_pink.png
diff --git a/rhodecode/public/images/icons/tag_purple.png b/kallithea/public/images/icons/tag_purple.png
rename from rhodecode/public/images/icons/tag_purple.png
rename to kallithea/public/images/icons/tag_purple.png
diff --git a/rhodecode/public/images/icons/tag_red.png b/kallithea/public/images/icons/tag_red.png
rename from rhodecode/public/images/icons/tag_red.png
rename to kallithea/public/images/icons/tag_red.png
diff --git a/rhodecode/public/images/icons/tag_yellow.png b/kallithea/public/images/icons/tag_yellow.png
rename from rhodecode/public/images/icons/tag_yellow.png
rename to kallithea/public/images/icons/tag_yellow.png
diff --git a/rhodecode/public/images/icons/telephone.png b/kallithea/public/images/icons/telephone.png
rename from rhodecode/public/images/icons/telephone.png
rename to kallithea/public/images/icons/telephone.png
diff --git a/rhodecode/public/images/icons/telephone_add.png b/kallithea/public/images/icons/telephone_add.png
rename from rhodecode/public/images/icons/telephone_add.png
rename to kallithea/public/images/icons/telephone_add.png
diff --git a/rhodecode/public/images/icons/telephone_delete.png b/kallithea/public/images/icons/telephone_delete.png
rename from rhodecode/public/images/icons/telephone_delete.png
rename to kallithea/public/images/icons/telephone_delete.png
diff --git a/rhodecode/public/images/icons/telephone_edit.png b/kallithea/public/images/icons/telephone_edit.png
rename from rhodecode/public/images/icons/telephone_edit.png
rename to kallithea/public/images/icons/telephone_edit.png
diff --git a/rhodecode/public/images/icons/telephone_error.png b/kallithea/public/images/icons/telephone_error.png
rename from rhodecode/public/images/icons/telephone_error.png
rename to kallithea/public/images/icons/telephone_error.png
diff --git a/rhodecode/public/images/icons/telephone_go.png b/kallithea/public/images/icons/telephone_go.png
rename from rhodecode/public/images/icons/telephone_go.png
rename to kallithea/public/images/icons/telephone_go.png
diff --git a/rhodecode/public/images/icons/telephone_key.png b/kallithea/public/images/icons/telephone_key.png
rename from rhodecode/public/images/icons/telephone_key.png
rename to kallithea/public/images/icons/telephone_key.png
diff --git a/rhodecode/public/images/icons/telephone_link.png b/kallithea/public/images/icons/telephone_link.png
rename from rhodecode/public/images/icons/telephone_link.png
rename to kallithea/public/images/icons/telephone_link.png
diff --git a/rhodecode/public/images/icons/television.png b/kallithea/public/images/icons/television.png
rename from rhodecode/public/images/icons/television.png
rename to kallithea/public/images/icons/television.png
diff --git a/rhodecode/public/images/icons/television_add.png b/kallithea/public/images/icons/television_add.png
rename from rhodecode/public/images/icons/television_add.png
rename to kallithea/public/images/icons/television_add.png
diff --git a/rhodecode/public/images/icons/television_delete.png b/kallithea/public/images/icons/television_delete.png
rename from rhodecode/public/images/icons/television_delete.png
rename to kallithea/public/images/icons/television_delete.png
diff --git a/rhodecode/public/images/icons/text_align_center.png b/kallithea/public/images/icons/text_align_center.png
rename from rhodecode/public/images/icons/text_align_center.png
rename to kallithea/public/images/icons/text_align_center.png
diff --git a/rhodecode/public/images/icons/text_align_justify.png b/kallithea/public/images/icons/text_align_justify.png
rename from rhodecode/public/images/icons/text_align_justify.png
rename to kallithea/public/images/icons/text_align_justify.png
diff --git a/rhodecode/public/images/icons/text_align_left.png b/kallithea/public/images/icons/text_align_left.png
rename from rhodecode/public/images/icons/text_align_left.png
rename to kallithea/public/images/icons/text_align_left.png
diff --git a/rhodecode/public/images/icons/text_align_right.png b/kallithea/public/images/icons/text_align_right.png
rename from rhodecode/public/images/icons/text_align_right.png
rename to kallithea/public/images/icons/text_align_right.png
diff --git a/rhodecode/public/images/icons/text_allcaps.png b/kallithea/public/images/icons/text_allcaps.png
rename from rhodecode/public/images/icons/text_allcaps.png
rename to kallithea/public/images/icons/text_allcaps.png
diff --git a/rhodecode/public/images/icons/text_bold.png b/kallithea/public/images/icons/text_bold.png
rename from rhodecode/public/images/icons/text_bold.png
rename to kallithea/public/images/icons/text_bold.png
diff --git a/rhodecode/public/images/icons/text_columns.png b/kallithea/public/images/icons/text_columns.png
rename from rhodecode/public/images/icons/text_columns.png
rename to kallithea/public/images/icons/text_columns.png
diff --git a/rhodecode/public/images/icons/text_dropcaps.png b/kallithea/public/images/icons/text_dropcaps.png
rename from rhodecode/public/images/icons/text_dropcaps.png
rename to kallithea/public/images/icons/text_dropcaps.png
diff --git a/rhodecode/public/images/icons/text_heading_1.png b/kallithea/public/images/icons/text_heading_1.png
rename from rhodecode/public/images/icons/text_heading_1.png
rename to kallithea/public/images/icons/text_heading_1.png
diff --git a/rhodecode/public/images/icons/text_heading_2.png b/kallithea/public/images/icons/text_heading_2.png
rename from rhodecode/public/images/icons/text_heading_2.png
rename to kallithea/public/images/icons/text_heading_2.png
diff --git a/rhodecode/public/images/icons/text_heading_3.png b/kallithea/public/images/icons/text_heading_3.png
rename from rhodecode/public/images/icons/text_heading_3.png
rename to kallithea/public/images/icons/text_heading_3.png
diff --git a/rhodecode/public/images/icons/text_heading_4.png b/kallithea/public/images/icons/text_heading_4.png
rename from rhodecode/public/images/icons/text_heading_4.png
rename to kallithea/public/images/icons/text_heading_4.png
diff --git a/rhodecode/public/images/icons/text_heading_5.png b/kallithea/public/images/icons/text_heading_5.png
rename from rhodecode/public/images/icons/text_heading_5.png
rename to kallithea/public/images/icons/text_heading_5.png
diff --git a/rhodecode/public/images/icons/text_heading_6.png b/kallithea/public/images/icons/text_heading_6.png
rename from rhodecode/public/images/icons/text_heading_6.png
rename to kallithea/public/images/icons/text_heading_6.png
diff --git a/rhodecode/public/images/icons/text_horizontalrule.png b/kallithea/public/images/icons/text_horizontalrule.png
rename from rhodecode/public/images/icons/text_horizontalrule.png
rename to kallithea/public/images/icons/text_horizontalrule.png
diff --git a/rhodecode/public/images/icons/text_indent.png b/kallithea/public/images/icons/text_indent.png
rename from rhodecode/public/images/icons/text_indent.png
rename to kallithea/public/images/icons/text_indent.png
diff --git a/rhodecode/public/images/icons/text_indent_remove.png b/kallithea/public/images/icons/text_indent_remove.png
rename from rhodecode/public/images/icons/text_indent_remove.png
rename to kallithea/public/images/icons/text_indent_remove.png
diff --git a/rhodecode/public/images/icons/text_italic.png b/kallithea/public/images/icons/text_italic.png
rename from rhodecode/public/images/icons/text_italic.png
rename to kallithea/public/images/icons/text_italic.png
diff --git a/rhodecode/public/images/icons/text_kerning.png b/kallithea/public/images/icons/text_kerning.png
rename from rhodecode/public/images/icons/text_kerning.png
rename to kallithea/public/images/icons/text_kerning.png
diff --git a/rhodecode/public/images/icons/text_letter_omega.png b/kallithea/public/images/icons/text_letter_omega.png
rename from rhodecode/public/images/icons/text_letter_omega.png
rename to kallithea/public/images/icons/text_letter_omega.png
diff --git a/rhodecode/public/images/icons/text_letterspacing.png b/kallithea/public/images/icons/text_letterspacing.png
rename from rhodecode/public/images/icons/text_letterspacing.png
rename to kallithea/public/images/icons/text_letterspacing.png
diff --git a/rhodecode/public/images/icons/text_linespacing.png b/kallithea/public/images/icons/text_linespacing.png
rename from rhodecode/public/images/icons/text_linespacing.png
rename to kallithea/public/images/icons/text_linespacing.png
diff --git a/rhodecode/public/images/icons/text_list_bullets.png b/kallithea/public/images/icons/text_list_bullets.png
rename from rhodecode/public/images/icons/text_list_bullets.png
rename to kallithea/public/images/icons/text_list_bullets.png
diff --git a/rhodecode/public/images/icons/text_list_numbers.png b/kallithea/public/images/icons/text_list_numbers.png
rename from rhodecode/public/images/icons/text_list_numbers.png
rename to kallithea/public/images/icons/text_list_numbers.png
diff --git a/rhodecode/public/images/icons/text_lowercase.png b/kallithea/public/images/icons/text_lowercase.png
rename from rhodecode/public/images/icons/text_lowercase.png
rename to kallithea/public/images/icons/text_lowercase.png
diff --git a/rhodecode/public/images/icons/text_padding_bottom.png b/kallithea/public/images/icons/text_padding_bottom.png
rename from rhodecode/public/images/icons/text_padding_bottom.png
rename to kallithea/public/images/icons/text_padding_bottom.png
diff --git a/rhodecode/public/images/icons/text_padding_left.png b/kallithea/public/images/icons/text_padding_left.png
rename from rhodecode/public/images/icons/text_padding_left.png
rename to kallithea/public/images/icons/text_padding_left.png
diff --git a/rhodecode/public/images/icons/text_padding_right.png b/kallithea/public/images/icons/text_padding_right.png
rename from rhodecode/public/images/icons/text_padding_right.png
rename to kallithea/public/images/icons/text_padding_right.png
diff --git a/rhodecode/public/images/icons/text_padding_top.png b/kallithea/public/images/icons/text_padding_top.png
rename from rhodecode/public/images/icons/text_padding_top.png
rename to kallithea/public/images/icons/text_padding_top.png
diff --git a/rhodecode/public/images/icons/text_replace.png b/kallithea/public/images/icons/text_replace.png
rename from rhodecode/public/images/icons/text_replace.png
rename to kallithea/public/images/icons/text_replace.png
diff --git a/rhodecode/public/images/icons/text_signature.png b/kallithea/public/images/icons/text_signature.png
rename from rhodecode/public/images/icons/text_signature.png
rename to kallithea/public/images/icons/text_signature.png
diff --git a/rhodecode/public/images/icons/text_smallcaps.png b/kallithea/public/images/icons/text_smallcaps.png
rename from rhodecode/public/images/icons/text_smallcaps.png
rename to kallithea/public/images/icons/text_smallcaps.png
diff --git a/rhodecode/public/images/icons/text_strikethrough.png b/kallithea/public/images/icons/text_strikethrough.png
rename from rhodecode/public/images/icons/text_strikethrough.png
rename to kallithea/public/images/icons/text_strikethrough.png
diff --git a/rhodecode/public/images/icons/text_subscript.png b/kallithea/public/images/icons/text_subscript.png
rename from rhodecode/public/images/icons/text_subscript.png
rename to kallithea/public/images/icons/text_subscript.png
diff --git a/rhodecode/public/images/icons/text_superscript.png b/kallithea/public/images/icons/text_superscript.png
rename from rhodecode/public/images/icons/text_superscript.png
rename to kallithea/public/images/icons/text_superscript.png
diff --git a/rhodecode/public/images/icons/text_underline.png b/kallithea/public/images/icons/text_underline.png
rename from rhodecode/public/images/icons/text_underline.png
rename to kallithea/public/images/icons/text_underline.png
diff --git a/rhodecode/public/images/icons/text_uppercase.png b/kallithea/public/images/icons/text_uppercase.png
rename from rhodecode/public/images/icons/text_uppercase.png
rename to kallithea/public/images/icons/text_uppercase.png
diff --git a/rhodecode/public/images/icons/textfield.png b/kallithea/public/images/icons/textfield.png
rename from rhodecode/public/images/icons/textfield.png
rename to kallithea/public/images/icons/textfield.png
diff --git a/rhodecode/public/images/icons/textfield_add.png b/kallithea/public/images/icons/textfield_add.png
rename from rhodecode/public/images/icons/textfield_add.png
rename to kallithea/public/images/icons/textfield_add.png
diff --git a/rhodecode/public/images/icons/textfield_delete.png b/kallithea/public/images/icons/textfield_delete.png
rename from rhodecode/public/images/icons/textfield_delete.png
rename to kallithea/public/images/icons/textfield_delete.png
diff --git a/rhodecode/public/images/icons/textfield_key.png b/kallithea/public/images/icons/textfield_key.png
rename from rhodecode/public/images/icons/textfield_key.png
rename to kallithea/public/images/icons/textfield_key.png
diff --git a/rhodecode/public/images/icons/textfield_rename.png b/kallithea/public/images/icons/textfield_rename.png
rename from rhodecode/public/images/icons/textfield_rename.png
rename to kallithea/public/images/icons/textfield_rename.png
diff --git a/rhodecode/public/images/icons/thumb_down.png b/kallithea/public/images/icons/thumb_down.png
rename from rhodecode/public/images/icons/thumb_down.png
rename to kallithea/public/images/icons/thumb_down.png
diff --git a/rhodecode/public/images/icons/thumb_up.png b/kallithea/public/images/icons/thumb_up.png
rename from rhodecode/public/images/icons/thumb_up.png
rename to kallithea/public/images/icons/thumb_up.png
diff --git a/rhodecode/public/images/icons/tick.png b/kallithea/public/images/icons/tick.png
rename from rhodecode/public/images/icons/tick.png
rename to kallithea/public/images/icons/tick.png
diff --git a/rhodecode/public/images/icons/tick_16.png b/kallithea/public/images/icons/tick_16.png
rename from rhodecode/public/images/icons/tick_16.png
rename to kallithea/public/images/icons/tick_16.png
diff --git a/rhodecode/public/images/icons/time.png b/kallithea/public/images/icons/time.png
rename from rhodecode/public/images/icons/time.png
rename to kallithea/public/images/icons/time.png
diff --git a/rhodecode/public/images/icons/time_add.png b/kallithea/public/images/icons/time_add.png
rename from rhodecode/public/images/icons/time_add.png
rename to kallithea/public/images/icons/time_add.png
diff --git a/rhodecode/public/images/icons/time_delete.png b/kallithea/public/images/icons/time_delete.png
rename from rhodecode/public/images/icons/time_delete.png
rename to kallithea/public/images/icons/time_delete.png
diff --git a/rhodecode/public/images/icons/time_go.png b/kallithea/public/images/icons/time_go.png
rename from rhodecode/public/images/icons/time_go.png
rename to kallithea/public/images/icons/time_go.png
diff --git a/rhodecode/public/images/icons/timeline_marker.png b/kallithea/public/images/icons/timeline_marker.png
rename from rhodecode/public/images/icons/timeline_marker.png
rename to kallithea/public/images/icons/timeline_marker.png
diff --git a/rhodecode/public/images/icons/transmit.png b/kallithea/public/images/icons/transmit.png
rename from rhodecode/public/images/icons/transmit.png
rename to kallithea/public/images/icons/transmit.png
diff --git a/rhodecode/public/images/icons/transmit_add.png b/kallithea/public/images/icons/transmit_add.png
rename from rhodecode/public/images/icons/transmit_add.png
rename to kallithea/public/images/icons/transmit_add.png
diff --git a/rhodecode/public/images/icons/transmit_blue.png b/kallithea/public/images/icons/transmit_blue.png
rename from rhodecode/public/images/icons/transmit_blue.png
rename to kallithea/public/images/icons/transmit_blue.png
diff --git a/rhodecode/public/images/icons/transmit_delete.png b/kallithea/public/images/icons/transmit_delete.png
rename from rhodecode/public/images/icons/transmit_delete.png
rename to kallithea/public/images/icons/transmit_delete.png
diff --git a/rhodecode/public/images/icons/transmit_edit.png b/kallithea/public/images/icons/transmit_edit.png
rename from rhodecode/public/images/icons/transmit_edit.png
rename to kallithea/public/images/icons/transmit_edit.png
diff --git a/rhodecode/public/images/icons/transmit_error.png b/kallithea/public/images/icons/transmit_error.png
rename from rhodecode/public/images/icons/transmit_error.png
rename to kallithea/public/images/icons/transmit_error.png
diff --git a/rhodecode/public/images/icons/transmit_go.png b/kallithea/public/images/icons/transmit_go.png
rename from rhodecode/public/images/icons/transmit_go.png
rename to kallithea/public/images/icons/transmit_go.png
diff --git a/rhodecode/public/images/icons/trash_16.png b/kallithea/public/images/icons/trash_16.png
rename from rhodecode/public/images/icons/trash_16.png
rename to kallithea/public/images/icons/trash_16.png
diff --git a/rhodecode/public/images/icons/tux.png b/kallithea/public/images/icons/tux.png
rename from rhodecode/public/images/icons/tux.png
rename to kallithea/public/images/icons/tux.png
diff --git a/rhodecode/public/images/icons/up_16.png b/kallithea/public/images/icons/up_16.png
rename from rhodecode/public/images/icons/up_16.png
rename to kallithea/public/images/icons/up_16.png
diff --git a/rhodecode/public/images/icons/user.png b/kallithea/public/images/icons/user.png
rename from rhodecode/public/images/icons/user.png
rename to kallithea/public/images/icons/user.png
diff --git a/rhodecode/public/images/icons/user_16.png b/kallithea/public/images/icons/user_16.png
rename from rhodecode/public/images/icons/user_16.png
rename to kallithea/public/images/icons/user_16.png
diff --git a/rhodecode/public/images/icons/user_add.png b/kallithea/public/images/icons/user_add.png
rename from rhodecode/public/images/icons/user_add.png
rename to kallithea/public/images/icons/user_add.png
diff --git a/rhodecode/public/images/icons/user_comment.png b/kallithea/public/images/icons/user_comment.png
rename from rhodecode/public/images/icons/user_comment.png
rename to kallithea/public/images/icons/user_comment.png
diff --git a/rhodecode/public/images/icons/user_delete.png b/kallithea/public/images/icons/user_delete.png
rename from rhodecode/public/images/icons/user_delete.png
rename to kallithea/public/images/icons/user_delete.png
diff --git a/rhodecode/public/images/icons/user_edit.png b/kallithea/public/images/icons/user_edit.png
rename from rhodecode/public/images/icons/user_edit.png
rename to kallithea/public/images/icons/user_edit.png
diff --git a/rhodecode/public/images/icons/user_female.png b/kallithea/public/images/icons/user_female.png
rename from rhodecode/public/images/icons/user_female.png
rename to kallithea/public/images/icons/user_female.png
diff --git a/rhodecode/public/images/icons/user_go.png b/kallithea/public/images/icons/user_go.png
rename from rhodecode/public/images/icons/user_go.png
rename to kallithea/public/images/icons/user_go.png
diff --git a/rhodecode/public/images/icons/user_gray.png b/kallithea/public/images/icons/user_gray.png
rename from rhodecode/public/images/icons/user_gray.png
rename to kallithea/public/images/icons/user_gray.png
diff --git a/rhodecode/public/images/icons/user_green.png b/kallithea/public/images/icons/user_green.png
rename from rhodecode/public/images/icons/user_green.png
rename to kallithea/public/images/icons/user_green.png
diff --git a/rhodecode/public/images/icons/user_orange.png b/kallithea/public/images/icons/user_orange.png
rename from rhodecode/public/images/icons/user_orange.png
rename to kallithea/public/images/icons/user_orange.png
diff --git a/rhodecode/public/images/icons/user_red.png b/kallithea/public/images/icons/user_red.png
rename from rhodecode/public/images/icons/user_red.png
rename to kallithea/public/images/icons/user_red.png
diff --git a/rhodecode/public/images/icons/user_suit.png b/kallithea/public/images/icons/user_suit.png
rename from rhodecode/public/images/icons/user_suit.png
rename to kallithea/public/images/icons/user_suit.png
diff --git a/rhodecode/public/images/icons/vcard.png b/kallithea/public/images/icons/vcard.png
rename from rhodecode/public/images/icons/vcard.png
rename to kallithea/public/images/icons/vcard.png
diff --git a/rhodecode/public/images/icons/vcard_add.png b/kallithea/public/images/icons/vcard_add.png
rename from rhodecode/public/images/icons/vcard_add.png
rename to kallithea/public/images/icons/vcard_add.png
diff --git a/rhodecode/public/images/icons/vcard_delete.png b/kallithea/public/images/icons/vcard_delete.png
rename from rhodecode/public/images/icons/vcard_delete.png
rename to kallithea/public/images/icons/vcard_delete.png
diff --git a/rhodecode/public/images/icons/vcard_edit.png b/kallithea/public/images/icons/vcard_edit.png
rename from rhodecode/public/images/icons/vcard_edit.png
rename to kallithea/public/images/icons/vcard_edit.png
diff --git a/rhodecode/public/images/icons/vector.png b/kallithea/public/images/icons/vector.png
rename from rhodecode/public/images/icons/vector.png
rename to kallithea/public/images/icons/vector.png
diff --git a/rhodecode/public/images/icons/vector_add.png b/kallithea/public/images/icons/vector_add.png
rename from rhodecode/public/images/icons/vector_add.png
rename to kallithea/public/images/icons/vector_add.png
diff --git a/rhodecode/public/images/icons/vector_delete.png b/kallithea/public/images/icons/vector_delete.png
rename from rhodecode/public/images/icons/vector_delete.png
rename to kallithea/public/images/icons/vector_delete.png
diff --git a/rhodecode/public/images/icons/wallet_16.png b/kallithea/public/images/icons/wallet_16.png
rename from rhodecode/public/images/icons/wallet_16.png
rename to kallithea/public/images/icons/wallet_16.png
diff --git a/rhodecode/public/images/icons/wand.png b/kallithea/public/images/icons/wand.png
rename from rhodecode/public/images/icons/wand.png
rename to kallithea/public/images/icons/wand.png
diff --git a/rhodecode/public/images/icons/warning_16.png b/kallithea/public/images/icons/warning_16.png
rename from rhodecode/public/images/icons/warning_16.png
rename to kallithea/public/images/icons/warning_16.png
diff --git a/rhodecode/public/images/icons/warning_msg.png b/kallithea/public/images/icons/warning_msg.png
rename from rhodecode/public/images/icons/warning_msg.png
rename to kallithea/public/images/icons/warning_msg.png
diff --git a/rhodecode/public/images/icons/weather_clouds.png b/kallithea/public/images/icons/weather_clouds.png
rename from rhodecode/public/images/icons/weather_clouds.png
rename to kallithea/public/images/icons/weather_clouds.png
diff --git a/rhodecode/public/images/icons/weather_cloudy.png b/kallithea/public/images/icons/weather_cloudy.png
rename from rhodecode/public/images/icons/weather_cloudy.png
rename to kallithea/public/images/icons/weather_cloudy.png
diff --git a/rhodecode/public/images/icons/weather_lightning.png b/kallithea/public/images/icons/weather_lightning.png
rename from rhodecode/public/images/icons/weather_lightning.png
rename to kallithea/public/images/icons/weather_lightning.png
diff --git a/rhodecode/public/images/icons/weather_rain.png b/kallithea/public/images/icons/weather_rain.png
rename from rhodecode/public/images/icons/weather_rain.png
rename to kallithea/public/images/icons/weather_rain.png
diff --git a/rhodecode/public/images/icons/weather_snow.png b/kallithea/public/images/icons/weather_snow.png
rename from rhodecode/public/images/icons/weather_snow.png
rename to kallithea/public/images/icons/weather_snow.png
diff --git a/rhodecode/public/images/icons/weather_sun.png b/kallithea/public/images/icons/weather_sun.png
rename from rhodecode/public/images/icons/weather_sun.png
rename to kallithea/public/images/icons/weather_sun.png
diff --git a/rhodecode/public/images/icons/webcam.png b/kallithea/public/images/icons/webcam.png
rename from rhodecode/public/images/icons/webcam.png
rename to kallithea/public/images/icons/webcam.png
diff --git a/rhodecode/public/images/icons/webcam_add.png b/kallithea/public/images/icons/webcam_add.png
rename from rhodecode/public/images/icons/webcam_add.png
rename to kallithea/public/images/icons/webcam_add.png
diff --git a/rhodecode/public/images/icons/webcam_delete.png b/kallithea/public/images/icons/webcam_delete.png
rename from rhodecode/public/images/icons/webcam_delete.png
rename to kallithea/public/images/icons/webcam_delete.png
diff --git a/rhodecode/public/images/icons/webcam_error.png b/kallithea/public/images/icons/webcam_error.png
rename from rhodecode/public/images/icons/webcam_error.png
rename to kallithea/public/images/icons/webcam_error.png
diff --git a/rhodecode/public/images/icons/world.png b/kallithea/public/images/icons/world.png
rename from rhodecode/public/images/icons/world.png
rename to kallithea/public/images/icons/world.png
diff --git a/rhodecode/public/images/icons/world_add.png b/kallithea/public/images/icons/world_add.png
rename from rhodecode/public/images/icons/world_add.png
rename to kallithea/public/images/icons/world_add.png
diff --git a/rhodecode/public/images/icons/world_delete.png b/kallithea/public/images/icons/world_delete.png
rename from rhodecode/public/images/icons/world_delete.png
rename to kallithea/public/images/icons/world_delete.png
diff --git a/rhodecode/public/images/icons/world_edit.png b/kallithea/public/images/icons/world_edit.png
rename from rhodecode/public/images/icons/world_edit.png
rename to kallithea/public/images/icons/world_edit.png
diff --git a/rhodecode/public/images/icons/world_go.png b/kallithea/public/images/icons/world_go.png
rename from rhodecode/public/images/icons/world_go.png
rename to kallithea/public/images/icons/world_go.png
diff --git a/rhodecode/public/images/icons/world_link.png b/kallithea/public/images/icons/world_link.png
rename from rhodecode/public/images/icons/world_link.png
rename to kallithea/public/images/icons/world_link.png
diff --git a/rhodecode/public/images/icons/wrench.png b/kallithea/public/images/icons/wrench.png
rename from rhodecode/public/images/icons/wrench.png
rename to kallithea/public/images/icons/wrench.png
diff --git a/rhodecode/public/images/icons/wrench_orange.png b/kallithea/public/images/icons/wrench_orange.png
rename from rhodecode/public/images/icons/wrench_orange.png
rename to kallithea/public/images/icons/wrench_orange.png
diff --git a/rhodecode/public/images/icons/xhtml.png b/kallithea/public/images/icons/xhtml.png
rename from rhodecode/public/images/icons/xhtml.png
rename to kallithea/public/images/icons/xhtml.png
diff --git a/rhodecode/public/images/icons/xhtml_add.png b/kallithea/public/images/icons/xhtml_add.png
rename from rhodecode/public/images/icons/xhtml_add.png
rename to kallithea/public/images/icons/xhtml_add.png
diff --git a/rhodecode/public/images/icons/xhtml_delete.png b/kallithea/public/images/icons/xhtml_delete.png
rename from rhodecode/public/images/icons/xhtml_delete.png
rename to kallithea/public/images/icons/xhtml_delete.png
diff --git a/rhodecode/public/images/icons/xhtml_go.png b/kallithea/public/images/icons/xhtml_go.png
rename from rhodecode/public/images/icons/xhtml_go.png
rename to kallithea/public/images/icons/xhtml_go.png
diff --git a/rhodecode/public/images/icons/xhtml_valid.png b/kallithea/public/images/icons/xhtml_valid.png
rename from rhodecode/public/images/icons/xhtml_valid.png
rename to kallithea/public/images/icons/xhtml_valid.png
diff --git a/rhodecode/public/images/icons/zoom.png b/kallithea/public/images/icons/zoom.png
rename from rhodecode/public/images/icons/zoom.png
rename to kallithea/public/images/icons/zoom.png
diff --git a/rhodecode/public/images/icons/zoom_in.png b/kallithea/public/images/icons/zoom_in.png
rename from rhodecode/public/images/icons/zoom_in.png
rename to kallithea/public/images/icons/zoom_in.png
diff --git a/rhodecode/public/images/icons/zoom_out.png b/kallithea/public/images/icons/zoom_out.png
rename from rhodecode/public/images/icons/zoom_out.png
rename to kallithea/public/images/icons/zoom_out.png
diff --git a/rhodecode/public/images/kallithea-logo.png b/kallithea/public/images/kallithea-logo.png
rename from rhodecode/public/images/kallithea-logo.png
rename to kallithea/public/images/kallithea-logo.png
diff --git a/rhodecode/public/images/login.png b/kallithea/public/images/login.png
rename from rhodecode/public/images/login.png
rename to kallithea/public/images/login.png
diff --git a/rhodecode/public/images/pager.png b/kallithea/public/images/pager.png
rename from rhodecode/public/images/pager.png
rename to kallithea/public/images/pager.png
diff --git a/rhodecode/public/images/pager_selected.png b/kallithea/public/images/pager_selected.png
rename from rhodecode/public/images/pager_selected.png
rename to kallithea/public/images/pager_selected.png
diff --git a/rhodecode/public/images/sprite.png b/kallithea/public/images/sprite.png
rename from rhodecode/public/images/sprite.png
rename to kallithea/public/images/sprite.png
diff --git a/rhodecode/public/images/user14.png b/kallithea/public/images/user14.png
rename from rhodecode/public/images/user14.png
rename to kallithea/public/images/user14.png
diff --git a/rhodecode/public/images/user16.png b/kallithea/public/images/user16.png
rename from rhodecode/public/images/user16.png
rename to kallithea/public/images/user16.png
diff --git a/rhodecode/public/images/user20.png b/kallithea/public/images/user20.png
rename from rhodecode/public/images/user20.png
rename to kallithea/public/images/user20.png
diff --git a/rhodecode/public/images/user24.png b/kallithea/public/images/user24.png
rename from rhodecode/public/images/user24.png
rename to kallithea/public/images/user24.png
diff --git a/rhodecode/public/images/user30.png b/kallithea/public/images/user30.png
rename from rhodecode/public/images/user30.png
rename to kallithea/public/images/user30.png
diff --git a/rhodecode/public/images/vertical-indicator.png b/kallithea/public/images/vertical-indicator.png
rename from rhodecode/public/images/vertical-indicator.png
rename to kallithea/public/images/vertical-indicator.png
diff --git a/rhodecode/public/js/bootstrap.js b/kallithea/public/js/bootstrap.js
rename from rhodecode/public/js/bootstrap.js
rename to kallithea/public/js/bootstrap.js
diff --git a/rhodecode/public/js/codemirror.js b/kallithea/public/js/codemirror.js
rename from rhodecode/public/js/codemirror.js
rename to kallithea/public/js/codemirror.js
diff --git a/rhodecode/public/js/codemirror_loadmode.js b/kallithea/public/js/codemirror_loadmode.js
rename from rhodecode/public/js/codemirror_loadmode.js
rename to kallithea/public/js/codemirror_loadmode.js
diff --git a/rhodecode/public/js/excanvas.js b/kallithea/public/js/excanvas.js
rename from rhodecode/public/js/excanvas.js
rename to kallithea/public/js/excanvas.js
diff --git a/rhodecode/public/js/excanvas.min.js b/kallithea/public/js/excanvas.min.js
rename from rhodecode/public/js/excanvas.min.js
rename to kallithea/public/js/excanvas.min.js
diff --git a/rhodecode/public/js/graph.js b/kallithea/public/js/graph.js
rename from rhodecode/public/js/graph.js
rename to kallithea/public/js/graph.js
diff --git a/rhodecode/public/js/jquery-1.10.2.min.js b/kallithea/public/js/jquery-1.10.2.min.js
rename from rhodecode/public/js/jquery-1.10.2.min.js
rename to kallithea/public/js/jquery-1.10.2.min.js
diff --git a/rhodecode/public/js/jquery-1.10.2.min.map b/kallithea/public/js/jquery-1.10.2.min.map
rename from rhodecode/public/js/jquery-1.10.2.min.map
rename to kallithea/public/js/jquery-1.10.2.min.map
diff --git a/rhodecode/public/js/mergely.js b/kallithea/public/js/mergely.js
rename from rhodecode/public/js/mergely.js
rename to kallithea/public/js/mergely.js
diff --git a/rhodecode/public/js/mode/apl/apl.js b/kallithea/public/js/mode/apl/apl.js
rename from rhodecode/public/js/mode/apl/apl.js
rename to kallithea/public/js/mode/apl/apl.js
diff --git a/rhodecode/public/js/mode/apl/index.html b/kallithea/public/js/mode/apl/index.html
rename from rhodecode/public/js/mode/apl/index.html
rename to kallithea/public/js/mode/apl/index.html
diff --git a/rhodecode/public/js/mode/asterisk/asterisk.js b/kallithea/public/js/mode/asterisk/asterisk.js
rename from rhodecode/public/js/mode/asterisk/asterisk.js
rename to kallithea/public/js/mode/asterisk/asterisk.js
diff --git a/rhodecode/public/js/mode/asterisk/index.html b/kallithea/public/js/mode/asterisk/index.html
rename from rhodecode/public/js/mode/asterisk/index.html
rename to kallithea/public/js/mode/asterisk/index.html
diff --git a/rhodecode/public/js/mode/clike/clike.js b/kallithea/public/js/mode/clike/clike.js
rename from rhodecode/public/js/mode/clike/clike.js
rename to kallithea/public/js/mode/clike/clike.js
diff --git a/rhodecode/public/js/mode/clike/index.html b/kallithea/public/js/mode/clike/index.html
rename from rhodecode/public/js/mode/clike/index.html
rename to kallithea/public/js/mode/clike/index.html
diff --git a/rhodecode/public/js/mode/clike/scala.html b/kallithea/public/js/mode/clike/scala.html
rename from rhodecode/public/js/mode/clike/scala.html
rename to kallithea/public/js/mode/clike/scala.html
diff --git a/rhodecode/public/js/mode/clojure/clojure.js b/kallithea/public/js/mode/clojure/clojure.js
rename from rhodecode/public/js/mode/clojure/clojure.js
rename to kallithea/public/js/mode/clojure/clojure.js
diff --git a/rhodecode/public/js/mode/clojure/index.html b/kallithea/public/js/mode/clojure/index.html
rename from rhodecode/public/js/mode/clojure/index.html
rename to kallithea/public/js/mode/clojure/index.html
diff --git a/rhodecode/public/js/mode/cobol/cobol.js b/kallithea/public/js/mode/cobol/cobol.js
rename from rhodecode/public/js/mode/cobol/cobol.js
rename to kallithea/public/js/mode/cobol/cobol.js
diff --git a/rhodecode/public/js/mode/cobol/index.html b/kallithea/public/js/mode/cobol/index.html
rename from rhodecode/public/js/mode/cobol/index.html
rename to kallithea/public/js/mode/cobol/index.html
diff --git a/rhodecode/public/js/mode/coffeescript/LICENSE b/kallithea/public/js/mode/coffeescript/LICENSE
rename from rhodecode/public/js/mode/coffeescript/LICENSE
rename to kallithea/public/js/mode/coffeescript/LICENSE
diff --git a/rhodecode/public/js/mode/coffeescript/coffeescript.js b/kallithea/public/js/mode/coffeescript/coffeescript.js
rename from rhodecode/public/js/mode/coffeescript/coffeescript.js
rename to kallithea/public/js/mode/coffeescript/coffeescript.js
diff --git a/rhodecode/public/js/mode/coffeescript/index.html b/kallithea/public/js/mode/coffeescript/index.html
rename from rhodecode/public/js/mode/coffeescript/index.html
rename to kallithea/public/js/mode/coffeescript/index.html
diff --git a/rhodecode/public/js/mode/commonlisp/commonlisp.js b/kallithea/public/js/mode/commonlisp/commonlisp.js
rename from rhodecode/public/js/mode/commonlisp/commonlisp.js
rename to kallithea/public/js/mode/commonlisp/commonlisp.js
diff --git a/rhodecode/public/js/mode/commonlisp/index.html b/kallithea/public/js/mode/commonlisp/index.html
rename from rhodecode/public/js/mode/commonlisp/index.html
rename to kallithea/public/js/mode/commonlisp/index.html
diff --git a/rhodecode/public/js/mode/css/css.js b/kallithea/public/js/mode/css/css.js
rename from rhodecode/public/js/mode/css/css.js
rename to kallithea/public/js/mode/css/css.js
diff --git a/rhodecode/public/js/mode/css/index.html b/kallithea/public/js/mode/css/index.html
rename from rhodecode/public/js/mode/css/index.html
rename to kallithea/public/js/mode/css/index.html
diff --git a/rhodecode/public/js/mode/css/scss.html b/kallithea/public/js/mode/css/scss.html
rename from rhodecode/public/js/mode/css/scss.html
rename to kallithea/public/js/mode/css/scss.html
diff --git a/rhodecode/public/js/mode/css/scss_test.js b/kallithea/public/js/mode/css/scss_test.js
rename from rhodecode/public/js/mode/css/scss_test.js
rename to kallithea/public/js/mode/css/scss_test.js
diff --git a/rhodecode/public/js/mode/css/test.js b/kallithea/public/js/mode/css/test.js
rename from rhodecode/public/js/mode/css/test.js
rename to kallithea/public/js/mode/css/test.js
diff --git a/rhodecode/public/js/mode/d/d.js b/kallithea/public/js/mode/d/d.js
rename from rhodecode/public/js/mode/d/d.js
rename to kallithea/public/js/mode/d/d.js
diff --git a/rhodecode/public/js/mode/d/index.html b/kallithea/public/js/mode/d/index.html
rename from rhodecode/public/js/mode/d/index.html
rename to kallithea/public/js/mode/d/index.html
diff --git a/rhodecode/public/js/mode/diff/diff.js b/kallithea/public/js/mode/diff/diff.js
rename from rhodecode/public/js/mode/diff/diff.js
rename to kallithea/public/js/mode/diff/diff.js
diff --git a/rhodecode/public/js/mode/diff/index.html b/kallithea/public/js/mode/diff/index.html
rename from rhodecode/public/js/mode/diff/index.html
rename to kallithea/public/js/mode/diff/index.html
diff --git a/rhodecode/public/js/mode/ecl/ecl.js b/kallithea/public/js/mode/ecl/ecl.js
rename from rhodecode/public/js/mode/ecl/ecl.js
rename to kallithea/public/js/mode/ecl/ecl.js
diff --git a/rhodecode/public/js/mode/ecl/index.html b/kallithea/public/js/mode/ecl/index.html
rename from rhodecode/public/js/mode/ecl/index.html
rename to kallithea/public/js/mode/ecl/index.html
diff --git a/rhodecode/public/js/mode/erlang/erlang.js b/kallithea/public/js/mode/erlang/erlang.js
rename from rhodecode/public/js/mode/erlang/erlang.js
rename to kallithea/public/js/mode/erlang/erlang.js
diff --git a/rhodecode/public/js/mode/erlang/index.html b/kallithea/public/js/mode/erlang/index.html
rename from rhodecode/public/js/mode/erlang/index.html
rename to kallithea/public/js/mode/erlang/index.html
diff --git a/rhodecode/public/js/mode/gas/gas.js b/kallithea/public/js/mode/gas/gas.js
rename from rhodecode/public/js/mode/gas/gas.js
rename to kallithea/public/js/mode/gas/gas.js
diff --git a/rhodecode/public/js/mode/gas/index.html b/kallithea/public/js/mode/gas/index.html
rename from rhodecode/public/js/mode/gas/index.html
rename to kallithea/public/js/mode/gas/index.html
diff --git a/rhodecode/public/js/mode/gfm/gfm.js b/kallithea/public/js/mode/gfm/gfm.js
rename from rhodecode/public/js/mode/gfm/gfm.js
rename to kallithea/public/js/mode/gfm/gfm.js
diff --git a/rhodecode/public/js/mode/gfm/index.html b/kallithea/public/js/mode/gfm/index.html
rename from rhodecode/public/js/mode/gfm/index.html
rename to kallithea/public/js/mode/gfm/index.html
diff --git a/rhodecode/public/js/mode/gfm/test.js b/kallithea/public/js/mode/gfm/test.js
rename from rhodecode/public/js/mode/gfm/test.js
rename to kallithea/public/js/mode/gfm/test.js
diff --git a/rhodecode/public/js/mode/go/go.js b/kallithea/public/js/mode/go/go.js
rename from rhodecode/public/js/mode/go/go.js
rename to kallithea/public/js/mode/go/go.js
diff --git a/rhodecode/public/js/mode/go/index.html b/kallithea/public/js/mode/go/index.html
rename from rhodecode/public/js/mode/go/index.html
rename to kallithea/public/js/mode/go/index.html
diff --git a/rhodecode/public/js/mode/groovy/groovy.js b/kallithea/public/js/mode/groovy/groovy.js
rename from rhodecode/public/js/mode/groovy/groovy.js
rename to kallithea/public/js/mode/groovy/groovy.js
diff --git a/rhodecode/public/js/mode/groovy/index.html b/kallithea/public/js/mode/groovy/index.html
rename from rhodecode/public/js/mode/groovy/index.html
rename to kallithea/public/js/mode/groovy/index.html
diff --git a/rhodecode/public/js/mode/haml/haml.js b/kallithea/public/js/mode/haml/haml.js
rename from rhodecode/public/js/mode/haml/haml.js
rename to kallithea/public/js/mode/haml/haml.js
diff --git a/rhodecode/public/js/mode/haml/index.html b/kallithea/public/js/mode/haml/index.html
rename from rhodecode/public/js/mode/haml/index.html
rename to kallithea/public/js/mode/haml/index.html
diff --git a/rhodecode/public/js/mode/haml/test.js b/kallithea/public/js/mode/haml/test.js
rename from rhodecode/public/js/mode/haml/test.js
rename to kallithea/public/js/mode/haml/test.js
diff --git a/rhodecode/public/js/mode/haskell/haskell.js b/kallithea/public/js/mode/haskell/haskell.js
rename from rhodecode/public/js/mode/haskell/haskell.js
rename to kallithea/public/js/mode/haskell/haskell.js
diff --git a/rhodecode/public/js/mode/haskell/index.html b/kallithea/public/js/mode/haskell/index.html
rename from rhodecode/public/js/mode/haskell/index.html
rename to kallithea/public/js/mode/haskell/index.html
diff --git a/rhodecode/public/js/mode/haxe/haxe.js b/kallithea/public/js/mode/haxe/haxe.js
rename from rhodecode/public/js/mode/haxe/haxe.js
rename to kallithea/public/js/mode/haxe/haxe.js
diff --git a/rhodecode/public/js/mode/haxe/index.html b/kallithea/public/js/mode/haxe/index.html
rename from rhodecode/public/js/mode/haxe/index.html
rename to kallithea/public/js/mode/haxe/index.html
diff --git a/rhodecode/public/js/mode/htmlembedded/htmlembedded.js b/kallithea/public/js/mode/htmlembedded/htmlembedded.js
rename from rhodecode/public/js/mode/htmlembedded/htmlembedded.js
rename to kallithea/public/js/mode/htmlembedded/htmlembedded.js
diff --git a/rhodecode/public/js/mode/htmlembedded/index.html b/kallithea/public/js/mode/htmlembedded/index.html
rename from rhodecode/public/js/mode/htmlembedded/index.html
rename to kallithea/public/js/mode/htmlembedded/index.html
diff --git a/rhodecode/public/js/mode/htmlmixed/htmlmixed.js b/kallithea/public/js/mode/htmlmixed/htmlmixed.js
rename from rhodecode/public/js/mode/htmlmixed/htmlmixed.js
rename to kallithea/public/js/mode/htmlmixed/htmlmixed.js
diff --git a/rhodecode/public/js/mode/htmlmixed/index.html b/kallithea/public/js/mode/htmlmixed/index.html
rename from rhodecode/public/js/mode/htmlmixed/index.html
rename to kallithea/public/js/mode/htmlmixed/index.html
diff --git a/rhodecode/public/js/mode/http/http.js b/kallithea/public/js/mode/http/http.js
rename from rhodecode/public/js/mode/http/http.js
rename to kallithea/public/js/mode/http/http.js
diff --git a/rhodecode/public/js/mode/http/index.html b/kallithea/public/js/mode/http/index.html
rename from rhodecode/public/js/mode/http/index.html
rename to kallithea/public/js/mode/http/index.html
diff --git a/rhodecode/public/js/mode/jade/index.html b/kallithea/public/js/mode/jade/index.html
rename from rhodecode/public/js/mode/jade/index.html
rename to kallithea/public/js/mode/jade/index.html
diff --git a/rhodecode/public/js/mode/jade/jade.js b/kallithea/public/js/mode/jade/jade.js
rename from rhodecode/public/js/mode/jade/jade.js
rename to kallithea/public/js/mode/jade/jade.js
diff --git a/rhodecode/public/js/mode/javascript/index.html b/kallithea/public/js/mode/javascript/index.html
rename from rhodecode/public/js/mode/javascript/index.html
rename to kallithea/public/js/mode/javascript/index.html
diff --git a/rhodecode/public/js/mode/javascript/javascript.js b/kallithea/public/js/mode/javascript/javascript.js
rename from rhodecode/public/js/mode/javascript/javascript.js
rename to kallithea/public/js/mode/javascript/javascript.js
diff --git a/rhodecode/public/js/mode/javascript/test.js b/kallithea/public/js/mode/javascript/test.js
rename from rhodecode/public/js/mode/javascript/test.js
rename to kallithea/public/js/mode/javascript/test.js
diff --git a/rhodecode/public/js/mode/javascript/typescript.html b/kallithea/public/js/mode/javascript/typescript.html
rename from rhodecode/public/js/mode/javascript/typescript.html
rename to kallithea/public/js/mode/javascript/typescript.html
diff --git a/rhodecode/public/js/mode/jinja2/index.html b/kallithea/public/js/mode/jinja2/index.html
rename from rhodecode/public/js/mode/jinja2/index.html
rename to kallithea/public/js/mode/jinja2/index.html
diff --git a/rhodecode/public/js/mode/jinja2/jinja2.js b/kallithea/public/js/mode/jinja2/jinja2.js
rename from rhodecode/public/js/mode/jinja2/jinja2.js
rename to kallithea/public/js/mode/jinja2/jinja2.js
diff --git a/rhodecode/public/js/mode/less/index.html b/kallithea/public/js/mode/less/index.html
rename from rhodecode/public/js/mode/less/index.html
rename to kallithea/public/js/mode/less/index.html
diff --git a/rhodecode/public/js/mode/less/less.js b/kallithea/public/js/mode/less/less.js
rename from rhodecode/public/js/mode/less/less.js
rename to kallithea/public/js/mode/less/less.js
diff --git a/rhodecode/public/js/mode/livescript/LICENSE b/kallithea/public/js/mode/livescript/LICENSE
rename from rhodecode/public/js/mode/livescript/LICENSE
rename to kallithea/public/js/mode/livescript/LICENSE
diff --git a/rhodecode/public/js/mode/livescript/index.html b/kallithea/public/js/mode/livescript/index.html
rename from rhodecode/public/js/mode/livescript/index.html
rename to kallithea/public/js/mode/livescript/index.html
diff --git a/rhodecode/public/js/mode/livescript/livescript.js b/kallithea/public/js/mode/livescript/livescript.js
rename from rhodecode/public/js/mode/livescript/livescript.js
rename to kallithea/public/js/mode/livescript/livescript.js
diff --git a/rhodecode/public/js/mode/livescript/livescript.ls b/kallithea/public/js/mode/livescript/livescript.ls
rename from rhodecode/public/js/mode/livescript/livescript.ls
rename to kallithea/public/js/mode/livescript/livescript.ls
diff --git a/rhodecode/public/js/mode/lua/index.html b/kallithea/public/js/mode/lua/index.html
rename from rhodecode/public/js/mode/lua/index.html
rename to kallithea/public/js/mode/lua/index.html
diff --git a/rhodecode/public/js/mode/lua/lua.js b/kallithea/public/js/mode/lua/lua.js
rename from rhodecode/public/js/mode/lua/lua.js
rename to kallithea/public/js/mode/lua/lua.js
diff --git a/rhodecode/public/js/mode/markdown/index.html b/kallithea/public/js/mode/markdown/index.html
rename from rhodecode/public/js/mode/markdown/index.html
rename to kallithea/public/js/mode/markdown/index.html
diff --git a/rhodecode/public/js/mode/markdown/markdown.js b/kallithea/public/js/mode/markdown/markdown.js
rename from rhodecode/public/js/mode/markdown/markdown.js
rename to kallithea/public/js/mode/markdown/markdown.js
diff --git a/rhodecode/public/js/mode/markdown/test.js b/kallithea/public/js/mode/markdown/test.js
rename from rhodecode/public/js/mode/markdown/test.js
rename to kallithea/public/js/mode/markdown/test.js
diff --git a/rhodecode/public/js/mode/meta.js b/kallithea/public/js/mode/meta.js
rename from rhodecode/public/js/mode/meta.js
rename to kallithea/public/js/mode/meta.js
diff --git a/rhodecode/public/js/mode/meta_ext.js b/kallithea/public/js/mode/meta_ext.js
rename from rhodecode/public/js/mode/meta_ext.js
rename to kallithea/public/js/mode/meta_ext.js
diff --git a/rhodecode/public/js/mode/mirc/index.html b/kallithea/public/js/mode/mirc/index.html
rename from rhodecode/public/js/mode/mirc/index.html
rename to kallithea/public/js/mode/mirc/index.html
diff --git a/rhodecode/public/js/mode/mirc/mirc.js b/kallithea/public/js/mode/mirc/mirc.js
rename from rhodecode/public/js/mode/mirc/mirc.js
rename to kallithea/public/js/mode/mirc/mirc.js
diff --git a/rhodecode/public/js/mode/nginx/index.html b/kallithea/public/js/mode/nginx/index.html
rename from rhodecode/public/js/mode/nginx/index.html
rename to kallithea/public/js/mode/nginx/index.html
diff --git a/rhodecode/public/js/mode/nginx/nginx.js b/kallithea/public/js/mode/nginx/nginx.js
rename from rhodecode/public/js/mode/nginx/nginx.js
rename to kallithea/public/js/mode/nginx/nginx.js
diff --git a/rhodecode/public/js/mode/ntriples/index.html b/kallithea/public/js/mode/ntriples/index.html
rename from rhodecode/public/js/mode/ntriples/index.html
rename to kallithea/public/js/mode/ntriples/index.html
diff --git a/rhodecode/public/js/mode/ntriples/ntriples.js b/kallithea/public/js/mode/ntriples/ntriples.js
rename from rhodecode/public/js/mode/ntriples/ntriples.js
rename to kallithea/public/js/mode/ntriples/ntriples.js
diff --git a/rhodecode/public/js/mode/ocaml/index.html b/kallithea/public/js/mode/ocaml/index.html
rename from rhodecode/public/js/mode/ocaml/index.html
rename to kallithea/public/js/mode/ocaml/index.html
diff --git a/rhodecode/public/js/mode/ocaml/ocaml.js b/kallithea/public/js/mode/ocaml/ocaml.js
rename from rhodecode/public/js/mode/ocaml/ocaml.js
rename to kallithea/public/js/mode/ocaml/ocaml.js
diff --git a/rhodecode/public/js/mode/pascal/LICENSE b/kallithea/public/js/mode/pascal/LICENSE
rename from rhodecode/public/js/mode/pascal/LICENSE
rename to kallithea/public/js/mode/pascal/LICENSE
diff --git a/rhodecode/public/js/mode/pascal/index.html b/kallithea/public/js/mode/pascal/index.html
rename from rhodecode/public/js/mode/pascal/index.html
rename to kallithea/public/js/mode/pascal/index.html
diff --git a/rhodecode/public/js/mode/pascal/pascal.js b/kallithea/public/js/mode/pascal/pascal.js
rename from rhodecode/public/js/mode/pascal/pascal.js
rename to kallithea/public/js/mode/pascal/pascal.js
diff --git a/rhodecode/public/js/mode/perl/LICENSE b/kallithea/public/js/mode/perl/LICENSE
rename from rhodecode/public/js/mode/perl/LICENSE
rename to kallithea/public/js/mode/perl/LICENSE
diff --git a/rhodecode/public/js/mode/perl/index.html b/kallithea/public/js/mode/perl/index.html
rename from rhodecode/public/js/mode/perl/index.html
rename to kallithea/public/js/mode/perl/index.html
diff --git a/rhodecode/public/js/mode/perl/perl.js b/kallithea/public/js/mode/perl/perl.js
rename from rhodecode/public/js/mode/perl/perl.js
rename to kallithea/public/js/mode/perl/perl.js
diff --git a/rhodecode/public/js/mode/php/index.html b/kallithea/public/js/mode/php/index.html
rename from rhodecode/public/js/mode/php/index.html
rename to kallithea/public/js/mode/php/index.html
diff --git a/rhodecode/public/js/mode/php/php.js b/kallithea/public/js/mode/php/php.js
rename from rhodecode/public/js/mode/php/php.js
rename to kallithea/public/js/mode/php/php.js
diff --git a/rhodecode/public/js/mode/pig/index.html b/kallithea/public/js/mode/pig/index.html
rename from rhodecode/public/js/mode/pig/index.html
rename to kallithea/public/js/mode/pig/index.html
diff --git a/rhodecode/public/js/mode/pig/pig.js b/kallithea/public/js/mode/pig/pig.js
rename from rhodecode/public/js/mode/pig/pig.js
rename to kallithea/public/js/mode/pig/pig.js
diff --git a/rhodecode/public/js/mode/properties/index.html b/kallithea/public/js/mode/properties/index.html
rename from rhodecode/public/js/mode/properties/index.html
rename to kallithea/public/js/mode/properties/index.html
diff --git a/rhodecode/public/js/mode/properties/properties.js b/kallithea/public/js/mode/properties/properties.js
rename from rhodecode/public/js/mode/properties/properties.js
rename to kallithea/public/js/mode/properties/properties.js
diff --git a/rhodecode/public/js/mode/python/LICENSE.txt b/kallithea/public/js/mode/python/LICENSE.txt
rename from rhodecode/public/js/mode/python/LICENSE.txt
rename to kallithea/public/js/mode/python/LICENSE.txt
diff --git a/rhodecode/public/js/mode/python/index.html b/kallithea/public/js/mode/python/index.html
rename from rhodecode/public/js/mode/python/index.html
rename to kallithea/public/js/mode/python/index.html
diff --git a/rhodecode/public/js/mode/python/python.js b/kallithea/public/js/mode/python/python.js
rename from rhodecode/public/js/mode/python/python.js
rename to kallithea/public/js/mode/python/python.js
diff --git a/rhodecode/public/js/mode/q/index.html b/kallithea/public/js/mode/q/index.html
rename from rhodecode/public/js/mode/q/index.html
rename to kallithea/public/js/mode/q/index.html
diff --git a/rhodecode/public/js/mode/q/q.js b/kallithea/public/js/mode/q/q.js
rename from rhodecode/public/js/mode/q/q.js
rename to kallithea/public/js/mode/q/q.js
diff --git a/rhodecode/public/js/mode/r/LICENSE b/kallithea/public/js/mode/r/LICENSE
rename from rhodecode/public/js/mode/r/LICENSE
rename to kallithea/public/js/mode/r/LICENSE
diff --git a/rhodecode/public/js/mode/r/index.html b/kallithea/public/js/mode/r/index.html
rename from rhodecode/public/js/mode/r/index.html
rename to kallithea/public/js/mode/r/index.html
diff --git a/rhodecode/public/js/mode/r/r.js b/kallithea/public/js/mode/r/r.js
rename from rhodecode/public/js/mode/r/r.js
rename to kallithea/public/js/mode/r/r.js
diff --git a/rhodecode/public/js/mode/rpm/changes/changes.js b/kallithea/public/js/mode/rpm/changes/changes.js
rename from rhodecode/public/js/mode/rpm/changes/changes.js
rename to kallithea/public/js/mode/rpm/changes/changes.js
diff --git a/rhodecode/public/js/mode/rpm/changes/index.html b/kallithea/public/js/mode/rpm/changes/index.html
rename from rhodecode/public/js/mode/rpm/changes/index.html
rename to kallithea/public/js/mode/rpm/changes/index.html
diff --git a/rhodecode/public/js/mode/rpm/spec/index.html b/kallithea/public/js/mode/rpm/spec/index.html
rename from rhodecode/public/js/mode/rpm/spec/index.html
rename to kallithea/public/js/mode/rpm/spec/index.html
diff --git a/rhodecode/public/js/mode/rpm/spec/spec.css b/kallithea/public/js/mode/rpm/spec/spec.css
rename from rhodecode/public/js/mode/rpm/spec/spec.css
rename to kallithea/public/js/mode/rpm/spec/spec.css
diff --git a/rhodecode/public/js/mode/rpm/spec/spec.js b/kallithea/public/js/mode/rpm/spec/spec.js
rename from rhodecode/public/js/mode/rpm/spec/spec.js
rename to kallithea/public/js/mode/rpm/spec/spec.js
diff --git a/rhodecode/public/js/mode/rst/LICENSE.txt b/kallithea/public/js/mode/rst/LICENSE.txt
rename from rhodecode/public/js/mode/rst/LICENSE.txt
rename to kallithea/public/js/mode/rst/LICENSE.txt
diff --git a/rhodecode/public/js/mode/rst/index.html b/kallithea/public/js/mode/rst/index.html
rename from rhodecode/public/js/mode/rst/index.html
rename to kallithea/public/js/mode/rst/index.html
diff --git a/rhodecode/public/js/mode/rst/rst.js b/kallithea/public/js/mode/rst/rst.js
rename from rhodecode/public/js/mode/rst/rst.js
rename to kallithea/public/js/mode/rst/rst.js
diff --git a/rhodecode/public/js/mode/ruby/LICENSE b/kallithea/public/js/mode/ruby/LICENSE
rename from rhodecode/public/js/mode/ruby/LICENSE
rename to kallithea/public/js/mode/ruby/LICENSE
diff --git a/rhodecode/public/js/mode/ruby/index.html b/kallithea/public/js/mode/ruby/index.html
rename from rhodecode/public/js/mode/ruby/index.html
rename to kallithea/public/js/mode/ruby/index.html
diff --git a/rhodecode/public/js/mode/ruby/ruby.js b/kallithea/public/js/mode/ruby/ruby.js
rename from rhodecode/public/js/mode/ruby/ruby.js
rename to kallithea/public/js/mode/ruby/ruby.js
diff --git a/rhodecode/public/js/mode/rust/index.html b/kallithea/public/js/mode/rust/index.html
rename from rhodecode/public/js/mode/rust/index.html
rename to kallithea/public/js/mode/rust/index.html
diff --git a/rhodecode/public/js/mode/rust/rust.js b/kallithea/public/js/mode/rust/rust.js
rename from rhodecode/public/js/mode/rust/rust.js
rename to kallithea/public/js/mode/rust/rust.js
diff --git a/rhodecode/public/js/mode/sass/index.html b/kallithea/public/js/mode/sass/index.html
rename from rhodecode/public/js/mode/sass/index.html
rename to kallithea/public/js/mode/sass/index.html
diff --git a/rhodecode/public/js/mode/sass/sass.js b/kallithea/public/js/mode/sass/sass.js
rename from rhodecode/public/js/mode/sass/sass.js
rename to kallithea/public/js/mode/sass/sass.js
diff --git a/rhodecode/public/js/mode/scheme/index.html b/kallithea/public/js/mode/scheme/index.html
rename from rhodecode/public/js/mode/scheme/index.html
rename to kallithea/public/js/mode/scheme/index.html
diff --git a/rhodecode/public/js/mode/scheme/scheme.js b/kallithea/public/js/mode/scheme/scheme.js
rename from rhodecode/public/js/mode/scheme/scheme.js
rename to kallithea/public/js/mode/scheme/scheme.js
diff --git a/rhodecode/public/js/mode/shell/index.html b/kallithea/public/js/mode/shell/index.html
rename from rhodecode/public/js/mode/shell/index.html
rename to kallithea/public/js/mode/shell/index.html
diff --git a/rhodecode/public/js/mode/shell/shell.js b/kallithea/public/js/mode/shell/shell.js
rename from rhodecode/public/js/mode/shell/shell.js
rename to kallithea/public/js/mode/shell/shell.js
diff --git a/rhodecode/public/js/mode/sieve/LICENSE b/kallithea/public/js/mode/sieve/LICENSE
rename from rhodecode/public/js/mode/sieve/LICENSE
rename to kallithea/public/js/mode/sieve/LICENSE
diff --git a/rhodecode/public/js/mode/sieve/index.html b/kallithea/public/js/mode/sieve/index.html
rename from rhodecode/public/js/mode/sieve/index.html
rename to kallithea/public/js/mode/sieve/index.html
diff --git a/rhodecode/public/js/mode/sieve/sieve.js b/kallithea/public/js/mode/sieve/sieve.js
rename from rhodecode/public/js/mode/sieve/sieve.js
rename to kallithea/public/js/mode/sieve/sieve.js
diff --git a/rhodecode/public/js/mode/smalltalk/index.html b/kallithea/public/js/mode/smalltalk/index.html
rename from rhodecode/public/js/mode/smalltalk/index.html
rename to kallithea/public/js/mode/smalltalk/index.html
diff --git a/rhodecode/public/js/mode/smalltalk/smalltalk.js b/kallithea/public/js/mode/smalltalk/smalltalk.js
rename from rhodecode/public/js/mode/smalltalk/smalltalk.js
rename to kallithea/public/js/mode/smalltalk/smalltalk.js
diff --git a/rhodecode/public/js/mode/smarty/index.html b/kallithea/public/js/mode/smarty/index.html
rename from rhodecode/public/js/mode/smarty/index.html
rename to kallithea/public/js/mode/smarty/index.html
diff --git a/rhodecode/public/js/mode/smarty/smarty.js b/kallithea/public/js/mode/smarty/smarty.js
rename from rhodecode/public/js/mode/smarty/smarty.js
rename to kallithea/public/js/mode/smarty/smarty.js
diff --git a/rhodecode/public/js/mode/smartymixed/index.html b/kallithea/public/js/mode/smartymixed/index.html
rename from rhodecode/public/js/mode/smartymixed/index.html
rename to kallithea/public/js/mode/smartymixed/index.html
diff --git a/rhodecode/public/js/mode/smartymixed/smartymixed.js b/kallithea/public/js/mode/smartymixed/smartymixed.js
rename from rhodecode/public/js/mode/smartymixed/smartymixed.js
rename to kallithea/public/js/mode/smartymixed/smartymixed.js
diff --git a/rhodecode/public/js/mode/sparql/index.html b/kallithea/public/js/mode/sparql/index.html
rename from rhodecode/public/js/mode/sparql/index.html
rename to kallithea/public/js/mode/sparql/index.html
diff --git a/rhodecode/public/js/mode/sparql/sparql.js b/kallithea/public/js/mode/sparql/sparql.js
rename from rhodecode/public/js/mode/sparql/sparql.js
rename to kallithea/public/js/mode/sparql/sparql.js
diff --git a/rhodecode/public/js/mode/sql/index.html b/kallithea/public/js/mode/sql/index.html
rename from rhodecode/public/js/mode/sql/index.html
rename to kallithea/public/js/mode/sql/index.html
diff --git a/rhodecode/public/js/mode/sql/sql.js b/kallithea/public/js/mode/sql/sql.js
rename from rhodecode/public/js/mode/sql/sql.js
rename to kallithea/public/js/mode/sql/sql.js
diff --git a/rhodecode/public/js/mode/stex/index.html b/kallithea/public/js/mode/stex/index.html
rename from rhodecode/public/js/mode/stex/index.html
rename to kallithea/public/js/mode/stex/index.html
diff --git a/rhodecode/public/js/mode/stex/stex.js b/kallithea/public/js/mode/stex/stex.js
rename from rhodecode/public/js/mode/stex/stex.js
rename to kallithea/public/js/mode/stex/stex.js
diff --git a/rhodecode/public/js/mode/stex/test.js b/kallithea/public/js/mode/stex/test.js
rename from rhodecode/public/js/mode/stex/test.js
rename to kallithea/public/js/mode/stex/test.js
diff --git a/rhodecode/public/js/mode/tcl/index.html b/kallithea/public/js/mode/tcl/index.html
rename from rhodecode/public/js/mode/tcl/index.html
rename to kallithea/public/js/mode/tcl/index.html
diff --git a/rhodecode/public/js/mode/tcl/tcl.js b/kallithea/public/js/mode/tcl/tcl.js
rename from rhodecode/public/js/mode/tcl/tcl.js
rename to kallithea/public/js/mode/tcl/tcl.js
diff --git a/rhodecode/public/js/mode/tiddlywiki/index.html b/kallithea/public/js/mode/tiddlywiki/index.html
rename from rhodecode/public/js/mode/tiddlywiki/index.html
rename to kallithea/public/js/mode/tiddlywiki/index.html
diff --git a/rhodecode/public/js/mode/tiddlywiki/tiddlywiki.css b/kallithea/public/js/mode/tiddlywiki/tiddlywiki.css
rename from rhodecode/public/js/mode/tiddlywiki/tiddlywiki.css
rename to kallithea/public/js/mode/tiddlywiki/tiddlywiki.css
diff --git a/rhodecode/public/js/mode/tiddlywiki/tiddlywiki.js b/kallithea/public/js/mode/tiddlywiki/tiddlywiki.js
rename from rhodecode/public/js/mode/tiddlywiki/tiddlywiki.js
rename to kallithea/public/js/mode/tiddlywiki/tiddlywiki.js
diff --git a/rhodecode/public/js/mode/tiki/index.html b/kallithea/public/js/mode/tiki/index.html
rename from rhodecode/public/js/mode/tiki/index.html
rename to kallithea/public/js/mode/tiki/index.html
diff --git a/rhodecode/public/js/mode/tiki/tiki.css b/kallithea/public/js/mode/tiki/tiki.css
rename from rhodecode/public/js/mode/tiki/tiki.css
rename to kallithea/public/js/mode/tiki/tiki.css
diff --git a/rhodecode/public/js/mode/tiki/tiki.js b/kallithea/public/js/mode/tiki/tiki.js
rename from rhodecode/public/js/mode/tiki/tiki.js
rename to kallithea/public/js/mode/tiki/tiki.js
diff --git a/rhodecode/public/js/mode/turtle/index.html b/kallithea/public/js/mode/turtle/index.html
rename from rhodecode/public/js/mode/turtle/index.html
rename to kallithea/public/js/mode/turtle/index.html
diff --git a/rhodecode/public/js/mode/turtle/turtle.js b/kallithea/public/js/mode/turtle/turtle.js
rename from rhodecode/public/js/mode/turtle/turtle.js
rename to kallithea/public/js/mode/turtle/turtle.js
diff --git a/rhodecode/public/js/mode/vb/LICENSE.txt b/kallithea/public/js/mode/vb/LICENSE.txt
rename from rhodecode/public/js/mode/vb/LICENSE.txt
rename to kallithea/public/js/mode/vb/LICENSE.txt
diff --git a/rhodecode/public/js/mode/vb/index.html b/kallithea/public/js/mode/vb/index.html
rename from rhodecode/public/js/mode/vb/index.html
rename to kallithea/public/js/mode/vb/index.html
diff --git a/rhodecode/public/js/mode/vb/vb.js b/kallithea/public/js/mode/vb/vb.js
rename from rhodecode/public/js/mode/vb/vb.js
rename to kallithea/public/js/mode/vb/vb.js
diff --git a/rhodecode/public/js/mode/vbscript/index.html b/kallithea/public/js/mode/vbscript/index.html
rename from rhodecode/public/js/mode/vbscript/index.html
rename to kallithea/public/js/mode/vbscript/index.html
diff --git a/rhodecode/public/js/mode/vbscript/vbscript.js b/kallithea/public/js/mode/vbscript/vbscript.js
rename from rhodecode/public/js/mode/vbscript/vbscript.js
rename to kallithea/public/js/mode/vbscript/vbscript.js
diff --git a/rhodecode/public/js/mode/velocity/index.html b/kallithea/public/js/mode/velocity/index.html
rename from rhodecode/public/js/mode/velocity/index.html
rename to kallithea/public/js/mode/velocity/index.html
diff --git a/rhodecode/public/js/mode/velocity/velocity.js b/kallithea/public/js/mode/velocity/velocity.js
rename from rhodecode/public/js/mode/velocity/velocity.js
rename to kallithea/public/js/mode/velocity/velocity.js
diff --git a/rhodecode/public/js/mode/verilog/index.html b/kallithea/public/js/mode/verilog/index.html
rename from rhodecode/public/js/mode/verilog/index.html
rename to kallithea/public/js/mode/verilog/index.html
diff --git a/rhodecode/public/js/mode/verilog/verilog.js b/kallithea/public/js/mode/verilog/verilog.js
rename from rhodecode/public/js/mode/verilog/verilog.js
rename to kallithea/public/js/mode/verilog/verilog.js
diff --git a/rhodecode/public/js/mode/xml/index.html b/kallithea/public/js/mode/xml/index.html
rename from rhodecode/public/js/mode/xml/index.html
rename to kallithea/public/js/mode/xml/index.html
diff --git a/rhodecode/public/js/mode/xml/xml.js b/kallithea/public/js/mode/xml/xml.js
rename from rhodecode/public/js/mode/xml/xml.js
rename to kallithea/public/js/mode/xml/xml.js
diff --git a/rhodecode/public/js/mode/xquery/LICENSE b/kallithea/public/js/mode/xquery/LICENSE
rename from rhodecode/public/js/mode/xquery/LICENSE
rename to kallithea/public/js/mode/xquery/LICENSE
diff --git a/rhodecode/public/js/mode/xquery/index.html b/kallithea/public/js/mode/xquery/index.html
rename from rhodecode/public/js/mode/xquery/index.html
rename to kallithea/public/js/mode/xquery/index.html
diff --git a/rhodecode/public/js/mode/xquery/test.js b/kallithea/public/js/mode/xquery/test.js
rename from rhodecode/public/js/mode/xquery/test.js
rename to kallithea/public/js/mode/xquery/test.js
diff --git a/rhodecode/public/js/mode/xquery/xquery.js b/kallithea/public/js/mode/xquery/xquery.js
rename from rhodecode/public/js/mode/xquery/xquery.js
rename to kallithea/public/js/mode/xquery/xquery.js
diff --git a/rhodecode/public/js/mode/yaml/index.html b/kallithea/public/js/mode/yaml/index.html
rename from rhodecode/public/js/mode/yaml/index.html
rename to kallithea/public/js/mode/yaml/index.html
diff --git a/rhodecode/public/js/mode/yaml/yaml.js b/kallithea/public/js/mode/yaml/yaml.js
rename from rhodecode/public/js/mode/yaml/yaml.js
rename to kallithea/public/js/mode/yaml/yaml.js
diff --git a/rhodecode/public/js/mode/z80/index.html b/kallithea/public/js/mode/z80/index.html
rename from rhodecode/public/js/mode/z80/index.html
rename to kallithea/public/js/mode/z80/index.html
diff --git a/rhodecode/public/js/mode/z80/z80.js b/kallithea/public/js/mode/z80/z80.js
rename from rhodecode/public/js/mode/z80/z80.js
rename to kallithea/public/js/mode/z80/z80.js
diff --git a/rhodecode/public/js/mousetrap.js b/kallithea/public/js/mousetrap.js
rename from rhodecode/public/js/mousetrap.js
rename to kallithea/public/js/mousetrap.js
diff --git a/rhodecode/public/js/native.history.js b/kallithea/public/js/native.history.js
rename from rhodecode/public/js/native.history.js
rename to kallithea/public/js/native.history.js
diff --git a/rhodecode/public/js/pyroutes_map.js b/kallithea/public/js/pyroutes_map.js
rename from rhodecode/public/js/pyroutes_map.js
rename to kallithea/public/js/pyroutes_map.js
diff --git a/rhodecode/public/js/rhodecode.js b/kallithea/public/js/rhodecode.js
rename from rhodecode/public/js/rhodecode.js
rename to kallithea/public/js/rhodecode.js
diff --git a/rhodecode/public/js/select2/select2-bootstrap.css b/kallithea/public/js/select2/select2-bootstrap.css
rename from rhodecode/public/js/select2/select2-bootstrap.css
rename to kallithea/public/js/select2/select2-bootstrap.css
diff --git a/rhodecode/public/js/select2/select2-spinner.gif b/kallithea/public/js/select2/select2-spinner.gif
rename from rhodecode/public/js/select2/select2-spinner.gif
rename to kallithea/public/js/select2/select2-spinner.gif
diff --git a/rhodecode/public/js/select2/select2.css b/kallithea/public/js/select2/select2.css
rename from rhodecode/public/js/select2/select2.css
rename to kallithea/public/js/select2/select2.css
diff --git a/rhodecode/public/js/select2/select2.js b/kallithea/public/js/select2/select2.js
rename from rhodecode/public/js/select2/select2.js
rename to kallithea/public/js/select2/select2.js
diff --git a/rhodecode/public/js/select2/select2.png b/kallithea/public/js/select2/select2.png
rename from rhodecode/public/js/select2/select2.png
rename to kallithea/public/js/select2/select2.png
diff --git a/rhodecode/public/js/select2/select2x2.png b/kallithea/public/js/select2/select2x2.png
rename from rhodecode/public/js/select2/select2x2.png
rename to kallithea/public/js/select2/select2x2.png
diff --git a/rhodecode/public/js/yui.2.9.js b/kallithea/public/js/yui.2.9.js
rename from rhodecode/public/js/yui.2.9.js
rename to kallithea/public/js/yui.2.9.js
diff --git a/rhodecode/public/js/yui.flot.js b/kallithea/public/js/yui.flot.js
rename from rhodecode/public/js/yui.flot.js
rename to kallithea/public/js/yui.flot.js
diff --git a/rhodecode/templates/about.html b/kallithea/templates/about.html
rename from rhodecode/templates/about.html
rename to kallithea/templates/about.html
diff --git a/rhodecode/templates/admin/admin.html b/kallithea/templates/admin/admin.html
rename from rhodecode/templates/admin/admin.html
rename to kallithea/templates/admin/admin.html
diff --git a/rhodecode/templates/admin/admin_log.html b/kallithea/templates/admin/admin_log.html
rename from rhodecode/templates/admin/admin_log.html
rename to kallithea/templates/admin/admin_log.html
diff --git a/rhodecode/templates/admin/auth/auth_settings.html b/kallithea/templates/admin/auth/auth_settings.html
rename from rhodecode/templates/admin/auth/auth_settings.html
rename to kallithea/templates/admin/auth/auth_settings.html
diff --git a/rhodecode/templates/admin/defaults/defaults.html b/kallithea/templates/admin/defaults/defaults.html
rename from rhodecode/templates/admin/defaults/defaults.html
rename to kallithea/templates/admin/defaults/defaults.html
diff --git a/rhodecode/templates/admin/gists/edit.html b/kallithea/templates/admin/gists/edit.html
rename from rhodecode/templates/admin/gists/edit.html
rename to kallithea/templates/admin/gists/edit.html
diff --git a/rhodecode/templates/admin/gists/index.html b/kallithea/templates/admin/gists/index.html
rename from rhodecode/templates/admin/gists/index.html
rename to kallithea/templates/admin/gists/index.html
diff --git a/rhodecode/templates/admin/gists/new.html b/kallithea/templates/admin/gists/new.html
rename from rhodecode/templates/admin/gists/new.html
rename to kallithea/templates/admin/gists/new.html
diff --git a/rhodecode/templates/admin/gists/show.html b/kallithea/templates/admin/gists/show.html
rename from rhodecode/templates/admin/gists/show.html
rename to kallithea/templates/admin/gists/show.html
diff --git a/rhodecode/templates/admin/my_account/my_account.html b/kallithea/templates/admin/my_account/my_account.html
rename from rhodecode/templates/admin/my_account/my_account.html
rename to kallithea/templates/admin/my_account/my_account.html
diff --git a/rhodecode/templates/admin/my_account/my_account_api_keys.html b/kallithea/templates/admin/my_account/my_account_api_keys.html
rename from rhodecode/templates/admin/my_account/my_account_api_keys.html
rename to kallithea/templates/admin/my_account/my_account_api_keys.html
diff --git a/rhodecode/templates/admin/my_account/my_account_emails.html b/kallithea/templates/admin/my_account/my_account_emails.html
rename from rhodecode/templates/admin/my_account/my_account_emails.html
rename to kallithea/templates/admin/my_account/my_account_emails.html
diff --git a/rhodecode/templates/admin/my_account/my_account_password.html b/kallithea/templates/admin/my_account/my_account_password.html
rename from rhodecode/templates/admin/my_account/my_account_password.html
rename to kallithea/templates/admin/my_account/my_account_password.html
diff --git a/rhodecode/templates/admin/my_account/my_account_perms.html b/kallithea/templates/admin/my_account/my_account_perms.html
rename from rhodecode/templates/admin/my_account/my_account_perms.html
rename to kallithea/templates/admin/my_account/my_account_perms.html
diff --git a/rhodecode/templates/admin/my_account/my_account_profile.html b/kallithea/templates/admin/my_account/my_account_profile.html
rename from rhodecode/templates/admin/my_account/my_account_profile.html
rename to kallithea/templates/admin/my_account/my_account_profile.html
diff --git a/rhodecode/templates/admin/my_account/my_account_pullrequests.html b/kallithea/templates/admin/my_account/my_account_pullrequests.html
rename from rhodecode/templates/admin/my_account/my_account_pullrequests.html
rename to kallithea/templates/admin/my_account/my_account_pullrequests.html
diff --git a/rhodecode/templates/admin/my_account/my_account_repos.html b/kallithea/templates/admin/my_account/my_account_repos.html
rename from rhodecode/templates/admin/my_account/my_account_repos.html
rename to kallithea/templates/admin/my_account/my_account_repos.html
diff --git a/rhodecode/templates/admin/my_account/my_account_watched.html b/kallithea/templates/admin/my_account/my_account_watched.html
rename from rhodecode/templates/admin/my_account/my_account_watched.html
rename to kallithea/templates/admin/my_account/my_account_watched.html
diff --git a/rhodecode/templates/admin/notifications/notifications.html b/kallithea/templates/admin/notifications/notifications.html
rename from rhodecode/templates/admin/notifications/notifications.html
rename to kallithea/templates/admin/notifications/notifications.html
diff --git a/rhodecode/templates/admin/notifications/notifications_data.html b/kallithea/templates/admin/notifications/notifications_data.html
rename from rhodecode/templates/admin/notifications/notifications_data.html
rename to kallithea/templates/admin/notifications/notifications_data.html
diff --git a/rhodecode/templates/admin/notifications/show_notification.html b/kallithea/templates/admin/notifications/show_notification.html
rename from rhodecode/templates/admin/notifications/show_notification.html
rename to kallithea/templates/admin/notifications/show_notification.html
diff --git a/rhodecode/templates/admin/permissions/permissions.html b/kallithea/templates/admin/permissions/permissions.html
rename from rhodecode/templates/admin/permissions/permissions.html
rename to kallithea/templates/admin/permissions/permissions.html
diff --git a/rhodecode/templates/admin/permissions/permissions_globals.html b/kallithea/templates/admin/permissions/permissions_globals.html
rename from rhodecode/templates/admin/permissions/permissions_globals.html
rename to kallithea/templates/admin/permissions/permissions_globals.html
diff --git a/rhodecode/templates/admin/permissions/permissions_ips.html b/kallithea/templates/admin/permissions/permissions_ips.html
rename from rhodecode/templates/admin/permissions/permissions_ips.html
rename to kallithea/templates/admin/permissions/permissions_ips.html
diff --git a/rhodecode/templates/admin/permissions/permissions_perms.html b/kallithea/templates/admin/permissions/permissions_perms.html
rename from rhodecode/templates/admin/permissions/permissions_perms.html
rename to kallithea/templates/admin/permissions/permissions_perms.html
diff --git a/rhodecode/templates/admin/repo_groups/repo_group_add.html b/kallithea/templates/admin/repo_groups/repo_group_add.html
rename from rhodecode/templates/admin/repo_groups/repo_group_add.html
rename to kallithea/templates/admin/repo_groups/repo_group_add.html
diff --git a/rhodecode/templates/admin/repo_groups/repo_group_edit.html b/kallithea/templates/admin/repo_groups/repo_group_edit.html
rename from rhodecode/templates/admin/repo_groups/repo_group_edit.html
rename to kallithea/templates/admin/repo_groups/repo_group_edit.html
diff --git a/rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html b/kallithea/templates/admin/repo_groups/repo_group_edit_advanced.html
rename from rhodecode/templates/admin/repo_groups/repo_group_edit_advanced.html
rename to kallithea/templates/admin/repo_groups/repo_group_edit_advanced.html
diff --git a/rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html b/kallithea/templates/admin/repo_groups/repo_group_edit_perms.html
rename from rhodecode/templates/admin/repo_groups/repo_group_edit_perms.html
rename to kallithea/templates/admin/repo_groups/repo_group_edit_perms.html
diff --git a/rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html b/kallithea/templates/admin/repo_groups/repo_group_edit_settings.html
rename from rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html
rename to kallithea/templates/admin/repo_groups/repo_group_edit_settings.html
diff --git a/rhodecode/templates/admin/repo_groups/repo_group_show.html b/kallithea/templates/admin/repo_groups/repo_group_show.html
rename from rhodecode/templates/admin/repo_groups/repo_group_show.html
rename to kallithea/templates/admin/repo_groups/repo_group_show.html
diff --git a/rhodecode/templates/admin/repo_groups/repo_groups.html b/kallithea/templates/admin/repo_groups/repo_groups.html
rename from rhodecode/templates/admin/repo_groups/repo_groups.html
rename to kallithea/templates/admin/repo_groups/repo_groups.html
diff --git a/rhodecode/templates/admin/repos/repo_add.html b/kallithea/templates/admin/repos/repo_add.html
rename from rhodecode/templates/admin/repos/repo_add.html
rename to kallithea/templates/admin/repos/repo_add.html
diff --git a/rhodecode/templates/admin/repos/repo_add_base.html b/kallithea/templates/admin/repos/repo_add_base.html
rename from rhodecode/templates/admin/repos/repo_add_base.html
rename to kallithea/templates/admin/repos/repo_add_base.html
diff --git a/rhodecode/templates/admin/repos/repo_creating.html b/kallithea/templates/admin/repos/repo_creating.html
rename from rhodecode/templates/admin/repos/repo_creating.html
rename to kallithea/templates/admin/repos/repo_creating.html
diff --git a/rhodecode/templates/admin/repos/repo_edit.html b/kallithea/templates/admin/repos/repo_edit.html
rename from rhodecode/templates/admin/repos/repo_edit.html
rename to kallithea/templates/admin/repos/repo_edit.html
diff --git a/rhodecode/templates/admin/repos/repo_edit_advanced.html b/kallithea/templates/admin/repos/repo_edit_advanced.html
rename from rhodecode/templates/admin/repos/repo_edit_advanced.html
rename to kallithea/templates/admin/repos/repo_edit_advanced.html
diff --git a/rhodecode/templates/admin/repos/repo_edit_caches.html b/kallithea/templates/admin/repos/repo_edit_caches.html
rename from rhodecode/templates/admin/repos/repo_edit_caches.html
rename to kallithea/templates/admin/repos/repo_edit_caches.html
diff --git a/rhodecode/templates/admin/repos/repo_edit_fields.html b/kallithea/templates/admin/repos/repo_edit_fields.html
rename from rhodecode/templates/admin/repos/repo_edit_fields.html
rename to kallithea/templates/admin/repos/repo_edit_fields.html
diff --git a/rhodecode/templates/admin/repos/repo_edit_fork.html b/kallithea/templates/admin/repos/repo_edit_fork.html
rename from rhodecode/templates/admin/repos/repo_edit_fork.html
rename to kallithea/templates/admin/repos/repo_edit_fork.html
diff --git a/rhodecode/templates/admin/repos/repo_edit_permissions.html b/kallithea/templates/admin/repos/repo_edit_permissions.html
rename from rhodecode/templates/admin/repos/repo_edit_permissions.html
rename to kallithea/templates/admin/repos/repo_edit_permissions.html
diff --git a/rhodecode/templates/admin/repos/repo_edit_remote.html b/kallithea/templates/admin/repos/repo_edit_remote.html
rename from rhodecode/templates/admin/repos/repo_edit_remote.html
rename to kallithea/templates/admin/repos/repo_edit_remote.html
diff --git a/rhodecode/templates/admin/repos/repo_edit_settings.html b/kallithea/templates/admin/repos/repo_edit_settings.html
rename from rhodecode/templates/admin/repos/repo_edit_settings.html
rename to kallithea/templates/admin/repos/repo_edit_settings.html
diff --git a/rhodecode/templates/admin/repos/repo_edit_statistics.html b/kallithea/templates/admin/repos/repo_edit_statistics.html
rename from rhodecode/templates/admin/repos/repo_edit_statistics.html
rename to kallithea/templates/admin/repos/repo_edit_statistics.html
diff --git a/rhodecode/templates/admin/repos/repos.html b/kallithea/templates/admin/repos/repos.html
rename from rhodecode/templates/admin/repos/repos.html
rename to kallithea/templates/admin/repos/repos.html
diff --git a/rhodecode/templates/admin/settings/settings.html b/kallithea/templates/admin/settings/settings.html
rename from rhodecode/templates/admin/settings/settings.html
rename to kallithea/templates/admin/settings/settings.html
diff --git a/rhodecode/templates/admin/settings/settings_email.html b/kallithea/templates/admin/settings/settings_email.html
rename from rhodecode/templates/admin/settings/settings_email.html
rename to kallithea/templates/admin/settings/settings_email.html
diff --git a/rhodecode/templates/admin/settings/settings_global.html b/kallithea/templates/admin/settings/settings_global.html
rename from rhodecode/templates/admin/settings/settings_global.html
rename to kallithea/templates/admin/settings/settings_global.html
diff --git a/rhodecode/templates/admin/settings/settings_hooks.html b/kallithea/templates/admin/settings/settings_hooks.html
rename from rhodecode/templates/admin/settings/settings_hooks.html
rename to kallithea/templates/admin/settings/settings_hooks.html
diff --git a/rhodecode/templates/admin/settings/settings_mapping.html b/kallithea/templates/admin/settings/settings_mapping.html
rename from rhodecode/templates/admin/settings/settings_mapping.html
rename to kallithea/templates/admin/settings/settings_mapping.html
diff --git a/rhodecode/templates/admin/settings/settings_search.html b/kallithea/templates/admin/settings/settings_search.html
rename from rhodecode/templates/admin/settings/settings_search.html
rename to kallithea/templates/admin/settings/settings_search.html
diff --git a/rhodecode/templates/admin/settings/settings_system.html b/kallithea/templates/admin/settings/settings_system.html
rename from rhodecode/templates/admin/settings/settings_system.html
rename to kallithea/templates/admin/settings/settings_system.html
diff --git a/rhodecode/templates/admin/settings/settings_system_update.html b/kallithea/templates/admin/settings/settings_system_update.html
rename from rhodecode/templates/admin/settings/settings_system_update.html
rename to kallithea/templates/admin/settings/settings_system_update.html
diff --git a/rhodecode/templates/admin/settings/settings_vcs.html b/kallithea/templates/admin/settings/settings_vcs.html
rename from rhodecode/templates/admin/settings/settings_vcs.html
rename to kallithea/templates/admin/settings/settings_vcs.html
diff --git a/rhodecode/templates/admin/settings/settings_visual.html b/kallithea/templates/admin/settings/settings_visual.html
rename from rhodecode/templates/admin/settings/settings_visual.html
rename to kallithea/templates/admin/settings/settings_visual.html
diff --git a/rhodecode/templates/admin/user_groups/user_group_add.html b/kallithea/templates/admin/user_groups/user_group_add.html
rename from rhodecode/templates/admin/user_groups/user_group_add.html
rename to kallithea/templates/admin/user_groups/user_group_add.html
diff --git a/rhodecode/templates/admin/user_groups/user_group_edit.html b/kallithea/templates/admin/user_groups/user_group_edit.html
rename from rhodecode/templates/admin/user_groups/user_group_edit.html
rename to kallithea/templates/admin/user_groups/user_group_edit.html
diff --git a/rhodecode/templates/admin/user_groups/user_group_edit_advanced.html b/kallithea/templates/admin/user_groups/user_group_edit_advanced.html
rename from rhodecode/templates/admin/user_groups/user_group_edit_advanced.html
rename to kallithea/templates/admin/user_groups/user_group_edit_advanced.html
diff --git a/rhodecode/templates/admin/user_groups/user_group_edit_default_perms.html b/kallithea/templates/admin/user_groups/user_group_edit_default_perms.html
rename from rhodecode/templates/admin/user_groups/user_group_edit_default_perms.html
rename to kallithea/templates/admin/user_groups/user_group_edit_default_perms.html
diff --git a/rhodecode/templates/admin/user_groups/user_group_edit_members.html b/kallithea/templates/admin/user_groups/user_group_edit_members.html
rename from rhodecode/templates/admin/user_groups/user_group_edit_members.html
rename to kallithea/templates/admin/user_groups/user_group_edit_members.html
diff --git a/rhodecode/templates/admin/user_groups/user_group_edit_perms.html b/kallithea/templates/admin/user_groups/user_group_edit_perms.html
rename from rhodecode/templates/admin/user_groups/user_group_edit_perms.html
rename to kallithea/templates/admin/user_groups/user_group_edit_perms.html
diff --git a/rhodecode/templates/admin/user_groups/user_group_edit_settings.html b/kallithea/templates/admin/user_groups/user_group_edit_settings.html
rename from rhodecode/templates/admin/user_groups/user_group_edit_settings.html
rename to kallithea/templates/admin/user_groups/user_group_edit_settings.html
diff --git a/rhodecode/templates/admin/user_groups/user_groups.html b/kallithea/templates/admin/user_groups/user_groups.html
rename from rhodecode/templates/admin/user_groups/user_groups.html
rename to kallithea/templates/admin/user_groups/user_groups.html
diff --git a/rhodecode/templates/admin/users/user_add.html b/kallithea/templates/admin/users/user_add.html
rename from rhodecode/templates/admin/users/user_add.html
rename to kallithea/templates/admin/users/user_add.html
diff --git a/rhodecode/templates/admin/users/user_edit.html b/kallithea/templates/admin/users/user_edit.html
rename from rhodecode/templates/admin/users/user_edit.html
rename to kallithea/templates/admin/users/user_edit.html
diff --git a/rhodecode/templates/admin/users/user_edit_advanced.html b/kallithea/templates/admin/users/user_edit_advanced.html
rename from rhodecode/templates/admin/users/user_edit_advanced.html
rename to kallithea/templates/admin/users/user_edit_advanced.html
diff --git a/rhodecode/templates/admin/users/user_edit_api_keys.html b/kallithea/templates/admin/users/user_edit_api_keys.html
rename from rhodecode/templates/admin/users/user_edit_api_keys.html
rename to kallithea/templates/admin/users/user_edit_api_keys.html
diff --git a/rhodecode/templates/admin/users/user_edit_emails.html b/kallithea/templates/admin/users/user_edit_emails.html
rename from rhodecode/templates/admin/users/user_edit_emails.html
rename to kallithea/templates/admin/users/user_edit_emails.html
diff --git a/rhodecode/templates/admin/users/user_edit_ips.html b/kallithea/templates/admin/users/user_edit_ips.html
rename from rhodecode/templates/admin/users/user_edit_ips.html
rename to kallithea/templates/admin/users/user_edit_ips.html
diff --git a/rhodecode/templates/admin/users/user_edit_perms.html b/kallithea/templates/admin/users/user_edit_perms.html
rename from rhodecode/templates/admin/users/user_edit_perms.html
rename to kallithea/templates/admin/users/user_edit_perms.html
diff --git a/rhodecode/templates/admin/users/user_edit_profile.html b/kallithea/templates/admin/users/user_edit_profile.html
rename from rhodecode/templates/admin/users/user_edit_profile.html
rename to kallithea/templates/admin/users/user_edit_profile.html
diff --git a/rhodecode/templates/admin/users/users.html b/kallithea/templates/admin/users/users.html
rename from rhodecode/templates/admin/users/users.html
rename to kallithea/templates/admin/users/users.html
diff --git a/rhodecode/templates/base/base.html b/kallithea/templates/base/base.html
rename from rhodecode/templates/base/base.html
rename to kallithea/templates/base/base.html
diff --git a/rhodecode/templates/base/default_perms_box.html b/kallithea/templates/base/default_perms_box.html
rename from rhodecode/templates/base/default_perms_box.html
rename to kallithea/templates/base/default_perms_box.html
diff --git a/rhodecode/templates/base/flash_msg.html b/kallithea/templates/base/flash_msg.html
rename from rhodecode/templates/base/flash_msg.html
rename to kallithea/templates/base/flash_msg.html
diff --git a/rhodecode/templates/base/perms_summary.html b/kallithea/templates/base/perms_summary.html
rename from rhodecode/templates/base/perms_summary.html
rename to kallithea/templates/base/perms_summary.html
diff --git a/rhodecode/templates/base/root.html b/kallithea/templates/base/root.html
rename from rhodecode/templates/base/root.html
rename to kallithea/templates/base/root.html
diff --git a/rhodecode/templates/bookmarks/bookmarks.html b/kallithea/templates/bookmarks/bookmarks.html
rename from rhodecode/templates/bookmarks/bookmarks.html
rename to kallithea/templates/bookmarks/bookmarks.html
diff --git a/rhodecode/templates/bookmarks/bookmarks_data.html b/kallithea/templates/bookmarks/bookmarks_data.html
rename from rhodecode/templates/bookmarks/bookmarks_data.html
rename to kallithea/templates/bookmarks/bookmarks_data.html
diff --git a/rhodecode/templates/branches/branches.html b/kallithea/templates/branches/branches.html
rename from rhodecode/templates/branches/branches.html
rename to kallithea/templates/branches/branches.html
diff --git a/rhodecode/templates/branches/branches_data.html b/kallithea/templates/branches/branches_data.html
rename from rhodecode/templates/branches/branches_data.html
rename to kallithea/templates/branches/branches_data.html
diff --git a/rhodecode/templates/changelog/changelog.html b/kallithea/templates/changelog/changelog.html
rename from rhodecode/templates/changelog/changelog.html
rename to kallithea/templates/changelog/changelog.html
diff --git a/rhodecode/templates/changelog/changelog_details.html b/kallithea/templates/changelog/changelog_details.html
rename from rhodecode/templates/changelog/changelog_details.html
rename to kallithea/templates/changelog/changelog_details.html
diff --git a/rhodecode/templates/changelog/changelog_summary_data.html b/kallithea/templates/changelog/changelog_summary_data.html
rename from rhodecode/templates/changelog/changelog_summary_data.html
rename to kallithea/templates/changelog/changelog_summary_data.html
diff --git a/rhodecode/templates/changeset/changeset.html b/kallithea/templates/changeset/changeset.html
rename from rhodecode/templates/changeset/changeset.html
rename to kallithea/templates/changeset/changeset.html
diff --git a/rhodecode/templates/changeset/changeset_comment_block.html b/kallithea/templates/changeset/changeset_comment_block.html
rename from rhodecode/templates/changeset/changeset_comment_block.html
rename to kallithea/templates/changeset/changeset_comment_block.html
diff --git a/rhodecode/templates/changeset/changeset_file_comment.html b/kallithea/templates/changeset/changeset_file_comment.html
rename from rhodecode/templates/changeset/changeset_file_comment.html
rename to kallithea/templates/changeset/changeset_file_comment.html
diff --git a/rhodecode/templates/changeset/changeset_range.html b/kallithea/templates/changeset/changeset_range.html
rename from rhodecode/templates/changeset/changeset_range.html
rename to kallithea/templates/changeset/changeset_range.html
diff --git a/rhodecode/templates/changeset/diff_block.html b/kallithea/templates/changeset/diff_block.html
rename from rhodecode/templates/changeset/diff_block.html
rename to kallithea/templates/changeset/diff_block.html
diff --git a/rhodecode/templates/changeset/patch_changeset.html b/kallithea/templates/changeset/patch_changeset.html
rename from rhodecode/templates/changeset/patch_changeset.html
rename to kallithea/templates/changeset/patch_changeset.html
diff --git a/rhodecode/templates/compare/compare_cs.html b/kallithea/templates/compare/compare_cs.html
rename from rhodecode/templates/compare/compare_cs.html
rename to kallithea/templates/compare/compare_cs.html
diff --git a/rhodecode/templates/compare/compare_diff.html b/kallithea/templates/compare/compare_diff.html
rename from rhodecode/templates/compare/compare_diff.html
rename to kallithea/templates/compare/compare_diff.html
diff --git a/rhodecode/templates/data_table/_dt_elements.html b/kallithea/templates/data_table/_dt_elements.html
rename from rhodecode/templates/data_table/_dt_elements.html
rename to kallithea/templates/data_table/_dt_elements.html
diff --git a/rhodecode/templates/email_templates/changeset_comment.html b/kallithea/templates/email_templates/changeset_comment.html
rename from rhodecode/templates/email_templates/changeset_comment.html
rename to kallithea/templates/email_templates/changeset_comment.html
diff --git a/rhodecode/templates/email_templates/default.html b/kallithea/templates/email_templates/default.html
rename from rhodecode/templates/email_templates/default.html
rename to kallithea/templates/email_templates/default.html
diff --git a/rhodecode/templates/email_templates/main.html b/kallithea/templates/email_templates/main.html
rename from rhodecode/templates/email_templates/main.html
rename to kallithea/templates/email_templates/main.html
diff --git a/rhodecode/templates/email_templates/password_reset.html b/kallithea/templates/email_templates/password_reset.html
rename from rhodecode/templates/email_templates/password_reset.html
rename to kallithea/templates/email_templates/password_reset.html
diff --git a/rhodecode/templates/email_templates/pull_request.html b/kallithea/templates/email_templates/pull_request.html
rename from rhodecode/templates/email_templates/pull_request.html
rename to kallithea/templates/email_templates/pull_request.html
diff --git a/rhodecode/templates/email_templates/pull_request_comment.html b/kallithea/templates/email_templates/pull_request_comment.html
rename from rhodecode/templates/email_templates/pull_request_comment.html
rename to kallithea/templates/email_templates/pull_request_comment.html
diff --git a/rhodecode/templates/email_templates/registration.html b/kallithea/templates/email_templates/registration.html
rename from rhodecode/templates/email_templates/registration.html
rename to kallithea/templates/email_templates/registration.html
diff --git a/rhodecode/templates/errors/error_document.html b/kallithea/templates/errors/error_document.html
rename from rhodecode/templates/errors/error_document.html
rename to kallithea/templates/errors/error_document.html
diff --git a/rhodecode/templates/files/diff_2way.html b/kallithea/templates/files/diff_2way.html
rename from rhodecode/templates/files/diff_2way.html
rename to kallithea/templates/files/diff_2way.html
diff --git a/rhodecode/templates/files/file_diff.html b/kallithea/templates/files/file_diff.html
rename from rhodecode/templates/files/file_diff.html
rename to kallithea/templates/files/file_diff.html
diff --git a/rhodecode/templates/files/files.html b/kallithea/templates/files/files.html
rename from rhodecode/templates/files/files.html
rename to kallithea/templates/files/files.html
diff --git a/rhodecode/templates/files/files_add.html b/kallithea/templates/files/files_add.html
rename from rhodecode/templates/files/files_add.html
rename to kallithea/templates/files/files_add.html
diff --git a/rhodecode/templates/files/files_browser.html b/kallithea/templates/files/files_browser.html
rename from rhodecode/templates/files/files_browser.html
rename to kallithea/templates/files/files_browser.html
diff --git a/rhodecode/templates/files/files_delete.html b/kallithea/templates/files/files_delete.html
rename from rhodecode/templates/files/files_delete.html
rename to kallithea/templates/files/files_delete.html
diff --git a/rhodecode/templates/files/files_edit.html b/kallithea/templates/files/files_edit.html
rename from rhodecode/templates/files/files_edit.html
rename to kallithea/templates/files/files_edit.html
diff --git a/rhodecode/templates/files/files_history_box.html b/kallithea/templates/files/files_history_box.html
rename from rhodecode/templates/files/files_history_box.html
rename to kallithea/templates/files/files_history_box.html
diff --git a/rhodecode/templates/files/files_source.html b/kallithea/templates/files/files_source.html
rename from rhodecode/templates/files/files_source.html
rename to kallithea/templates/files/files_source.html
diff --git a/rhodecode/templates/files/files_ypjax.html b/kallithea/templates/files/files_ypjax.html
rename from rhodecode/templates/files/files_ypjax.html
rename to kallithea/templates/files/files_ypjax.html
diff --git a/rhodecode/templates/followers/followers.html b/kallithea/templates/followers/followers.html
rename from rhodecode/templates/followers/followers.html
rename to kallithea/templates/followers/followers.html
diff --git a/rhodecode/templates/followers/followers_data.html b/kallithea/templates/followers/followers_data.html
rename from rhodecode/templates/followers/followers_data.html
rename to kallithea/templates/followers/followers_data.html
diff --git a/rhodecode/templates/forks/fork.html b/kallithea/templates/forks/fork.html
rename from rhodecode/templates/forks/fork.html
rename to kallithea/templates/forks/fork.html
diff --git a/rhodecode/templates/forks/forks.html b/kallithea/templates/forks/forks.html
rename from rhodecode/templates/forks/forks.html
rename to kallithea/templates/forks/forks.html
diff --git a/rhodecode/templates/forks/forks_data.html b/kallithea/templates/forks/forks_data.html
rename from rhodecode/templates/forks/forks_data.html
rename to kallithea/templates/forks/forks_data.html
diff --git a/rhodecode/templates/index.html b/kallithea/templates/index.html
rename from rhodecode/templates/index.html
rename to kallithea/templates/index.html
diff --git a/rhodecode/templates/index_base.html b/kallithea/templates/index_base.html
rename from rhodecode/templates/index_base.html
rename to kallithea/templates/index_base.html
diff --git a/rhodecode/templates/journal/journal.html b/kallithea/templates/journal/journal.html
rename from rhodecode/templates/journal/journal.html
rename to kallithea/templates/journal/journal.html
diff --git a/rhodecode/templates/journal/journal_data.html b/kallithea/templates/journal/journal_data.html
rename from rhodecode/templates/journal/journal_data.html
rename to kallithea/templates/journal/journal_data.html
diff --git a/rhodecode/templates/journal/public_journal.html b/kallithea/templates/journal/public_journal.html
rename from rhodecode/templates/journal/public_journal.html
rename to kallithea/templates/journal/public_journal.html
diff --git a/rhodecode/templates/login.html b/kallithea/templates/login.html
rename from rhodecode/templates/login.html
rename to kallithea/templates/login.html
diff --git a/rhodecode/templates/password_reset.html b/kallithea/templates/password_reset.html
rename from rhodecode/templates/password_reset.html
rename to kallithea/templates/password_reset.html
diff --git a/rhodecode/templates/password_reset_confirmation.html b/kallithea/templates/password_reset_confirmation.html
rename from rhodecode/templates/password_reset_confirmation.html
rename to kallithea/templates/password_reset_confirmation.html
diff --git a/rhodecode/templates/pullrequests/pullrequest.html b/kallithea/templates/pullrequests/pullrequest.html
rename from rhodecode/templates/pullrequests/pullrequest.html
rename to kallithea/templates/pullrequests/pullrequest.html
diff --git a/rhodecode/templates/pullrequests/pullrequest_data.html b/kallithea/templates/pullrequests/pullrequest_data.html
rename from rhodecode/templates/pullrequests/pullrequest_data.html
rename to kallithea/templates/pullrequests/pullrequest_data.html
diff --git a/rhodecode/templates/pullrequests/pullrequest_show.html b/kallithea/templates/pullrequests/pullrequest_show.html
rename from rhodecode/templates/pullrequests/pullrequest_show.html
rename to kallithea/templates/pullrequests/pullrequest_show.html
diff --git a/rhodecode/templates/pullrequests/pullrequest_show_all.html b/kallithea/templates/pullrequests/pullrequest_show_all.html
rename from rhodecode/templates/pullrequests/pullrequest_show_all.html
rename to kallithea/templates/pullrequests/pullrequest_show_all.html
diff --git a/rhodecode/templates/register.html b/kallithea/templates/register.html
rename from rhodecode/templates/register.html
rename to kallithea/templates/register.html
diff --git a/rhodecode/templates/search/search.html b/kallithea/templates/search/search.html
rename from rhodecode/templates/search/search.html
rename to kallithea/templates/search/search.html
diff --git a/rhodecode/templates/search/search_commit.html b/kallithea/templates/search/search_commit.html
rename from rhodecode/templates/search/search_commit.html
rename to kallithea/templates/search/search_commit.html
diff --git a/rhodecode/templates/search/search_content.html b/kallithea/templates/search/search_content.html
rename from rhodecode/templates/search/search_content.html
rename to kallithea/templates/search/search_content.html
diff --git a/rhodecode/templates/search/search_path.html b/kallithea/templates/search/search_path.html
rename from rhodecode/templates/search/search_path.html
rename to kallithea/templates/search/search_path.html
diff --git a/rhodecode/templates/search/search_repository.html b/kallithea/templates/search/search_repository.html
rename from rhodecode/templates/search/search_repository.html
rename to kallithea/templates/search/search_repository.html
diff --git a/rhodecode/templates/summary/statistics.html b/kallithea/templates/summary/statistics.html
rename from rhodecode/templates/summary/statistics.html
rename to kallithea/templates/summary/statistics.html
diff --git a/rhodecode/templates/summary/summary.html b/kallithea/templates/summary/summary.html
rename from rhodecode/templates/summary/summary.html
rename to kallithea/templates/summary/summary.html
diff --git a/rhodecode/templates/switch_to_list.html b/kallithea/templates/switch_to_list.html
rename from rhodecode/templates/switch_to_list.html
rename to kallithea/templates/switch_to_list.html
diff --git a/rhodecode/templates/tags/tags.html b/kallithea/templates/tags/tags.html
rename from rhodecode/templates/tags/tags.html
rename to kallithea/templates/tags/tags.html
diff --git a/rhodecode/templates/tags/tags_data.html b/kallithea/templates/tags/tags_data.html
rename from rhodecode/templates/tags/tags_data.html
rename to kallithea/templates/tags/tags_data.html
diff --git a/rhodecode/tests/__init__.py b/kallithea/tests/__init__.py
rename from rhodecode/tests/__init__.py
rename to kallithea/tests/__init__.py
diff --git a/rhodecode/tests/api/__init__.py b/kallithea/tests/api/__init__.py
rename from rhodecode/tests/api/__init__.py
rename to kallithea/tests/api/__init__.py
diff --git a/rhodecode/tests/api/api_base.py b/kallithea/tests/api/api_base.py
rename from rhodecode/tests/api/api_base.py
rename to kallithea/tests/api/api_base.py
diff --git a/rhodecode/tests/api/test_api_git.py b/kallithea/tests/api/test_api_git.py
rename from rhodecode/tests/api/test_api_git.py
rename to kallithea/tests/api/test_api_git.py
diff --git a/rhodecode/tests/api/test_api_hg.py b/kallithea/tests/api/test_api_hg.py
rename from rhodecode/tests/api/test_api_hg.py
rename to kallithea/tests/api/test_api_hg.py
diff --git a/rhodecode/tests/fixture.py b/kallithea/tests/fixture.py
rename from rhodecode/tests/fixture.py
rename to kallithea/tests/fixture.py
diff --git a/rhodecode/tests/fixtures/diff_with_diff_data.diff b/kallithea/tests/fixtures/diff_with_diff_data.diff
rename from rhodecode/tests/fixtures/diff_with_diff_data.diff
rename to kallithea/tests/fixtures/diff_with_diff_data.diff
diff --git a/rhodecode/tests/fixtures/git_diff_binary_and_normal.diff b/kallithea/tests/fixtures/git_diff_binary_and_normal.diff
rename from rhodecode/tests/fixtures/git_diff_binary_and_normal.diff
rename to kallithea/tests/fixtures/git_diff_binary_and_normal.diff
diff --git a/rhodecode/tests/fixtures/git_diff_chmod.diff b/kallithea/tests/fixtures/git_diff_chmod.diff
rename from rhodecode/tests/fixtures/git_diff_chmod.diff
rename to kallithea/tests/fixtures/git_diff_chmod.diff
diff --git a/rhodecode/tests/fixtures/git_diff_mod_single_binary_file.diff b/kallithea/tests/fixtures/git_diff_mod_single_binary_file.diff
rename from rhodecode/tests/fixtures/git_diff_mod_single_binary_file.diff
rename to kallithea/tests/fixtures/git_diff_mod_single_binary_file.diff
diff --git a/rhodecode/tests/fixtures/git_diff_rename_file.diff b/kallithea/tests/fixtures/git_diff_rename_file.diff
rename from rhodecode/tests/fixtures/git_diff_rename_file.diff
rename to kallithea/tests/fixtures/git_diff_rename_file.diff
diff --git a/rhodecode/tests/fixtures/git_node_history_response.json b/kallithea/tests/fixtures/git_node_history_response.json
rename from rhodecode/tests/fixtures/git_node_history_response.json
rename to kallithea/tests/fixtures/git_node_history_response.json
diff --git a/rhodecode/tests/fixtures/hg_diff_add_single_binary_file.diff b/kallithea/tests/fixtures/hg_diff_add_single_binary_file.diff
rename from rhodecode/tests/fixtures/hg_diff_add_single_binary_file.diff
rename to kallithea/tests/fixtures/hg_diff_add_single_binary_file.diff
diff --git a/rhodecode/tests/fixtures/hg_diff_binary_and_normal.diff b/kallithea/tests/fixtures/hg_diff_binary_and_normal.diff
rename from rhodecode/tests/fixtures/hg_diff_binary_and_normal.diff
rename to kallithea/tests/fixtures/hg_diff_binary_and_normal.diff
diff --git a/rhodecode/tests/fixtures/hg_diff_chmod.diff b/kallithea/tests/fixtures/hg_diff_chmod.diff
rename from rhodecode/tests/fixtures/hg_diff_chmod.diff
rename to kallithea/tests/fixtures/hg_diff_chmod.diff
diff --git a/rhodecode/tests/fixtures/hg_diff_chmod_and_mod_single_binary_file.diff b/kallithea/tests/fixtures/hg_diff_chmod_and_mod_single_binary_file.diff
rename from rhodecode/tests/fixtures/hg_diff_chmod_and_mod_single_binary_file.diff
rename to kallithea/tests/fixtures/hg_diff_chmod_and_mod_single_binary_file.diff
diff --git a/rhodecode/tests/fixtures/hg_diff_copy_and_chmod_file.diff b/kallithea/tests/fixtures/hg_diff_copy_and_chmod_file.diff
rename from rhodecode/tests/fixtures/hg_diff_copy_and_chmod_file.diff
rename to kallithea/tests/fixtures/hg_diff_copy_and_chmod_file.diff
diff --git a/rhodecode/tests/fixtures/hg_diff_copy_and_modify_file.diff b/kallithea/tests/fixtures/hg_diff_copy_and_modify_file.diff
rename from rhodecode/tests/fixtures/hg_diff_copy_and_modify_file.diff
rename to kallithea/tests/fixtures/hg_diff_copy_and_modify_file.diff
diff --git a/rhodecode/tests/fixtures/hg_diff_copy_chmod_and_edit_file.diff b/kallithea/tests/fixtures/hg_diff_copy_chmod_and_edit_file.diff
rename from rhodecode/tests/fixtures/hg_diff_copy_chmod_and_edit_file.diff
rename to kallithea/tests/fixtures/hg_diff_copy_chmod_and_edit_file.diff
diff --git a/rhodecode/tests/fixtures/hg_diff_copy_file.diff b/kallithea/tests/fixtures/hg_diff_copy_file.diff
rename from rhodecode/tests/fixtures/hg_diff_copy_file.diff
rename to kallithea/tests/fixtures/hg_diff_copy_file.diff
diff --git a/rhodecode/tests/fixtures/hg_diff_del_single_binary_file.diff b/kallithea/tests/fixtures/hg_diff_del_single_binary_file.diff
rename from rhodecode/tests/fixtures/hg_diff_del_single_binary_file.diff
rename to kallithea/tests/fixtures/hg_diff_del_single_binary_file.diff
diff --git a/rhodecode/tests/fixtures/hg_diff_mod_file_and_rename.diff b/kallithea/tests/fixtures/hg_diff_mod_file_and_rename.diff
rename from rhodecode/tests/fixtures/hg_diff_mod_file_and_rename.diff
rename to kallithea/tests/fixtures/hg_diff_mod_file_and_rename.diff
diff --git a/rhodecode/tests/fixtures/hg_diff_mod_single_binary_file.diff b/kallithea/tests/fixtures/hg_diff_mod_single_binary_file.diff
rename from rhodecode/tests/fixtures/hg_diff_mod_single_binary_file.diff
rename to kallithea/tests/fixtures/hg_diff_mod_single_binary_file.diff
diff --git a/rhodecode/tests/fixtures/hg_diff_mod_single_file_and_rename_and_chmod.diff b/kallithea/tests/fixtures/hg_diff_mod_single_file_and_rename_and_chmod.diff
rename from rhodecode/tests/fixtures/hg_diff_mod_single_file_and_rename_and_chmod.diff
rename to kallithea/tests/fixtures/hg_diff_mod_single_file_and_rename_and_chmod.diff
diff --git a/rhodecode/tests/fixtures/hg_diff_rename_and_chmod_file.diff b/kallithea/tests/fixtures/hg_diff_rename_and_chmod_file.diff
rename from rhodecode/tests/fixtures/hg_diff_rename_and_chmod_file.diff
rename to kallithea/tests/fixtures/hg_diff_rename_and_chmod_file.diff
diff --git a/rhodecode/tests/fixtures/hg_diff_rename_file.diff b/kallithea/tests/fixtures/hg_diff_rename_file.diff
rename from rhodecode/tests/fixtures/hg_diff_rename_file.diff
rename to kallithea/tests/fixtures/hg_diff_rename_file.diff
diff --git a/rhodecode/tests/fixtures/hg_node_history_response.json b/kallithea/tests/fixtures/hg_node_history_response.json
rename from rhodecode/tests/fixtures/hg_node_history_response.json
rename to kallithea/tests/fixtures/hg_node_history_response.json
diff --git a/rhodecode/tests/fixtures/journal_dump.csv b/kallithea/tests/fixtures/journal_dump.csv
rename from rhodecode/tests/fixtures/journal_dump.csv
rename to kallithea/tests/fixtures/journal_dump.csv
diff --git a/rhodecode/tests/fixtures/large_diff.diff b/kallithea/tests/fixtures/large_diff.diff
rename from rhodecode/tests/fixtures/large_diff.diff
rename to kallithea/tests/fixtures/large_diff.diff
diff --git a/rhodecode/tests/fixtures/vcs_test_git.tar.gz b/kallithea/tests/fixtures/vcs_test_git.tar.gz
rename from rhodecode/tests/fixtures/vcs_test_git.tar.gz
rename to kallithea/tests/fixtures/vcs_test_git.tar.gz
diff --git a/rhodecode/tests/fixtures/vcs_test_hg.tar.gz b/kallithea/tests/fixtures/vcs_test_hg.tar.gz
rename from rhodecode/tests/fixtures/vcs_test_hg.tar.gz
rename to kallithea/tests/fixtures/vcs_test_hg.tar.gz
diff --git a/rhodecode/tests/functional/__init__.py b/kallithea/tests/functional/__init__.py
rename from rhodecode/tests/functional/__init__.py
rename to kallithea/tests/functional/__init__.py
diff --git a/rhodecode/tests/functional/test_admin.py b/kallithea/tests/functional/test_admin.py
rename from rhodecode/tests/functional/test_admin.py
rename to kallithea/tests/functional/test_admin.py
diff --git a/rhodecode/tests/functional/test_admin_auth_settings.py b/kallithea/tests/functional/test_admin_auth_settings.py
rename from rhodecode/tests/functional/test_admin_auth_settings.py
rename to kallithea/tests/functional/test_admin_auth_settings.py
diff --git a/rhodecode/tests/functional/test_admin_defaults.py b/kallithea/tests/functional/test_admin_defaults.py
rename from rhodecode/tests/functional/test_admin_defaults.py
rename to kallithea/tests/functional/test_admin_defaults.py
diff --git a/rhodecode/tests/functional/test_admin_gists.py b/kallithea/tests/functional/test_admin_gists.py
rename from rhodecode/tests/functional/test_admin_gists.py
rename to kallithea/tests/functional/test_admin_gists.py
diff --git a/rhodecode/tests/functional/test_admin_notifications.py b/kallithea/tests/functional/test_admin_notifications.py
rename from rhodecode/tests/functional/test_admin_notifications.py
rename to kallithea/tests/functional/test_admin_notifications.py
diff --git a/rhodecode/tests/functional/test_admin_permissions.py b/kallithea/tests/functional/test_admin_permissions.py
rename from rhodecode/tests/functional/test_admin_permissions.py
rename to kallithea/tests/functional/test_admin_permissions.py
diff --git a/rhodecode/tests/functional/test_admin_repo_groups.py b/kallithea/tests/functional/test_admin_repo_groups.py
rename from rhodecode/tests/functional/test_admin_repo_groups.py
rename to kallithea/tests/functional/test_admin_repo_groups.py
diff --git a/rhodecode/tests/functional/test_admin_repos.py b/kallithea/tests/functional/test_admin_repos.py
rename from rhodecode/tests/functional/test_admin_repos.py
rename to kallithea/tests/functional/test_admin_repos.py
diff --git a/rhodecode/tests/functional/test_admin_settings.py b/kallithea/tests/functional/test_admin_settings.py
rename from rhodecode/tests/functional/test_admin_settings.py
rename to kallithea/tests/functional/test_admin_settings.py
diff --git a/rhodecode/tests/functional/test_admin_user_groups.py b/kallithea/tests/functional/test_admin_user_groups.py
rename from rhodecode/tests/functional/test_admin_user_groups.py
rename to kallithea/tests/functional/test_admin_user_groups.py
diff --git a/rhodecode/tests/functional/test_admin_users.py b/kallithea/tests/functional/test_admin_users.py
rename from rhodecode/tests/functional/test_admin_users.py
rename to kallithea/tests/functional/test_admin_users.py
diff --git a/rhodecode/tests/functional/test_branches.py b/kallithea/tests/functional/test_branches.py
rename from rhodecode/tests/functional/test_branches.py
rename to kallithea/tests/functional/test_branches.py
diff --git a/rhodecode/tests/functional/test_changelog.py b/kallithea/tests/functional/test_changelog.py
rename from rhodecode/tests/functional/test_changelog.py
rename to kallithea/tests/functional/test_changelog.py
diff --git a/rhodecode/tests/functional/test_changeset.py b/kallithea/tests/functional/test_changeset.py
rename from rhodecode/tests/functional/test_changeset.py
rename to kallithea/tests/functional/test_changeset.py
diff --git a/rhodecode/tests/functional/test_changeset_comments.py b/kallithea/tests/functional/test_changeset_comments.py
rename from rhodecode/tests/functional/test_changeset_comments.py
rename to kallithea/tests/functional/test_changeset_comments.py
diff --git a/rhodecode/tests/functional/test_compare.py b/kallithea/tests/functional/test_compare.py
rename from rhodecode/tests/functional/test_compare.py
rename to kallithea/tests/functional/test_compare.py
diff --git a/rhodecode/tests/functional/test_compare_local.py b/kallithea/tests/functional/test_compare_local.py
rename from rhodecode/tests/functional/test_compare_local.py
rename to kallithea/tests/functional/test_compare_local.py
diff --git a/rhodecode/tests/functional/test_feed.py b/kallithea/tests/functional/test_feed.py
rename from rhodecode/tests/functional/test_feed.py
rename to kallithea/tests/functional/test_feed.py
diff --git a/rhodecode/tests/functional/test_files.py b/kallithea/tests/functional/test_files.py
rename from rhodecode/tests/functional/test_files.py
rename to kallithea/tests/functional/test_files.py
diff --git a/rhodecode/tests/functional/test_followers.py b/kallithea/tests/functional/test_followers.py
rename from rhodecode/tests/functional/test_followers.py
rename to kallithea/tests/functional/test_followers.py
diff --git a/rhodecode/tests/functional/test_forks.py b/kallithea/tests/functional/test_forks.py
rename from rhodecode/tests/functional/test_forks.py
rename to kallithea/tests/functional/test_forks.py
diff --git a/rhodecode/tests/functional/test_home.py b/kallithea/tests/functional/test_home.py
rename from rhodecode/tests/functional/test_home.py
rename to kallithea/tests/functional/test_home.py
diff --git a/rhodecode/tests/functional/test_journal.py b/kallithea/tests/functional/test_journal.py
rename from rhodecode/tests/functional/test_journal.py
rename to kallithea/tests/functional/test_journal.py
diff --git a/rhodecode/tests/functional/test_login.py b/kallithea/tests/functional/test_login.py
rename from rhodecode/tests/functional/test_login.py
rename to kallithea/tests/functional/test_login.py
diff --git a/rhodecode/tests/functional/test_my_account.py b/kallithea/tests/functional/test_my_account.py
rename from rhodecode/tests/functional/test_my_account.py
rename to kallithea/tests/functional/test_my_account.py
diff --git a/rhodecode/tests/functional/test_pullrequests.py b/kallithea/tests/functional/test_pullrequests.py
rename from rhodecode/tests/functional/test_pullrequests.py
rename to kallithea/tests/functional/test_pullrequests.py
diff --git a/rhodecode/tests/functional/test_repo_groups.py b/kallithea/tests/functional/test_repo_groups.py
rename from rhodecode/tests/functional/test_repo_groups.py
rename to kallithea/tests/functional/test_repo_groups.py
diff --git a/rhodecode/tests/functional/test_search.py b/kallithea/tests/functional/test_search.py
rename from rhodecode/tests/functional/test_search.py
rename to kallithea/tests/functional/test_search.py
diff --git a/rhodecode/tests/functional/test_summary.py b/kallithea/tests/functional/test_summary.py
rename from rhodecode/tests/functional/test_summary.py
rename to kallithea/tests/functional/test_summary.py
diff --git a/rhodecode/tests/functional/test_tags.py b/kallithea/tests/functional/test_tags.py
rename from rhodecode/tests/functional/test_tags.py
rename to kallithea/tests/functional/test_tags.py
diff --git a/rhodecode/tests/models/__init__.py b/kallithea/tests/models/__init__.py
rename from rhodecode/tests/models/__init__.py
rename to kallithea/tests/models/__init__.py
diff --git a/rhodecode/tests/models/common.py b/kallithea/tests/models/common.py
rename from rhodecode/tests/models/common.py
rename to kallithea/tests/models/common.py
diff --git a/rhodecode/tests/models/test_diff_parsers.py b/kallithea/tests/models/test_diff_parsers.py
rename from rhodecode/tests/models/test_diff_parsers.py
rename to kallithea/tests/models/test_diff_parsers.py
diff --git a/rhodecode/tests/models/test_notifications.py b/kallithea/tests/models/test_notifications.py
rename from rhodecode/tests/models/test_notifications.py
rename to kallithea/tests/models/test_notifications.py
diff --git a/rhodecode/tests/models/test_permissions.py b/kallithea/tests/models/test_permissions.py
rename from rhodecode/tests/models/test_permissions.py
rename to kallithea/tests/models/test_permissions.py
diff --git a/rhodecode/tests/models/test_repo_groups.py b/kallithea/tests/models/test_repo_groups.py
rename from rhodecode/tests/models/test_repo_groups.py
rename to kallithea/tests/models/test_repo_groups.py
diff --git a/rhodecode/tests/models/test_repos.py b/kallithea/tests/models/test_repos.py
rename from rhodecode/tests/models/test_repos.py
rename to kallithea/tests/models/test_repos.py
diff --git a/rhodecode/tests/models/test_user_group_permissions_on_repo_groups.py b/kallithea/tests/models/test_user_group_permissions_on_repo_groups.py
rename from rhodecode/tests/models/test_user_group_permissions_on_repo_groups.py
rename to kallithea/tests/models/test_user_group_permissions_on_repo_groups.py
diff --git a/rhodecode/tests/models/test_user_groups.py b/kallithea/tests/models/test_user_groups.py
rename from rhodecode/tests/models/test_user_groups.py
rename to kallithea/tests/models/test_user_groups.py
diff --git a/rhodecode/tests/models/test_user_permissions_on_repo_groups.py b/kallithea/tests/models/test_user_permissions_on_repo_groups.py
rename from rhodecode/tests/models/test_user_permissions_on_repo_groups.py
rename to kallithea/tests/models/test_user_permissions_on_repo_groups.py
diff --git a/rhodecode/tests/models/test_user_permissions_on_repos.py b/kallithea/tests/models/test_user_permissions_on_repos.py
rename from rhodecode/tests/models/test_user_permissions_on_repos.py
rename to kallithea/tests/models/test_user_permissions_on_repos.py
diff --git a/rhodecode/tests/models/test_users.py b/kallithea/tests/models/test_users.py
rename from rhodecode/tests/models/test_users.py
rename to kallithea/tests/models/test_users.py
diff --git a/rhodecode/tests/nose_parametrized.py b/kallithea/tests/nose_parametrized.py
rename from rhodecode/tests/nose_parametrized.py
rename to kallithea/tests/nose_parametrized.py
diff --git a/rhodecode/tests/other/__init__.py b/kallithea/tests/other/__init__.py
rename from rhodecode/tests/other/__init__.py
rename to kallithea/tests/other/__init__.py
diff --git a/rhodecode/tests/other/test_libs.py b/kallithea/tests/other/test_libs.py
rename from rhodecode/tests/other/test_libs.py
rename to kallithea/tests/other/test_libs.py
diff --git a/rhodecode/tests/other/test_validators.py b/kallithea/tests/other/test_validators.py
rename from rhodecode/tests/other/test_validators.py
rename to kallithea/tests/other/test_validators.py
diff --git a/rhodecode/tests/other/test_vcs_operations.py b/kallithea/tests/other/test_vcs_operations.py
rename from rhodecode/tests/other/test_vcs_operations.py
rename to kallithea/tests/other/test_vcs_operations.py
diff --git a/rhodecode/tests/scripts/create_rc.sh b/kallithea/tests/scripts/create_rc.sh
rename from rhodecode/tests/scripts/create_rc.sh
rename to kallithea/tests/scripts/create_rc.sh
diff --git a/rhodecode/tests/scripts/mem_watch b/kallithea/tests/scripts/mem_watch
rename from rhodecode/tests/scripts/mem_watch
rename to kallithea/tests/scripts/mem_watch
diff --git a/rhodecode/tests/scripts/test_concurency.py b/kallithea/tests/scripts/test_concurency.py
rename from rhodecode/tests/scripts/test_concurency.py
rename to kallithea/tests/scripts/test_concurency.py
diff --git a/rhodecode/tests/scripts/test_crawler.py b/kallithea/tests/scripts/test_crawler.py
rename from rhodecode/tests/scripts/test_crawler.py
rename to kallithea/tests/scripts/test_crawler.py
diff --git a/rhodecode/tests/vcs/__init__.py b/kallithea/tests/vcs/__init__.py
rename from rhodecode/tests/vcs/__init__.py
rename to kallithea/tests/vcs/__init__.py
diff --git a/rhodecode/tests/vcs/aconfig b/kallithea/tests/vcs/aconfig
rename from rhodecode/tests/vcs/aconfig
rename to kallithea/tests/vcs/aconfig
diff --git a/rhodecode/tests/vcs/base.py b/kallithea/tests/vcs/base.py
rename from rhodecode/tests/vcs/base.py
rename to kallithea/tests/vcs/base.py
diff --git a/rhodecode/tests/vcs/conf.py b/kallithea/tests/vcs/conf.py
rename from rhodecode/tests/vcs/conf.py
rename to kallithea/tests/vcs/conf.py
diff --git a/rhodecode/tests/vcs/test_archives.py b/kallithea/tests/vcs/test_archives.py
rename from rhodecode/tests/vcs/test_archives.py
rename to kallithea/tests/vcs/test_archives.py
diff --git a/rhodecode/tests/vcs/test_branches.py b/kallithea/tests/vcs/test_branches.py
rename from rhodecode/tests/vcs/test_branches.py
rename to kallithea/tests/vcs/test_branches.py
diff --git a/rhodecode/tests/vcs/test_changesets.py b/kallithea/tests/vcs/test_changesets.py
rename from rhodecode/tests/vcs/test_changesets.py
rename to kallithea/tests/vcs/test_changesets.py
diff --git a/rhodecode/tests/vcs/test_filenodes_unicode_path.py b/kallithea/tests/vcs/test_filenodes_unicode_path.py
rename from rhodecode/tests/vcs/test_filenodes_unicode_path.py
rename to kallithea/tests/vcs/test_filenodes_unicode_path.py
diff --git a/rhodecode/tests/vcs/test_getitem.py b/kallithea/tests/vcs/test_getitem.py
rename from rhodecode/tests/vcs/test_getitem.py
rename to kallithea/tests/vcs/test_getitem.py
diff --git a/rhodecode/tests/vcs/test_getslice.py b/kallithea/tests/vcs/test_getslice.py
rename from rhodecode/tests/vcs/test_getslice.py
rename to kallithea/tests/vcs/test_getslice.py
diff --git a/rhodecode/tests/vcs/test_git.py b/kallithea/tests/vcs/test_git.py
rename from rhodecode/tests/vcs/test_git.py
rename to kallithea/tests/vcs/test_git.py
diff --git a/rhodecode/tests/vcs/test_hg.py b/kallithea/tests/vcs/test_hg.py
rename from rhodecode/tests/vcs/test_hg.py
rename to kallithea/tests/vcs/test_hg.py
diff --git a/rhodecode/tests/vcs/test_inmemchangesets.py b/kallithea/tests/vcs/test_inmemchangesets.py
rename from rhodecode/tests/vcs/test_inmemchangesets.py
rename to kallithea/tests/vcs/test_inmemchangesets.py
diff --git a/rhodecode/tests/vcs/test_nodes.py b/kallithea/tests/vcs/test_nodes.py
rename from rhodecode/tests/vcs/test_nodes.py
rename to kallithea/tests/vcs/test_nodes.py
diff --git a/rhodecode/tests/vcs/test_repository.py b/kallithea/tests/vcs/test_repository.py
rename from rhodecode/tests/vcs/test_repository.py
rename to kallithea/tests/vcs/test_repository.py
diff --git a/rhodecode/tests/vcs/test_tags.py b/kallithea/tests/vcs/test_tags.py
rename from rhodecode/tests/vcs/test_tags.py
rename to kallithea/tests/vcs/test_tags.py
diff --git a/rhodecode/tests/vcs/test_utils.py b/kallithea/tests/vcs/test_utils.py
rename from rhodecode/tests/vcs/test_utils.py
rename to kallithea/tests/vcs/test_utils.py
diff --git a/rhodecode/tests/vcs/test_utils_filesize.py b/kallithea/tests/vcs/test_utils_filesize.py
rename from rhodecode/tests/vcs/test_utils_filesize.py
rename to kallithea/tests/vcs/test_utils_filesize.py
diff --git a/rhodecode/tests/vcs/test_vcs.py b/kallithea/tests/vcs/test_vcs.py
rename from rhodecode/tests/vcs/test_vcs.py
rename to kallithea/tests/vcs/test_vcs.py
diff --git a/rhodecode/tests/vcs/test_workdirs.py b/kallithea/tests/vcs/test_workdirs.py
rename from rhodecode/tests/vcs/test_workdirs.py
rename to kallithea/tests/vcs/test_workdirs.py
diff --git a/rhodecode/tests/vcs/utils.py b/kallithea/tests/vcs/utils.py
rename from rhodecode/tests/vcs/utils.py
rename to kallithea/tests/vcs/utils.py
diff --git a/rhodecode/websetup.py b/kallithea/websetup.py
rename from rhodecode/websetup.py
rename to kallithea/websetup.py