Commit graph

54158 commits

Author SHA1 Message Date
Benedict Reuschling
7d0cc33a0e Fix some igor warnings:
- Indentations
- Replace spaces with tabs
- Fix a repeated word: it it -> it is
2020-12-28 18:25:50 +00:00
Ruey-Cherng Yu
c6e3e11b17 -Traditional Chinese Translation of the latest news item (December) 2020-12-28 07:53:37 +00:00
Li-Wen Hsu
ebec3d1fa5 Regenerate. 2020-12-27 12:35:41 -08:00
Benedict Reuschling
47587c2f3f Include 12.2-RELEASE in the Abstract alongside 12.1 and 11.4. 2020-12-27 20:29:36 +00:00
Li-Wen Hsu
0d352b4f05
Update internal/machine list to reflect the current status
Approved by:	ygy (doc)
Sponsored by:	The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D27781
2020-12-27 21:52:06 +08:00
Peter Jeremy
0a83c0b2a9 Update my PGP key.
(Rather belatedly) extend the expiration date by 2 years.
2020-12-27 15:15:30 +11:00
Niclas Zeising
83de4c62b7 share/pgpkeys: Update my key
Update my pgp key with new signature, as the previous version was set to
expire at the end of the year.
2020-12-26 12:08:18 +01:00
Benedict Reuschling
c9f7d0b3d8 Replace jpgs with pngs, the latter of which are supported and displayed.
Reported by:	    meena (on EFnet IRC #bsddocs channel)
2020-12-25 20:39:38 +00:00
Benedict Reuschling
fd227dbab8 After re-reading the FDP chapter on images, include the directory, too.
Pointy hat to:	    bcr
2020-12-25 18:32:32 +00:00
Benedict Reuschling
19ccd3f0ce Remove extensions from images to let the toolchain find them better. 2020-12-25 18:02:25 +00:00
Benedict Reuschling
1980db649f Add new WINE handbook chapter written as part of Google Season of Docs 2020.
Thanks to Aaron Peters for researching and writing this chapter from
scratch. He also provided most of the images, together with Alexander
Leidinger (netchild@). Alexander was also kind enough to be the official
mentor for the WINE side of the content, while I focused on the
documentation side. His insights into WINE from a users perspective
helped make this chapter better by adding information about Homura.
A big thank you to Google Season of Docs 2020 for enabling us to have
Aaron as technical writer working on this project.

I've re-ordered the finalized submission so that the FAQ is the last
part of this chapter. I also moved the "WINE Overview & concepts"
section after the Synopsis for a more logical flow of information.
Additionally, a lot of DocBook editing was done to bring it to the
current form. The remaining checks by textproc/igor revolve around
indentation errors. But one can't fix all of them without violating
others.

Please enjoy running WINE and games on FreeBSD with the help of this
chapter.

Todo:
- Some references to other parts of the chapter or to others in the
  handbook need to be replaced by actual links.
- Some of the images could be resized a bit more. I only did it on
  those that would create a horizontal scroll bar. Reizing them to 50%
  made them small enough to fit the other images while retaining
  legible text.
  A note on the images: I realize they are mixed JPEG and PNGs in the
  same chapter. However, many of the images in the handbook do not
  have a uniform image type either (compare IMAGES_EN+= entries in
  Makefile). This may be a future project to unify these without
  compromising image quality.

Contributed by:		Aaron Peters (acpkendo gmail.com)
Reviewed by:		netchild, bcr
Sponsored by:		Google Season of Docs 2020
Differential Revision:  https://reviews.freebsd.org/D27484
Differential Revision:  https://reviews.freebsd.org/D27455
Differential Revision:  https://reviews.freebsd.org/D27444
Differential Revision:  https://reviews.freebsd.org/D27232
Differential Revision:  https://reviews.freebsd.org/D27146
Differential Revision:  https://reviews.freebsd.org/D26983
Differential Revision:  https://reviews.freebsd.org/D26914
Differential Revision:  https://reviews.freebsd.org/D26788
2020-12-25 16:48:11 +00:00
Pietro Cerutti
0ed45c2db8 Document Neel Chauhan's donation of a complete system 2020-12-24 12:02:23 +00:00
Guangyuan Yang
fa9cdb6d5f zh_TW: regenerate "Original Revision" after Git transition
Discussed with:	rcyu
2020-12-24 02:00:13 +00:00
Guangyuan Yang
db2a5c8513 zh_CN: regenerate "Original Revision" after Git transition 2020-12-24 01:34:44 +00:00
Rene Ladan
eaf07aef56 Update the build infrastructure to use Git instead of Subversion
Summary:
The doc repository is not mirrored to Subversion so updating the
repository from Subversion does not make sense. Remove
Subversion-specific files too.

While here remove now defunct $FreeBSD$ markers in affected files.

Test Plan:
make clean
make update
make

Reviewed by:	bcr, ygy, doceng (gjb)
Differential Revision: https://reviews.freebsd.org/D27678
Subscribers:	drewery, emaste
2020-12-23 20:06:07 +01:00
Guangyuan Yang
b62d4babfd Update obsolete samba port references
PR:		251830
Submitted by:	George Guimaraes <george.guimaraes@outlook.com>
2020-12-23 17:30:15 +00:00
John Baldwin
e98cc89741 Generate links to cgit instead of svn in document title blocks.
PR:		251940
Reviewed by:	emaste, gjb, ygy
Differential Revision:	https://reviews.freebsd.org/D27704
2020-12-22 13:56:47 -08:00
John Baldwin
86bba6a538 Add infrastructure for links to Git commits.
- Add a <githash> tag which accepts a Git hash.  Leave
  <revnumber> as is for svn revisions.  In theory we
  could add a new attribute to <revnumber> to say which
  VCS to use, but this would require tagging either all
  SVN revisions or all Git hashes explicitly which would
  be invasive.  A new tag going forward seems simpler.

- Revert svnweb.link back to generating svnweb links.  This
  fixes all the explicit <revnumber>'s referring to SVN src
  commits in existing documentation.

- Add a cgit.link which links to a Git commit in cgit.
  githash generates cgit.link's when asked to generate a
  href.

Reviewed by:	gjb, ygy
Differential Revision:	https://reviews.freebsd.org/D27703
2020-12-22 13:48:38 -08:00
John Baldwin
e0a3a057a6 Document __FreeBSD_version 1300131. 2020-12-21 10:26:52 -08:00
Benedict Reuschling
e6f974e9ea Mention that the private folder is also not using ACLs.
In the UFS ACLs chapter, there is an example showing ACL-enabled
filesystems using a + sign. However, there is a directory private lited
there that is not having ACLs enabled, but it is not mentioned in the
text below the example. Add it there to avoid confusion.

PR:		251528
Submitted by:	panden@gmail.com
2020-12-20 12:09:22 +00:00
Rene Ladan
28dade007b share/pgpkeys/README: Update to the Git era
- convert loose Subversion instructions to loose Git instructions
- remove now defunct $FreeBSD$ marker
2020-12-19 14:05:57 +01:00
Guangyuan Yang
e6320b07f5 Fix revision link after Git transition
PR:		251940
Reported by:	emaste
2020-12-18 18:14:18 +00:00
Marc Fonvieille
482d8311b8 Improve wording in section 16.4.2
Reported by:	Andreas Bjørnestad
2020-12-17 18:38:05 +01:00
Warner Losh
a9729ccf88 Add news entry for the conversion of the src repository to Git. The
cutover from Subversion to Git is this weekend.
2020-12-16 22:16:49 -07:00
Glen Barber
aec6122b7b news.xml: fix spacing/whitespace/indentation issues.
Sponsored by:	Rubicon Communications, LLC (netgate.com)
2020-12-16 18:53:15 -05:00
Glen Barber
14a2d969e1 news.xml: remove a stray date reference.
Sponsored by:	Rubicon Communications, LLC (netgate.com)
2020-12-16 18:51:21 -05:00
Warner Losh
1ce17f83bd Add news that FreeBSD-doc switched over to git. 2020-12-16 14:03:03 -07:00
Glen Barber
3a01c01d82 news.xml: Fix indentation/line wrapping. No functional changes.
Sponsored by:	Rubicon Communications, LLC (netgate.com)
2020-12-16 14:51:51 -05:00
Li-Wen Hsu
63c3f6c81e
Fix the time of 2020-12-16 Office Hours event
Approved by:	ygy (implicitly)
2020-12-17 02:17:25 +08:00
Juraj Lutter
a72c1d6c21 doc: Add committer entries for Juraj Lutter <otis>
Steps 1-4 from the Committer's guide:
  - Add entries for Juraj Lutter <otis>
  - Add GPG key

And while here, also:
  - Fix misindentation
  - Remove a stray empty line

Reviewed by:            osa (mentor)
Approved by:            osa (mentor)
Differential Revision:  https://reviews.freebsd.org/D27617
2020-12-15 20:25:31 +00:00
Glen Barber
311c4792cd Fix build.
Sponsored by:	Rubicon Communications, LLC (netgate.com)
2020-12-15 11:37:22 -05:00
Guangyuan Yang
aa8e86b0f7 handbook: remove "read-only" for commit message lists
Reported by:	philip
2020-12-15 15:53:35 +00:00
Li-Wen Hsu
37279d2ef4
Add 2020-12-16 Office Hours event
Approved by: ygy
Differential Revision: https://reviews.freebsd.org/D27616
2020-12-15 20:02:10 +08:00
Gordon Tetlow
925bca73c9 Add updated text and patch for FreeBSD-SA-20:33.openssl
Approved by:	so
2020-12-14 13:28:07 -08:00
Guangyuan Yang
eb28fee24e handbook: document new commit message mailing lists
Reviewed by:	bcr
Differential Revision:	https://reviews.FreeBSD.org/D27591
2020-12-14 05:54:22 +00:00
Glen Barber
d79b57d3cf Website build: remove 'svn co' references for doc tree operations.
Sponsored by:	Rubicon Communications, LLC (netgate.com)
2020-12-13 16:31:39 -05:00
Glen Barber
b385a81223 Website build: comment the 'git clean', which is causing missing pages.
Sponsored by:	Rubicon Communications, LLC (netgate.com)
2020-12-13 15:13:25 -05:00
Glen Barber
41c404416f Fix argument order from previous commit.
Sponsored by:	Rubicon Communications, LLC (netgate.com)
2020-12-13 15:08:33 -05:00
Glen Barber
6d605a5aa5 Website/docs build: ensure rebase is specified when pulling new updates
Sponsored by:	Rubicon Communications, LLC (netgate.com)
2020-12-13 15:05:19 -05:00
Eitan Adler
dd95bbbc41 Make README more verbose
Summary:
Problem

It is not clear what we are telling users to read. Also I need a test
commit for phabricator in a git world.

Solution

Change the text to be more precise.

Differential Revision: https://reviews.freebsd.org/D27596
2020-12-13 09:12:40 -08:00
Eitan Adler
d44c419446 remove trailing comma
Problem / Solution

Remove the now-trailing comma introduced by my previous commit.
2020-12-13 08:57:46 -08:00
Eitan Adler
072b13ec97 configure arcanist for the git world
Problem

The documentation ("doc") repository has been converted to git but
arcanist does not yet understand how to interact with phabricator in
this world.

Solution

- remove the callsign "D" which should be inferable from having one of
  the cgit URLs as a remote
- remove "history.immutable" which was a workflow only required for
  subversion
2020-12-13 08:52:31 -08:00
Guangyuan Yang
2cd339f0e9 Add Cirrus CI config file
Enable Cirrus CI to perform a complete doc tree build test. The
official mirror on GitHub, as well as anyone who pushes the repo to
GitHub can enjoy free CI functionality for all commits and pull
requests.

Reviewed by:	lwhsu, bcr
Differential Revision:	https://reviews.freebsd.org/D27530
2020-12-13 12:41:06 +00:00
Sergey A. Osokin
7a539fc83b Add my GPG key. 2020-12-12 23:21:10 -05:00
Danilo G. Baio
6b425ce8dd Add Alexandre Liberato to contributors
Alexandre is helping in the translation effort of FreeBSD to Brazilian
Portuguese.
2020-12-12 15:26:19 -03:00
Danilo G. Baio
bc1a5586af pt_BR/books/handbook: Sync with en_US r54689
Approved by:   ebrandi (doc)
Obtained from: https://translate-dev.freebsd.org
Differential Revision:	https://reviews.freebsd.org/D27492
2020-12-12 15:14:08 -03:00
Fernando Apesteguía
996386ec52 [fdp-primer][manpages] Fix plural
s/backspaces/backspace/

Fix ill plural introduced in 59e3915e5c

Approved by:    docs (gbe@, ygy@)
Differential Revision:  https://reviews.freebsd.org/D27537
2020-12-12 19:58:27 +01:00
Mitchell Horne
f40145f8ba Add riscv64 links to the download page
A slight reconfiguration of the SD Card section is necessary, as we now
have GENERICSD images for two architectures. Organize those links by
architecture.

Reviewed by:    gjb
2020-12-10 17:36:46 -04:00
Glen Barber
75c3fd757d addkey.sh: remove adding $FreeBSD$ RCSID, update adding key to repository.
While here, remove $FreeBSD$ RCSID from the script itself.

Sponsored by:	Rubicon Communications, LLC (netgate.com)
2020-12-10 15:07:06 -05:00
Warner Losh
7bbd7b58f8 Remove $FreeBSD$ from my PGP key
The $FreeBSD$ tag is obsolete. Remove it. Note: this is a test commit
to ensure that my instructions work end to end. If we do the rest,
then we should do it in bulk so individuals should hold off doing
similar commits unless changing their key.
2020-12-10 11:43:06 -07:00