AUTHORS
LICENSE
MANIFEST.in
README
setup.py
ecm/__init__.py
ecm/db_routers.py
ecm/menu.py
ecm/urls.py
ecm.egg-info/PKG-INFO
ecm.egg-info/SOURCES.txt
ecm.egg-info/dependency_links.txt
ecm.egg-info/entry_points.txt
ecm.egg-info/not-zip-safe
ecm.egg-info/requires.txt
ecm.egg-info/top_level.txt
ecm/admin/__init__.py
ecm/admin/cli.py
ecm/admin/util.py
ecm/admin/cmd/__init__.py
ecm/admin/cmd/create.py
ecm/admin/cmd/daemon.py
ecm/admin/cmd/eve_ecm_patch.sql
ecm/admin/cmd/init.py
ecm/admin/cmd/manage.py
ecm/admin/cmd/run.py
ecm/admin/cmd/upgrade.py
ecm/admin/instance_template/__init__.py
ecm/admin/instance_template/manage.py
ecm/admin/instance_template/settings.ini
ecm/admin/instance_template/settings.py
ecm/admin/instance_template/apache/apache_mod_wsgi.py
ecm/admin/instance_template/examples/apache_mod_wsgi_vhost.example
ecm/admin/instance_template/examples/apache_reverse_proxy.example
ecm/admin/instance_template/examples/phpbb2_simple_auth.php
ecm/admin/instance_template/examples/phpbb2_sync.py
ecm/admin/instance_template/examples/phpbb3_simple_auth.php
ecm/admin/instance_template/examples/phpbb3_sync.php
ecm/apps/__init__.py
ecm/apps/common/__init__.py
ecm/apps/common/admin.py
ecm/apps/common/auth.py
ecm/apps/common/models.py
ecm/apps/common/fixtures/initial_data.json
ecm/apps/common/migrations/0001_initial.py
ecm/apps/common/migrations/0002_auto__del_apikey__add_setting.py
ecm/apps/common/migrations/0002_auto__del_apikey__add_setting.py.orig
ecm/apps/common/migrations/__init__.py
ecm/apps/common/tasks/__init__.py
ecm/apps/common/tasks/outposts.py
ecm/apps/common/tasks/users.py
ecm/apps/corp/__init__.py
ecm/apps/corp/admin.py
ecm/apps/corp/models.py
ecm/apps/corp/fixtures/initial_data.json
ecm/apps/corp/migrations/0001_initial.py
ecm/apps/corp/migrations/__init__.py
ecm/apps/corp/tasks/__init__.py
ecm/apps/corp/tasks/corp.py
ecm/apps/eve/__init__.py
ecm/apps/eve/admin.py
ecm/apps/eve/api.py
ecm/apps/eve/constants.py
ecm/apps/eve/formulas.py
ecm/apps/eve/models.py
ecm/apps/eve/validators.py
ecm/apps/hr/__init__.py
ecm/apps/hr/admin.py
ecm/apps/hr/urls.py
ecm/apps/hr/fixtures/initial_data.json
ecm/apps/hr/migrations/0001_initial.py
ecm/apps/hr/migrations/0002_auto__add_membersession.py
ecm/apps/hr/migrations/0003_auto__add_skill__add_field_member_DoB__add_field_member_race__add_fiel.py
ecm/apps/hr/migrations/__init__.py
ecm/apps/hr/models/__init__.py
ecm/apps/hr/models/member.py
ecm/apps/hr/models/roles.py
ecm/apps/hr/models/titles.py
ecm/apps/hr/static/hr/css/classes.css
ecm/apps/hr/static/hr/img/eveboard.png
ecm/apps/hr/static/hr/img/evegate.png
ecm/apps/hr/static/hr/img/evesearch.png
ecm/apps/hr/static/hr/img/evewho.png
ecm/apps/hr/static/hr/img/kills.png
ecm/apps/hr/static/hr/img/member.png
ecm/apps/hr/static/hr/img/role.png
ecm/apps/hr/static/hr/img/title.png
ecm/apps/hr/static/hr/img/user.png
ecm/apps/hr/static/hr/js/members_table.js
ecm/apps/hr/tasks/__init__.py
ecm/apps/hr/tasks/titles.py
ecm/apps/hr/tasks/users.py
ecm/apps/hr/tasks/members/__init__.py
ecm/apps/hr/tasks/members/charactersheet.py
ecm/apps/hr/tasks/members/security.py
ecm/apps/hr/tasks/members/tracking.py
ecm/apps/hr/templates/dashboard.html
ecm/apps/hr/templates/hr_base.html
ecm/apps/hr/templates/email/invalid_api.html
ecm/apps/hr/templates/email/invalid_api.txt
ecm/apps/hr/templates/email/invalid_api_subject.txt
ecm/apps/hr/templates/members/access_changes.html
ecm/apps/hr/templates/members/member_details.html
ecm/apps/hr/templates/members/member_history.html
ecm/apps/hr/templates/members/member_list.html
ecm/apps/hr/templates/members/unassociated.html
ecm/apps/hr/templates/players/player_details.html
ecm/apps/hr/templates/players/player_list.html
ecm/apps/hr/templates/roles/role_details.html
ecm/apps/hr/templates/roles/roles.html
ecm/apps/hr/templates/titles/changes.html
ecm/apps/hr/templates/titles/title_details.html
ecm/apps/hr/templates/titles/title_members.html
ecm/apps/hr/templates/titles/titles.html
ecm/apps/hr/views/__init__.py
ecm/apps/hr/views/dashboard.py
ecm/apps/hr/views/players.py
ecm/apps/hr/views/members/__init__.py
ecm/apps/hr/views/members/access.py
ecm/apps/hr/views/members/details.py
ecm/apps/hr/views/members/history.py
ecm/apps/hr/views/members/list.py
ecm/apps/hr/views/roles/__init__.py
ecm/apps/hr/views/roles/details.py
ecm/apps/hr/views/roles/list.py
ecm/apps/hr/views/titles/__init__.py
ecm/apps/hr/views/titles/changes.py
ecm/apps/hr/views/titles/details.py
ecm/apps/hr/views/titles/list.py
ecm/apps/hr/views/titles/members.py
ecm/apps/scheduler/__init__.py
ecm/apps/scheduler/admin.py
ecm/apps/scheduler/main.py
ecm/apps/scheduler/models.py
ecm/apps/scheduler/urls.py
ecm/apps/scheduler/validators.py
ecm/apps/scheduler/views.py
ecm/apps/scheduler/management/__init__.py
ecm/apps/scheduler/management/commands/__init__.py
ecm/apps/scheduler/management/commands/update.py
ecm/apps/scheduler/migrations/0001_initial.py
ecm/apps/scheduler/migrations/0002_auto__add_field_scheduledtask_last_execution__chg_field_scheduledtask_.py
ecm/apps/scheduler/migrations/0003_auto__add_field_scheduledtask_is_scheduled.py
ecm/apps/scheduler/migrations/__init__.py
ecm/apps/scheduler/tasks/__init__.py
ecm/apps/scheduler/tasks/garbage.py
ecm/apps/scheduler/templates/tasks.html
ecm/lib/__init__.py
ecm/lib/bigintpatch.py
ecm/lib/daemon.py
ecm/lib/eveapi.py
ecm/lib/subcommand.py
ecm/plugins/__init__.py
ecm/plugins/accounting/__init__.py
ecm/plugins/accounting/admin.py
ecm/plugins/accounting/constants.py
ecm/plugins/accounting/models.py
ecm/plugins/accounting/urls.py
ecm/plugins/accounting/migrations/0001_initial.py
ecm/plugins/accounting/migrations/0002_auto__add_contract__add_contractitem__add_marketorder.py
ecm/plugins/accounting/migrations/__init__.py
ecm/plugins/accounting/static/accounting/css/classes.css
ecm/plugins/accounting/static/accounting/img/auction.png
ecm/plugins/accounting/static/accounting/img/contract.png
ecm/plugins/accounting/static/accounting/img/courier.png
ecm/plugins/accounting/static/accounting/img/itemexchange.png
ecm/plugins/accounting/static/accounting/img/loan.png
ecm/plugins/accounting/static/accounting/img/wallet.png
ecm/plugins/accounting/tasks/__init__.py
ecm/plugins/accounting/tasks/contracts.py
ecm/plugins/accounting/tasks/marketorders.py
ecm/plugins/accounting/tasks/reftypes.py
ecm/plugins/accounting/tasks/wallets.py
ecm/plugins/accounting/templates/contract_details.html
ecm/plugins/accounting/templates/contracts.html
ecm/plugins/accounting/templates/contrib.html
ecm/plugins/accounting/templates/marketorders.html
ecm/plugins/accounting/templates/wallet_journal.html
ecm/plugins/accounting/templates/wallets.html
ecm/plugins/accounting/views/__init__.py
ecm/plugins/accounting/views/contracts.py
ecm/plugins/accounting/views/contrib.py
ecm/plugins/accounting/views/journal.py
ecm/plugins/accounting/views/marketorders.py
ecm/plugins/accounting/views/wallets.py
ecm/plugins/assets/__init__.py
ecm/plugins/assets/admin.py
ecm/plugins/assets/models.py
ecm/plugins/assets/urls.py
ecm/plugins/assets/migrations/0001_initial.py
ecm/plugins/assets/migrations/0002_auto__add_field_assetdiff_volume__add_field_asset_volume__add_field_as.py
ecm/plugins/assets/migrations/__init__.py
ecm/plugins/assets/static/assets/css/jstree.css
ecm/plugins/assets/static/assets/img/ammo.png
ecm/plugins/assets/static/assets/img/array.png
ecm/plugins/assets/static/assets/img/blueprint.png
ecm/plugins/assets/static/assets/img/can.png
ecm/plugins/assets/static/assets/img/celestial.png
ecm/plugins/assets/static/assets/img/hangar.png
ecm/plugins/assets/static/assets/img/item.png
ecm/plugins/assets/static/assets/img/mineral.png
ecm/plugins/assets/static/assets/img/minus-tree-icon.png
ecm/plugins/assets/static/assets/img/plus-tree-icon.png
ecm/plugins/assets/static/assets/img/pos.png
ecm/plugins/assets/static/assets/img/ship.png
ecm/plugins/assets/static/assets/img/skill.png
ecm/plugins/assets/static/assets/img/station.png
ecm/plugins/assets/static/assets/img/system.png
ecm/plugins/assets/tasks/__init__.py
ecm/plugins/assets/tasks/assets.py
ecm/plugins/assets/templates/assets.html
ecm/plugins/assets/templates/assets_diff.html
ecm/plugins/assets/templates/assets_no_data.html
ecm/plugins/assets/views/__init__.py
ecm/plugins/assets/views/diff.py
ecm/plugins/assets/views/normal.py
ecm/plugins/industry/__init__.py
ecm/plugins/industry/admin.py
ecm/plugins/industry/constants.py
ecm/plugins/industry/urls.py
ecm/plugins/industry/fixtures/initial_data.json
ecm/plugins/industry/migrations/0001_initial.py
ecm/plugins/industry/migrations/__init__.py
ecm/plugins/industry/models/__init__.py
ecm/plugins/industry/models/catalog.py
ecm/plugins/industry/models/inventory.py
ecm/plugins/industry/models/job.py
ecm/plugins/industry/models/order.py
ecm/plugins/industry/models/research.py
ecm/plugins/industry/static/industry/css/industry.css
ecm/plugins/industry/static/industry/img/barcode-128.png
ecm/plugins/industry/static/industry/img/blueprint-128.png
ecm/plugins/industry/static/industry/img/cart-128.png
ecm/plugins/industry/static/industry/img/catalog-blueprint.png
ecm/plugins/industry/static/industry/img/catalog-item.png
ecm/plugins/industry/static/industry/img/catalog-supply.png
ecm/plugins/industry/static/industry/img/helmet-128.png
ecm/plugins/industry/static/industry/img/invention.png
ecm/plugins/industry/static/industry/img/invoice-128.png
ecm/plugins/industry/static/industry/img/manufacturing.png
ecm/plugins/industry/static/industry/img/order-state-arrow-active.png
ecm/plugins/industry/static/industry/img/order-state-arrow-inactive.png
ecm/plugins/industry/static/industry/img/order_life_cycle.png
ecm/plugins/industry/static/industry/img/supplies-128.png
ecm/plugins/industry/static/industry/img/supply.png
ecm/plugins/industry/static/industry/img/trash.png
ecm/plugins/industry/static/industry/js/orders_list.js
ecm/plugins/industry/tasks/__init__.py
ecm/plugins/industry/tasks/evecentral.py
ecm/plugins/industry/tasks/evemarketeer.py
ecm/plugins/industry/tasks/industry.py
ecm/plugins/industry/templates/industry_home.html
ecm/plugins/industry/templates/jobs_list.html
ecm/plugins/industry/templates/order_details.html
ecm/plugins/industry/templates/orders_list.html
ecm/plugins/industry/templates/catalog/blueprint_details.html
ecm/plugins/industry/templates/catalog/blueprints.html
ecm/plugins/industry/templates/catalog/catalog_home.html
ecm/plugins/industry/templates/catalog/import_blueprints.html
ecm/plugins/industry/templates/catalog/item_details.html
ecm/plugins/industry/templates/catalog/items.html
ecm/plugins/industry/templates/catalog/supplies.html
ecm/plugins/industry/templates/catalog/supply_details.html
ecm/plugins/industry/views/__init__.py
ecm/plugins/industry/views/jobs.py
ecm/plugins/industry/views/orders.py
ecm/plugins/industry/views/catalog/__init__.py
ecm/plugins/industry/views/catalog/blueprints.py
ecm/plugins/industry/views/catalog/import_blueprints.py
ecm/plugins/industry/views/catalog/items.py
ecm/plugins/industry/views/catalog/supplies.py
ecm/plugins/pos/__init__.py
ecm/plugins/pos/admin.py
ecm/plugins/pos/constants.py
ecm/plugins/pos/models.py
ecm/plugins/pos/urls.py
ecm/plugins/pos/migrations/0001_initial.py
ecm/plugins/pos/migrations/__init__.py
ecm/plugins/pos/static/pos/css/classes.css
ecm/plugins/pos/static/pos/img/offline.png
ecm/plugins/pos/static/pos/img/online.png
ecm/plugins/pos/static/pos/img/onlining.png
ecm/plugins/pos/static/pos/img/pos.png
ecm/plugins/pos/static/pos/img/reinforced.png
ecm/plugins/pos/static/pos/img/unanchored.png
ecm/plugins/pos/tasks/__init__.py
ecm/plugins/pos/tasks/pos.py
ecm/plugins/pos/templates/pos_details.html
ecm/plugins/pos/templates/pos_list.html
ecm/plugins/pos/views/__init__.py
ecm/plugins/pos/views/pos_details.py
ecm/plugins/pos/views/pos_list.py
ecm/plugins/shop/__init__.py
ecm/plugins/shop/eft.py
ecm/plugins/shop/urls.py
ecm/plugins/shop/static/shop/css/shop.css
ecm/plugins/shop/static/shop/img/data-management-icon.png
ecm/plugins/shop/static/shop/img/retail-shop-icon.png
ecm/plugins/shop/templates/shop.html
ecm/plugins/shop/templates/shop_myorders.html
ecm/plugins/shop/templates/shop_order.html
ecm/plugins/shop/templates/shop_order_details.html
ecm/plugins/shop/views/__init__.py
ecm/plugins/shop/views/orders.py
ecm/plugins/shop/views/utils.py
ecm/static/ecm/css/bootstrap-ecm.css
ecm/static/ecm/css/bootstrap-responsive.css
ecm/static/ecm/css/bootstrap.css
ecm/static/ecm/css/classes.css
ecm/static/ecm/css/dataTables.bootstrap.css
ecm/static/ecm/css/jquery-ui-1.8.13.custom.css
ecm/static/ecm/css/jquery.autocomplete.css
ecm/static/ecm/css/jquery.cluetip.css
ecm/static/ecm/img/clock.png
ecm/static/ecm/img/favicon.ico
ecm/static/ecm/img/glyphicons-halflings-white.png
ecm/static/ecm/img/glyphicons-halflings.png
ecm/static/ecm/img/jstree.gif
ecm/static/ecm/img/jstree.png
ecm/static/ecm/img/logo.png
ecm/static/ecm/img/minus.png
ecm/static/ecm/img/plus.png
ecm/static/ecm/img/throbber.gif
ecm/static/ecm/img/datatables/back_disabled.png
ecm/static/ecm/img/datatables/back_enabled.png
ecm/static/ecm/img/datatables/back_enabled_hover.png
ecm/static/ecm/img/datatables/forward_disabled.png
ecm/static/ecm/img/datatables/forward_enabled.png
ecm/static/ecm/img/datatables/forward_enabled_hover.png
ecm/static/ecm/img/datatables/sort_asc.png
ecm/static/ecm/img/datatables/sort_asc_disabled.png
ecm/static/ecm/img/datatables/sort_both.png
ecm/static/ecm/img/datatables/sort_desc.png
ecm/static/ecm/img/datatables/sort_desc_disabled.png
ecm/static/ecm/img/jquery_ui/ui-bg_flat_0_aaaaaa_40x100.png
ecm/static/ecm/img/jquery_ui/ui-bg_flat_55_fbec88_40x100.png
ecm/static/ecm/img/jquery_ui/ui-bg_glass_75_d0e5f5_1x400.png
ecm/static/ecm/img/jquery_ui/ui-bg_glass_85_dfeffc_1x400.png
ecm/static/ecm/img/jquery_ui/ui-bg_glass_95_fef1ec_1x400.png
ecm/static/ecm/img/jquery_ui/ui-bg_gloss-wave_55_5c9ccc_500x100.png
ecm/static/ecm/img/jquery_ui/ui-bg_inset-hard_100_f5f8f9_1x100.png
ecm/static/ecm/img/jquery_ui/ui-bg_inset-hard_100_fcfdfd_1x100.png
ecm/static/ecm/img/jquery_ui/ui-icons_217bc0_256x240.png
ecm/static/ecm/img/jquery_ui/ui-icons_2e83ff_256x240.png
ecm/static/ecm/img/jquery_ui/ui-icons_469bdd_256x240.png
ecm/static/ecm/img/jquery_ui/ui-icons_6da8d5_256x240.png
ecm/static/ecm/img/jquery_ui/ui-icons_cd0a0a_256x240.png
ecm/static/ecm/img/jquery_ui/ui-icons_d8e7f3_256x240.png
ecm/static/ecm/img/jquery_ui/ui-icons_f9bd01_256x240.png
ecm/static/ecm/js/bootstrap-collapse.js
ecm/static/ecm/js/bootstrap.js
ecm/static/ecm/js/csrf.js
ecm/static/ecm/js/dataTables.bootstrap.js
ecm/static/ecm/js/ecm_lib.js
ecm/static/ecm/js/lib/jquery.autocomplete.js
ecm/static/ecm/js/lib/jquery.cluetip.js
ecm/static/ecm/js/lib/jquery.dataTables.js
ecm/static/ecm/js/lib/jquery.jeditable.js
ecm/static/ecm/js/lib/jquery.js
ecm/static/ecm/js/lib/jquery.jstree.js
ecm/static/ecm/js/lib/jquery.ui.js
ecm/templates/404.html
ecm/templates/500.html
ecm/templates/base.html
ecm/templates/menu.html
ecm/templates/auth/account.html
ecm/templates/auth/account_activated.html
ecm/templates/auth/account_created.html
ecm/templates/auth/account_mail_fail.html
ecm/templates/auth/activation_email.html
ecm/templates/auth/activation_email.txt
ecm/templates/auth/activation_email_subject.txt
ecm/templates/auth/activation_error.html
ecm/templates/auth/add_api.html
ecm/templates/auth/add_binding.html
ecm/templates/auth/create_account.html
ecm/templates/auth/edit_api.html
ecm/templates/auth/forbidden.html
ecm/templates/auth/login.html
ecm/templates/auth/password_change.html
ecm/templates/auth/password_change_done.html
ecm/templates/auth/password_reset.html
ecm/templates/auth/password_reset_complete.html
ecm/templates/auth/password_reset_confirm.html
ecm/templates/auth/password_reset_done.html
ecm/templates/auth/password_reset_email.txt
ecm/templates/common/corp.html
ecm/templates/common/edit_director_api.html
ecm/utils/__init__.py
ecm/utils/db.py
ecm/utils/format.py
ecm/utils/tools.py
ecm/views/__init__.py
ecm/views/api.py
ecm/views/common.py
ecm/views/context_processors.py
ecm/views/decorators.py
ecm/views/template_filters.py
ecm/views/auth/__init__.py
ecm/views/auth/account.py
ecm/views/auth/fields.py
ecm/views/auth/forms.py
ecm/views/auth/signup.py
extras/logo-short.psd
extras/logo.png
extras/logo.psd
extras/pylintrc
packaging/debian/changelog
packaging/debian/compat
packaging/debian/control
packaging/debian/copyright
packaging/debian/rules
packaging/gentoo/www-apps/ecm/Manifest
packaging/gentoo/www-apps/ecm/ecm-9999.ebuild