Skip to content

Commit adac90b

Browse files
committed
fix(website): correct outdated info across all pages
- download: fix macOS asset name (arm64, not universal), Linux (amd64, not x86_64) - download: VS Code link to GitHub (marketplace returns 404) - docs: update proposal count from 34 to 59 - getting-started: fix Language Guide link to actual PDF, fix HTTP server syntax - fdd: replace stale "25-year-old" with "decades-old" - disclaimer: update verb/action counts to match codebase - all pages: standardize nav label to "The FDD Story"
1 parent a831ec6 commit adac90b

File tree

10 files changed

+24
-24
lines changed

10 files changed

+24
-24
lines changed

Website/src/disclaimer.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
</nav>
289289

290290
<div class="mobile-menu">
291-
<a href="fdd.html">FDD Story</a>
291+
<a href="fdd.html">The FDD Story</a>
292292
<a href="getting-started.html">Get Started</a>
293293
<a href="tutorial.html">Tutorial</a>
294294
<a href="showcase.html">Showcase</a>
@@ -324,7 +324,7 @@ <h3><span class="section-icon">&#x1F512;</span> The Power of Constraints</h3>
324324
</p>
325325
<p>
326326
ARO takes a different path. It deliberately limits what you can express. No arbitrary control flow.
327-
No exception handling. Just 24 verbs, a fixed grammar, and a commitment to the happy path.
327+
No exception handling. A fixed grammar with a small set of verbs, and a commitment to the happy path.
328328
This design philosophy has historical precedent:
329329
</p>
330330
<p>
@@ -388,7 +388,7 @@ <h3><span class="section-icon">&#x2728;</span> The Happy Path Philosophy</h3>
388388
Bugs &#x221D; (API Surface) × (Complexity) × (Mutability)
389389
</p>
390390
<p>
391-
ARO attacks all three factors: <strong>Smaller API surface</strong>50 actions vs. infinite
391+
ARO attacks all three factors: <strong>Smaller API surface</strong>55 actions vs. infinite
392392
function possibilities. <strong>Reduced complexity</strong>—no control flow means fewer execution
393393
paths. <strong>Limited mutability</strong>—actions transform and return; they don't mutate shared state.
394394
</p>

Website/src/doc-template-nested.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
</nav>
178178

179179
<div class="mobile-menu">
180-
<a href="../../fdd.html">FDD Story</a>
180+
<a href="../../fdd.html">The FDD Story</a>
181181
<a href="../../getting-started.html">Get Started</a>
182182
<a href="../../tutorial.html">Tutorial</a>
183183
<a href="../../showcase.html">Showcase</a>

Website/src/doc-template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
</nav>
156156

157157
<div class="mobile-menu">
158-
<a href="../fdd.html">FDD Story</a>
158+
<a href="../fdd.html">The FDD Story</a>
159159
<a href="../getting-started.html">Get Started</a>
160160
<a href="../tutorial.html">Tutorial</a>
161161
<a href="../showcase.html">Showcase</a>

Website/src/docs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
</nav>
159159

160160
<div class="mobile-menu">
161-
<a href="fdd.html">FDD Story</a>
161+
<a href="fdd.html">The FDD Story</a>
162162
<a href="getting-started.html">Get Started</a>
163163
<a href="tutorial.html">Tutorial</a>
164164
<a href="showcase.html">Showcase</a>
@@ -510,7 +510,7 @@ <h2>Reference</h2>
510510
<div class="doc-card-icon">&#x1F4C3;</div>
511511
<h3>Language Proposals</h3>
512512
<p>
513-
34 evolution proposals documenting every aspect of the
513+
59 evolution proposals documenting every aspect of the
514514
ARO language design.
515515
</p>
516516
<span class="doc-card-link">Browse proposals →</span>

Website/src/download.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -330,12 +330,12 @@ <h3 style="font-size: 1.3rem; font-weight: 600; margin: 0;">Install with Homebre
330330
<div class="download-card">
331331
<div class="platform-icon">&#x1F34E;</div>
332332
<h3>macOS</h3>
333-
<p class="platform-desc">Universal binary for Apple Silicon and Intel Macs</p>
333+
<p class="platform-desc">Native binary for Apple Silicon Macs</p>
334334
<a href="https://github.com/arolang/aro/releases/latest" class="download-btn">
335335
<svg viewBox="0 0 16 16" fill="currentColor"><path d="M2.75 14A1.75 1.75 0 011 12.25v-2.5a.75.75 0 011.5 0v2.5c0 .138.112.25.25.25h10.5a.25.25 0 00.25-.25v-2.5a.75.75 0 011.5 0v2.5A1.75 1.75 0 0113.25 14H2.75z"/><path d="M7.25 7.689V2a.75.75 0 011.5 0v5.689l1.97-1.969a.749.749 0 111.06 1.06l-3.25 3.25a.749.749 0 01-1.06 0L4.22 6.78a.749.749 0 111.06-1.06l1.97 1.969z"/></svg>
336336
Download for macOS
337337
</a>
338-
<span class="version">aro-macos-universal.tar.gz</span>
338+
<span class="version">aro-macos-arm64.tar.gz</span>
339339
</div>
340340

341341
<div class="download-card">
@@ -346,7 +346,7 @@ <h3>Linux</h3>
346346
<svg viewBox="0 0 16 16" fill="currentColor"><path d="M2.75 14A1.75 1.75 0 011 12.25v-2.5a.75.75 0 011.5 0v2.5c0 .138.112.25.25.25h10.5a.25.25 0 00.25-.25v-2.5a.75.75 0 011.5 0v2.5A1.75 1.75 0 0113.25 14H2.75z"/><path d="M7.25 7.689V2a.75.75 0 011.5 0v5.689l1.97-1.969a.749.749 0 111.06 1.06l-3.25 3.25a.749.749 0 01-1.06 0L4.22 6.78a.749.749 0 111.06-1.06l1.97 1.969z"/></svg>
347347
Download for Linux
348348
</a>
349-
<span class="version">aro-linux-x86_64.tar.gz</span>
349+
<span class="version">aro-linux-amd64.tar.gz</span>
350350
</div>
351351

352352
<div class="download-card">
@@ -457,8 +457,8 @@ <h3>Visual Studio Code</h3>
457457
<li>Bracket matching and auto-closing</li>
458458
<li>Code folding for feature sets</li>
459459
</ul>
460-
<a href="https://marketplace.visualstudio.com/items?itemName=arolang.aro-language" class="editor-link">
461-
Install from Marketplace &#x2192;
460+
<a href="https://github.com/arolang/aro/tree/main/Editor/vscode-aro" class="editor-link">
461+
Install from GitHub &#x2192;
462462
</a>
463463
</div>
464464
</div>

Website/src/fdd.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
</nav>
202202

203203
<div class="mobile-menu">
204-
<a href="fdd.html">FDD Story</a>
204+
<a href="fdd.html">The FDD Story</a>
205205
<a href="getting-started.html">Get Started</a>
206206
<a href="tutorial.html">Tutorial</a>
207207
<a href="showcase.html">Showcase</a>
@@ -473,7 +473,7 @@ <h3>The Bridge Between Worlds</h3>
473473
<h2>&#x1F680; The Future is Features</h2>
474474

475475
<p>
476-
ARO isn't just a new programming language. It's the realization of a 25-year-old dream:
476+
ARO isn't just a new programming language. It's the realization of a decades-old dream:
477477
a world where business and code speak the same language.
478478
</p>
479479

Website/src/getting-started.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
</nav>
280280

281281
<div class="mobile-menu">
282-
<a href="fdd.html">FDD Story</a>
282+
<a href="fdd.html">The FDD Story</a>
283283
<a href="getting-started.html">Get Started</a>
284284
<a href="tutorial.html">Tutorial</a>
285285
<a href="showcase.html">Showcase</a>
@@ -394,8 +394,8 @@ <h2>Write Your Application Entry Point</h2>
394394
<span class="comment">(* Log a startup message *)</span>
395395
<span class="action">Log</span> <span class="string">"Starting server..."</span> to the <span class="result">&lt;console&gt;</span>.
396396

397-
<span class="comment">(* Start the HTTP server on port 8000 *)</span>
398-
<span class="action">Start</span> the <span class="result">&lt;http-server&gt;</span> on <span class="result">&lt;port&gt;</span> with <span class="string">8000</span>.
397+
<span class="comment">(* Start the HTTP server with the OpenAPI contract *)</span>
398+
<span class="action">Start</span> the <span class="result">&lt;http-server&gt;</span> with <span class="result">&lt;contract&gt;</span>.
399399

400400
<span class="comment">(* Keep the application running to process HTTP requests *)</span>
401401
<span class="action">Keepalive</span> the <span class="result">&lt;application&gt;</span> for the <span class="result">&lt;events&gt;</span>.
@@ -495,7 +495,7 @@ <h3>What's Next?</h3>
495495
<div class="next-links">
496496
<a href="docs.html" class="btn btn-primary">Read the Docs</a>
497497
<a href="fdd.html" class="btn btn-secondary">Learn About FDD</a>
498-
<a href="https://github.com/arolang/aro/releases" class="btn btn-secondary">The Language Guide</a>
498+
<a href="https://github.com/arolang/aro/releases/latest/download/ARO-Language-Guide.pdf" class="btn btn-secondary">The Language Guide</a>
499499
</div>
500500
</div>
501501
</main>

Website/src/imprint.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<span class="logo-aro">ARO</span>
6262
</a>
6363
<div class="nav-links">
64-
<a href="fdd.html">FDD Story</a>
64+
<a href="fdd.html">The FDD Story</a>
6565
<a href="getting-started.html">Get Started</a>
6666
<a href="tutorial.html">Tutorial</a>
6767
<a href="showcase.html">Showcase</a>
@@ -85,7 +85,7 @@
8585
</nav>
8686

8787
<div class="mobile-menu">
88-
<a href="fdd.html">FDD Story</a>
88+
<a href="fdd.html">The FDD Story</a>
8989
<a href="getting-started.html">Get Started</a>
9090
<a href="tutorial.html">Tutorial</a>
9191
<a href="showcase.html">Showcase</a>

Website/src/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<span class="logo-aro">ARO</span>
1515
</a>
1616
<div class="nav-links">
17-
<a href="fdd.html">FDD Story</a>
17+
<a href="fdd.html">The FDD Story</a>
1818
<a href="getting-started.html">Get Started</a>
1919
<a href="tutorial.html">Tutorial</a>
2020
<a href="showcase.html">Showcase</a>
@@ -38,7 +38,7 @@
3838
</nav>
3939

4040
<div class="mobile-menu">
41-
<a href="fdd.html">FDD Story</a>
41+
<a href="fdd.html">The FDD Story</a>
4242
<a href="getting-started.html">Get Started</a>
4343
<a href="tutorial.html">Tutorial</a>
4444
<a href="showcase.html">Showcase</a>

Website/src/tutorial.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
<div class="nav-content">
219219
<a href="/aro/" class="logo"><span class="logo-aro">ARO</span></a>
220220
<div class="nav-links">
221-
<a href="fdd.html">FDD Story</a>
221+
<a href="fdd.html">The FDD Story</a>
222222
<a href="getting-started.html">Get Started</a>
223223
<a href="tutorial.html" style="color: var(--color-text);">Tutorial</a>
224224
<a href="showcase.html">Showcase</a>
@@ -242,7 +242,7 @@
242242
</nav>
243243

244244
<div class="mobile-menu">
245-
<a href="fdd.html">FDD Story</a>
245+
<a href="fdd.html">The FDD Story</a>
246246
<a href="getting-started.html">Get Started</a>
247247
<a href="tutorial.html">Tutorial</a>
248248
<a href="showcase.html">Showcase</a>

0 commit comments

Comments
 (0)