2020q4 report: Fix md>db conversion issues, linebreaks, links

Reported by:	meena (on EFnet IRC #bsddocs channel)
This commit is contained in:
Daniel Ebdrup Jensen 2021-01-16 17:13:43 +01:00
parent 37dd052a7d
commit 62cb62879c

View file

@ -49,7 +49,7 @@ to do.
<p>Please note that the deadline for submissions covering the period
between January and March is March 31st.
</p>
<p>We hope you'll enjoy reading as much as we enjoyed compiling it.
<p>We hope you'll enjoy reading as much as we enjoyed compiling it.<br/>
Daniel Ebdrup Jensen, on behalf of the quarterly team.
</p> </section>
<project cat='team'>
@ -135,11 +135,11 @@ individual reports throughout this status report.
job descriptions for a Senior Software Developer and Project Coordinator soon.
</p>
<p>Please consider making a donation to help us continue and increase our support
for FreeBSD in 2021: https://www.FreeBSDfoundation.org/donate/.
for FreeBSD in 2021: <a href='https://www.FreeBSDfoundation.org/donate/'>https://www.FreeBSDfoundation.org/donate/</a>.
</p>
<p>We also have the Partnership Program, to provide more benefits for our larger
commercial donors. Find out more information at
https://www.FreeBSDfoundation.org/FreeBSD-foundation-partnership-program/
<a href='https://www.FreeBSDfoundation.org/FreeBSD-foundation-partnership-program/'>https://www.FreeBSDfoundation.org/FreeBSD-foundation-partnership-program/</a>
and share with your companies!
</p>
<h3>OS Improvements</h3>
@ -197,8 +197,8 @@ changes, the build system, tool chain and freebsd-update, network stack
stability improvements, machine-dependent optimizations, new kernel interfaces,
DTrace bug fixes, documentation improvements, and others.
</p>
<p>### Continuous Integration and Quality Assurance
</p>
<h3>Continuous Integration and Quality Assurance</h3>
<p>The Foundation provides a full-time staff member and funds projects on
improving continuous integration, automated testing, and overall quality
assurance efforts for the FreeBSD Project.
@ -302,8 +302,8 @@ selection of <a href='https://freebsdfoundation.org/freebsd-project/resources/'>
<li><p>Committed to attend the online Apricot 2021.
</p>
</li></ul>
Keep up to date with our latest work in our newsletters:
<p>https://www.freebsdfoundation.org/news-and-events/newsletter/
<p>Keep up to date with our latest work in our newsletters:
<a href='https://www.freebsdfoundation.org/news-and-events/newsletter/'>https://www.freebsdfoundation.org/news-and-events/newsletter/</a>
</p>
<p>Netflix provided an update on how and why they use FreeBSD in our latest
<a href='https://freebsdfoundation.org/blog/freebsd-case-study-netflix/'>Contributor Case Study</a>.
@ -311,10 +311,10 @@ Keep up to date with our latest work in our newsletters:
<p>We help educate the world about FreeBSD by publishing the professionally
produced FreeBSD Journal. As we mentioned previously, the FreeBSD Journal is
now a free publication. Find out more and access the latest issues at
https://www.FreeBSDfoundation.org/journal/.
<a href='https://www.FreeBSDfoundation.org/journal/'>https://www.FreeBSDfoundation.org/journal/</a>
</p>
<p>You can find out more about events we attended and upcoming events at
https://www.FreeBSDfoundation.org/news-and-events/.
<a href='https://www.FreeBSDfoundation.org/news-and-events/'>https://www.FreeBSDfoundation.org/news-and-events/</a>.
</p>
<h3>Legal/FreeBSD IP</h3>
@ -322,7 +322,7 @@ https://www.FreeBSDfoundation.org/news-and-events/.
protect them. We also provide legal support for the core team to investigate
questions that arise.
</p>
<p>Go to http://www.FreeBSDfoundation.org to find out how we support FreeBSD and
<p>Go to <a href='http://www.FreeBSDfoundation.org'>http://www.FreeBSDfoundation.org</a> to find out how we support FreeBSD and
how we can help you!
</p></body></project>
<project cat='team'>
@ -390,7 +390,7 @@ on the following:
<li><p>Upgraded the package building machines to a version of head from
mid-October 2020.
</p></li>
<li><p>Upgraded developer machines in the cluster (freefall, ref\* and universe\*) to
<li><p>Upgraded developer machines in the cluster (freefall, ref* and universe*) to
a version of head from mid-October 2020.
</p></li>
<li><p>Installed eight new x86 servers in our New Jersey site:
@ -499,9 +499,9 @@ and FreeBSD.
<ul>
<li><p>doc jobs were changed to use git to follow VCS migration:
</p><ul>
<li><p>https://ci.freebsd.org/job/FreeBSD-doc-main/
<li><p><a href='https://ci.freebsd.org/job/FreeBSD-doc-main/'>https://ci.freebsd.org/job/FreeBSD-doc-main/</a>
</p></li>
<li><p>https://ci.freebsd.org/job/FreeBSD-doc-main-igor/
<li><p><a href='https://ci.freebsd.org/job/FreeBSD-doc-main-igor/'>https://ci.freebsd.org/job/FreeBSD-doc-main-igor/</a>
Thanks Brandon Bergren (bdragon@)
</p></li></ul>
</li><li><p>head and stable/12 build environment have been upgraded to 12.2-RELEASE
@ -1010,7 +1010,7 @@ The port for the daemons is called sysutils/nfs-over-tls
and should be committed to the ports framework soon.
In the meantime, the port can easily be fetched,
as described in
https://people.freebsd.org/~rmacklem/nfs-over-tls-setup.txt.
<a href='https://people.freebsd.org/~rmacklem/nfs-over-tls-setup.txt'>https://people.freebsd.org/~rmacklem/nfs-over-tls-setup.txt</a>.
</p>
<p>To support clients such as laptops, the daemons that perform the TLS
handshake may optionally handle client X.509 certificates from a
@ -1024,7 +1024,9 @@ This is only enabled when the "-u" command line
option is provided to rpc.tlsservd(8).
</p>
<p>The code is now available for testing. See:
https://people.freebsd.org/~rmacklem/nfs-over-tls-setup.txt
<a href="https://people.freebsd.org/~rmacklem/nfs-over-tls-setup.txt">https://people.freebsd.org/~rmacklem/nfs-over-tls-setup.txt</a>
</p>
<p>
Setting up system(s) for testing still requires building a custom kernel
with "options KERN_TLS" from recent head/FreeBSD13 sources plus installing
the port for the daemons, as explained by the above document.
@ -2456,8 +2458,8 @@ not just ports.
port Makefiles to create a database of information useful
to both port developers and port users.
</p>
<p>For example, https://www.freshports.org/security/acme.sh/ shows
the history of this port, back to its creation in May 2017.
<p>For example, <a href='https://www.freshports.org/security/acme.sh/'>https://www.freshports.org/security/acme.sh/</a>
shows the history of this port, back to its creation in May 2017.
</p>
<h3>git</h3>