mirror of
https://github.com/praktimarc/kst4contest.git
synced 2026-07-13 16:16:44 +02:00
Add SEO feature detail pages
This commit is contained in:
@@ -0,0 +1,66 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>AirScout Integration for ON4KST Contest Operation</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="KST4Contest integrates AirScout and airplane scatter workflow support for VHF, UHF and SHF contest operators.">
|
||||
|
||||
<link rel="canonical" href="https://kst4contest.hamradioonline.de/features/airscout/">
|
||||
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="AirScout Integration for ON4KST Contest Operation">
|
||||
<meta property="og:description" content="KST4Contest integrates AirScout and airplane scatter workflow support for VHF, UHF and SHF contest operators.">
|
||||
<meta property="og:url" content="https://kst4contest.hamradioonline.de/features/airscout/">
|
||||
<meta property="og:site_name" content="KST4Contest">
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="AirScout Integration for ON4KST Contest Operation">
|
||||
<meta name="twitter:description" content="KST4Contest integrates AirScout and airplane scatter workflow support for VHF, UHF and SHF contest operators.">
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/main.css">
|
||||
</head>
|
||||
<body>
|
||||
<header class="site-header">
|
||||
<a class="brand" href="/">KST4Contest</a>
|
||||
<nav>
|
||||
<a href="/features/">Features</a>
|
||||
<a href="/download/">Download</a>
|
||||
<a href="/manual/">Manual</a>
|
||||
<a href="/screenshots/">Screenshots</a>
|
||||
<a href="/news/">News</a>
|
||||
<a href="https://github.com/praktimarc/kst4contest">GitHub</a>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
|
||||
<section class="hero">
|
||||
<h1>AirScout integration for airplane scatter contest workflow.</h1>
|
||||
<p>
|
||||
KST4Contest connects ON4KST chat operation with AirScout-based airplane scatter awareness.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section class="section">
|
||||
<div class="card">
|
||||
<h2>Airplane scatter in the operator workflow</h2>
|
||||
<p>
|
||||
For VHF, UHF and microwave contests, aircraft reflections can create short but valuable contact opportunities.
|
||||
KST4Contest is designed to help operators use this information directly while working with ON4KST chat traffic.
|
||||
</p>
|
||||
|
||||
<h2>From chat candidate to sked decision</h2>
|
||||
<p>
|
||||
AirScout information can support the decision whether a candidate station is worth scheduling immediately
|
||||
or should be monitored for a later propagation window.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer class="site-footer">
|
||||
<p>KST4Contest – ON4KST contest workflow for VHF/UHF/SHF operators.</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,65 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Log Synchronization with Win-Test and UCXLog</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="KST4Contest supports contest workflow integration with logging software such as Win-Test and UCXLog.">
|
||||
|
||||
<link rel="canonical" href="https://kst4contest.hamradioonline.de/features/log-sync/">
|
||||
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="Log Synchronization with Win-Test and UCXLog">
|
||||
<meta property="og:description" content="KST4Contest supports contest workflow integration with logging software such as Win-Test and UCXLog.">
|
||||
<meta property="og:url" content="https://kst4contest.hamradioonline.de/features/log-sync/">
|
||||
<meta property="og:site_name" content="KST4Contest">
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="Log Synchronization with Win-Test and UCXLog">
|
||||
<meta name="twitter:description" content="KST4Contest supports contest workflow integration with logging software such as Win-Test and UCXLog.">
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/main.css">
|
||||
</head>
|
||||
<body>
|
||||
<header class="site-header">
|
||||
<a class="brand" href="/">KST4Contest</a>
|
||||
<nav>
|
||||
<a href="/features/">Features</a>
|
||||
<a href="/download/">Download</a>
|
||||
<a href="/manual/">Manual</a>
|
||||
<a href="/screenshots/">Screenshots</a>
|
||||
<a href="/news/">News</a>
|
||||
<a href="https://github.com/praktimarc/kst4contest">GitHub</a>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
|
||||
<section class="hero">
|
||||
<h1>Log synchronization for contest workflow integration.</h1>
|
||||
<p>
|
||||
KST4Contest can support operating workflows with external contest loggers such as Win-Test and UCXLog.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section class="section">
|
||||
<div class="card">
|
||||
<h2>Connect chat and logging</h2>
|
||||
<p>
|
||||
Contest operation is faster when chat information and log state are connected.
|
||||
KST4Contest is designed to support this workflow instead of treating ON4KST chat as an isolated window.
|
||||
</p>
|
||||
|
||||
<h2>Band and contact awareness</h2>
|
||||
<p>
|
||||
Log synchronization can help the client understand which stations and bands are relevant during the contest.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer class="site-footer">
|
||||
<p>KST4Contest – ON4KST contest workflow for VHF/UHF/SHF operators.</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,67 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Sked Reminder for VHF UHF SHF Contests</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="KST4Contest includes sked reminder tools to help ON4KST contest operators keep scheduled contacts visible.">
|
||||
|
||||
<link rel="canonical" href="https://kst4contest.hamradioonline.de/features/sked-reminder/">
|
||||
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="Sked Reminder for VHF UHF SHF Contests">
|
||||
<meta property="og:description" content="KST4Contest includes sked reminder tools to help ON4KST contest operators keep scheduled contacts visible.">
|
||||
<meta property="og:url" content="https://kst4contest.hamradioonline.de/features/sked-reminder/">
|
||||
<meta property="og:site_name" content="KST4Contest">
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="Sked Reminder for VHF UHF SHF Contests">
|
||||
<meta name="twitter:description" content="KST4Contest includes sked reminder tools to help ON4KST contest operators keep scheduled contacts visible.">
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/main.css">
|
||||
</head>
|
||||
<body>
|
||||
<header class="site-header">
|
||||
<a class="brand" href="/">KST4Contest</a>
|
||||
<nav>
|
||||
<a href="/features/">Features</a>
|
||||
<a href="/download/">Download</a>
|
||||
<a href="/manual/">Manual</a>
|
||||
<a href="/screenshots/">Screenshots</a>
|
||||
<a href="/news/">News</a>
|
||||
<a href="https://github.com/praktimarc/kst4contest">GitHub</a>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
|
||||
<section class="hero">
|
||||
<h1>Sked reminders for time-critical contest contacts.</h1>
|
||||
<p>
|
||||
Keep scheduled contacts visible and reduce the risk of missing important VHF, UHF or SHF sked windows.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section class="section">
|
||||
<div class="card">
|
||||
<h2>Why sked reminders matter</h2>
|
||||
<p>
|
||||
During active contest periods, chat messages, log entries and aircraft scatter timing can easily distract operators.
|
||||
KST4Contest helps keep important skeds in focus.
|
||||
</p>
|
||||
|
||||
<h2>Designed for real contest operation</h2>
|
||||
<p>
|
||||
The reminder workflow supports operators who coordinate contacts through ON4KST while also watching bands,
|
||||
aircraft scatter opportunities and logging software.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</main>
|
||||
|
||||
<footer class="site-footer">
|
||||
<p>KST4Contest – ON4KST contest workflow for VHF/UHF/SHF operators.</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -18,4 +18,13 @@
|
||||
<url>
|
||||
<loc>https://kst4contest.hamradioonline.de/features/priority-score/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://kst4contest.hamradioonline.de/features/airscout/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://kst4contest.hamradioonline.de/features/sked-reminder/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://kst4contest.hamradioonline.de/features/log-sync/</loc>
|
||||
</url>
|
||||
</urlset>
|
||||
@@ -0,0 +1,28 @@
|
||||
---
|
||||
layout: base.njk
|
||||
title: AirScout Integration for ON4KST Contest Operation
|
||||
description: KST4Contest integrates AirScout and airplane scatter workflow support for VHF, UHF and SHF contest operators.
|
||||
---
|
||||
|
||||
<section class="hero">
|
||||
<h1>AirScout integration for airplane scatter contest workflow.</h1>
|
||||
<p>
|
||||
KST4Contest connects ON4KST chat operation with AirScout-based airplane scatter awareness.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section class="section">
|
||||
<div class="card">
|
||||
<h2>Airplane scatter in the operator workflow</h2>
|
||||
<p>
|
||||
For VHF, UHF and microwave contests, aircraft reflections can create short but valuable contact opportunities.
|
||||
KST4Contest is designed to help operators use this information directly while working with ON4KST chat traffic.
|
||||
</p>
|
||||
|
||||
<h2>From chat candidate to sked decision</h2>
|
||||
<p>
|
||||
AirScout information can support the decision whether a candidate station is worth scheduling immediately
|
||||
or should be monitored for a later propagation window.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
@@ -0,0 +1,27 @@
|
||||
---
|
||||
layout: base.njk
|
||||
title: Log Synchronization with Win-Test and UCXLog
|
||||
description: KST4Contest supports contest workflow integration with logging software such as Win-Test and UCXLog.
|
||||
---
|
||||
|
||||
<section class="hero">
|
||||
<h1>Log synchronization for contest workflow integration.</h1>
|
||||
<p>
|
||||
KST4Contest can support operating workflows with external contest loggers such as Win-Test and UCXLog.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section class="section">
|
||||
<div class="card">
|
||||
<h2>Connect chat and logging</h2>
|
||||
<p>
|
||||
Contest operation is faster when chat information and log state are connected.
|
||||
KST4Contest is designed to support this workflow instead of treating ON4KST chat as an isolated window.
|
||||
</p>
|
||||
|
||||
<h2>Band and contact awareness</h2>
|
||||
<p>
|
||||
Log synchronization can help the client understand which stations and bands are relevant during the contest.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
@@ -0,0 +1,28 @@
|
||||
---
|
||||
layout: base.njk
|
||||
title: Sked Reminder for VHF UHF SHF Contests
|
||||
description: KST4Contest includes sked reminder tools to help ON4KST contest operators keep scheduled contacts visible.
|
||||
---
|
||||
|
||||
<section class="hero">
|
||||
<h1>Sked reminders for time-critical contest contacts.</h1>
|
||||
<p>
|
||||
Keep scheduled contacts visible and reduce the risk of missing important VHF, UHF or SHF sked windows.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section class="section">
|
||||
<div class="card">
|
||||
<h2>Why sked reminders matter</h2>
|
||||
<p>
|
||||
During active contest periods, chat messages, log entries and aircraft scatter timing can easily distract operators.
|
||||
KST4Contest helps keep important skeds in focus.
|
||||
</p>
|
||||
|
||||
<h2>Designed for real contest operation</h2>
|
||||
<p>
|
||||
The reminder workflow supports operators who coordinate contacts through ON4KST while also watching bands,
|
||||
aircraft scatter opportunities and logging software.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user