Alliance Auth Wiki Plugin
Project description
SimpleWiki
A simple wiki plugin for alliance auth. It supports multiple pages with different sections. Every page and every section can have their own icon. Written in Python with Django.
Contents
Current Features
- Create custom wiki menus with dropdowns plus different sections on each menu
- Add an icon next to menus or sections
- Edit pages on the admin panel with a WYSIWYG editor
- Support for different header sizes.
- Support for bold, italic, underline and strikethrough text.
- Support for aligning text to the left, center or right.
- Support for ordered and unordered lists.
- Add links, remove links, add horizontal lines, add quotes and spoilers.
- Add images (url only), add videos (YouTube only) and tables.
- Add alerts and Google Drive folders.
- Remove formatting.
- Search function: Search across all wiki menus and sections
- Permission system:
- Editor permissions can be added to single users or groups via the admin panel
- Alliance Auth groups are synced to simplewiki: Certain pages can only be seen by a specific group
- Multiple groups support: As long as the user is in any of the required groups, they can access the menu
- Editor interface
- Users with editor permission can create, edit and delete custom menus and sections (editor_access)
- Users with editor permission see edit and delete buttons above all sections (editor_access)
- Change menu position's with a drag and drop system
TODO:
- Quality-of-life updates
- Implement better logging
- Improve code documentation
Planned
- Add translations for
- German
- Spanish
- Chinese
- Russian
- Korean
- French
- Italian
Active devs:
Screenshots
Admin Panel
Installation
Alliance Auth Production
Non-Docker Version
1.) Install the pip package via pip install aa-simplewiki
2.) Add simplewiki
to your INSTALLED_APPS
in your projects local.py
3.) Restart your server, then run migrations and collectstatic
Docker Version
1.) Please make sure you followed the custom docker-image tutorial here:
2.) Edit your conf/requirements
and add the following line aa-simplewiki
(Check https://pypi.org/project/aa-simplewiki/ for different versions!)
3.) Add simplewiki
to your INSTALLED_APPS
in your projects local.py
4.) Start your server docker compose --env-file=.env up -d
5.) Run docker compose exec allianceauth bash
7.) Run auth migrate
8.) Run auth collectstatic
Alliance Auth Development
Make sure you have installed alliance auth in the correct way: https://allianceauth.readthedocs.io/en/latest/development/dev_setup/index.html
1.) Download the repo git clone https://github.com/meowosaurus/aa-simplewiki
2.) Make sure it's under the root folder aa-dev
, not under myauth
3.) Change directory into aa-dev
aand run pip install -e aa-simplewiki
Important: If you are getting an error saying that simplewiki
is not installed after running pip install -e aa-simplewiki
, delete the setup.py
file in the aa-simplewiki root directory and try again.
4.) Add simplewiki
to your INSTALLED_APPS
in your projects local.py
5.) Change directory into myauth
6.) Make migrations with python manage.py makemigrations
7.) Migrate with python manage.py migrate
8.) Restart auth with python manage.py runserver
Usage
Check out our wiki on GitHub: https://github.com/meowosaurus/aa-simplewiki/wiki
1.) Go to {your_auth_url}/admin
-> SimpleWiki -> Add Menu Item
2.) Give it a title, an index (menu items are sorted by their index from low to high) and a name (the name is the name in the url) and hit save.
3.) Go to {your_auth_url}/admin
-> SimpleWiki -> Add Page Item
4.) Give it a title, a menu page (this is the menu page it will be under), an index (ordered from low to high) and a content description. This description will be the main content and you can use HTML. Hit save.
5.) Go back to your main auth page, go under Wiki and you've created your first menu and page.
Permissions
Perm | Admin Site | Auth Site |
---|---|---|
basic_access | None | Can view all wiki pages |
editor_access | None | Can create, edit and delete wiki pages and menus |
Commands
- Migrate all data from 1.0.x to 1.1.1 to use new model system:
python manage.py simplewiki_migrate_v1_1
- Migrate section data from 1.1.1 and later to 1.1.3 to add author details:
python manage.py simplewiki_migrate_v1_3
Dependencies
Support
- On Discord: meowlicious
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file aa_simplewiki-2.1.0.tar.gz
.
File metadata
- Download URL: aa_simplewiki-2.1.0.tar.gz
- Upload date:
- Size: 106.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 34b7f03af817e1ac1801bea63e5658764d3e6a331da8b7b56d0d23bbbc3a1710 |
|
MD5 | 63db45d31e9df701726d24b471c5afd4 |
|
BLAKE2b-256 | 4d8d693dc1fd9eddfd6e9aa421cba6ab17ec262bd2a17b5124fa17df7101135d |
File details
Details for the file aa_simplewiki-2.1.0-py3-none-any.whl
.
File metadata
- Download URL: aa_simplewiki-2.1.0-py3-none-any.whl
- Upload date:
- Size: 138.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ccccd8bd360e8084f9bb3f8b220cac687c1072054b10aeae3ee27c80fa9c7cd3 |
|
MD5 | bb644bae0a8506a4e7222379cce123a0 |
|
BLAKE2b-256 | 7385d9c63beca0e10c9f6aa8a13d6face86a5513ab5c5f55ba59a160d3f8c21f |