Commit graph

54405 commits

Author SHA1 Message Date
Andreas Bjørnestad
2d46e9e3f1 handbook/l10n: Fix malformed note
It seems this mixtake happened by accident during the AsciiDoctor
conversion, as it's not present in the last svn revision locally.

PR:		253581
2021-02-17 17:04:01 +01:00
Andreas Bjørnestad
9fdfd323ed serial/ppp-slip: Fix typos and improve wording
PR:		253578
2021-02-17 09:38:17 +01:00
Rajesh Kumar M A
1c5c36df2d Documentation repo changes to add new committer Rajesh Kumar M A
Approved by: vmaffione, gallatin

Differential Revision: https://reviews.freebsd.org/D28587
2021-02-17 06:24:38 +00:00
Sergio Carlavilla Delgado
45c03be16e Fix some links to the handbook in the ports section of the website
PR:             253519
Submitted by:   dgilbert (AT) eicat.ca
2021-02-16 22:53:26 +01:00
Sergio Carlavilla Delgado
e7ea1aea59 Incorrect $FreeBSD$ expansion in Building Products articles
PR:         253554
Patch by:   ceri (AT) submonkey.net
2021-02-16 22:48:12 +01:00
Sergio Carlavilla Delgado
2ae8730bff Fix some links to the handbook in the ports section of the website
PR:             253519
Submitted by:   dgilbert (AT) eicat.ca
2021-02-16 22:35:36 +01:00
Sergio Carlavilla Delgado
bba35091cd Correct path in DOS handbook example.
PR:         253560
Patch by:   ceri (AT) submonkey.net
2021-02-16 22:26:10 +01:00
Sergio Carlavilla Delgado
554d53992e Remove RCS recommendation in the translations section of FDP
PR:         253556
Patch by:   ceri (AT) submonkey.net
2021-02-16 22:24:21 +01:00
Sergio Carlavilla Delgado
92f63748ce Fix some links in the releases section
Remove the .html extension from some links in the
10.0R, 11.4R and 12.2R releases.
2021-02-16 22:21:32 +01:00
Sergio Carlavilla Delgado
c722deaae5 Fix FreeBSD Mall link in releases from 9.3 to 11.4R
PR:             253568
Submitted by:   callistasgraves (AT) icloud.com
2021-02-16 22:14:59 +01:00
Glen Barber
42d6d167bf add 13.0 to the EN/SA templates
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-02-16 15:56:45 -05:00
Yasuhiro Kimura
8750cad450 Makefiles and FDP: Change python binary
Currently '/usr/local/bin/python3.7' is used as the value of
PYTHON_CMD. Right now this works because 3.7 is the default version of
Python 3 in the ports tree. However, at some point in the future, this
will be undoubtedly be changed.

It is also possible that users already might be building versions
newer than the default port/package, which needs to be an supported as
well.

In addition, the FDP recommends installing the 'python3' package. This
meta port/package depends on the default version of python, and
automatically creates a symlink to the default version.

With all this in mind, use '/usr/local/bin/python3' is used as the value
of PYTHON_CMD, since this means that the instructions will work
irrespective of which version is assigned.
2021-02-16 19:29:11 +01:00
Ryusuke SUZUKI
fd49e8d634 Add newsflash.adoc. 2021-02-15 19:39:16 +09:00
Ryusuke SUZUKI
00741c7c98 Add translated 2021-02-12 entry (13.0-BETA2 announcement). 2021-02-15 18:37:56 +09:00
Andreas Bjørnestad
c724ce033b handbook: Fix typo 2021-02-15 09:51:01 +01:00
Daniel Ebdrup Jensen
989bbd57fa Makefiles: Add a conditional check on HOSTNAME variable
In order for hugo to build all links correctly, it is necessary to
define baseURL - but in order to do this, we need some way of adding a
hostname. This change adds the HOSTNAME variable to accomplish this.

Another advantage is that if HOSTNAME is set to something other than
localhost, hugo can be run on a different (more powerful) machine which
can shorten the time it takes to build.

A note about this will need to be added to the FDP later.
2021-02-14 22:50:52 +01:00
Allan Jude
873687264f The RSS feed for news was missing the # in the URL, resulting in 404s
Reported by:	Myke Geiger
Sponsored by:	Klara Inc.
2021-02-14 18:58:13 +00:00
Sergio Carlavilla Delgado
263ce26710 Sync bsdinstall chapter of the handbook in Japanese 2021-02-14 16:35:21 +01:00
Sergio Carlavilla Delgado
53bcaba341 Add initial template for releases
Use the Hugo Archetypes tech to create new releases.
This is an initial draft of what should be.
2021-02-14 13:20:31 +01:00
Sergio Carlavilla Delgado
68d382e835 Sync japanase biblio handbook chapter 2021-02-14 13:00:57 +01:00
Daniel Ebdrup Jensen
e6645e5aee relnotes/13.0R: Use gitref macro instead of shortcodes
The gitref macro added in commit fb36cfdfb2 handles changes in both src,
doc and ports trees, takes up less space, and is quicker to write, so
update all uses of the commit shortcode.

While here, also update the canonical sample that's commented out.

Also re-arrange some items which were initially placed in the wrong
sections.

Since the shortcode is now no longer used, remove it.
2021-02-14 11:13:37 +01:00
Daniel Ebdrup Jensen
fee800a873 status: Correct link to template and wordsmith phrasing
Pursuant to the DocBook->AsciiDoctor migration, status reports are
similarily moving from MarkDown to AsdiiDoctor, as there should be no
functional change in how report entries are handled by commiters or
contributors.

While here, remove sample file that has never been referred to anywhere,
and update the README used by the status project team.
2021-02-14 08:20:41 +01:00
Sergio Carlavilla Delgado
925b9be6f3 Avoid code blocks for donors
Patch by:               gahr@
Differential Revision:  https://reviews.freebsd.org/D28444
2021-02-13 23:04:02 +01:00
Sergio Carlavilla Delgado
8dc71efa19 Restore the generation of the TOCs in the Makefile
Restore the generation of the TOCs in the Makefile
when running make run
2021-02-13 22:40:00 +01:00
Sergio Carlavilla Delgado
fb36cfdfb2 Add gitref macro to reference a git hash
With this extension a git hash can be easily referenced.

The porters handbook versions chapter uses this extension
as an example in the FreeBSD 14.0 version table.

An example of use

gitref:hash[repository="src|doc|ports",length=hash-longitude]

The repository should be src, doc or ports.
And if no length it's specified the macro will use 12 characters
of the specified hash.

PR:             253050
Submitted by:   jhb@
2021-02-13 22:22:34 +01:00
Daniel Ebdrup Jensen
ba631cb51b relnotes/13.0R: Add more release notes 2021-02-13 20:41:21 +01:00
Sergio Carlavilla Delgado
3f0c267f85 Restore the generation of releases.toml when running make run 2021-02-13 20:04:10 +01:00
Sergio Carlavilla Delgado
39b3640a7b Correct OpenSearch URL
PR:             237192
Submitted by:   michael.osipov(at)siemens.com
2021-02-13 19:59:35 +01:00
Fernando Apesteguía
327c66eea8 Add news about doc bit
Committers Guide step 3.

Accepted By: 0mp (mentor)

Differential Revision: https://reviews.freebsd.org/D28588
2021-02-13 19:54:16 +01:00
Sergio Carlavilla Delgado
66d14b00e5 Restore German language.
Restore the German language in the website.

PR:             253132
Submitted by:   wosch@
2021-02-13 19:48:32 +01:00
Daniel Ebdrup Jensen
4023bd3f77 FDP: Fix typo
Reported by:	ceri
2021-02-13 19:43:27 +01:00
Ryusuke SUZUKI
35f8a9cdb5 Update my PGP key 2021-02-14 00:43:36 +09:00
Daniel Ebdrup Jensen
b046222873 FDP: Remove extraneous article
Pointy hat to:	me
Reported by:	PauAmma
2021-02-13 07:14:24 +01:00
Glen Barber
75c95e35dd Announce 13.0-BETA2
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-02-12 17:54:57 -05:00
Yasuhiro Kimura
b474a50019 FDP: Refer to the proper package name for hugo
The package name 'hugo' refers to emulators/hugo, a PC Engine
(TurboGrafx 16) emulator, whereas the hugo that is required by the new
framework is www/gohugo. A similar case applies with the package name of
AsciiDoctor, which is 'rubygem-asciidoctor'.
Therefore fix package names so they refer to proper ones.

PR:		253470
2021-02-12 22:57:29 +01:00
Daniel Ebdrup Jensen
04b118c626 FDP: Correct some grammar and mistakes
Correct some grammar, some factual information and a misrepresentation
of that the "word list" is.

Submitted by:	ceri
PR:		253467
2021-02-12 20:52:02 +01:00
Glen Barber
c8354e3d82 Add 13.0-BETA1 announcement
Belatedly...

Approved by:	re (implicit)
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-02-12 13:37:26 -05:00
Ceri Davies
7ed46663b3 FAQ: Fix a typo
- witout -> without

PR:	253456
Reported by:	Ceri Davies <ceri at submonkey dot net>
2021-02-12 18:44:14 +01:00
Ceri Davies
b687b57a9c Handbook: Fix some typos
- "ApacheHTTPD" -> "Apache HTTPD"
- theDNS -> "the DNS"
- example in rc.conf: lapd_enable -> slapd_enable

PR:     253458
Reported by:    Ceri Davies <ceri at submonkey dot net>
2021-02-12 18:37:26 +01:00
Richard Scheffenegger
ffec1b2d34 Add network related comments into the release notes
Updating the release notes with some of the highlights - especially where
the default behavior now changed (PRR for improved SACK loss recovery).
2021-02-12 12:26:06 +01:00
Glen Barber
24692b4a7f Update the 13.0 schedule to reflect BETA2 builds have begun
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-02-11 19:02:59 -05:00
Adriaan de Groot
edf6cdf3c5 Update GPG key for adridg@ -- Li-Wen pointed out I was using old tools for this 2021-02-11 21:00:03 +01:00
Adriaan de Groot
2302fc638f Update GPG key for adridg@ -- extend expiry by 2 years less 13 days 2021-02-11 15:40:02 +01:00
Stefan Eßer
4617898687 Update relnotes.adoc
Add release notes for bin/calendar, usr.bin/gh-bc (contrib/bc), and
the new getlocalbase() function in libutil

This is the first commit regarding actual changes of base components
in this document and I'm not sure about the style and format expected.
Feel free to edit and adapt the text from this commit (or let me know
how it should be changed) to make it better align with later additions
to this file.

Approved by:	re
2021-02-11 09:39:48 +01:00
Daniel Ebdrup Jensen
cef63a2e43 news.toml: Remove paragraph tags left-over from conversion.
Summary:
The AsciiDoc conversion, out of necessity, was rather conservative in
removing paragraphs. However, this leaves some entries with tags and
some without tags.

Test Plan: Ran make

Reviewers: carlavilla

Differential Revision: https://reviews.freebsd.org/D28353
2021-02-11 05:21:45 +01:00
Daniel Ebdrup Jensen
5476df45eb 13.0R/relnotes: Add entries for changes that happened in bhyve.
While here, implement a template for cgit links called 'commit' for lack
of a better term.

This fixes the only build issue with this patch, and has been tested in
Firefox with the run target as well.
2021-02-11 05:18:46 +01:00
Li-Wen Hsu
947e4ec392
Add 2021-03-17 Office Hours event
Approved by:	carlavilla (implicitly)
2021-02-10 03:27:58 +08:00
Andreas Bjørnestad
21e690f0ed newbies: Correct link to X11 chapter 2021-02-09 14:40:40 +01:00
Warner Losh
ea2dde38df Update shared library advice now that a.out no longer is a consideration
Remove old a.out information. Update the policy to match our current practice of
rarely, if ever, bumping the major version of libraries, but instead relying on
symbol versioning to maintain a stable ABI. Move from paragraph form to bullet
points. Also, tweak the 'once per major release' policy to 'as needed' because
the conditions that existed for the former no longer apply.

Discussed with: jhb@
Reviewed by: kib@, debdrub@
Differential Revision: https://reviews.freebsd.org/D28486
2021-02-08 17:04:05 -07:00
Sergio Carlavilla Delgado
dff8699750 Remove HAL from the X11 chapter.
HAL has been remove with r564691

PR:             253345
Submitted by:   0mp@
2021-02-08 23:33:23 +01:00