diff --git a/docs/community/alliance-auth/SampleInstallation-Darkly.png b/docs/community/alliance-auth/SampleInstallation-Darkly.png new file mode 100644 index 00000000..4d87a7a4 Binary files /dev/null and b/docs/community/alliance-auth/SampleInstallation-Darkly.png differ diff --git a/docs/community/alliance-auth/SampleInstallation-Flatly.png b/docs/community/alliance-auth/SampleInstallation-Flatly.png new file mode 100644 index 00000000..b581afa3 Binary files /dev/null and b/docs/community/alliance-auth/SampleInstallation-Flatly.png differ diff --git a/docs/community/alliance-auth/index.md b/docs/community/alliance-auth/index.md index 0f72e253..98a43281 100644 --- a/docs/community/alliance-auth/index.md +++ b/docs/community/alliance-auth/index.md @@ -4,7 +4,7 @@ search: title: Alliance Auth type: service -description: An auth system for EVE Online to help in-game organizations manage online service access. +description: A flexible authentication platform for EVE Online to help in-game organizations manage access to applications and services. AA provides both, a stable core, and a robust framework for community development and custom applications. maintainer: name: Alliance Auth Team gitlab: allianceauth @@ -12,6 +12,8 @@ maintainer: # Alliance Auth +A flexible authentication platform for EVE Online to help in-game organizations manage access to applications and services. AA provides both, a stable core, and a robust framework for community development and custom applications. + [![Version](https://img.shields.io/pypi/v/allianceauth)](https://pypi.org/project/allianceauth/) [![Python Versions](https://img.shields.io/pypi/pyversions/allianceauth)](https://pypi.org/project/allianceauth/) [![Django Versions](https://img.shields.io/pypi/djversions/allianceauth)](https://pypi.org/project/allianceauth/) @@ -33,25 +35,32 @@ maintainer: ## Description -Alliance Auth (AA) is a web site that helps Eve Online organizations efficiently manage access to applications and services. +Alliance Auth (AA) is a platform that helps Eve Online organizations efficiently manage access to applications and services. ## Features - Automatically grants or revokes user access to external services (e.g. Discord, Mumble) and web apps (e.g. SRP requests) based on the user's current membership to [in-game organizations](https://allianceauth.readthedocs.io/en/latest/features/core/states.html) and [groups](https://allianceauth.readthedocs.io/en/latest/features/core/groups.html) - - Provides a central web site where users can directly access web apps (e.g. SRP requests, Fleet Schedule) and manage their access to external services and groups. - - Includes a set of connectors (called ["services"](https://allianceauth.readthedocs.io/en/latest/features/services/)) for integrating access management with many popular external applications / services like Discord, Mumble, Teamspeak 3, SMF and others - - Includes a set of web [apps](https://allianceauth.readthedocs.io/en/latest/features/apps/) which add many useful functions, e.g.: fleet schedule, timer board, SRP request management, fleet activity tracker - - Can be easily extended with additional services and apps. Many are provided by the community and can be found here: [Community Creations](https://gitlab.com/allianceauth/community-creations) - - English :flag_gb:, Chinese :flag_cn:, German :flag_de:, Spanish :flag_es:, Korean :flag_kr:, Russian :flag_ru:, Italian :flag_it:, French :flag_fr:, Japanese :flag_jp: and Ukrainian :flag_ua: Localization For further details about AA - including an installation guide and a full list of included services and plugin apps - please see the [official documentation](https://allianceauth.rtfd.io). -# Alliance Auth Community Creations +## Screenshot + +Here is an example of the Alliance Auth web site with a mixture of Services, Apps and Community Creations enabled: + +### Flatly Theme + +![Flatly Theme](SampleInstallation-Flatly.png) + +### Darkly Theme + +![Darkly Theme](SampleInstallation-Darkly.png) + +## Alliance Auth Community Creations - Over 100+ Applications from 30+ Developers diff --git a/docs/community/django-esi/index.md b/docs/community/django-esi/index.md index cb7d3dcc..7efc1310 100644 --- a/docs/community/django-esi/index.md +++ b/docs/community/django-esi/index.md @@ -4,7 +4,7 @@ search: title: Django-ESI type: resource -description: Django app for easy access to the EVE Swagger Interface (ESI) +description: Django app for easy access to the EVE Stable Interface (ESI) maintainer: name: Alliance Auth Team gitlab: allianceauth @@ -12,7 +12,7 @@ maintainer: # Django-ESI -Django app for easy access to the EVE Swagger Interface (ESI) +Django app for easy access to the EVE Stable Interface (ESI) [![Version](https://img.shields.io/pypi/v/django-esi)](https://pypi.org/project/django-esi/) [![Python Versions](https://img.shields.io/pypi/pyversions/django-esi)](https://pypi.org/project/django-esi/) @@ -27,17 +27,17 @@ Django app for easy access to the EVE Swagger Interface (ESI) - [:simple-discord: __Discord__](https://discord.gg/fjnHAmk){ .esi-card-link } - [:simple-gitlab: __GitLab__](https://gitlab.com/allianceauth/django-esi){ .esi-card-link } -- [:octicons-browser-16: __Documentation__](https://django-esi.readthedocs.io/en/latest/){ .esi-card-link } +- [:octicons-browser-16: __Documentation__](https://django-esi.readthedocs.io/){ .esi-card-link } ## Description -Django-esi is a Django app that provides an interface for easy access to the EVE Swagger Interface (ESI), the official API for the game [EVE Online](https://www.eveonline.com/). +Django-ESI is a Django app that provides an interface for easy access to the EVE Stable Interface (ESI). -It is build upon [Bravado](https://github.com/Yelp/bravado) - a python client library for Swagger 2.0 services. +It is built upon [aiopenapi3](https://github.com/commonism/aiopenapi3) - A Pydantic Client library for OpenAPI 3 -Django-esi adds the following main functionalities to a Django site: +Django-ESI adds the following main functionalities to a Django site: - Dynamically generated client for interacting with public and private ESI endpoints - Support for adding EVE SSO to authenticate characters and retrieve tokens