update kallithea urls to forgejo
This commit is contained in:
parent
6139a13fde
commit
43680afd38
6 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
this site</a>, 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 <a href="https://k.sfconservancy.org/website">available in
|
||||
itself are <a href="https://f.sfconservancy.org/Conservancy/website">available in
|
||||
a git repository</a>.</p>
|
||||
|
||||
<p>The documents on this website are
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<p>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.</p>
|
||||
<p>Indeed, when the same test is run to compare Linux to the LLVM+Clang system, the "ratio of similarity" was 0.075%.</p>
|
||||
<h1 id="general-comparison-of-linux-kernel-to-vmware-sources">General Comparison of Linux Kernel to VMware sources</h1>
|
||||
<p>With the baseline established, we now begin relevant comparisons. First, we compare the Linux kernel version 2.6.34 to the sources <a href="https://k.sfconservancy.org/vmkdrivers">released by VMware in their (partial) source release</a>. 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.</p>
|
||||
<p>With the baseline established, we now begin relevant comparisons. First, we compare the Linux kernel version 2.6.34 to the sources <a href="https://f.sfconservancy.org/Conservancy/vmkdrivers">released by VMware in their (partial) source release</a>. 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.</p>
|
||||
<h1 id="methodology-of-showing-hellwigs-contributions-in-vmware-esxi-5.5-sources">Methodology Of Showing Hellwig's Contributions in VMware ESXi 5.5 Sources</h1>
|
||||
<p>The following describes a methodology to show Hellwig's contributions to Linux, and how they compare to code found in VMware ESXi 5.5.</p>
|
||||
<h2 id="extracting-hellwigs-contributions-from-linux-historical-repository">Extracting Hellwig's Contributions From Linux Historical Repository</h2>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<li>you sign up as a Conservancy Sustainer or otherwise donate to Conservancy;</li>
|
||||
<li>you visit any Conservancy web site;</li>
|
||||
<li>you use one of Conservancy’s Mailman sites or lists, hosted at lists.sfconservancy.org or lists.copyleft.org;</li>
|
||||
<li>you use one of Conservancy’s Kallithea sites or repositories, hosted at k.sfconservancy.org or k.copyleft.org;</li>
|
||||
<li>you use one of Conservancy’s Forgejo sites or repositories, hosted at f.sfconservancy.org;</li>
|
||||
<li>you use one of Conservancy’s Etherpad sites, hosted at pad.sfconservancy.org;</li>
|
||||
<li>you use one of Conservancy’s wiki sites or partner wiki sites, hosted at npoacct.sfconservancy.org or copyleft.org;</li>
|
||||
<li>you use one of Conservancy’s project or partner project IRC channels, #npoacct and #copyleft on the Freenode IRC network;</li>
|
||||
|
|
|
@ -12,6 +12,6 @@
|
|||
<li><a href="conservancy-travel-policy.html">Travel and reimbursable expense policy</a></li>
|
||||
</ul>
|
||||
|
||||
<p>For more background about the policies, including licensing and change requests, please refer to <a href="https://k.sfconservancy.org/policies">their source code in Git</a>.</p>
|
||||
<p>For more background about the policies, including licensing and change requests, please refer to <a href="https://f.sfconservancy.org/Conservancy/policies">their source code in Git</a>.</p>
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue