3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-25 18:25:03 +00:00

refactor: more dashboard rebranding

This commit is contained in:
CodeTheDev 2022-08-06 02:07:32 -04:00
parent 647094ff6a
commit 26fe5a7c97
No known key found for this signature in database
GPG key ID: AF9160D3CEA9B223
8 changed files with 21 additions and 21 deletions

View file

@ -1,11 +1,11 @@
<template>
<div class="privacy-policy">
<div class="wrapper">
<h1>Zeppelin Privacy Policy</h1>
<h1>Airship Privacy Policy</h1>
<h2>Zeppelin overview</h2>
<h2>Airship overview</h2>
<p>
Zeppelin is a moderation bot for Discord that allows server staff to
Airship is a fork of Zeppelin, a moderation bot for Discord that allows server staff to
carry out moderator actions (warn, mute, kick, ban, clean messages, view
user information, etc.),
keep records of infractions, perform automated actions ("automod", e.g.
@ -16,17 +16,17 @@
</p>
<p>
The bot's source code is available at
<a href="https://github.com/Dragory/ZeppelinBot">
https://github.com/Dragory/ZeppelinBot
<a href="https://github.com/CodeTheDev/Airship">
https://github.com/CodeTheDev/Airship
</a>
</p>
<h2>Stored data</h2>
<p>
When Zeppelin is used by a server, the following categories data can be
When Airship is used by a server, the following categories data can be
stored by the bot.
The specific categories of data saved for each server depends on how the
server has configured Zeppelin.
server has configured Airship.
</p>
<ul>
<li>Recent messages and username/nickname changes of users engaged on
@ -66,14 +66,14 @@
engaged in chat or voice channels are stored for 30 days
</li>
<li>Archives of bulk-deleted messages are stored for 30 days</li>
<li>Infraction record data is kept until the server stops using Zeppelin
<li>Infraction record data is kept until the server stops using Airship
unless explicitly deleted
</li>
<li>Roles and nicknames that are restored on rejoin are cleared when the
user rejoins
</li>
<li>User information for users logged in to the bot's web dashboard via
Discord OAuth is stored as long as the server uses Zeppelin
Discord OAuth is stored as long as the server uses Airship
</li>
</ul>

View file

@ -2,7 +2,7 @@
<div>
<h1>Dashboard access</h1>
<p>
On this page you can manage who has access to the server's Zeppelin dashboard.
On this page you can manage who has access to the server's Airship dashboard.
</p>
<h2 class="mt-8">Roles</h2>

View file

@ -1,13 +1,13 @@
<template>
<div class="dashboard container mx-auto px-2 py-2 md:px-6 md:py-6">
<Title title="Zeppelin - Dashboard" />
<Title title="Airship - Dashboard" />
<nav class="flex items-stretch flex-wrap pl-4 pr-2 py-1 border border-gray-700 rounded bg-gray-800 shadow-xl mb-8">
<div class="flex-full md:flex-initial flex items-center">
<img class="w-10 mr-5" src="../../img/logo.png" alt="" aria-hidden="true">
<router-link to="/dashboard">
<h1 class="font-semibold">Zeppelin Dashboard</h1>
<h1 class="font-semibold">Airship Dashboard</h1>
</router-link>
</div>

View file

@ -2,7 +2,7 @@
<div>
<h1>Counters</h1>
<p>
Counters are an advanced feature in Zeppelin that allows you keep track of per-user, per-channel, or global numbers and trigger specific actions based on this number.
Counters are an advanced feature in Airship that allows you keep track of per-user, per-channel, or global numbers and trigger specific actions based on this number.
Common use cases are infraction points, XP systems, activity roles, and so on.
</p>
<p>

View file

@ -1,6 +1,6 @@
<template>
<div class="docs container mx-auto px-6 py-6">
<Title title="Zeppelin - Documentation" />
<Title title="Airship - Documentation" />
<!-- Top bar -->
<nav class="flex items-stretch pl-4 pr-2 py-1 border border-gray-700 rounded bg-gray-800 shadow-xl">
@ -8,7 +8,7 @@
<img class="flex-auto w-10 mr-5" src="../../img/logo.png" alt="" aria-hidden="true">
<router-link to="/docs">
<h1 class="flex-auto font-semibold">Zeppelin Documentation</h1>
<h1 class="flex-auto font-semibold">Airship Documentation</h1>
</router-link>
</div>
<div class="flex-1 flex items-center justify-end">

View file

@ -2,7 +2,7 @@
<div>
<h1>Introduction</h1>
<p>
Zeppelin is a private moderation bot for Discord, designed with large servers and reliability in mind.
Airship is a fork of Zeppelin, a moderation bot for Discord designed with large servers and reliability in mind.
</p>
<!-- WIP bar -->
@ -19,13 +19,13 @@
<h2>Configuration</h2>
<p>
All Zeppelin configuration is done through the dashboard by editing a YAML config file. By default, only the server
All Airship configuration is done through the dashboard by editing a YAML config file. By default, only the server
owner has access to this, but they can give other users access as they see fit. See <router-link to="/docs/configuration/configuration-format">Configuration format</router-link> for more details.
</p>
<h2>Plugins</h2>
<p>
Zeppelin is divided into plugins: grouped functionality that can be enabled/disabled as needed, and that have their own configurations.
Airship is divided into plugins: grouped functionality that can be enabled/disabled as needed, and that have their own configurations.
</p>
<h2>Commands</h2>

View file

@ -2,7 +2,7 @@
<div>
<h1>Permissions</h1>
<p>
Permissions in Zeppelin are simply values in plugin configuration that are checked when the command is used.
Permissions in Airship are simply values in plugin configuration that are checked when the command is used.
These values can be changed with overrides (see <router-link to="/docs/configuration/plugin-configuration">Plugin configuration</router-link> for more info)
and can depend on e.g. user id, role id, channel id, category id, or <strong>permission level</strong>.
</p>

View file

@ -2,11 +2,11 @@
<div>
<h1>Plugin configuration</h1>
<p>
Most plugins in Zeppelin have configurable options. The values for these options come from 3 places:
Most plugins in Airship have configurable options. The values for these options come from 3 places:
</p>
<ol>
<li>
<strong>Default options</strong> (from Zeppelin)
<strong>Default options</strong> (from Airship)
</li>
<li>
<strong>Custom options</strong> (set by you in config)