add some recent gitlab example + sync etc - 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 88ca6108c905af9489ec8b7fd5089af098e0641f
(DIR) parent e58f09a3f868a9dd28b48f6c80935a02280feca9
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 7 Aug 2022 10:26:09 +0200
add some recent gitlab example + sync etc
Diffstat:
M config.cfg | 2 +-
M output/atom.xml | 4 ++--
M output/atom_content.xml | 8 +++++---
M output/phlog/setup-git-hosting | 4 +++-
M output/rss_content.xml | 4 +++-
M output/setup-git-hosting.html | 4 +++-
M output/setup-git-hosting.md | 2 ++
M output/sitemap.xml | 2 +-
M pages/setup-git-hosting.cfg | 2 +-
M pages/setup-git-hosting.md | 2 ++
10 files changed, 23 insertions(+), 11 deletions(-)
---
(DIR) diff --git a/config.cfg b/config.cfg
@@ -1,5 +1,5 @@
# last updated the site.
-siteupdated = 2022-07-22
+siteupdated = 2022-08-07
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 type="text">Codemadness</title>
<subtitle type="text">blog with various projects and articles about computer-related things</subtitle>
- <updated>2022-07-22T00:00:00Z</updated>
+ <updated>2022-08-07T00: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" />
@@ -130,7 +130,7 @@
<title type="text">Setup your own git hosting service</title>
<link rel="alternate" type="text/html" href="https://www.codemadness.org/setup-git-hosting.html" />
<id>https://www.codemadness.org/setup-git-hosting.html</id>
- <updated>2022-04-19T00:00:00Z</updated>
+ <updated>2022-08-07T00:00:00Z</updated>
<published>2018-02-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 type="text">Codemadness</title>
<subtitle type="text">blog with various projects and articles about computer-related things</subtitle>
- <updated>2022-07-22T00:00:00Z</updated>
+ <updated>2022-08-07T00: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" />
@@ -995,7 +995,7 @@ IRC etc.</p>
<title type="text">Setup your own git hosting service</title>
<link rel="alternate" type="text/html" href="https://www.codemadness.org/setup-git-hosting.html" />
<id>https://www.codemadness.org/setup-git-hosting.html</id>
- <updated>2022-04-19T00:00:00Z</updated>
+ <updated>2022-08-07T00:00:00Z</updated>
<published>2018-02-25T00:00:00Z</published>
<author>
<name>Hiltjo</name>
@@ -1003,7 +1003,7 @@ IRC etc.</p>
</author>
<summary type="text">Howto setup your own git hosting service</summary>
<content type="html"><.
* [On 2021-03-11 Github (owned by Microsoft) removes exploit code for Microsoft Exchange vulnerabilities](https://arstechnica.com/gadgets/2021/03/critics-fume-after-github-removes-exploit-code-for-exchange-vulnerabilities/).
* [On 2022-04-16 Russian software developers are reporting that their GitHub accounts are being suspended without warning if they work for or previously worked for companies under US sanctions](https://www.bleepingcomputer.com/news/security/github-suspends-accounts-of-russian-devs-at-sanctioned-companies/).
+* [On 2022-08-04 GitLab plans to delete dormant projects in free accounts](https://www.theregister.com/2022/08/04/gitlab_data_retention_policy/).
+* [On 2022-08-05 GitLab U-turns on deleting dormant projects after backlash](https://www.theregister.com/2022/08/05/gitlab_reverses_deletion_policy/).
The same thing can happen with Github, Atlassian Bitbucket or other similar
services. After all: they are just a company with commercial interests. These
(DIR) diff --git a/output/sitemap.xml b/output/sitemap.xml
@@ -42,7 +42,7 @@
</url>
<url>
<loc>https://www.codemadness.org/setup-git-hosting.html</loc>
- <lastmod>2022-04-19</lastmod>
+ <lastmod>2022-08-07</lastmod>
</url>
<url>
<loc>https://www.codemadness.org/openbsd-sparc64-vm.html</loc>
(DIR) diff --git a/pages/setup-git-hosting.cfg b/pages/setup-git-hosting.cfg
@@ -3,4 +3,4 @@ id = setup-git-hosting
description = Howto setup your own git hosting service
keywords = git, HTTP, gopher, SSH, OpenBSD
created = 2018-02-25
-updated = 2022-04-19
+updated = 2022-08-07
(DIR) diff --git a/pages/setup-git-hosting.md b/pages/setup-git-hosting.md
@@ -15,6 +15,8 @@ Some bad examples:
* [On 2020-11-16 Github reinstated youtube-dl, to reverse a Digital Millennium Copyright Act (DMCA) takedown](https://github.blog/2020-11-16-standing-up-for-developers-youtube-dl-is-back/).
* [On 2021-03-11 Github (owned by Microsoft) removes exploit code for Microsoft Exchange vulnerabilities](https://arstechnica.com/gadgets/2021/03/critics-fume-after-github-removes-exploit-code-for-exchange-vulnerabilities/).
* [On 2022-04-16 Russian software developers are reporting that their GitHub accounts are being suspended without warning if they work for or previously worked for companies under US sanctions](https://www.bleepingcomputer.com/news/security/github-suspends-accounts-of-russian-devs-at-sanctioned-companies/).
+* [On 2022-08-04 GitLab plans to delete dormant projects in free accounts](https://www.theregister.com/2022/08/04/gitlab_data_retention_policy/).
+* [On 2022-08-05 GitLab U-turns on deleting dormant projects after backlash](https://www.theregister.com/2022/08/05/gitlab_reverses_deletion_policy/).
The same thing can happen with Github, Atlassian Bitbucket or other similar
services. After all: they are just a company with commercial interests. These