From f3c7ffd1020f2e99b9653c6466a6d730def822c6 Mon Sep 17 00:00:00 2001
From: Paul Visscher
Date: Wed, 16 Oct 2024 20:34:04 -0400
Subject: [PATCH] update kallithea urls to forgejo
---
README.md | 2 +-
conservancy/content/about/license/index.html | 2 +-
.../content/copyleft-compliance/vmware-code-similarity.html | 2 +-
conservancy/content/privacy-policy/index.html | 2 +-
conservancy/content/projects/policies/index.html | 2 +-
deploy/install.yml | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index e4553b6e..ed4e223e 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ runs [sfconservancy.org](https://sfconservancy.org).
## Contributing
The canonical location for this repository is [on Conservancy’s
-Kallithea instance](https://k.sfconservancy.org/website).
+Forgejo instance](https://f.sfconservancy.org/Conservancy/website).
## License
diff --git a/conservancy/content/about/license/index.html b/conservancy/content/about/license/index.html
index dbff414d..522a972a 100644
--- a/conservancy/content/about/license/index.html
+++ b/conservancy/content/about/license/index.html
@@ -11,7 +11,7 @@
this site, but it may be more interesting to know that the site
is running on stock Debian 8 with Apache, Django, mod_python,
and sqlite installed, and that the main sources for the site's code
- itself are available in
+ itself are available in
a git repository.
The documents on this website are
diff --git a/conservancy/content/copyleft-compliance/vmware-code-similarity.html b/conservancy/content/copyleft-compliance/vmware-code-similarity.html
index ce3d7063..419c0321 100644
--- a/conservancy/content/copyleft-compliance/vmware-code-similarity.html
+++ b/conservancy/content/copyleft-compliance/vmware-code-similarity.html
@@ -15,7 +15,7 @@
Next, we compared the source code of the Linux Kernel 4.5.2 to the LLVM+Clang system, version 3.8.0. These two projects are each a large program that are not known to actively share code. There may be some very minimal similarity simply due to chance, but something much lower than the 3.68% found between Linux and FreeBSD's kernel.
Indeed, when the same test is run to compare Linux to the LLVM+Clang system, the "ratio of similarity" was 0.075%.
General Comparison of Linux Kernel to VMware sources
-With the baseline established, we now begin relevant comparisons. First, we compare the Linux kernel version 2.6.34 to the sources released by VMware in their (partial) source release. The "ratio of similarity" between Linux 2.6.34 and VMware's partial source release is 20.72%. There is little question that much of VMware's kernel has come from Linux.
+With the baseline established, we now begin relevant comparisons. First, we compare the Linux kernel version 2.6.34 to the sources released by VMware in their (partial) source release. The "ratio of similarity" between Linux 2.6.34 and VMware's partial source release is 20.72%. There is little question that much of VMware's kernel has come from Linux.
Methodology Of Showing Hellwig's Contributions in VMware ESXi 5.5 Sources
The following describes a methodology to show Hellwig's contributions to Linux, and how they compare to code found in VMware ESXi 5.5.
diff --git a/conservancy/content/privacy-policy/index.html b/conservancy/content/privacy-policy/index.html
index 03b0a694..d14344f0 100644
--- a/conservancy/content/privacy-policy/index.html
+++ b/conservancy/content/privacy-policy/index.html
@@ -14,7 +14,7 @@
you sign up as a Conservancy Sustainer or otherwise donate to Conservancy;
you visit any Conservancy web site;
you use one of Conservancy’s Mailman sites or lists, hosted at lists.sfconservancy.org or lists.copyleft.org;
-you use one of Conservancy’s Kallithea sites or repositories, hosted at k.sfconservancy.org or k.copyleft.org;
+you use one of Conservancy’s Forgejo sites or repositories, hosted at f.sfconservancy.org;
you use one of Conservancy’s Etherpad sites, hosted at pad.sfconservancy.org;
you use one of Conservancy’s wiki sites or partner wiki sites, hosted at npoacct.sfconservancy.org or copyleft.org;
you use one of Conservancy’s project or partner project IRC channels, #npoacct and #copyleft on the Freenode IRC network;
diff --git a/conservancy/content/projects/policies/index.html b/conservancy/content/projects/policies/index.html
index 2b2ec1a6..44b648c0 100644
--- a/conservancy/content/projects/policies/index.html
+++ b/conservancy/content/projects/policies/index.html
@@ -12,6 +12,6 @@
Travel and reimbursable expense policy
-For more background about the policies, including licensing and change requests, please refer to their source code in Git.
+For more background about the policies, including licensing and change requests, please refer to their source code in Git.
{% endblock %}
diff --git a/deploy/install.yml b/deploy/install.yml
index d1db2623..6a396933 100644
--- a/deploy/install.yml
+++ b/deploy/install.yml
@@ -157,7 +157,7 @@
# TODO: Needs to force owner to www-data:www-data
- name: Git checkout
ansible.builtin.git:
- repo: 'https://k.sfconservancy.org/website'
+ repo: 'https://f.sfconservancy.org/Conservancy/website'
dest: /var/www/website
version: master
remote: upstream