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.
Files changed (124) hide show
  1. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/PKG-INFO +24 -24
  2. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/README.md +23 -23
  3. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/pyproject.toml +1 -1
  4. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/.gitignore +0 -0
  5. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/LICENSE +0 -0
  6. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/__init__.py +0 -0
  7. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/admin.py +0 -0
  8. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/app_settings.py +0 -0
  9. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/apps.py +0 -0
  10. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/auth_hooks.py +0 -0
  11. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/constants.py +0 -0
  12. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/exceptions.py +0 -0
  13. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/form.py +0 -0
  14. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/helper/data_structure.py +0 -0
  15. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/helper/eve_character.py +0 -0
  16. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/locale/de/LC_MESSAGES/django.mo +0 -0
  17. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/locale/de/LC_MESSAGES/django.po +0 -0
  18. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/locale/django.pot +0 -0
  19. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/locale/es/LC_MESSAGES/django.mo +0 -0
  20. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/locale/es/LC_MESSAGES/django.po +0 -0
  21. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +0 -0
  22. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +0 -0
  23. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/locale/ja/LC_MESSAGES/django.po +0 -0
  24. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
  25. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +0 -0
  26. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/locale/ru/LC_MESSAGES/django.mo +0 -0
  27. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/locale/ru/LC_MESSAGES/django.po +0 -0
  28. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/locale/uk/LC_MESSAGES/django.mo +0 -0
  29. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/locale/uk/LC_MESSAGES/django.po +0 -0
  30. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +0 -0
  31. {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
  32. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/migrations/0001_initial.py +0 -0
  33. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/migrations/__init__.py +0 -0
  34. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/models.py +0 -0
  35. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/parser/__init__.py +0 -0
  36. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/parser/general.py +0 -0
  37. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/parser/helper/db.py +0 -0
  38. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/parser/module/chatlist.py +0 -0
  39. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/parser/module/dscan.py +0 -0
  40. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/parser/module/fleetcomp.py +0 -0
  41. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/providers.py +0 -0
  42. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/scripts/drop_tables.sql +0 -0
  43. {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
  44. {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
  45. {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
  46. {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
  47. {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
  48. {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
  49. {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
  50. {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
  51. {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
  52. {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
  53. {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
  54. {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
  55. {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
  56. {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
  57. {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
  58. {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
  59. {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
  60. {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
  61. {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
  62. {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
  63. {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
  64. {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
  65. {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
  66. {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
  67. {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
  68. {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
  69. {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
  70. {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
  71. {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
  72. {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
  73. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/tasks.py +0 -0
  74. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/templates/aa_intel_tool/base.html +0 -0
  75. {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
  76. {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
  77. {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
  78. {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
  79. {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
  80. {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
  81. {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
  82. {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
  83. {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
  84. {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
  85. {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
  86. {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
  87. {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
  88. {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
  89. {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
  90. {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
  91. {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
  92. {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
  93. {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
  94. {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
  95. {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
  96. {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
  97. {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
  98. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/templates/aa_intel_tool/views/index.html +0 -0
  99. {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
  100. {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
  101. {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
  102. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/templatetags/__init__.py +0 -0
  103. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/templatetags/inteltool_versioned_static.py +0 -0
  104. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/tests/__init__.py +0 -0
  105. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/tests/test-data/chatscan-faulty.txt +0 -0
  106. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/tests/test-data/chatscan.txt +0 -0
  107. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/tests/test-data/dscan-german-client.txt +0 -0
  108. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/tests/test-data/dscan-russian-client.txt +0 -0
  109. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/tests/test-data/dscan.txt +0 -0
  110. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/tests/test-data/fleetcomp.txt +0 -0
  111. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/tests/test_access.py +0 -0
  112. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/tests/test_admin.py +0 -0
  113. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/tests/test_app_settings.py +0 -0
  114. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/tests/test_auth_hooks.py +0 -0
  115. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/tests/test_helper_data_structures.py +0 -0
  116. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/tests/test_models.py +0 -0
  117. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/tests/test_parser.py +0 -0
  118. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/tests/test_parser_helper_db.py +0 -0
  119. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/tests/test_templatetags.py +0 -0
  120. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/tests/utils.py +0 -0
  121. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/urls.py +0 -0
  122. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/views/__init__.py +0 -0
  123. {aa_intel_tool-1.0.0 → aa_intel_tool-1.0.1}/aa_intel_tool/views/ajax.py +0 -0
  124. {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.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
- **Important**: Please make sure you meet all preconditions before you proceed:
793
-
794
- - AA Intel Tool is a plugin for [Alliance Auth]. If you don't have Alliance Auth running
795
- already, please install it first before proceeding. (see the official
796
- [Alliance Auth installation guide] for details)
797
- - AA Intel Tool needs at least **Alliance Auth v3.6.1**. Please make sure to meet this
798
- condition _before_ installing this app, otherwise an update to Alliance Auth will
799
- be pulled in unsupervised.
800
- - AA Intel Tool needs [Eve Universe] to function. Please make sure it is installed,
801
- before continuing.
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
- - Add `eveuniverse` (if not already done so for a different app) and `aa_intel_tool` to
819
- the list of `INSTALLED_APPS`
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
- ```python
822
- # Add any additional apps to this list.
823
- INSTALLED_APPS += [
824
- "eveuniverse",
825
- "aa_intel_tool", # https://github.com/ppfeufer/aa-intel-tool
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, since time zones conversion is not
846
- any mission-critical information. To allow users to view the time zone conversion page
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
- **Important**: Please make sure you meet all preconditions before you proceed:
86
-
87
- - AA Intel Tool is a plugin for [Alliance Auth]. If you don't have Alliance Auth running
88
- already, please install it first before proceeding. (see the official
89
- [Alliance Auth installation guide] for details)
90
- - AA Intel Tool needs at least **Alliance Auth v3.6.1**. Please make sure to meet this
91
- condition _before_ installing this app, otherwise an update to Alliance Auth will
92
- be pulled in unsupervised.
93
- - AA Intel Tool needs [Eve Universe] to function. Please make sure it is installed,
94
- before continuing.
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
- - Add `eveuniverse` (if not already done so for a different app) and `aa_intel_tool` to
112
- the list of `INSTALLED_APPS`
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
- ```python
115
- # Add any additional apps to this list.
116
- INSTALLED_APPS += [
117
- "eveuniverse",
118
- "aa_intel_tool", # https://github.com/ppfeufer/aa-intel-tool
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, since time zones conversion is not
139
- any mission-critical information. To allow users to view the time zone conversion page
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.
@@ -6,7 +6,7 @@ requires = [
6
6
 
7
7
  [project]
8
8
  name = "aa-intel-tool"
9
- version = "1.0.0"
9
+ version = "1.0.1"
10
10
  description = "A simple parser for D-Scans and more for Alliance Auth"
11
11
  readme = "README.md"
12
12
  keywords = [
File without changes
File without changes