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%.
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.
The following describes a methodology to show Hellwig's contributions to Linux, and how they compare to code found in VMware ESXi 5.5.
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