small rewording - www.codemadness.org - www.codemadness.org saait content files
(HTM) git clone git://git.codemadness.org/www.codemadness.org
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 218b4d88b64ff7ee834c83a91a53ec2dc38c2b3e
(DIR) parent 8a2598c461228e23e1c60ae2e6330d6a02c80485
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sat, 10 Feb 2024 18:51:10 +0100
small rewording
Diffstat:
M config.cfg | 2 +-
M output/atom.xml | 4 ++--
M output/atom_content.xml | 8 ++++----
M output/rss_content.xml | 4 ++--
M output/sitemap.xml | 2 +-
M pages/mailservice.cfg | 2 +-
M pages/mailservice.md | 2 +-
7 files changed, 12 insertions(+), 12 deletions(-)
---
(DIR) diff --git a/config.cfg b/config.cfg
@@ -1,5 +1,5 @@
# last updated the site.
-siteupdated = 2024-02-04
+siteupdated = 2024-02-10
sitetitle = Codemadness
siteurl = https://www.codemadness.org
(DIR) diff --git a/output/atom.xml b/output/atom.xml
@@ -2,7 +2,7 @@
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
<title>Codemadness</title>
<subtitle>blog with various projects and articles about computer-related things</subtitle>
- <updated>2024-02-04T00:00:00Z</updated>
+ <updated>2024-02-10T00:00:00Z</updated>
<link rel="alternate" type="text/html" href="https://www.codemadness.org" />
<id>https://www.codemadness.org/atom.xml</id>
<link rel="self" type="application/atom+xml" href="https://www.codemadness.org/atom.xml" />
@@ -46,7 +46,7 @@
<title>Setup your own mail paste service</title>
<link rel="alternate" type="text/html" href="https://www.codemadness.org/mailservice.html" />
<id>https://www.codemadness.org/mailservice.html</id>
- <updated>2023-10-30T00:00:00Z</updated>
+ <updated>2024-02-10T00:00:00Z</updated>
<published>2023-10-25T00:00:00Z</published>
<author>
<name>Hiltjo</name>
(DIR) diff --git a/output/atom_content.xml b/output/atom_content.xml
@@ -2,7 +2,7 @@
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
<title>Codemadness</title>
<subtitle>blog with various projects and articles about computer-related things</subtitle>
- <updated>2024-02-04T00:00:00Z</updated>
+ <updated>2024-02-10T00:00:00Z</updated>
<link rel="alternate" type="text/html" href="https://www.codemadness.org" />
<id>https://www.codemadness.org/atom_content.xml</id>
<link rel="self" type="application/atom+xml" href="https://www.codemadness.org/atom_content.xml" />
@@ -515,7 +515,7 @@ feeds() {
<title>Setup your own mail paste service</title>
<link rel="alternate" type="text/html" href="https://www.codemadness.org/mailservice.html" />
<id>https://www.codemadness.org/mailservice.html</id>
- <updated>2023-10-30T00:00:00Z</updated>
+ <updated>2024-02-10T00:00:00Z</updated>
<published>2023-10-25T00:00:00Z</published>
<author>
<name>Hiltjo</name>
@@ -523,7 +523,7 @@ feeds() {
</author>
<summary>Setup your own mail paste service using mblaze</summary>
<content type="html"><![CDATA[<h1>Setup your own mail paste service</h1>
- <p><strong>Last modification on </strong> <time>2023-10-30</time></p>
+ <p><strong>Last modification on </strong> <time>2024-02-10</time></p>
<h2>How it works</h2>
<ul>
<li>The user sends a mail with an attachment to a certain mail address, for
@@ -644,7 +644,7 @@ needs to be able to read it from a location they can access and have
permissions for it also.</p>
<h2>Room for improvements</h2>
<p>This is just an example script. There is room for many improvements.
-Feel free to modify it to any preferences you might have.</p>
+Feel free to change it in any way you like.</p>
<h2>References</h2>
<ul>
<li><a href="https://man.openbsd.org/aliases">https://man.openbsd.org/aliases</a></li>
(DIR) diff --git a/output/rss_content.xml b/output/rss_content.xml
@@ -503,7 +503,7 @@ feeds() {
<dc:date>2023-10-25T00:00:00Z</dc:date>
<author>Hiltjo</author>
<description><![CDATA[<h1>Setup your own mail paste service</h1>
- <p><strong>Last modification on </strong> <time>2023-10-30</time></p>
+ <p><strong>Last modification on </strong> <time>2024-02-10</time></p>
<h2>How it works</h2>
<ul>
<li>The user sends a mail with an attachment to a certain mail address, for
@@ -624,7 +624,7 @@ needs to be able to read it from a location they can access and have
permissions for it also.</p>
<h2>Room for improvements</h2>
<p>This is just an example script. There is room for many improvements.
-Feel free to modify it to any preferences you might have.</p>
+Feel free to change it in any way you like.</p>
<h2>References</h2>
<ul>
<li><a href="https://man.openbsd.org/aliases">https://man.openbsd.org/aliases</a></li>
(DIR) diff --git a/output/sitemap.xml b/output/sitemap.xml
@@ -14,7 +14,7 @@
</url>
<url>
<loc>https://www.codemadness.org/mailservice.html</loc>
- <lastmod>2023-10-30</lastmod>
+ <lastmod>2024-02-10</lastmod>
</url>
<url>
<loc>https://www.codemadness.org/todo-application.html</loc>
(DIR) diff --git a/pages/mailservice.cfg b/pages/mailservice.cfg
@@ -3,4 +3,4 @@ id = mailservice
description = Setup your own mail paste service using mblaze
keywords = mail, paste, service
created = 2023-10-25
-updated = 2023-10-30
+updated = 2024-02-10
(DIR) diff --git a/pages/mailservice.md b/pages/mailservice.md
@@ -134,7 +134,7 @@ permissions for it also.
## Room for improvements
This is just an example script. There is room for many improvements.
-Feel free to modify it to any preferences you might have.
+Feel free to change it in any way you like.
## References