Use new URLs without file extensions.

This commit is contained in:
Nicolás A. Ortega Froysa 2025-03-25 10:59:16 +01:00
parent c4e95ac10e
commit 8eba934270
10 changed files with 18 additions and 18 deletions

View File

@ -11,7 +11,7 @@ getting rid of the need for me to navigate web UIs. Something that annoyed me
with GitLab, Github, NotABug, and alike, is that they make use of web with GitLab, Github, NotABug, and alike, is that they make use of web
interfaces for tasks like pull requests, creating repos, issue trackers, etc. interfaces for tasks like pull requests, creating repos, issue trackers, etc.
when most of these can be done with the same tool: a mailing list. I've already when most of these can be done with the same tool: a mailing list. I've already
gone over this before in <a href="/blog/2017-05-02-patch-files.html" >my post on patch gone over this before in <a href="/blog/2017-05-02-patch-files" >my post on patch
files</a>. What's more, now to create new repos I can just use a script I have files</a>. What's more, now to create new repos I can just use a script I have
made.</p> made.</p>
@ -27,4 +27,4 @@ alternative to git depending on how things go.</p>
<?php <?php
require 'templates/blog-footer.php'; require 'templates/blog-footer.php';
?> ?>

View File

@ -86,7 +86,7 @@ merry way abusing people's data. But there's still something you can do
about this. If you are truly worried about how your data is being used about this. If you are truly worried about how your data is being used
by these massive companies, look into decentralized alternatives. I have by these massive companies, look into decentralized alternatives. I have
mentioned a few on the <a mentioned a few on the <a
href="https://themusicinnoise.net/decentralized.html" href="https://themusicinnoise.net/decentralized"
>Decentralized page</a> of my website, but you can find a much more >Decentralized page</a> of my website, but you can find a much more
complete list on <a href="https://prism-break.org/en/" target="_blank" complete list on <a href="https://prism-break.org/en/" target="_blank"
>Prism-Break</a> (although not all are decentralized... but most are). >Prism-Break</a> (although not all are decentralized... but most are).
@ -97,4 +97,4 @@ corporations will have over your data.</p>
<?php <?php
require 'templates/blog-footer.php'; require 'templates/blog-footer.php';
?> ?>

View File

@ -90,7 +90,7 @@ Christ's Church.</p>
<ol class="refs" > <ol class="refs" >
<li id="r1" > <li id="r1" >
<a href="2020-07-18-why-the-traditional-latin-mass.html" > <a href="2020-07-18-why-the-traditional-latin-mass" >
"Why the Traditional Latin Mass" Blog Post "Why the Traditional Latin Mass" Blog Post
</a> </a>
</li> </li>
@ -98,4 +98,4 @@ Christ's Church.</p>
<?php <?php
require 'templates/blog-footer.php'; require 'templates/blog-footer.php';
?> ?>

View File

@ -52,7 +52,7 @@ needed a place to rant about something stupid.</p>
<ol class="refs" > <ol class="refs" >
<li id="r1" > <li id="r1" >
<a href="/blog/2019-07-26-the-cancer-which-is-pre-installed-applications.html" > <a href="/blog/2019-07-26-the-cancer-which-is-pre-installed-applications" >
"The Cancer which is Pre-Installed Applications" on The Music in "The Cancer which is Pre-Installed Applications" on The Music in
Noise Blog Noise Blog
</a> </a>
@ -61,4 +61,4 @@ needed a place to rant about something stupid.</p>
<?php <?php
require 'templates/blog-footer.php'; require 'templates/blog-footer.php';
?> ?>

View File

@ -48,7 +48,7 @@ themselves furthest from God, that by His grace they may be lead to Him.</p>
<h2>References</h2> <h2>References</h2>
<ol class="refs" > <ol class="refs" >
<li id="r1" > <li id="r1" >
<a href="https://themusicinnoise.net/blog/2020-12-12-what-is-love.html" > <a href="https://themusicinnoise.net/blog/2020-12-12-what-is-love" >
"What is Love?" on The Music in Noise "What is Love?" on The Music in Noise
</a> </a>
</li> </li>
@ -56,4 +56,4 @@ themselves furthest from God, that by His grace they may be lead to Him.</p>
<?php <?php
require 'templates/blog-footer.php'; require 'templates/blog-footer.php';
?> ?>

View File

@ -265,7 +265,7 @@ you.
<ol class="refs" > <ol class="refs" >
<li id="r1" > <li id="r1" >
<a href="/blog/2022-06-07-adoration.html" > <a href="/blog/2022-06-07-adoration" >
"Adoration" on The Music in Noise "Adoration" on The Music in Noise
</a> </a>
</li> </li>
@ -273,4 +273,4 @@ you.
<?php <?php
require 'templates/blog-footer.php'; require 'templates/blog-footer.php';
?> ?>

View File

@ -19,7 +19,7 @@ foreach($dir_files as $file_info) {
continue; continue;
require dirname(__FILE__) . "/" . $file_info; require dirname(__FILE__) . "/" . $file_info;
$post_url = str_replace(".cfg.php", ".html", $file_info); $post_url = str_replace(".cfg.php", "", $file_info);
?> ?>
<li><time><?= $created ?></time> - <a href="<?= $post_url ?>" ><?= $title ?></a></li> <li><time><?= $created ?></time> - <a href="<?= $post_url ?>" ><?= $title ?></a></li>
<?php <?php

View File

@ -1,4 +1,4 @@
User-agent: * User-agent: *
Disallow: /contact.html Disallow: /contact
Disallow: /docs Disallow: /docs
Disallow: /imgs Disallow: /imgs

View File

@ -19,10 +19,10 @@
<nav> <nav>
<a href="/" >Home</a> <a href="/" >Home</a>
<a href="/blog/" >Blog</a> <a href="/blog/" >Blog</a>
<a href="/poetry.html" >Poetry</a> <a href="/poetry" >Poetry</a>
<a href="https://code.ortegas.org/nortega/" >Code</a> <a href="https://code.ortegas.org/nortega/" >Code</a>
<a href="https://odysee.com/@nortega:7?r=FnizT7ACmJrTdw6HQJxAVGgFcHGN6oFy&sunset=lbrytv" >Videos</a> <a href="https://odysee.com/@nortega:7?r=FnizT7ACmJrTdw6HQJxAVGgFcHGN6oFy&sunset=lbrytv" >Videos</a>
<a href="/contact.html" >Contact</a> <a href="/contact" >Contact</a>
</nav> </nav>
<main> <main>
<h1 class="page-title" ><?= $title ?> - <?= $created ?></h1> <h1 class="page-title" ><?= $title ?> - <?= $created ?></h1>

View File

@ -19,10 +19,10 @@
<nav> <nav>
<a href="/" >Home</a> <a href="/" >Home</a>
<a href="/blog/" >Blog</a> <a href="/blog/" >Blog</a>
<a href="/poetry.html" >Poetry</a> <a href="/poetry" >Poetry</a>
<a href="https://code.ortegas.org/nortega/" >Code</a> <a href="https://code.ortegas.org/nortega/" >Code</a>
<a href="https://odysee.com/@nortega:7?r=FnizT7ACmJrTdw6HQJxAVGgFcHGN6oFy&sunset=lbrytv" >Videos</a> <a href="https://odysee.com/@nortega:7?r=FnizT7ACmJrTdw6HQJxAVGgFcHGN6oFy&sunset=lbrytv" >Videos</a>
<a href="/contact.html" >Contact</a> <a href="/contact" >Contact</a>
</nav> </nav>
<main> <main>
<h1><?= $title ?></h1> <h1><?= $title ?></h1>