Schneespur — Open-source winter service documentation software (PWA + Admin). GPS tracking via OwnTracks, weather data, photo evidence, and legally compliant service records for winter maintenance operators. License: AGPL-3.0-or-later
20 lines
1 KiB
PHP
20 lines
1 KiB
PHP
<div class="bg-white rounded-lg border border-gray-200 p-6">
|
|
<h2 class="text-xl font-bold text-gray-900 mb-4">{{ __('help.topic_owntracks') }}</h2>
|
|
|
|
<div class="prose prose-sm max-w-none text-gray-700 space-y-4">
|
|
<h3 class="text-lg font-semibold text-gray-800">{{ __('help.owntracks_intro_title') }}</h3>
|
|
<p>{{ __('help.owntracks_intro_text', ['app_name' => brand()]) }}</p>
|
|
|
|
<h3 class="text-lg font-semibold text-gray-800">{{ __('help.owntracks_install_title') }}</h3>
|
|
<p>{{ __('help.owntracks_install_text') }}</p>
|
|
|
|
<h3 class="text-lg font-semibold text-gray-800">{{ __('help.owntracks_config_title') }}</h3>
|
|
<p>{{ __('help.owntracks_config_text', ['app_name' => brand()]) }}</p>
|
|
|
|
<h3 class="text-lg font-semibold text-gray-800">{{ __('help.owntracks_qr_title') }}</h3>
|
|
<p>{{ __('help.owntracks_qr_text') }}</p>
|
|
|
|
<h3 class="text-lg font-semibold text-gray-800">{{ __('help.owntracks_troubleshoot_title') }}</h3>
|
|
<p>{{ __('help.owntracks_troubleshoot_text') }}</p>
|
|
</div>
|
|
</div>
|