mirror of
https://github.com/praktimarc/kst4contest.git
synced 2026-07-13 16:16:44 +02:00
Introduce feature content model
This commit is contained in:
@@ -2,21 +2,21 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>AirScout Integration for ON4KST Contest Operation</title>
|
||||
<title>{{ feature.title }} | KST4Contest</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.">
|
||||
<meta name="description" content="{{ feature.summary }}">
|
||||
|
||||
<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:title" content="{{ feature.title }} | KST4Contest">
|
||||
<meta property="og:description" content="{{ feature.summary }}">
|
||||
<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.">
|
||||
<meta name="twitter:title" content="{{ feature.title }} | KST4Contest">
|
||||
<meta name="twitter:description" content="{{ feature.summary }}">
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/main.css">
|
||||
</head>
|
||||
@@ -37,25 +37,78 @@
|
||||
<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>
|
||||
<p class="eyebrow">Aircraft Scatter</p>
|
||||
<h1>AirScout Integration</h1>
|
||||
<p>Use airplane scatter awareness directly inside your ON4KST contest workflow.</p>
|
||||
</section>
|
||||
|
||||
<section class="section">
|
||||
<div class="card">
|
||||
<h2>Airplane scatter in the operator workflow</h2>
|
||||
<div class="feature-icon large">✈️</div>
|
||||
|
||||
<h2>Why it matters</h2>
|
||||
<p>AirScout information helps operators evaluate AP windows, aircraft scatter timing and candidate stations during VHF/UHF/SHF contests.</p>
|
||||
|
||||
<h2>Built for contest operation</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.
|
||||
This feature is designed for real VHF, UHF and SHF contest workflows,
|
||||
where speed, awareness and correct operator decisions matter.
|
||||
</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>
|
||||
|
||||
<h2>Related features</h2>
|
||||
<div class="actions">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="button secondary" href="/features/timeline/">Timeline View</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="button secondary" href="/features/priority-score/">Priority Score System</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="button secondary" href="/features/sked-reminder/">Sked Reminder</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
@@ -0,0 +1,104 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{ feature.title }} | KST4Contest</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="{{ feature.summary }}">
|
||||
|
||||
<link rel="canonical" href="https://kst4contest.hamradioonline.de/features/dual-chat/">
|
||||
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="{{ feature.title }} | KST4Contest">
|
||||
<meta property="og:description" content="{{ feature.summary }}">
|
||||
<meta property="og:url" content="https://kst4contest.hamradioonline.de/features/dual-chat/">
|
||||
<meta property="og:site_name" content="KST4Contest">
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="{{ feature.title }} | KST4Contest">
|
||||
<meta name="twitter:description" content="{{ feature.summary }}">
|
||||
|
||||
<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>
|
||||
<a href="/faq/">FAQ</a>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
|
||||
<section class="hero">
|
||||
<p class="eyebrow">ON4KST Chat</p>
|
||||
<h1>Dual Chat Categories</h1>
|
||||
<p>Operate in two ON4KST categories at once, for example VHF/UHF and microwave.</p>
|
||||
</section>
|
||||
|
||||
<section class="section">
|
||||
<div class="card">
|
||||
<div class="feature-icon large">💬</div>
|
||||
|
||||
<h2>Why it matters</h2>
|
||||
<p>Dual category support gives contest operators better overview when working across multiple ON4KST chat rooms.</p>
|
||||
|
||||
<h2>Built for contest operation</h2>
|
||||
<p>
|
||||
This feature is designed for real VHF, UHF and SHF contest workflows,
|
||||
where speed, awareness and correct operator decisions matter.
|
||||
</p>
|
||||
|
||||
|
||||
<h2>Related features</h2>
|
||||
<div class="actions">
|
||||
|
||||
|
||||
|
||||
<a class="button secondary" href="/features/priority-score/">Priority Score System</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="button secondary" href="/features/log-sync/">Log Synchronization</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer class="site-footer">
|
||||
<p>KST4Contest – ON4KST contest workflow for VHF/UHF/SHF operators.</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -4,19 +4,19 @@
|
||||
<meta charset="utf-8">
|
||||
<title>KST4Contest Features</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Explore the contest-optimized features of KST4Contest for ON4KST, VHF, UHF and SHF contest operation.">
|
||||
<meta name="description" content="Contest-optimized ON4KST features for VHF, UHF and SHF operation.">
|
||||
|
||||
<link rel="canonical" href="https://kst4contest.hamradioonline.de/features/">
|
||||
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="KST4Contest Features">
|
||||
<meta property="og:description" content="Explore the contest-optimized features of KST4Contest for ON4KST, VHF, UHF and SHF contest operation.">
|
||||
<meta property="og:description" content="Contest-optimized ON4KST features for VHF, UHF and SHF operation.">
|
||||
<meta property="og:url" content="https://kst4contest.hamradioonline.de/features/">
|
||||
<meta property="og:site_name" content="KST4Contest">
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="KST4Contest Features">
|
||||
<meta name="twitter:description" content="Explore the contest-optimized features of KST4Contest for ON4KST, VHF, UHF and SHF contest operation.">
|
||||
<meta name="twitter:description" content="Contest-optimized ON4KST features for VHF, UHF and SHF operation.">
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/main.css">
|
||||
</head>
|
||||
@@ -39,32 +39,62 @@
|
||||
<section class="hero">
|
||||
<h1>Features built for serious VHF/UHF/SHF contest operation.</h1>
|
||||
<p>
|
||||
KST4Contest combines ON4KST chat, sked workflow, AirScout support,
|
||||
priority candidate ranking, log synchronization and contest-focused operator tools.
|
||||
KST4Contest combines ON4KST chat, candidate scoring, AirScout workflow,
|
||||
sked handling, log synchronization and operator decision support.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section class="section">
|
||||
<div class="grid">
|
||||
<div class="card">
|
||||
<h3><a href="/features/priority-score/">Priority Score</a></h3>
|
||||
<p>Find promising stations faster with score-based candidate ranking.</p>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<h3><a href="/features/airscout/">AirScout Integration</a></h3>
|
||||
<p>Use airplane scatter information directly inside the contest workflow.</p>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<h3><a href="/features/sked-reminder/">Sked Reminder</a></h3>
|
||||
<p>Keep scheduled contacts visible and avoid missing important timing windows.</p>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<h3><a href="/features/log-sync/">Log Synchronization</a></h3>
|
||||
<p>Integrate contest logging workflows with Win-Test and UCXLog.</p>
|
||||
</div>
|
||||
|
||||
<article class="card">
|
||||
<div class="feature-icon">🎯</div>
|
||||
<p class="eyebrow">Contest Workflow</p>
|
||||
<h3><a href="/features/priority-score/">Priority Score System</a></h3>
|
||||
<p>Find the most promising stations faster using contest-aware candidate scoring.</p>
|
||||
<a href="/features/priority-score/">Learn more →</a>
|
||||
</article>
|
||||
|
||||
<article class="card">
|
||||
<div class="feature-icon">✈️</div>
|
||||
<p class="eyebrow">Aircraft Scatter</p>
|
||||
<h3><a href="/features/airscout/">AirScout Integration</a></h3>
|
||||
<p>Use airplane scatter awareness directly inside your ON4KST contest workflow.</p>
|
||||
<a href="/features/airscout/">Learn more →</a>
|
||||
</article>
|
||||
|
||||
<article class="card">
|
||||
<div class="feature-icon">⏱️</div>
|
||||
<p class="eyebrow">Contest Awareness</p>
|
||||
<h3><a href="/features/timeline/">Timeline View</a></h3>
|
||||
<p>See upcoming AP windows and candidate timing in a compact contest timeline.</p>
|
||||
<a href="/features/timeline/">Learn more →</a>
|
||||
</article>
|
||||
|
||||
<article class="card">
|
||||
<div class="feature-icon">🔔</div>
|
||||
<p class="eyebrow">Sked Management</p>
|
||||
<h3><a href="/features/sked-reminder/">Sked Reminder</a></h3>
|
||||
<p>Keep scheduled contacts visible and avoid missing time-critical skeds.</p>
|
||||
<a href="/features/sked-reminder/">Learn more →</a>
|
||||
</article>
|
||||
|
||||
<article class="card">
|
||||
<div class="feature-icon">🔄</div>
|
||||
<p class="eyebrow">Logger Integration</p>
|
||||
<h3><a href="/features/log-sync/">Log Synchronization</a></h3>
|
||||
<p>Connect ON4KST chat workflow with Win-Test, UCXLog and contest logging state.</p>
|
||||
<a href="/features/log-sync/">Learn more →</a>
|
||||
</article>
|
||||
|
||||
<article class="card">
|
||||
<div class="feature-icon">💬</div>
|
||||
<p class="eyebrow">ON4KST Chat</p>
|
||||
<h3><a href="/features/dual-chat/">Dual Chat Categories</a></h3>
|
||||
<p>Operate in two ON4KST categories at once, for example VHF/UHF and microwave.</p>
|
||||
<a href="/features/dual-chat/">Learn more →</a>
|
||||
</article>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
@@ -2,21 +2,21 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Log Synchronization with Win-Test and UCXLog</title>
|
||||
<title>{{ feature.title }} | KST4Contest</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.">
|
||||
<meta name="description" content="{{ feature.summary }}">
|
||||
|
||||
<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:title" content="{{ feature.title }} | KST4Contest">
|
||||
<meta property="og:description" content="{{ feature.summary }}">
|
||||
<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.">
|
||||
<meta name="twitter:title" content="{{ feature.title }} | KST4Contest">
|
||||
<meta name="twitter:description" content="{{ feature.summary }}">
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/main.css">
|
||||
</head>
|
||||
@@ -37,24 +37,46 @@
|
||||
<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>
|
||||
<p class="eyebrow">Logger Integration</p>
|
||||
<h1>Log Synchronization</h1>
|
||||
<p>Connect ON4KST chat workflow with Win-Test, UCXLog and contest logging state.</p>
|
||||
</section>
|
||||
|
||||
<section class="section">
|
||||
<div class="card">
|
||||
<h2>Connect chat and logging</h2>
|
||||
<div class="feature-icon large">🔄</div>
|
||||
|
||||
<h2>Why it matters</h2>
|
||||
<p>Log synchronization helps KST4Contest understand worked stations, active bands and contest context.</p>
|
||||
|
||||
<h2>Built for contest operation</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.
|
||||
This feature is designed for real VHF, UHF and SHF contest workflows,
|
||||
where speed, awareness and correct operator decisions matter.
|
||||
</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>
|
||||
|
||||
<h2>Related features</h2>
|
||||
<div class="actions">
|
||||
|
||||
|
||||
|
||||
<a class="button secondary" href="/features/priority-score/">Priority Score System</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
@@ -2,21 +2,21 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Priority Score for ON4KST Contest Operation</title>
|
||||
<title>{{ feature.title }} | KST4Contest</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="KST4Contest uses priority candidates and scoring to help VHF, UHF and SHF contest operators identify promising stations faster.">
|
||||
<meta name="description" content="{{ feature.summary }}">
|
||||
|
||||
<link rel="canonical" href="https://kst4contest.hamradioonline.de/features/priority-score/">
|
||||
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="Priority Score for ON4KST Contest Operation">
|
||||
<meta property="og:description" content="KST4Contest uses priority candidates and scoring to help VHF, UHF and SHF contest operators identify promising stations faster.">
|
||||
<meta property="og:title" content="{{ feature.title }} | KST4Contest">
|
||||
<meta property="og:description" content="{{ feature.summary }}">
|
||||
<meta property="og:url" content="https://kst4contest.hamradioonline.de/features/priority-score/">
|
||||
<meta property="og:site_name" content="KST4Contest">
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="Priority Score for ON4KST Contest Operation">
|
||||
<meta name="twitter:description" content="KST4Contest uses priority candidates and scoring to help VHF, UHF and SHF contest operators identify promising stations faster.">
|
||||
<meta name="twitter:title" content="{{ feature.title }} | KST4Contest">
|
||||
<meta name="twitter:description" content="{{ feature.summary }}">
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/main.css">
|
||||
</head>
|
||||
@@ -37,33 +37,78 @@
|
||||
<main>
|
||||
|
||||
<section class="hero">
|
||||
<h1>Priority Score for contest-focused ON4KST operation.</h1>
|
||||
<p>
|
||||
KST4Contest helps operators focus on the most promising stations instead of scanning
|
||||
busy chat traffic manually.
|
||||
</p>
|
||||
<p class="eyebrow">Contest Workflow</p>
|
||||
<h1>Priority Score System</h1>
|
||||
<p>Find the most promising stations faster using contest-aware candidate scoring.</p>
|
||||
</section>
|
||||
|
||||
<section class="section">
|
||||
<div class="card">
|
||||
<div class="feature-icon large">🎯</div>
|
||||
|
||||
<h2>Why it matters</h2>
|
||||
<p>KST4Contest ranks stations by contest-relevant signals such as activity, direction, sked context, bands, frequencies and operator workflow.</p>
|
||||
|
||||
<h2>Built for contest operation</h2>
|
||||
<p>
|
||||
During VHF, UHF and microwave contests, relevant stations can disappear quickly in active
|
||||
ON4KST chat traffic. The priority candidate system helps highlight stations that are likely
|
||||
worth attention based on contest-relevant signals.
|
||||
This feature is designed for real VHF, UHF and SHF contest workflows,
|
||||
where speed, awareness and correct operator decisions matter.
|
||||
</p>
|
||||
|
||||
<h2>Contest-oriented signals</h2>
|
||||
<p>
|
||||
Candidate priority can take information such as activity, bands, QTF direction,
|
||||
sked-related messages, known frequencies and workflow context into account.
|
||||
</p>
|
||||
|
||||
<h2>Different from generic chat clients</h2>
|
||||
<p>
|
||||
KST4Contest is not only an ON4KST chat viewer. It is designed to support operator decisions
|
||||
during contest operation.
|
||||
</p>
|
||||
|
||||
<h2>Related features</h2>
|
||||
<div class="actions">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="button secondary" href="/features/airscout/">AirScout Integration</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="button secondary" href="/features/sked-reminder/">Sked Reminder</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="button secondary" href="/features/timeline/">Timeline View</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
@@ -2,21 +2,21 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Sked Reminder for VHF UHF SHF Contests</title>
|
||||
<title>{{ feature.title }} | KST4Contest</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.">
|
||||
<meta name="description" content="{{ feature.summary }}">
|
||||
|
||||
<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:title" content="{{ feature.title }} | KST4Contest">
|
||||
<meta property="og:description" content="{{ feature.summary }}">
|
||||
<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.">
|
||||
<meta name="twitter:title" content="{{ feature.title }} | KST4Contest">
|
||||
<meta name="twitter:description" content="{{ feature.summary }}">
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/main.css">
|
||||
</head>
|
||||
@@ -37,28 +37,64 @@
|
||||
<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>
|
||||
<p class="eyebrow">Sked Management</p>
|
||||
<h1>Sked Reminder</h1>
|
||||
<p>Keep scheduled contacts visible and avoid missing time-critical skeds.</p>
|
||||
</section>
|
||||
|
||||
<section class="section">
|
||||
<div class="card">
|
||||
<h2>Why sked reminders matter</h2>
|
||||
<div class="feature-icon large">🔔</div>
|
||||
|
||||
<h2>Why it matters</h2>
|
||||
<p>KST4Contest keeps skeds in focus while the operator handles chat traffic, logging, bands and aircraft scatter timing.</p>
|
||||
|
||||
<h2>Built for contest operation</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.
|
||||
This feature is designed for real VHF, UHF and SHF contest workflows,
|
||||
where speed, awareness and correct operator decisions matter.
|
||||
</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>
|
||||
|
||||
<h2>Related features</h2>
|
||||
<div class="actions">
|
||||
|
||||
|
||||
|
||||
<a class="button secondary" href="/features/priority-score/">Priority Score System</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="button secondary" href="/features/airscout/">AirScout Integration</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</main>
|
||||
|
||||
<footer class="site-footer">
|
||||
|
||||
@@ -0,0 +1,104 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{ feature.title }} | KST4Contest</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="{{ feature.summary }}">
|
||||
|
||||
<link rel="canonical" href="https://kst4contest.hamradioonline.de/features/timeline/">
|
||||
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="{{ feature.title }} | KST4Contest">
|
||||
<meta property="og:description" content="{{ feature.summary }}">
|
||||
<meta property="og:url" content="https://kst4contest.hamradioonline.de/features/timeline/">
|
||||
<meta property="og:site_name" content="KST4Contest">
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="{{ feature.title }} | KST4Contest">
|
||||
<meta name="twitter:description" content="{{ feature.summary }}">
|
||||
|
||||
<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>
|
||||
<a href="/faq/">FAQ</a>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
|
||||
<section class="hero">
|
||||
<p class="eyebrow">Contest Awareness</p>
|
||||
<h1>Timeline View</h1>
|
||||
<p>See upcoming AP windows and candidate timing in a compact contest timeline.</p>
|
||||
</section>
|
||||
|
||||
<section class="section">
|
||||
<div class="card">
|
||||
<div class="feature-icon large">⏱️</div>
|
||||
|
||||
<h2>Why it matters</h2>
|
||||
<p>The timeline view helps operators understand short propagation windows and candidate timing during active contest operation.</p>
|
||||
|
||||
<h2>Built for contest operation</h2>
|
||||
<p>
|
||||
This feature is designed for real VHF, UHF and SHF contest workflows,
|
||||
where speed, awareness and correct operator decisions matter.
|
||||
</p>
|
||||
|
||||
|
||||
<h2>Related features</h2>
|
||||
<div class="actions">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="button secondary" href="/features/airscout/">AirScout Integration</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="button secondary" href="/features/priority-score/">Priority Score System</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer class="site-footer">
|
||||
<p>KST4Contest – ON4KST contest workflow for VHF/UHF/SHF operators.</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user