Commit graph

29 commits

Author SHA1 Message Date
Sergio Carlavilla Delgado
57930f3fd5 Upgrade pgpkeys related tools and committers guide new committer section 2021-02-01 22:23:03 +01:00
Glen Barber
790a769f67 releng: fix rendering of replaceable variables
Add 'subs="attributes"' to [source] and [.programlisting] blocks
to properly replace variables in rendered output.

Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-02-01 16:15:09 -05:00
Gordon Bergling
fabd1efd2c Handbook: ZFS chapter: Correct a grammar mistake (with -> will)
PR:	253153
Submitted by:	Andreas Bjørnestad <panden at gmail dot com>
2021-02-01 19:20:33 +01:00
Vincenzo Maffione
bdb56d32ce Update my PGP key (using addkey.sh) 2021-02-01 07:50:02 +00:00
Allan Jude
a4b2772516 Fix broken link to the BSD family tree in the FAQ 2021-01-31 20:19:23 -05:00
Allan Jude
bc185da8de Improve the documentation front page with full book/article names
Use the title of the book or article rather than the directory name
Also use the full name of the language, not just the short code

Sponsored by:	Klara Inc.
Reviewed by:	carlavilla
Differential Revision:	https://reviews.freebsd.org/D28440
2021-01-31 20:09:37 -05:00
Sergio Carlavilla Delgado
d8d889ea90 MFH info missing from Committers Guide
Restore MFH info in the committers guide.

PR:             253065
Submitted by:   fernanpe@
2021-01-30 20:36:26 +01:00
Sergio Carlavilla Delgado
1ff4da59ba Finalize document synchronization in pt-br
Finalize document synchronization in pt-br by migration to AsciiDoc
2021-01-30 18:58:43 +01:00
Dimitry Andric
e9f8cbb45f Document __FreeBSD_version value 1300137. 2021-01-30 00:51:14 +01:00
Sergio Carlavilla Delgado
67b8d471d4 Remove unnecessary step in FDP quick start guide
Remove unnecessary step when the user install
the required tools for the website and documentation.

There's no need to move the shared folder between projects
2021-01-29 18:23:26 +01:00
Sergio Carlavilla Delgado
85faabdc47 Update build chapter in FDP
Update the build chapter in the FDP to reflect the new
build system.

Patch by:               kevans@
Differential Revision:  https://reviews.freebsd.org/D28409
2021-01-29 18:20:04 +01:00
Kyle Evans
127d3f2965 build: remove generate target, split run out
This ensures that `make all` will never try to run the internal server.
Instead, the user can run it manually if they need to.

Reviewed-by:	gjb, hrs
Differential-Revision:	https://reviews.freebsd.org/D28384
2021-01-28 21:15:10 -06:00
Kyle Evans
885316d9e8 build: slap fake targets with .PHONY
This instructs make(1) to consider them always out of date, and prevents
foot-shooting if a directory entry with the same name comes into existence.

Reviewed-by:	gjb, hrs
Differential-Revision:	https://reviews.freebsd.org/D28383
2021-01-28 21:15:10 -06:00
Kyle Evans
dc7b79a328 build: slap some .ORDER on targets
This ensures that the build still generally works if one specifies jobs and
multiple targets at the same time.

Reviewed-by:	gjb, hrs
Differential-Revision:	https://reviews.freebsd.org/D28382
2021-01-28 21:15:10 -06:00
Kyle Evans
98844c28f4 build: replace move-shared/copy-shared with a symlink
The build should strive to not write to the shared space, so symlink these
back to the one copy and remove the prep work needed.

Reviewed-by:	gjb, hrs
Differential-Revision:	https://reviews.freebsd.org/D28381
2021-01-28 21:15:10 -06:00
Bjoern A. Zeeb
df4fdb99eb Document __FreeBSD_version 1400003
(LinuxKPI changes conflicintg with drm-kmod).

Sponsored-by:	The FreeBSD Foundation
2021-01-28 17:25:14 +00:00
Sergio Carlavilla Delgado
a62f2c7bd3 Fix a few nits in the Rosetta stone section of the FDP primer.
Patch by:               pauamma_gundo.com
Differential Revision:  https://reviews.freebsd.org/D28360
2021-01-27 21:01:04 +01:00
Sergio Carlavilla Delgado
ab8cd36cda Improve the column widths of various pages in the FDP
Patch by:               allanjude@
Differential Revision:  https://reviews.freebsd.org/D28358
2021-01-26 20:45:47 +01:00
Dimitry Andric
563997d288 Abbreviate displayed git hashes to 12 hex digits. 2021-01-26 20:25:57 +01:00
Dimitry Andric
078e5ea093 Fix links to onetbb and libiconv ports. 2021-01-26 20:25:57 +01:00
Sergio Carlavilla Delgado
7808bd27ab Enable robots.txt in docs.freebsd.org
Enable again robots.txt for docs.freebsd.org

PR:             253031
Submitted by:   wosch@
2021-01-26 20:17:05 +01:00
Dimitry Andric
a4e8636939 Change links from svnweb to cgit, and remove sys/sys/param.h subpaths,
so it is easier to view the entire referenced commits.
2021-01-26 20:14:18 +01:00
Dimitry Andric
238de6b6a7 Document __FreeBSD_version values 1300132 through 1300136 and 1400000
through 1400002.
2021-01-26 20:09:47 +01:00
Glen Barber
17e99717e2 gitignore: ignore *.swp files
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-01-26 12:04:38 -05:00
Lewis Cook
2d42c615e6 Add committer entries for Lewis Cook <lcook>
Approved by: 		fernape (mentor)
Differential Revision: 	https://reviews.freebsd.org/D28275
2021-01-26 16:06:28 +00: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
Allan Jude
ca50c35a68 Add a missing space to unbreak rendering of chapters-order sub-heading 2021-01-26 03:41:14 +00: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