setup git hosting: add recent bad examples - 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 c77f9ac43f58053f3f9199330b62ef4c0f5f7cc3
(DIR) parent b9cf164c019639f80535a37833a53961f6f71c2c
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Tue, 19 Apr 2022 13:10:04 +0200
setup git hosting: add recent bad examples
Diffstat:
M config.cfg | 2 +-
M output/atom.xml | 4 ++--
M output/atom_content.xml | 10 ++++++----
M output/phlog/setup-git-hosting | 6 ++++--
M output/rss_content.xml | 6 ++++--
M output/setup-git-hosting.html | 6 ++++--
M output/setup-git-hosting.md | 4 +++-
M output/sitemap.xml | 2 +-
M pages/setup-git-hosting.cfg | 2 +-
M pages/setup-git-hosting.md | 4 +++-
10 files changed, 29 insertions(+), 17 deletions(-)
---
(DIR) diff --git a/config.cfg b/config.cfg
@@ -1,5 +1,5 @@
# last updated the site.
-siteupdated = 2022-03-24
+siteupdated = 2022-04-19
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-03-24T00:00:00Z</updated>
+ <updated>2022-04-19T00: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" />
@@ -118,7 +118,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>2021-02-05T00:00:00Z</updated>
+ <updated>2022-04-19T00: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-03-24T00:00:00Z</updated>
+ <updated>2022-04-19T00: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" />
@@ -906,7 +906,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>2021-02-05T00:00:00Z</updated>
+ <updated>2022-04-19T00:00:00Z</updated>
<published>2018-02-25T00:00:00Z</published>
<author>
<name>Hiltjo</name>
@@ -914,7 +914,7 @@ IRC etc.</p>
</author>
<summary type="text">Howto setup your own git hosting service</summary>
<content type="html"><.
* [As of 2019-10-23 Gitlab added telemetry to their software](https://gitlab.com/gitlab-org/gitaly/issues/2113).
-* [On 2019-10-24 they reverted it again because many people complained](https://about.gitlab.com/blog/2019/10/10/update-free-software-and-telemetry/).
+* [On 2019-10-24 Gitlab reverted it again because many people complained](https://about.gitlab.com/blog/2019/10/10/update-free-software-and-telemetry/).
+* [On 2020-11-16 Github reinstated youtube-dl, a popular project on GitHub, to reverse a Digital Millennium Copyright Act (DMCA) takedown](https://github.blog/2020-11-16-standing-up-for-developers-youtube-dl-is-back/).
+* [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/).
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
@@ -38,7 +38,7 @@
</url>
<url>
<loc>https://www.codemadness.org/setup-git-hosting.html</loc>
- <lastmod>2021-02-05</lastmod>
+ <lastmod>2022-04-19</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 = 2021-02-05
+updated = 2022-04-19
(DIR) diff --git a/pages/setup-git-hosting.md b/pages/setup-git-hosting.md
@@ -11,7 +11,9 @@ Some bad examples:
* [The SourceForge ads/malware/hijack controversies. Injecting malware into projects](https://en.wikipedia.org/wiki/SourceForge#Controversies).
* [As of 2019-10-23 Gitlab added telemetry to their software](https://gitlab.com/gitlab-org/gitaly/issues/2113).
-* [On 2019-10-24 they reverted it again because many people complained](https://about.gitlab.com/blog/2019/10/10/update-free-software-and-telemetry/).
+* [On 2019-10-24 Gitlab reverted it again because many people complained](https://about.gitlab.com/blog/2019/10/10/update-free-software-and-telemetry/).
+* [On 2020-11-16 Github reinstated youtube-dl, a popular project on GitHub, to reverse a Digital Millennium Copyright Act (DMCA) takedown](https://github.blog/2020-11-16-standing-up-for-developers-youtube-dl-is-back/).
+* [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/).
The same thing can happen with Github, Atlassian Bitbucket or other similar
services. After all: they are just a company with commercial interests. These