While preparing the last quarterly status report (2019Q4), Makefiles were
added in the git repository that make it very easy to sort the project
reports. However, our report.xsl file enforces automatic alphabetical
sorting in each category, which destroys our manual sorting.
This patch disables automatic sorting starting with this quarter (2019Q4).
Automatic sorting is kept for older reports: we avoid to change them since
they have no designed and reviewed manual sort.
Submitted by: salvadore@
Approved by: bcr@
Differential Revision: https://reviews.freebsd.org/D23175
Setting up Split DNS on FreeBSD 4.1
Getting started with AMD on FreeBSD
Remove the "FreeBSD Diary" from the book webresources. The last post was
in 2012
Patch by: carlavilla@
Approved by: bcr@(mentor)
Differential Revision: https://reviews.freebsd.org/D23177
The Spanish mailing list are down.
The Polish web URL was wrong.
Update webresources information.
In the community.xsl, the LinkedIn group id was wrong and the
last activity in the twitter @freebsdblogs account was in 2013.
Patch by: carlavilla@
Reviewed by: bcr@(mentor)
Differential Revision: https://reviews.freebsd.org/D23041
Remove the Romain documentation project. The website is down.
Update the Bulgarian URL and remove the mail list.
Update the Traditional Chinese URL.
Update the Estonian URL.
Update the Korean URL.
Remove obsolete URL in the Mongolian Documentation Project.
Remove the Polish URL. The website is down.
Remove the Spanish mailing list. Website down.
Patch by: carlavilla@
Approved by: bcr@
Differential Revision: https://reviews.freebsd.org/D23044
It is only permitted for DTrace and ZFS in the base system.
While here, add a couple of dummy paragraphs to fix the formatting
of other special license exceptions.
Reviewed by: imp, bcr
Differential Revision: https://reviews.freebsd.org/D23069
* Change the incorrect characters `` to ''
* Correct the URL that refers to the Handbook
* Change the URL of the *BSD conferentes to use https
* Update the number of FreeBSD and OpenBSD ports
* Some corrections with igor
Patch by: carlavilla@
Approved by: bcr@(mentor)
Differential Revision: https://reviews.freebsd.org/D23040
GUS patches patches are no longer available from the link given and I
can't find any patches that claim to do the same thing. Remove the
question whose answer is no longer useful.
%G is for the week-based year, which means that in the final few days
of the year, it advances, giving rise to the phenomenon where a couple
of days ago, the date reported was 2020-12-30 (366 days in the future)!
Submitted by: XIE Zhibang (yeking@red54.com)