turtle-wow-source-kinda/Dumps/Source Code/20 - Development_turtle-logs/main/Webclient/configuration.sh
Brian Oost a1d5bb70b2 Init
2024-08-06 18:06:40 +02:00

39 lines
1.9 KiB
Bash

# Note: The prefix "WEBCLIENT_" is required, don't change it!
# Variables with "_WEBCLIENT_" prefix are treated in a special way by the preperation script!
# Note for breadcrumbs: Please adjust them yourself in the index_template.html
# Note for manifest icons: If you provide more than the 512 logo version, then adjust it yourself in the manifest_template.json
# Important escape "/"
WEBCLIENT_COMPANY_NAME="LegacyPlayers"
WEBCLIENT_WEBSITE_NAME="LegacyPlayers"
WEBCLIENT_WEBSITE_SHORT_NAME="LP"
WEBCLIENT_WEBSITE_DOMAIN="legacyplayers.com"
WEBCLIENT_WEBSITE_NOSCRIPT_MESSAGE="This website requires JavaScript to be enabled!"
WEBCLIENT_WEBSITE_SEARCH_URL="search?q="
WEBCLIENT_WEBSITE_SEARCH_VARIABLE="search_term_string"
WEBCLIENT_GITHUB_URL="Geigerkind\/LegacyPlayersV3"
WEBCLIENT_DISCORD_INVITE="JMQrrqy"
WEBCLIENT_OWNER_ADDRESS="Kiebitzhagen 5"
WEBCLIENT_OWNER_CITY="21217 Seevetal"
WEBCLIENT_OWNER_COUNTRY="Germany"
WEBCLIENT_OWNER_PHONE="+49 176 61869410"
WEBCLIENT_OWNER_MAIL="mail@legacyplayers.com"
WEBCLIENT_RESPONSIBLE_PERSON="Tom Dymel"
WEBCLIENT_IMAGE_SOURCES="<a href=\"https\:\/\/fontawesome.com\/license\" target=\"_blank\">Font Awesome<\/a><br \/>Blizzard Entertainment Inc"
WEBCLIENT_META_KEYWORDS="WoW raid logs armory pvp metrics"
WEBCLIENT_META_DESCRIPTION="LegacyPlayers is a community driven project to establish a platform where people playing on all kind of expansions of World of Warcraft can share raid logs, PvP logs and armory data. It aims to persist all data of all coming and going private servers, as well as to provide easy access to them."
WEBCLIENT_META_THEME_COLOR="#303030"
WEBCLIENT_GOOGLE_ANALYTICS_TOKEN="UA-107735472-1"
WEBCLIENT_MANIFEST_START_URL="\\/"
WEBCLIENT_ICON_PATH="\\/assets\\/icon"
WEBCLIENT_ICON_NAME="logo"
WEBCLIENT_ICON_TYPE="png"
_WEBCLIENT_TEMPLATE_FILES=("src/environments/environment_template.ts" "src/index_template.html")