Skip to content

Commit e3ecfb2

Browse files
committed
Add new /software page
There are links out there to this page that would have resulted in 404 errors. This page is a placeholder that simply provides links to the /programs and /codelib pages. This page is not linked from the main menu, but has been added to the sitemap. Fixes #63
1 parent a7b4c93 commit e3ecfb2

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

sitemap.xml

+5
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@
5656
<lastmod>2021-10-09T10:00:00+00:00</lastmod>
5757
<priority>0.60</priority>
5858
</url>
59+
<url>
60+
<loc>https://delphidabbler.com/software/</loc>
61+
<lastmod>2021-12-09T13:24:00+00:00</lastmod>
62+
<priority>0.50</priority>
63+
</url>
5964
<url>
6065
<loc>https://delphidabbler.com/software/codesnip</loc>
6166
<lastmod>2021-10-09T10:00:00+00:00</lastmod>

software.html

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Software
3+
---
4+
<h1 role="heading">Software</h1>
5+
6+
<p>There are two main types of software available from this site, each accessible from their own page:</p>
7+
8+
<ul class="list-group">
9+
<a href="/programs" class="list-group-item list-group-item-action">
10+
<h2>Applications</h2>
11+
<p class="xindent">Numerous applications are available. All are open source.</p>
12+
</a>
13+
<a href="/codelib" class="list-group-item list-group-item-action">
14+
<h2>DelphiDabbler Code Library</h2>
15+
<p class="xindent">Various open source Delphi components, classes and some IDE extensions</p>
16+
</a>
17+
</ul>
18+
19+
<p>Click either box above to go to the relevant page.</p>

0 commit comments

Comments
 (0)