diff --git a/README.md b/README.md index 1b4232ea..31557bc5 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ # Alliance Auth -[![license](https://img.shields.io/badge/license-GPLv2-green)](https://pypi.org/project/allianceauth/) -[![python](https://img.shields.io/pypi/pyversions/allianceauth)](https://pypi.org/project/allianceauth/) -[![django](https://img.shields.io/pypi/djversions/allianceauth?label=django)](https://pypi.org/project/allianceauth/) -[![version](https://img.shields.io/pypi/v/allianceauth?label=release)](https://pypi.org/project/allianceauth/) -[![pipeline status](https://gitlab.com/allianceauth/allianceauth/badges/master/pipeline.svg)](https://gitlab.com/allianceauth/allianceauth/commits/master) +[![License](https://img.shields.io/badge/license-GPLv2-green)](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?label=django)](https://pypi.org/project/allianceauth/) +[![Stable AA Version](https://img.shields.io/pypi/v/allianceauth?label=release)](https://pypi.org/project/allianceauth/) +[![Pipeline Status](https://gitlab.com/allianceauth/allianceauth/badges/master/pipeline.svg)](https://gitlab.com/allianceauth/allianceauth/commits/master) [![Documentation Status](https://readthedocs.org/projects/allianceauth/badge/?version=latest)](https://allianceauth.readthedocs.io/?badge=latest) -[![coverage report](https://gitlab.com/allianceauth/allianceauth/badges/master/coverage.svg)](https://gitlab.com/allianceauth/allianceauth/commits/master) +[![Test Coverage Report](https://gitlab.com/allianceauth/allianceauth/badges/master/coverage.svg)](https://gitlab.com/allianceauth/allianceauth/commits/master) [![Chat on Discord](https://img.shields.io/discord/399006117012832262.svg)](https://discord.gg/fjnHAmk) -An auth system for EVE Online to help in-game organizations manage online service access. +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. ## Content @@ -22,17 +22,17 @@ An auth system for EVE Online to help in-game organizations manage online servic ## Overview -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. Main 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/) and [groups](https://allianceauth.readthedocs.io/en/latest/features/core/groups/) +- Automatically grants or revokes user access to external services (e.g.: Discord, Mumble) based on the user's current membership to [a variety of EVE Online affiliation](https://allianceauth.readthedocs.io/en/latest/features/core/states/) and [groups](https://allianceauth.readthedocs.io/en/latest/features/core/groups/) - 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 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 +- 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) @@ -42,9 +42,15 @@ For further details about AA - including an installation guide and a full list o ## Screenshot -Here is an example of the Alliance Auth web site with some plug-ins apps and services enabled: +Here is an example of the Alliance Auth web site with a mixture of Services, Apps and Community Creations enabled: -![screenshot](https://i.imgur.com/2tnX9kD.png) +### Flatly Theme + +![Flatly Theme](docs/_static/images/promotion/SampleInstallation-Flatly.png) + +### Darkly Theme + +![Darkly Theme](docs/_static/images/promotion/SampleInstallation-Darkly.png) ## Support diff --git a/docs/_static/images/promotion/SampleInstallation-Darkly.png b/docs/_static/images/promotion/SampleInstallation-Darkly.png new file mode 100644 index 00000000..4d87a7a4 Binary files /dev/null and b/docs/_static/images/promotion/SampleInstallation-Darkly.png differ diff --git a/docs/_static/images/promotion/SampleInstallation-Flatly.png b/docs/_static/images/promotion/SampleInstallation-Flatly.png new file mode 100644 index 00000000..b581afa3 Binary files /dev/null and b/docs/_static/images/promotion/SampleInstallation-Flatly.png differ