Commit graph

54581 commits

Author SHA1 Message Date
Sergio Carlavilla Delgado
8d6548258a Fix 12.2 download links
Fix bug in 12.2 download links

Reported by: wosch@
2021-01-26 15:36:27 +01:00
Li-Wen Hsu
3cf08b5090
Add back README file
Approved by:	carlavilla
2021-01-26 22:03:56 +08:00
Michael Gmelin
b0a56f2891 Correct simple typo.
Summary: Really simple typo, good change to test the new workflow.

Test Plan: None

Reviewers: carlavilla

Reviewed By: carlavilla

Differential Revision: https://reviews.freebsd.org/D28348
2021-01-26 13:58:17 +01:00
Sergio Carlavilla Delgado
4dba695e5d Use Hugo's relLangURL filter to fix relative URLs in list shortdocs
Submitted by:	allanjude@
PR:		253013
Review:         https://reviews.freebsd.org/D28344
2021-01-26 13:02:54 +01:00
Sergio Carlavilla Delgado
42b64a1521 Fix links in the main page.
Add releases.toml to git ignored files
Fix bad translation in German configuration file
2021-01-26 12:47:42 +01:00
Philip Paeps
aebacc4b11 website/content/en/security: correct typo
The expected EoL of the releng/12.2 branch is three months after the
release of 12.3-RELEASE, not three months after the release of
12.2-RELEASE.  releng/12.2 will not go EoL tomorrow.

Reported by:    Denis Fortin <denis-at-zap.qc.ca>
2021-01-26 13:59:37 +08:00
Allan Jude
ca50c35a68 Add a missing space to unbreak rendering of chapters-order sub-heading 2021-01-26 03:41:14 +00:00
Li-Wen Hsu
e85969cbc8
Catch up 9a0527d798: Update the 13.0 schedule to reflect stable/13 has branched
Approved by:	carlavilla (implicitly)
2021-01-26 08:56:31 +08:00
Sergio Carlavilla Delgado
989d921f5d Migrate doc to Hugo/AsciiDoctor
I'm very pleased to announce the release of
our new website and documentation using
the new toolchain with Hugo and AsciiDoctor.

To get more information about the new toolchain
please read the FreeBSD Documentation Project Primer[1],
Hugo docs[2] and AsciiDoctor docs[3].

Acknowledgment:
Benedict Reuschling <bcr@>
Glen Barber <gjb@>
Hiroki Sato <hrs@>
Li-Wen Hsu <lwhsu@>
Sean Chittenden <seanc@>
The FreeBSD Foundation

[1] https://docs.FreeBSD.org/en/books/fdp-primer/
[2] https://gohugo.io/documentation/
[3] https://docs.asciidoctor.org/home/

Approved by:    doceng, core
2021-01-26 00:31:29 +01:00
Xin LI
0cff342f42 Remove expired key.
Approved by:	doceng (gjb)
2021-01-25 09:22:34 -08:00
Glen Barber
df91419b79 releng: add new branches and update CURRENT
Add stable/13.
Preemptively add releng/13.0 (commented).
Bump CURRENT to 14.

Approved by:	doceng (implicit)
Approved by:	re (implicit)
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-01-21 19:31:07 -05:00
Glen Barber
9a0527d798 Update the 13.0 schedule to reflect stable/13 has branched
Approved by:	doceng (implicit)
Approved by:	re (implicit)
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-01-21 19:23:15 -05:00
Glen Barber
48ef6c3bdc releng article: fix a typo
Approved by:	doceng (implicit)
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-01-21 14:21:47 -05:00
Daniel Ebdrup Jensen
3200fb1e31 2020q4 report: Fix more mistakes, some from md>db conversion
Submitted by:	maxim@ (earlier version)
2021-01-21 03:01:32 +01:00
Maxim Konovalov
f3af2c7af7 o nginx misspell fixed and quote marks removed.
Approved by:	debdrup
2021-01-20 22:05:55 +03:00
Glen Barber
2752dea199 administration: add philip to infrastructure admins
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-01-20 12:38:00 -05:00
Glen Barber
8ecfc4cea2 administration: add bapt to the infrastructure admins
Completed by:	lwhsu
Approved by:	admins (implicit)
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-01-20 12:34:51 -05:00
Li-Wen Hsu
076e392029
Add freebsd-office-hours-2021-01-27
Reviewed by:	debdrup, ygy
Approved by:	ygy
Differential Revision:	https://reviews.freebsd.org/D28252
2021-01-21 00:39:59 +08:00
Olivier Certner
1e7c4a3928 doc.docbook.mk: Fix LATESTREVISION determination, causes build failure on non-English locales
Fixes, e.g., manual articles/books build (i.e., typing `make` in the right
directory).

There were two problems:
1. Git or SVN information retrieval depends on the current locale, and doesn't
work with non-English ones.
2. Fallback for LATESTREVISION most of the time (sometimes works, probable
race) itself fails because PWD is set to document's directory + '/obj', but
sources are in the document's directory.

Problem 2 is the most annoying because documentation builds simply fails
(`xsltproc` becomes unable to resolve 'latestrevision.*' variables in, e.g.,
articles). But point 2's failure appears only because of point 1's failure,
which doesn't happen on a machine with English or C locale.

PR: 246936
2021-01-19 15:18:40 +01:00
Yoan Adida
f2a33a330d articles/nanobsd: Add section on customizing NanoBSD
nanobsd.sh can be passed several options, and having this documented is
a good idea, as it even includes the ability to customize the
third-party software on the NanoBSD image.

While here, fix up some uses of applications tags, and some incorrect
capitalization.

Submitted by:	Yoan Adida <yoanadida at gmail.com> (previous version)
Reviewed by:	bcr, imp, wblock (some of an earlier version),
Mina Galić <me@igalic.co>, PauAmma
Differential Revision:	https://reviews.freebsd.org/D7406
2021-01-19 03:16:17 +01:00
Fernando Apesteguía
0d4371e5cc [handbook][bsdinstall] Fix typo.
Summary: s/perfomance/performance

Test Plan:
* igor clean
* Page renders properly

Reviewers: #docs, ygy
Reviewed By: #docs, ygy
Differential Revision: https://reviews.freebsd.org/D28214
2021-01-18 18:33:37 +01:00
Ryusuke SUZUKI
2a93091cc3 - Merge the following from the English version:
c303f9ccd4 (r51713) -> d6babdba96	ja_JP.eucJP/htdocs/search/search.xml
2021-01-19 01:09:49 +09:00
Glen Barber
ccc6b0e2b6 12.2 errata: document ipfw(8) issue correction
Reported by:	vsasjason at gmail . com
Differential revision:	https://reviews.freebsd.org/D28155
Sponsored by:	Rubicon Communications, LLC (netgate.com)
2021-01-18 09:06:06 -05:00
Andreas Bjørnestad
9d742cc03a Fix a typo
PR:		252800
2021-01-18 14:54:51 +01:00
Guangyuan Yang
83f28517ec events2020: clean up cancelled events
While I was there, also cleaned up locations for online events.

Reviewed by:	debdrup
Differential Revision:	https://reviews.freebsd.org/D27989
2021-01-17 19:05:35 +00:00
Ryusuke SUZUKI
85c9d788f8 - Merge the following from the English version:
075f173f8e (r53599) -> 343b6440e3	head/ja_JP.eucJP/htdocs/about.xml
2021-01-17 21:23:47 +09:00
Ryusuke SUZUKI
583d779ee4 - Merge the following from the English version:
184d4418ab (r54076) -> f3bf61d561	ja_JP.eucJP/share/xml/header.l10n.ent
2021-01-17 20:58:52 +09:00
Lutz Donnerhacke
751e8bc383 Add committer entries in doc for Lutz Donnerhacke <donner>
Summary:
Steps 1-4 from the Committer's guide:
  - Add entries for Lutz Donnerhacke <donner>
  - Add GPG key

Reviewers: kp, philip

Reviewed By: kp, philip

Differential Revision: https://reviews.freebsd.org/D27967
2021-01-17 11:53:26 +01:00
Ryusuke SUZUKI
461e490887 - Merge the following from the English version:
70c9e5f7f2 (r54263) -> b8d4d67fda	head/ja_JP.eucJP/books/handbook/book.xml
2021-01-17 18:09:39 +09:00
Daniel Ebdrup Jensen
127579f031 2020q4-status: Fix md>docbook conversion issue
The markdown to docbook conversion script expects the headers of
entries, ie. two sets of octothorpes, to be on the first line of the
report.

Reported by:	cperciva@
2021-01-16 20:27:03 +01:00
Daniel Ebdrup Jensen
62cb62879c 2020q4 report: Fix md>db conversion issues, linebreaks, links
Reported by:	meena (on EFnet IRC #bsddocs channel)
2021-01-16 18:10:04 +01:00
Daniel Ebdrup Jensen
37dd052a7d status.xml: Add link to report
Since the report has been published and the news-flash has been added,
the report can be added on the status report page too.
2021-01-16 16:36:12 +01:00
Daniel Ebdrup Jensen
31f481ca1c Add 2020Q4 status report to the newsflash
Reviewed by:	PauAmma
Differential Revision:	https://reviews.freebsd.org/D28177
2021-01-16 15:41:13 +01:00
Daniel Ebdrup Jensen
2369dc8ceb status/README: Fix phrasing, paths, news example, and nits.
Summary:
Move sections of the README around a bit, so that it becomes clearer
what belongs where.
Avoid repeating instructions too much, as this makes it more difficult.
Make the timeline easier to get information from at a glance.

While here, fix minor typos, grammatical errors and whitespace errors.

Reviewed by:	PauAmma
Differential Revision:	https://reviews.freebsd.org/D28179
2021-01-16 15:24:27 +01:00
Daniel Ebdrup Jensen
af1a126124 Add 2020Q4 quarterly status report
While here, bump deadline for new submissions

Reviewed by:	PauAmma
Differential Revision:	https://reviews.freebsd.org/D28175
2021-01-16 12:01:14 +01:00
Danilo G. Baio
c46200e885 Fix build
Approved by:   ygy (doc)
2021-01-14 14:28:47 -03:00
Daniel Ebdrup Jensen
47b7f1f716 usergroups: Remove Iran User Group
PR:		252662
2021-01-14 14:05:49 +01:00
Guangyuan Yang
108a19f6fe Remove unused entities
PR:		252576
Submitted by:	Ceri Davies <ceri@submonkey.net>
2021-01-12 23:17:41 +00:00
Ceri Davies
eab1c5d1f6 books/: Address more instances of sentences beginning with 'Because...'
As was the case with the previous commit, the intention is to avoid
sentence fragments as well as sentences that can be mistaken for them,
since the handbook isn't written in a style that makes use of
subordinate conjunctions.

While touching the relevant files, I also fixed a few issues pointed
out by PauAmma, and reflowed a sentence as a result.

PR:             252519
Submitted by:   ceri@
Reviewed by:    PauAmma
2021-01-12 19:33:23 +01:00
Marc Fonvieille
a266a60bd2 Bump copyright year because of recent changes. 2021-01-12 19:12:21 +01:00
Marc Fonvieille
5909f4353c Fix authorgroup part for a section. 2021-01-12 19:08:57 +01:00
Marc Fonvieille
7c4ed1e343 MFen: 345f2fd6a6 2021-01-12 19:00:46 +01:00
Marc Fonvieille
f9f5faa6b5 MFen: r54495 --> 345f2fd6a6 2021-01-12 18:53:56 +01:00
Li-Wen Hsu
343b6440e3
FreeBSD Foundation address has been changed
Directly use the contact-us link.

Approved by:	ygy
Differential Revision: https://reviews.freebsd.org/D28090
2021-01-12 01:00:11 +08:00
Li-Wen Hsu
cf77cf8be5
Update information of source code repositories
Doc and src repositories are in git now and ports tree is in progress.

Reviewed by:	uqs, ygy
Approved by:	ygy
Differential Revision: https://reviews.freebsd.org/D28080
2021-01-12 00:46:00 +08:00
Ruey-Cherng Yu
d6edcaf8ec -Traditional Chinese Translation of the latest news item (Jan 2nd) 2021-01-11 06:32:32 +00:00
Marc Fonvieille
7e233f6e6a Update Xorg fonts section. 2021-01-10 17:10:05 +01:00
Marc Fonvieille
0d6f42cb77 Redirect gs stdout to stderr. This will prevent warnings to be part of
the generated file causing broken files.  This does not redirect drivers
output which still write to stdout.

I'm currently seeing "**** Warning: glyf overlaps cmap, truncating."
during esptopng conversion leading to broken .pnm.
This change prevents the broken .pnm file.
2021-01-10 17:01:58 +01:00
Li-Wen Hsu
3b4e46a064
Fix links in support/webresources
- O'Reilly & Associates, Inc. is renamed to O'Reilly Media, Inc. [1]
- URL of WINE has been changed
- Use https if appliable

[1] https://www.oreilly.com/pub/pr/1168

Differential Revision: https://reviews.freebsd.org/D28079
Approved by:	ygy
2021-01-10 19:58:00 +08:00
Li-Wen Hsu
d6babdba96
Fix web pages searching function in search page
Approved by:	ygy
Differential Revision: https://reviews.freebsd.org/D28077
2021-01-10 19:52:43 +08:00