aa-intel-tool 0.0.1a13__tar.gz → 1.0.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/PKG-INFO +28 -20
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/README.md +26 -18
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/__init__.py +4 -1
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/app_settings.py +1 -1
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/apps.py +1 -1
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/constants.py +5 -2
- aa_intel_tool-1.0.0/aa_intel_tool/locale/de/LC_MESSAGES/django.mo +0 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/locale/de/LC_MESSAGES/django.po +139 -148
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/locale/django.pot +111 -105
- aa_intel_tool-1.0.0/aa_intel_tool/locale/es/LC_MESSAGES/django.mo +0 -0
- {aa_intel_tool-0.0.1a13/aa_intel_tool/locale/fr_FR → aa_intel_tool-1.0.0/aa_intel_tool/locale/es}/LC_MESSAGES/django.po +159 -139
- {aa_intel_tool-0.0.1a13/aa_intel_tool/locale/it_IT → aa_intel_tool-1.0.0/aa_intel_tool/locale/fr_FR}/LC_MESSAGES/django.po +111 -105
- {aa_intel_tool-0.0.1a13/aa_intel_tool/locale/ko_KR → aa_intel_tool-1.0.0/aa_intel_tool/locale/it_IT}/LC_MESSAGES/django.po +111 -105
- {aa_intel_tool-0.0.1a13/aa_intel_tool/locale/zh_Hans → aa_intel_tool-1.0.0/aa_intel_tool/locale/ja}/LC_MESSAGES/django.po +111 -105
- aa_intel_tool-1.0.0/aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
- {aa_intel_tool-0.0.1a13/aa_intel_tool/locale/ru → aa_intel_tool-1.0.0/aa_intel_tool/locale/ko_KR}/LC_MESSAGES/django.po +132 -134
- aa_intel_tool-1.0.0/aa_intel_tool/locale/ru/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool-1.0.0/aa_intel_tool/locale/ru/LC_MESSAGES/django.po +527 -0
- aa_intel_tool-1.0.0/aa_intel_tool/locale/uk/LC_MESSAGES/django.mo +0 -0
- {aa_intel_tool-0.0.1a13/aa_intel_tool/locale/es → aa_intel_tool-1.0.0/aa_intel_tool/locale/uk}/LC_MESSAGES/django.po +129 -131
- {aa_intel_tool-0.0.1a13/aa_intel_tool/locale/ja → aa_intel_tool-1.0.0/aa_intel_tool/locale/zh_Hans}/LC_MESSAGES/django.po +111 -105
- aa_intel_tool-1.0.0/aa_intel_tool/migrations/0001_initial.py +118 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/models.py +3 -2
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/parser/module/chatlist.py +53 -40
- aa_intel_tool-1.0.0/aa_intel_tool/parser/module/fleetcomp.py +187 -0
- aa_intel_tool-1.0.0/aa_intel_tool/scripts/drop_tables.sql +5 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/static/aa_intel_tool/css/aa-bootstrap-fix.css +1 -1
- aa_intel_tool-1.0.0/aa_intel_tool/static/aa_intel_tool/css/aa-bootstrap-fix.min.css +2 -0
- aa_intel_tool-1.0.0/aa_intel_tool/static/aa_intel_tool/css/aa-bootstrap-fix.min.css.map +1 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css +2 -1
- aa_intel_tool-1.0.0/aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css.map +1 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.js +24 -24
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js +2 -1
- aa_intel_tool-1.0.0/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js.map +1 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.js +13 -199
- aa_intel_tool-1.0.0/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js +2 -0
- aa_intel_tool-1.0.0/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js.map +1 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.js +26 -26
- aa_intel_tool-1.0.0/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js +2 -0
- aa_intel_tool-1.0.0/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js.map +1 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.js +19 -49
- aa_intel_tool-1.0.0/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js +2 -0
- aa_intel_tool-1.0.0/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js.map +1 -0
- aa_intel_tool-1.0.0/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.js +148 -0
- aa_intel_tool-1.0.0/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js +2 -0
- aa_intel_tool-1.0.0/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js.map +1 -0
- aa_intel_tool-1.0.0/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.js +231 -0
- aa_intel_tool-1.0.0/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js +2 -0
- aa_intel_tool-1.0.0/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js.map +1 -0
- aa_intel_tool-1.0.0/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.js +355 -0
- aa_intel_tool-1.0.0/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js +2 -0
- aa_intel_tool-1.0.0/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js.map +1 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js +2 -1
- aa_intel_tool-1.0.0/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js.map +1 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/base.html +1 -1
- aa_intel_tool-1.0.0/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomp-js.html +10 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html +2 -2
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/partials/index/form.html +6 -2
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html +1 -4
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html +1 -4
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html +1 -1
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html +2 -1
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html +9 -6
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html +5 -1
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html +2 -2
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html +7 -4
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/system-information.html +4 -1
- aa_intel_tool-1.0.0/aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html +41 -0
- aa_intel_tool-1.0.0/aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html +24 -0
- aa_intel_tool-1.0.0/aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/participation.html +18 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/views/index.html +1 -1
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html +2 -4
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html +2 -4
- aa_intel_tool-1.0.0/aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html +47 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/tests/test-data/fleetcomp.txt +1 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/tests/test_access.py +3 -3
- aa_intel_tool-1.0.0/aa_intel_tool/tests/test_admin.py +86 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/tests/test_auth_hooks.py +3 -3
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/tests/test_helper_data_structures.py +1 -1
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/tests/test_parser.py +17 -16
- aa_intel_tool-1.0.0/aa_intel_tool/tests/test_parser_helper_db.py +60 -0
- aa_intel_tool-1.0.0/aa_intel_tool/tests/utils.py +67 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/views/general.py +16 -7
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/pyproject.toml +2 -2
- aa_intel_tool-0.0.1a13/aa_intel_tool/locale/de/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool-0.0.1a13/aa_intel_tool/locale/es/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool-0.0.1a13/aa_intel_tool/locale/ru/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool-0.0.1a13/aa_intel_tool/locale/uk/LC_MESSAGES/django.po +0 -500
- aa_intel_tool-0.0.1a13/aa_intel_tool/migrations/0001_initial.py +0 -63
- aa_intel_tool-0.0.1a13/aa_intel_tool/migrations/0002_remove_scan_processed_data_scandata.py +0 -69
- aa_intel_tool-0.0.1a13/aa_intel_tool/migrations/0003_alter_scandata_scan.py +0 -27
- aa_intel_tool-0.0.1a13/aa_intel_tool/migrations/0004_alter_scandata_section.py +0 -34
- aa_intel_tool-0.0.1a13/aa_intel_tool/migrations/0005_alter_scan_options_alter_scandata_options_and_more.py +0 -94
- aa_intel_tool-0.0.1a13/aa_intel_tool/migrations/0006_alter_scandata_unique_together.py +0 -17
- aa_intel_tool-0.0.1a13/aa_intel_tool/migrations/0007_alter_scandata_section.py +0 -37
- aa_intel_tool-0.0.1a13/aa_intel_tool/parser/module/fleetcomp.py +0 -91
- aa_intel_tool-0.0.1a13/aa_intel_tool/static/aa_intel_tool/css/aa-bootstrap-fix.min.css +0 -1
- aa_intel_tool-0.0.1a13/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js +0 -1
- aa_intel_tool-0.0.1a13/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js +0 -1
- aa_intel_tool-0.0.1a13/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js +0 -1
- aa_intel_tool-0.0.1a13/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.js +0 -139
- aa_intel_tool-0.0.1a13/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js +0 -1
- aa_intel_tool-0.0.1a13/aa_intel_tool/tests/utils.py +0 -154
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/.gitignore +0 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/LICENSE +0 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/admin.py +0 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/auth_hooks.py +0 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/exceptions.py +0 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/form.py +0 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/helper/data_structure.py +0 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/helper/eve_character.py +0 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/management/commands/aa_intel_tool_load_eve_types.py +0 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/migrations/__init__.py +0 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/parser/__init__.py +0 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/parser/general.py +0 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/parser/helper/db.py +0 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/parser/module/dscan.py +0 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/providers.py +0 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.css +0 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.js +0 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/tasks.py +0 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-chatscan-js.html +0 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-css.html +0 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-dscan-js.html +0 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js.html +0 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/partials/body/scan-retention-note.html +0 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html +0 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/partials/scan/buttons.html +0 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/templates/aa_intel_tool/partials/scan/evetime.html +0 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/templatetags/__init__.py +0 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/templatetags/inteltool_versioned_static.py +0 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/tests/__init__.py +0 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/tests/test-data/chatscan-faulty.txt +0 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/tests/test-data/chatscan.txt +0 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/tests/test-data/dscan-german-client.txt +0 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/tests/test-data/dscan-russian-client.txt +0 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/tests/test-data/dscan.txt +0 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/tests/test_app_settings.py +0 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/tests/test_models.py +0 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/tests/test_templatetags.py +0 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/urls.py +0 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/views/__init__.py +0 -0
- {aa_intel_tool-0.0.1a13 → aa_intel_tool-1.0.0}/aa_intel_tool/views/ajax.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aa-intel-tool
|
|
3
|
-
Version: 0.0
|
|
3
|
+
Version: 1.0.0
|
|
4
4
|
Summary: A simple parser for D-Scans and more for Alliance Auth
|
|
5
5
|
Project-URL: Changelog, https://github.com/ppfeufer/aa-intel-tool/blob/master/CHANGELOG.md
|
|
6
6
|
Project-URL: Documentation, https://github.com/ppfeufer/aa-intel-tool/blob/master/README.md
|
|
@@ -692,7 +692,7 @@ Classifier: Intended Audience :: Developers
|
|
|
692
692
|
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
693
693
|
Classifier: Operating System :: OS Independent
|
|
694
694
|
Classifier: Programming Language :: Python
|
|
695
|
-
Classifier: Programming Language :: Python :: 3
|
|
695
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
696
696
|
Classifier: Programming Language :: Python :: 3.8
|
|
697
697
|
Classifier: Programming Language :: Python :: 3.9
|
|
698
698
|
Classifier: Programming Language :: Python :: 3.10
|
|
@@ -733,6 +733,7 @@ ______________________________________________________________________
|
|
|
733
733
|
- [Screenshots](#screenshots)
|
|
734
734
|
- [Chat Scan](#chat-scan)
|
|
735
735
|
- [D-Scan](#d-scan)
|
|
736
|
+
- [Fleet Composition](#fleet-composition)
|
|
736
737
|
- [Installation](#installation)
|
|
737
738
|
- [Step 1: Install the Package](#step-1-install-the-package)
|
|
738
739
|
- [Step 2: Configure Alliance Auth](#step-2-configure-alliance-auth)
|
|
@@ -746,26 +747,21 @@ ______________________________________________________________________
|
|
|
746
747
|
- [Nginx](#nginx)
|
|
747
748
|
- [Settings](#settings)
|
|
748
749
|
- [Changelog](#changelog)
|
|
750
|
+
- [Translation Status](#translation-status)
|
|
749
751
|
- [Contributing](#contributing)
|
|
750
752
|
|
|
751
753
|
<!-- mdformat-toc end -->
|
|
752
754
|
|
|
753
755
|
______________________________________________________________________
|
|
754
756
|
|
|
755
|
-
> **
|
|
756
|
-
>
|
|
757
|
-
> This app is still in active development and only available as an early alpha
|
|
758
|
-
> version. Do not install this app in your live environment. If you want to test
|
|
759
|
-
> this app, do so in a dedicated test environment. Don't come crying if you wreck
|
|
760
|
-
> your live environment.
|
|
761
|
-
>
|
|
762
|
-
> During the alpha phase, it is highly likely that the DB migrations will be reset a
|
|
763
|
-
> couple of times.
|
|
757
|
+
> **Note**
|
|
764
758
|
>
|
|
765
|
-
>
|
|
766
|
-
>
|
|
759
|
+
> This app makes use of a feature introduced with Alliance Auth v3.6.1, meaning,
|
|
760
|
+
> installing this app will pull in Alliance Auth v3.6.1 unsupervised if you haven't
|
|
761
|
+
> updated yet.
|
|
767
762
|
>
|
|
768
|
-
>
|
|
763
|
+
> **Please make sure to update Allianceauth to version 3.6.1 or higher before you
|
|
764
|
+
> install this app to avoid any complications.**
|
|
769
765
|
|
|
770
766
|
## Overview<a name="overview"></a>
|
|
771
767
|
|
|
@@ -787,6 +783,10 @@ See [Settings](#settings) section for details.
|
|
|
787
783
|
|
|
788
784
|
![Image: D-Scan Module]
|
|
789
785
|
|
|
786
|
+
#### Fleet Composition<a name="fleet-composition"></a>
|
|
787
|
+
|
|
788
|
+
![Image: Fleet Composition Module]
|
|
789
|
+
|
|
790
790
|
## Installation<a name="installation"></a>
|
|
791
791
|
|
|
792
792
|
**Important**: Please make sure you meet all preconditions before you proceed:
|
|
@@ -895,8 +895,8 @@ Open your vhost configuration and add the following 2 lines right after the
|
|
|
895
895
|
`ProxyPreserveHost On` directive:
|
|
896
896
|
|
|
897
897
|
```apache
|
|
898
|
-
Timeout 600
|
|
899
898
|
ProxyTimeout 600
|
|
899
|
+
Timeout 600
|
|
900
900
|
```
|
|
901
901
|
|
|
902
902
|
Restart your Apache2 service.
|
|
@@ -908,8 +908,8 @@ directive:
|
|
|
908
908
|
|
|
909
909
|
```nginx
|
|
910
910
|
proxy_connect_timeout 600;
|
|
911
|
-
proxy_send_timeout 600;
|
|
912
911
|
proxy_read_timeout 600;
|
|
912
|
+
proxy_send_timeout 600;
|
|
913
913
|
send_timeout 600;
|
|
914
914
|
```
|
|
915
915
|
|
|
@@ -947,6 +947,13 @@ your `local.py`.
|
|
|
947
947
|
|
|
948
948
|
See [CHANGELOG.md]
|
|
949
949
|
|
|
950
|
+
## Translation Status<a name="translation-status"></a>
|
|
951
|
+
|
|
952
|
+
[](https://weblate.ppfeufer.de/engage/alliance-auth-apps/)
|
|
953
|
+
|
|
954
|
+
Do you want to help translate this app into your language or improve the existing
|
|
955
|
+
translation? - [Join our team of translators][weblate engage]!
|
|
956
|
+
|
|
950
957
|
## Contributing<a name="contributing"></a>
|
|
951
958
|
|
|
952
959
|
Do you want to contribute to this project? That's cool!
|
|
@@ -959,7 +966,7 @@ Please make sure to read the [Contribution Guidelines]
|
|
|
959
966
|
[aa intel tool license]: https://github.com/ppfeufer/aa-intel-tool/blob/master/LICENSE
|
|
960
967
|
[aa intel tool on codecov]: https://codecov.io/gh/ppfeufer/aa-intel-tool
|
|
961
968
|
[aa intel tool on pypi]: https://pypi.org/project/aa-intel-tool/
|
|
962
|
-
[alliance auth]: https://gitlab.com/allianceauth/allianceauth
|
|
969
|
+
[alliance auth]: https://gitlab.com/allianceauth/allianceauth "Alliance Auth on GitLab"
|
|
963
970
|
[alliance auth installation guide]: https://allianceauth.readthedocs.io/en/latest/installation/allianceauth.html
|
|
964
971
|
[automated tests on github]: https://github.com/ppfeufer/aa-intel-tool/actions/workflows/automated-checks.yml
|
|
965
972
|
[badge: automated tests]: https://github.com/ppfeufer/aa-intel-tool/actions/workflows/automated-checks.yml/badge.svg "Automated Tests"
|
|
@@ -977,10 +984,11 @@ Please make sure to read the [Contribution Guidelines]
|
|
|
977
984
|
[black code formatter documentation]: http://black.readthedocs.io/en/latest/
|
|
978
985
|
[changelog.md]: https://github.com/ppfeufer/aa-intel-tool/blob/master/CHANGELOG.md
|
|
979
986
|
[code of conduct]: https://github.com/ppfeufer/aa-intel-tool/blob/master/CODE_OF_CONDUCT.md
|
|
980
|
-
[contribution guidelines]: https://github.com/ppfeufer/aa-intel-tool/blob/master/CONTRIBUTING.md
|
|
987
|
+
[contribution guidelines]: https://github.com/ppfeufer/aa-intel-tool/blob/master/CONTRIBUTING.md "Contribution Guidelines"
|
|
981
988
|
[eve universe]: https://gitlab.com/ErikKalkoken/django-eveuniverse "Eve Universe"
|
|
982
989
|
[image: chat scan module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/chat-scan.jpg "Chat Scan Module"
|
|
983
990
|
[image: d-scan module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/d-scan.jpg "D-Scan Module"
|
|
991
|
+
[image: fleet composition module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/fleet-composition.jpg "Fleet Composition Module"
|
|
984
992
|
[ppfeufer on ko-fi]: https://ko-fi.com/ppfeufer "Buy Me a Coffee!"
|
|
985
|
-
[support discord]: https://discord.gg/zmh52wnfvM
|
|
986
|
-
[weblate engage]: https://weblate.ppfeufer.de/engage/alliance-auth-apps/
|
|
993
|
+
[support discord]: https://discord.gg/zmh52wnfvM "Alliance Auth Community Apps Support Discord"
|
|
994
|
+
[weblate engage]: https://weblate.ppfeufer.de/engage/alliance-auth-apps/ "Weblate Translations"
|
|
@@ -26,6 +26,7 @@ ______________________________________________________________________
|
|
|
26
26
|
- [Screenshots](#screenshots)
|
|
27
27
|
- [Chat Scan](#chat-scan)
|
|
28
28
|
- [D-Scan](#d-scan)
|
|
29
|
+
- [Fleet Composition](#fleet-composition)
|
|
29
30
|
- [Installation](#installation)
|
|
30
31
|
- [Step 1: Install the Package](#step-1-install-the-package)
|
|
31
32
|
- [Step 2: Configure Alliance Auth](#step-2-configure-alliance-auth)
|
|
@@ -39,26 +40,21 @@ ______________________________________________________________________
|
|
|
39
40
|
- [Nginx](#nginx)
|
|
40
41
|
- [Settings](#settings)
|
|
41
42
|
- [Changelog](#changelog)
|
|
43
|
+
- [Translation Status](#translation-status)
|
|
42
44
|
- [Contributing](#contributing)
|
|
43
45
|
|
|
44
46
|
<!-- mdformat-toc end -->
|
|
45
47
|
|
|
46
48
|
______________________________________________________________________
|
|
47
49
|
|
|
48
|
-
> **
|
|
49
|
-
>
|
|
50
|
-
> This app is still in active development and only available as an early alpha
|
|
51
|
-
> version. Do not install this app in your live environment. If you want to test
|
|
52
|
-
> this app, do so in a dedicated test environment. Don't come crying if you wreck
|
|
53
|
-
> your live environment.
|
|
54
|
-
>
|
|
55
|
-
> During the alpha phase, it is highly likely that the DB migrations will be reset a
|
|
56
|
-
> couple of times.
|
|
50
|
+
> **Note**
|
|
57
51
|
>
|
|
58
|
-
>
|
|
59
|
-
>
|
|
52
|
+
> This app makes use of a feature introduced with Alliance Auth v3.6.1, meaning,
|
|
53
|
+
> installing this app will pull in Alliance Auth v3.6.1 unsupervised if you haven't
|
|
54
|
+
> updated yet.
|
|
60
55
|
>
|
|
61
|
-
>
|
|
56
|
+
> **Please make sure to update Allianceauth to version 3.6.1 or higher before you
|
|
57
|
+
> install this app to avoid any complications.**
|
|
62
58
|
|
|
63
59
|
## Overview<a name="overview"></a>
|
|
64
60
|
|
|
@@ -80,6 +76,10 @@ See [Settings](#settings) section for details.
|
|
|
80
76
|
|
|
81
77
|
![Image: D-Scan Module]
|
|
82
78
|
|
|
79
|
+
#### Fleet Composition<a name="fleet-composition"></a>
|
|
80
|
+
|
|
81
|
+
![Image: Fleet Composition Module]
|
|
82
|
+
|
|
83
83
|
## Installation<a name="installation"></a>
|
|
84
84
|
|
|
85
85
|
**Important**: Please make sure you meet all preconditions before you proceed:
|
|
@@ -188,8 +188,8 @@ Open your vhost configuration and add the following 2 lines right after the
|
|
|
188
188
|
`ProxyPreserveHost On` directive:
|
|
189
189
|
|
|
190
190
|
```apache
|
|
191
|
-
Timeout 600
|
|
192
191
|
ProxyTimeout 600
|
|
192
|
+
Timeout 600
|
|
193
193
|
```
|
|
194
194
|
|
|
195
195
|
Restart your Apache2 service.
|
|
@@ -201,8 +201,8 @@ directive:
|
|
|
201
201
|
|
|
202
202
|
```nginx
|
|
203
203
|
proxy_connect_timeout 600;
|
|
204
|
-
proxy_send_timeout 600;
|
|
205
204
|
proxy_read_timeout 600;
|
|
205
|
+
proxy_send_timeout 600;
|
|
206
206
|
send_timeout 600;
|
|
207
207
|
```
|
|
208
208
|
|
|
@@ -240,6 +240,13 @@ your `local.py`.
|
|
|
240
240
|
|
|
241
241
|
See [CHANGELOG.md]
|
|
242
242
|
|
|
243
|
+
## Translation Status<a name="translation-status"></a>
|
|
244
|
+
|
|
245
|
+
[](https://weblate.ppfeufer.de/engage/alliance-auth-apps/)
|
|
246
|
+
|
|
247
|
+
Do you want to help translate this app into your language or improve the existing
|
|
248
|
+
translation? - [Join our team of translators][weblate engage]!
|
|
249
|
+
|
|
243
250
|
## Contributing<a name="contributing"></a>
|
|
244
251
|
|
|
245
252
|
Do you want to contribute to this project? That's cool!
|
|
@@ -252,7 +259,7 @@ Please make sure to read the [Contribution Guidelines]
|
|
|
252
259
|
[aa intel tool license]: https://github.com/ppfeufer/aa-intel-tool/blob/master/LICENSE
|
|
253
260
|
[aa intel tool on codecov]: https://codecov.io/gh/ppfeufer/aa-intel-tool
|
|
254
261
|
[aa intel tool on pypi]: https://pypi.org/project/aa-intel-tool/
|
|
255
|
-
[alliance auth]: https://gitlab.com/allianceauth/allianceauth
|
|
262
|
+
[alliance auth]: https://gitlab.com/allianceauth/allianceauth "Alliance Auth on GitLab"
|
|
256
263
|
[alliance auth installation guide]: https://allianceauth.readthedocs.io/en/latest/installation/allianceauth.html
|
|
257
264
|
[automated tests on github]: https://github.com/ppfeufer/aa-intel-tool/actions/workflows/automated-checks.yml
|
|
258
265
|
[badge: automated tests]: https://github.com/ppfeufer/aa-intel-tool/actions/workflows/automated-checks.yml/badge.svg "Automated Tests"
|
|
@@ -270,10 +277,11 @@ Please make sure to read the [Contribution Guidelines]
|
|
|
270
277
|
[black code formatter documentation]: http://black.readthedocs.io/en/latest/
|
|
271
278
|
[changelog.md]: https://github.com/ppfeufer/aa-intel-tool/blob/master/CHANGELOG.md
|
|
272
279
|
[code of conduct]: https://github.com/ppfeufer/aa-intel-tool/blob/master/CODE_OF_CONDUCT.md
|
|
273
|
-
[contribution guidelines]: https://github.com/ppfeufer/aa-intel-tool/blob/master/CONTRIBUTING.md
|
|
280
|
+
[contribution guidelines]: https://github.com/ppfeufer/aa-intel-tool/blob/master/CONTRIBUTING.md "Contribution Guidelines"
|
|
274
281
|
[eve universe]: https://gitlab.com/ErikKalkoken/django-eveuniverse "Eve Universe"
|
|
275
282
|
[image: chat scan module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/chat-scan.jpg "Chat Scan Module"
|
|
276
283
|
[image: d-scan module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/d-scan.jpg "D-Scan Module"
|
|
284
|
+
[image: fleet composition module]: https://raw.githubusercontent.com/ppfeufer/aa-intel-tool/master/docs/images/fleet-composition.jpg "Fleet Composition Module"
|
|
277
285
|
[ppfeufer on ko-fi]: https://ko-fi.com/ppfeufer "Buy Me a Coffee!"
|
|
278
|
-
[support discord]: https://discord.gg/zmh52wnfvM
|
|
279
|
-
[weblate engage]: https://weblate.ppfeufer.de/engage/alliance-auth-apps/
|
|
286
|
+
[support discord]: https://discord.gg/zmh52wnfvM "Alliance Auth Community Apps Support Discord"
|
|
287
|
+
[weblate engage]: https://weblate.ppfeufer.de/engage/alliance-auth-apps/ "Weblate Translations"
|
|
@@ -5,7 +5,10 @@ App init
|
|
|
5
5
|
# Standard Library
|
|
6
6
|
from importlib import metadata
|
|
7
7
|
|
|
8
|
+
# Django
|
|
9
|
+
from django.utils.translation import gettext_lazy as _
|
|
10
|
+
|
|
8
11
|
__version__ = metadata.version(distribution_name="aa-intel-tool")
|
|
9
|
-
__title__ = "Intel
|
|
12
|
+
__title__ = _("Intel Parser")
|
|
10
13
|
|
|
11
14
|
del metadata
|
|
@@ -27,7 +27,7 @@ class AppSettings: # pylint: disable=too-few-public-methods
|
|
|
27
27
|
# Enabled by default
|
|
28
28
|
INTELTOOL_ENABLE_MODULE_FLEETCOMP = clean_setting(
|
|
29
29
|
name="INTELTOOL_ENABLE_MODULE_FLEETCOMP",
|
|
30
|
-
default_value=
|
|
30
|
+
default_value=True,
|
|
31
31
|
required_type=bool,
|
|
32
32
|
)
|
|
33
33
|
|
|
@@ -18,4 +18,4 @@ class AaIntelToolConfig(AppConfig):
|
|
|
18
18
|
name = "aa_intel_tool"
|
|
19
19
|
label = "aa_intel_tool"
|
|
20
20
|
# Translators: This is the app name and version, which will appear in the Django Backend
|
|
21
|
-
verbose_name = _(f"Intel
|
|
21
|
+
verbose_name = _(f"Intel Parser v{__version__}")
|
|
@@ -68,19 +68,22 @@ REGEX_PATTERN = {
|
|
|
68
68
|
# Supported intel types and their parameters
|
|
69
69
|
SUPPORTED_INTEL_TYPES = {
|
|
70
70
|
"chatlist": {
|
|
71
|
-
"name": _("Chat
|
|
71
|
+
"name": _("Chat list"),
|
|
72
72
|
"parser": aa_intel_tool.parser.module.chatlist.parse,
|
|
73
73
|
"pattern": REGEX_PATTERN["chatlist"],
|
|
74
|
+
"template": "aa_intel_tool/views/scan/chatlist.html",
|
|
74
75
|
},
|
|
75
76
|
"dscan": {
|
|
76
77
|
"name": _("D-Scan"),
|
|
77
78
|
"parser": aa_intel_tool.parser.module.dscan.parse,
|
|
78
79
|
"pattern": REGEX_PATTERN["dscan"],
|
|
80
|
+
"template": "aa_intel_tool/views/scan/dscan.html",
|
|
79
81
|
},
|
|
80
82
|
"fleetcomp": {
|
|
81
|
-
"name": _("Fleet
|
|
83
|
+
"name": _("Fleet composition"),
|
|
82
84
|
"parser": aa_intel_tool.parser.module.fleetcomp.parse,
|
|
83
85
|
"pattern": REGEX_PATTERN["fleetcomp"],
|
|
86
|
+
"template": "aa_intel_tool/views/scan/fleetcomp.html",
|
|
84
87
|
},
|
|
85
88
|
}
|
|
86
89
|
|
|
Binary file
|