From 8eba93427025f5ae49ff4992d71cd1c91614abcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Tue, 25 Mar 2025 10:59:16 +0100 Subject: [PATCH] Use new URLs without file extensions. --- src/blog/2018-03-18-hosting-my-own-git.html.php | 4 ++-- src/blog/2019-09-18-how-to-split-tech-monopolies.html.php | 4 ++-- src/blog/2021-06-17-the-extraordinary-form-revisted.html.php | 4 ++-- src/blog/2022-02-17-account-proliferation.html.php | 4 ++-- src/blog/2022-06-02-love-and-desire.html.php | 4 ++-- src/blog/2022-07-28-beginners-guide-to-prayer.html.php | 4 ++-- src/blog/index.html.php | 2 +- src/robots.txt | 2 +- templates/blog-header.php | 4 ++-- templates/header.php | 4 ++-- 10 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/blog/2018-03-18-hosting-my-own-git.html.php b/src/blog/2018-03-18-hosting-my-own-git.html.php index 668e75a..15f0115 100644 --- a/src/blog/2018-03-18-hosting-my-own-git.html.php +++ b/src/blog/2018-03-18-hosting-my-own-git.html.php @@ -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 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 -gone over this before in my post on patch +gone over this before in my post on patch files. What's more, now to create new repos I can just use a script I have made.

@@ -27,4 +27,4 @@ alternative to git depending on how things go.

\ No newline at end of file +?> diff --git a/src/blog/2019-09-18-how-to-split-tech-monopolies.html.php b/src/blog/2019-09-18-how-to-split-tech-monopolies.html.php index d383020..2f4b273 100644 --- a/src/blog/2019-09-18-how-to-split-tech-monopolies.html.php +++ b/src/blog/2019-09-18-how-to-split-tech-monopolies.html.php @@ -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 by these massive companies, look into decentralized alternatives. I have mentioned a few on the Decentralized page of my website, but you can find a much more complete list on Prism-Break (although not all are decentralized... but most are). @@ -97,4 +97,4 @@ corporations will have over your data.

\ No newline at end of file +?> diff --git a/src/blog/2021-06-17-the-extraordinary-form-revisted.html.php b/src/blog/2021-06-17-the-extraordinary-form-revisted.html.php index 3d97981..0c06b4a 100644 --- a/src/blog/2021-06-17-the-extraordinary-form-revisted.html.php +++ b/src/blog/2021-06-17-the-extraordinary-form-revisted.html.php @@ -90,7 +90,7 @@ Christ's Church.

  1. - + "Why the Traditional Latin Mass" Blog Post
  2. @@ -98,4 +98,4 @@ Christ's Church.

    \ No newline at end of file +?> diff --git a/src/blog/2022-02-17-account-proliferation.html.php b/src/blog/2022-02-17-account-proliferation.html.php index cd5be1a..ce8bd72 100644 --- a/src/blog/2022-02-17-account-proliferation.html.php +++ b/src/blog/2022-02-17-account-proliferation.html.php @@ -52,7 +52,7 @@ needed a place to rant about something stupid.

    1. - + "The Cancer which is Pre-Installed Applications" on The Music in Noise Blog @@ -61,4 +61,4 @@ needed a place to rant about something stupid.

      \ No newline at end of file +?> diff --git a/src/blog/2022-06-02-love-and-desire.html.php b/src/blog/2022-06-02-love-and-desire.html.php index e0939d9..ec55c87 100644 --- a/src/blog/2022-06-02-love-and-desire.html.php +++ b/src/blog/2022-06-02-love-and-desire.html.php @@ -48,7 +48,7 @@ themselves furthest from God, that by His grace they may be lead to Him.

      References

      1. - + "What is Love?" on The Music in Noise
      2. @@ -56,4 +56,4 @@ themselves furthest from God, that by His grace they may be lead to Him.

        \ No newline at end of file +?> diff --git a/src/blog/2022-07-28-beginners-guide-to-prayer.html.php b/src/blog/2022-07-28-beginners-guide-to-prayer.html.php index 228807d..b2471d6 100644 --- a/src/blog/2022-07-28-beginners-guide-to-prayer.html.php +++ b/src/blog/2022-07-28-beginners-guide-to-prayer.html.php @@ -265,7 +265,7 @@ you.
        1. - + "Adoration" on The Music in Noise
        2. @@ -273,4 +273,4 @@ you. \ No newline at end of file +?> diff --git a/src/blog/index.html.php b/src/blog/index.html.php index 52aca4a..e32ece5 100644 --- a/src/blog/index.html.php +++ b/src/blog/index.html.php @@ -19,7 +19,7 @@ foreach($dir_files as $file_info) { continue; require dirname(__FILE__) . "/" . $file_info; - $post_url = str_replace(".cfg.php", ".html", $file_info); + $post_url = str_replace(".cfg.php", "", $file_info); ?>
        3. -
        4. Home Blog - Poetry + Poetry Code Videos - Contact + Contact

          -

          diff --git a/templates/header.php b/templates/header.php index 3eef9fc..53a8aec 100644 --- a/templates/header.php +++ b/templates/header.php @@ -19,10 +19,10 @@