aa-intel-tool 1.0.0__tar.gz → 1.0.1__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-1.0.0 → aa_intel_tool-1.0.1}/PKG-INFO +24 -24
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/README.md +23 -23
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/pyproject.toml +1 -1
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/.gitignore +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/LICENSE +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/__init__.py +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/admin.py +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/app_settings.py +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/apps.py +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/auth_hooks.py +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/constants.py +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/exceptions.py +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/form.py +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/helper/data_structure.py +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/helper/eve_character.py +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/locale/de/LC_MESSAGES/django.mo +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/locale/de/LC_MESSAGES/django.po +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/locale/django.pot +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/locale/es/LC_MESSAGES/django.mo +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/locale/es/LC_MESSAGES/django.po +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/locale/ja/LC_MESSAGES/django.po +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/locale/ru/LC_MESSAGES/django.mo +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/locale/ru/LC_MESSAGES/django.po +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/locale/uk/LC_MESSAGES/django.mo +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/locale/uk/LC_MESSAGES/django.po +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/management/commands/aa_intel_tool_load_eve_types.py +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/migrations/0001_initial.py +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/migrations/__init__.py +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/models.py +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/parser/__init__.py +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/parser/general.py +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/parser/helper/db.py +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/parser/module/chatlist.py +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/parser/module/dscan.py +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/parser/module/fleetcomp.py +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/providers.py +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/scripts/drop_tables.sql +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/static/aa_intel_tool/css/aa-bootstrap-fix.css +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/static/aa_intel_tool/css/aa-bootstrap-fix.min.css +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/static/aa_intel_tool/css/aa-bootstrap-fix.min.css.map +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.css +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css.map +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.js +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.min.js.map +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.js +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js.map +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.js +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.min.js.map +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.js +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js.map +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.js +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.min.js.map +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.js +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js.map +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.js +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js.map +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.js +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js.map +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/tasks.py +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/templates/aa_intel_tool/base.html +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-chatscan-js.html +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-css.html +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-dscan-js.html +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomp-js.html +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js.html +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/templates/aa_intel_tool/partials/body/scan-retention-note.html +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/templates/aa_intel_tool/partials/index/form.html +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/buttons.html +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/system-information.html +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/evetime.html +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/participation.html +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/templates/aa_intel_tool/views/index.html +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/templatetags/__init__.py +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/templatetags/inteltool_versioned_static.py +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/tests/__init__.py +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/tests/test-data/chatscan-faulty.txt +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/tests/test-data/chatscan.txt +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/tests/test-data/dscan-german-client.txt +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/tests/test-data/dscan-russian-client.txt +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/tests/test-data/dscan.txt +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/tests/test-data/fleetcomp.txt +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/tests/test_access.py +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/tests/test_admin.py +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/tests/test_app_settings.py +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/tests/test_auth_hooks.py +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/tests/test_helper_data_structures.py +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/tests/test_models.py +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/tests/test_parser.py +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/tests/test_parser_helper_db.py +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/tests/test_templatetags.py +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/tests/utils.py +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/urls.py +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/views/__init__.py +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/views/ajax.py +0 -0
- {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/views/general.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aa-intel-tool
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1
|
|
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
|
|
@@ -789,16 +789,18 @@ See [Settings](#settings) section for details.
|
|
|
789
789
|
|
|
790
790
|
## Installation<a name="installation"></a>
|
|
791
791
|
|
|
792
|
-
**
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
792
|
+
> **Note**
|
|
793
|
+
>
|
|
794
|
+
> Please make sure you meet all preconditions before you proceed:
|
|
795
|
+
>
|
|
796
|
+
> - AA Intel Tool is a plugin for [Alliance Auth]. If you don't have Alliance Auth running
|
|
797
|
+
> already, please install it first before proceeding. (see the official
|
|
798
|
+
> [Alliance Auth installation guide] for details)
|
|
799
|
+
> - AA Intel Tool needs at least **Alliance Auth v3.6.1**. Please make sure to meet this
|
|
800
|
+
> condition _before_ installing this app, otherwise an update to Alliance Auth will
|
|
801
|
+
> be pulled in unsupervised.
|
|
802
|
+
> - AA Intel Tool needs [Eve Universe] to function. Please make sure it is installed,
|
|
803
|
+
> before continuing.
|
|
802
804
|
|
|
803
805
|
### Step 1: Install the Package<a name="step-1-install-the-package"></a>
|
|
804
806
|
|
|
@@ -815,16 +817,16 @@ pip install aa-intel-tool
|
|
|
815
817
|
|
|
816
818
|
This is fairly simple, configure your AA settings (`local.py`) as follows:
|
|
817
819
|
|
|
818
|
-
|
|
819
|
-
|
|
820
|
+
Add `eveuniverse` (if not already done so for a different app) and `aa_intel_tool` to
|
|
821
|
+
the list of `INSTALLED_APPS`.
|
|
820
822
|
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
823
|
+
```python
|
|
824
|
+
# Add any additional apps to this list.
|
|
825
|
+
INSTALLED_APPS += [
|
|
826
|
+
"eveuniverse",
|
|
827
|
+
"aa_intel_tool", # https://github.com/ppfeufer/aa-intel-tool
|
|
828
|
+
]
|
|
829
|
+
```
|
|
828
830
|
|
|
829
831
|
#### Add the Scheduled Task<a name="add-the-scheduled-task"></a>
|
|
830
832
|
|
|
@@ -842,10 +844,8 @@ if "aa_intel_tool" in INSTALLED_APPS:
|
|
|
842
844
|
|
|
843
845
|
#### (Optional) Allow Public Views<a name="optional-allow-public-views"></a>
|
|
844
846
|
|
|
845
|
-
This app supports AA's feature of public views
|
|
846
|
-
|
|
847
|
-
without the need to log in, please add `"aa_intel_tool",` to the list of
|
|
848
|
-
`APPS_WITH_PUBLIC_VIEWS` in your `local.py`:
|
|
847
|
+
This app supports AA's feature of public views. To allow this feature, please add
|
|
848
|
+
`"aa_intel_tool",` to the list of `APPS_WITH_PUBLIC_VIEWS` in your `local.py`:
|
|
849
849
|
|
|
850
850
|
```python
|
|
851
851
|
# By default, apps are prevented from having public views for security reasons.
|
|
@@ -82,16 +82,18 @@ See [Settings](#settings) section for details.
|
|
|
82
82
|
|
|
83
83
|
## Installation<a name="installation"></a>
|
|
84
84
|
|
|
85
|
-
**
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
85
|
+
> **Note**
|
|
86
|
+
>
|
|
87
|
+
> Please make sure you meet all preconditions before you proceed:
|
|
88
|
+
>
|
|
89
|
+
> - AA Intel Tool is a plugin for [Alliance Auth]. If you don't have Alliance Auth running
|
|
90
|
+
> already, please install it first before proceeding. (see the official
|
|
91
|
+
> [Alliance Auth installation guide] for details)
|
|
92
|
+
> - AA Intel Tool needs at least **Alliance Auth v3.6.1**. Please make sure to meet this
|
|
93
|
+
> condition _before_ installing this app, otherwise an update to Alliance Auth will
|
|
94
|
+
> be pulled in unsupervised.
|
|
95
|
+
> - AA Intel Tool needs [Eve Universe] to function. Please make sure it is installed,
|
|
96
|
+
> before continuing.
|
|
95
97
|
|
|
96
98
|
### Step 1: Install the Package<a name="step-1-install-the-package"></a>
|
|
97
99
|
|
|
@@ -108,16 +110,16 @@ pip install aa-intel-tool
|
|
|
108
110
|
|
|
109
111
|
This is fairly simple, configure your AA settings (`local.py`) as follows:
|
|
110
112
|
|
|
111
|
-
|
|
112
|
-
|
|
113
|
+
Add `eveuniverse` (if not already done so for a different app) and `aa_intel_tool` to
|
|
114
|
+
the list of `INSTALLED_APPS`.
|
|
113
115
|
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
116
|
+
```python
|
|
117
|
+
# Add any additional apps to this list.
|
|
118
|
+
INSTALLED_APPS += [
|
|
119
|
+
"eveuniverse",
|
|
120
|
+
"aa_intel_tool", # https://github.com/ppfeufer/aa-intel-tool
|
|
121
|
+
]
|
|
122
|
+
```
|
|
121
123
|
|
|
122
124
|
#### Add the Scheduled Task<a name="add-the-scheduled-task"></a>
|
|
123
125
|
|
|
@@ -135,10 +137,8 @@ if "aa_intel_tool" in INSTALLED_APPS:
|
|
|
135
137
|
|
|
136
138
|
#### (Optional) Allow Public Views<a name="optional-allow-public-views"></a>
|
|
137
139
|
|
|
138
|
-
This app supports AA's feature of public views
|
|
139
|
-
|
|
140
|
-
without the need to log in, please add `"aa_intel_tool",` to the list of
|
|
141
|
-
`APPS_WITH_PUBLIC_VIEWS` in your `local.py`:
|
|
140
|
+
This app supports AA's feature of public views. To allow this feature, please add
|
|
141
|
+
`"aa_intel_tool",` to the list of `APPS_WITH_PUBLIC_VIEWS` in your `local.py`:
|
|
142
142
|
|
|
143
143
|
```python
|
|
144
144
|
# By default, apps are prevented from having public views for security reasons.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po
RENAMED
|
File without changes
|
{aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po
RENAMED
|
File without changes
|
|
File without changes
|
{aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.mo
RENAMED
|
File without changes
|
{aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.css
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/templates/aa_intel_tool/views/index.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/templatetags/inteltool_versioned_static.py
RENAMED
|
File without changes
|
|
File without changes
|
{aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/tests/test-data/chatscan-faulty.txt
RENAMED
|
File without changes
|
|
File without changes
|
{aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/tests/test-data/dscan-german-client.txt
RENAMED
|
File without changes
|
{aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/tests/test-data/dscan-russian-client.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/tests/test_helper_data_structures.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|