| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
POSIX does not include ";&" as a case fallthrough syntax.
Reviewed by: kp, des, markj
Approved by: kp (mentor)
Differential Revision: https://reviews.freebsd.org/D46453
|
| |
|
| |
|
|
|
|
|
| |
PR: 268829
Co-authored-by: Danilo G. Baio <dbaio@FreeBSD.org>
|
|
|
|
|
| |
There is a bug when building some documents, like the
porters-handbook/security chapter (callouts).
|
|
|
|
|
|
|
|
|
| |
The build script now uses fonts installed by the port/pkg
docproj-fonts-cjk.
Differential Revision: https://reviews.freebsd.org/D36623
Differential Revision: https://reviews.freebsd.org/D37447
Co-authored-by: Danilo G. Baio <dbaio@FreeBSD.org>
|
|
|
|
|
|
| |
Approved by: carlavilla@
Reviewed by: Jose Luis Duran <jlduran_gmail.com>
Differential Revision: https://reviews.freebsd.org/D37143
|
|
|
|
| |
Reported by: arrowd
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I'm very pleased to announce the release of
our new Documentation Portal.
Key features:
* Responsive
* Modern design
* Theme support: Light, Dark, High contrast
* Removed Python dependency
Acknowledgment:
* Alexander Leidinger <netchild (at) FreeBSD.org>
* Baptiste Daroussin <bapt (at) FreeBSD.org>
* Benedict Reuschling <bcr (at) freebsd.org>
* Daniel Ebdrup Jensen <debdrup (at) FreeBSD.org>
* Danilo G. Baio <dbaio (at) FreeBSD.org>
* Dave Cottlehuber <dch (at) FreeBSD.org>
* Ed Maste <emaste (at) FreeBSD.org>
* Fernando ApesteguĂa <fernape (at) FreeBSD.org>
* Pedro Giffuni <pfg (at) FreeBSD.org>
* Joseph Mingrone <jrm (at) ftfl.ca>
* Rocky Hotas <rockyhotas (at) firemail.cc>
* Pau Amma <pauamma (at) gundo.com>
* The FreeBSD Foundation
Approved by: core, doceng
|
| |
|
|
|
|
|
| |
Reviewed by: carlavilla
Differential Revision: https://reviews.freebsd.org/D32867
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Allow to build the documentation offline using Hugo
* Fix link problems
* Remove SVN entities
* Fix lang problems to help weblate
* Move all the AsciiDoctor translations to the shared folder to
help weblate
* Allow the possibility to build each document. For example each
document can be edited in and watched the result in real time in
VS Code or Vim/NeoVim.
Breaking changes:
Eliminate the possibility of building books or articles.
They must be builded at the same time.
This functionality will be restored when version 0.89.0 is in the
repositories in a couple of weeks.
Reviewed by: dbaio@
Differential Revision: https://reviews.freebsd.org/D31926
|
|
|
|
| |
Reported by: Pau Amma
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D16548
|
|
|
|
|
|
| |
This allows us to pass a full list of languages to the pdf target.
The -o option does not warn, continuing merely to print a list of files
that it would create.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) fix shebang lines;
2) add a -o option that makes no changes but prints the files that
would be updated/created;
3) allow the -l argument (and therefore DOC_LANG) to be whitespace
separated, comma separated, or a mixture of both
Item 2 allows us to start tracking dependencies in Makefiles if we wish
and therefore reintroduce incremental builds, reducing the amount of
.PHONY targets that are not truly phony.
Item 3 restores compability with the documented DOC_LANG variable, which
was previously whitespace separated.
Reviewed by: dbaio, blackend
Differential Revision: https://reviews.freebsd.org/D30732
|
|
|
|
|
|
|
| |
I forgot to "git add" this in r7c1856c, which changed the required
format for pgpkey entries in articles/pgpkeys/
Approved by: blackend (mentor)
|
|
|
|
|
|
|
|
| |
Link in articles and books to the new pgpkeys.txt file
Remove all AsciiDoc syntax in pgpkeys.txt
PR: 254636
Submitted by: dinoex@
|
| |
|
| |
|
|
|
|
| |
Approved by: blackend (mentor)
|
|
|
|
|
| |
Modify the script used to generate the different ToC
for the partN.adoc files
|
|
|
|
| |
Split the porters handbook into different chapters like the handbook
|
|
|
|
|
|
|
|
|
|
| |
@generated is used by various tools to identify generated files.
For example, Phabricator will not display diffs in generated files
by default.
Reviewed by: gjb
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D28446
|
| |
|
|
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
|