TCM: Fix text formulations, grammar and consistency

This commit is contained in:
2026-09-13 23:30:38 +02:00
parent bda845dd8e
commit 0fa880683a
+8 -8
View File
@@ -158,7 +158,7 @@
</div>
<h1>TranceMission Archive</h1>
<div class="intro">
<p>TranceMission is a group known for creating demos and intros, primarily in the early 1990s. These demos often showcased advanced graphics, sound, and programming techniques using Turbo Pascal and assembler. The group was led by Stefan Koelle, who was responsible for coding, graphics, and music. TranceMission's work was characterized by creative animations, sound effects, and interactive elements, making them a notable name in the demo scene of that era. Their productions were designed to run on DOS-based PCs, often pushing the hardware capabilities of the time.</p>
<p>TranceMission is a group known for creating demos and intros, primarily in the early 1990s. These demos often showcased advanced graphics, sound, and programming techniques using Turbo Pascal and assembler. The group was led by Stefan Koelle, who was responsible for coding, graphics, and music. TranceMission's work was characterized by creative animations, sound effects, and interactive elements, making it a notable name in the demo scene of that era. Their productions were designed to run on DOS-based PCs, often pushing the hardware capabilities of the time.</p>
<p>Source code can be found on GitHub <a href="https://github.com/skoelle/dos-tcm-intros" target="_blank">https://github.com/skoelle/dos-tcm-intros</a>.</p>
</div>
<div class="program">
@@ -170,7 +170,7 @@
<img src="play.png" alt="YouTube Logo" class="youtube-logo">
</a>
</div>
<p>This Pascal program is a demo that displays animated stars and text on the screen, along with playing sound effects.</p>
<p>This Pascal program is a demo that displays animated stars and text on the screen and plays sound effects.</p>
<table>
<tr>
<td><b>Initialization</b></td>
@@ -178,7 +178,7 @@
</tr>
<tr>
<td><b>Text Display</b></td>
<td>Uses writeline procedure to display text.</td>
<td>Uses the writeline procedure to display text.</td>
</tr>
<tr>
<td><b>Animation</b></td>
@@ -212,7 +212,7 @@
</tr>
<tr>
<td><b>Text Display</b></td>
<td>Uses writeline and writeline2 procedures to display text.</td>
<td>Uses the writeline and writeline2 procedures to display text.</td>
</tr>
<tr>
<td><b>Animation</b></td>
@@ -224,7 +224,7 @@
</tr>
<tr>
<td><b>User Interaction</b></td>
<td>Responds to key presses and exits on ESC, Enter, or Space key.</td>
<td>Exits when ESC, Enter, or Space is pressed.</td>
</tr>
</table>
</div>
@@ -240,7 +240,7 @@
</a>
</div>
<p>This Pascal program is a demo that displays a menu with animated text and graphics, along with playing sound effects.</p>
<p>This Pascal program is a demo that displays a menu with animated text and graphics and plays sound effects.</p>
<table>
<tr>
<td><b>Initialization</b></td>
@@ -248,7 +248,7 @@
</tr>
<tr>
<td><b>Text Display</b></td>
<td>Uses writeline procedure to display text.</td>
<td>Uses the writeline procedure to display text.</td>
</tr>
<tr>
<td><b>Animation</b></td>
@@ -260,7 +260,7 @@
</tr>
<tr>
<td><b>User Interaction</b></td>
<td>Allows navigation through a menu using the keyboard and exits the demo on specific key presses.</td>
<td>Exits the demo when a specific key is pressed.</td>
</tr>
</table>
</div>