Skip to content
This repository was archived by the owner on Jun 7, 2026. It is now read-only.

Commit 2609b80

Browse files
authored
Fix stale homepage links and template leftovers (#2)
[codex] Fix stale homepage links and template leftovers
2 parents 1a16a73 + fd3674c commit 2609b80

7 files changed

Lines changed: 9 additions & 139 deletions

File tree

src/pug/includes/portfolio-modal-1.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
.modal-body
1111
// Project details
1212
h2.text-uppercase Privacy Policy
13-
p.item-intro.text-muted OGC API Features does not log or share your personal information.
13+
p.item-intro.text-muted OGC API - Connected Systems does not log or share your personal information.
1414
p We don't track you. We don't profile you. Period

src/pug/includes/portfolio-modal-2.pug

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/pug/includes/portfolio-modal-3.pug

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/pug/includes/portfolio-modal-4.pug

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/pug/includes/portfolio-modal-5.pug

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/pug/includes/portfolio-modal-6.pug

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/pug/index.pug

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ html(lang='en')
125125
.text-left
126126
p.text-muted
127127
| The standard is published in two parts.
128-
a(href='https://docs.ogc.org/is/23-001r0/23-001r0.html' target='_blank') Part 1: Feature Resources
128+
a(href='https://docs.ogc.org/is/23-001/23-001.html' target='_blank') Part 1: Feature Resources
129129
| defines how to describe and discover the systems that produce data — their identifiers, metadata, deployment context, and the things they sample.
130-
a(href='https://docs.ogc.org/is/23-002r0/23-002r0.html' target='_blank') Part 2: Dynamic Data
130+
a(href='https://docs.ogc.org/is/23-002/23-002.html' target='_blank') Part 2: Dynamic Data
131131
| defines how observations and tasking commands flow to and from those systems in real time and historically.
132132
h4.mt-4 Part 1 — Feature Resources
133133
ul
@@ -186,7 +186,7 @@ html(lang='en')
186186
h4 CS GO Reference Server
187187
p.text-muted Powered by connected-systems-go
188188
p.text-muted A public Go-based CSAPI server hosted by OS4CSAPI. Implements Part 1 (Feature Resources) and Part 2 (Dynamic Data) and is the primary integration target for the OS4CSAPI conformance and tutorial work.
189-
a.btn.btn-dark.btn-social.mx-2(href='https://129-80-248-53.sslip.io/csapi-go/' title='Landing page' target='_blank')
189+
a.btn.btn-dark.btn-social.mx-2(href='https://129-80-248-53.sslip.io/csapi-go-v2/' title='Landing page' target='_blank')
190190
i.fa.fa-link
191191
a.btn.btn-dark.btn-social.mx-2(href='https://github.com/SomethingCreativeStudios/connected-systems-go' title='Source code' target='_blank')
192192
i.fab.fa-github
@@ -275,7 +275,7 @@ html(lang='en')
275275
<tr>
276276
<th scope="row" class="table-info text-start">Go <i class="fas fa-server"></i></th>
277277
<td class="text-start">connected-systems-go</td>
278-
<td><a href="https://github.com/SomethingCreativeStudios/connected-systems-go" target="_blank" title="GitHub"><i class="fab fa-github"></i></a> &nbsp; <a href="https://129-80-248-53.sslip.io/csapi-go/" target="_blank" title="Live demo"><i class="fas fa-link"></i></a></td>
278+
<td><a href="https://github.com/SomethingCreativeStudios/connected-systems-go" target="_blank" title="GitHub"><i class="fab fa-github"></i></a> &nbsp; <a href="https://129-80-248-53.sslip.io/csapi-go-v2/" target="_blank" title="Live demo"><i class="fas fa-link"></i></a></td>
279279
<td class="table-success"><i class="fas fa-check"></i></td>
280280
<td class="table-success"><i class="fas fa-check"></i></td>
281281
<td class="text-muted">&mdash;</td>
@@ -437,17 +437,17 @@ html(lang='en')
437437
ul.timeline
438438
li
439439
.timeline-image
440-
a(href='https://docs.ogc.org/is/23-001r0/23-001r0.html' title='Read the specification' target='_blank')
440+
a(href='https://docs.ogc.org/is/23-001/23-001.html' title='Read the specification' target='_blank')
441441
img.rounded-circle.img-fluid(src='assets/img/about/ogcapi.png', alt='...')
442442
.timeline-panel
443443
.timeline-heading
444444
h4.subheading Read the specification
445445
.timeline-body
446446
p.text-muted
447447
| Start with
448-
a(href='https://docs.ogc.org/is/23-001r0/23-001r0.html' target='_blank') Part 1: Feature Resources
448+
a(href='https://docs.ogc.org/is/23-001/23-001.html' target='_blank') Part 1: Feature Resources
449449
| to learn the core resource model, then
450-
a(href='https://docs.ogc.org/is/23-002r0/23-002r0.html' target='_blank') Part 2: Dynamic Data
450+
a(href='https://docs.ogc.org/is/23-002/23-002.html' target='_blank') Part 2: Dynamic Data
451451
| for Datastreams, Observations, ControlStreams, and Commands. Both parts include conformance classes you can target incrementally.
452452
li.timeline-inverted
453453
.timeline-image
@@ -472,7 +472,7 @@ html(lang='en')
472472
| Hit a public CSAPI test server such as the OS4CSAPI
473473
a(href='https://129-80-248-53.sslip.io/sensorhub/api' target='_blank') OpenSensorHub instance
474474
| or the
475-
a(href='https://129-80-248-53.sslip.io/csapi-go/' target='_blank') connected-systems-go demo
475+
a(href='https://129-80-248-53.sslip.io/csapi-go-v2/' target='_blank') connected-systems-go demo
476476
| and walk the resource graph:
477477
code /systems
478478
| ,
@@ -537,11 +537,6 @@ html(lang='en')
537537
538538
// Portfolio Modals
539539
include includes/portfolio-modal-1
540-
include includes/portfolio-modal-2
541-
include includes/portfolio-modal-3
542-
include includes/portfolio-modal-4
543-
include includes/portfolio-modal-5
544-
include includes/portfolio-modal-6
545540

546541
// Bootstrap core JS
547542
script(src='https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js')

0 commit comments

Comments
 (0)