aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/en/books/handbook/preface
Commit message (Collapse)AuthorAgeFilesLines
* doc: Update source files (en .po), for translationsDanilo G. Baio2025-05-011-164/+164
|
* [documentation]: Fix front matter "path" parameter.Fernando ApesteguĂ­a2025-02-181-1/+2
| | | | | | | | "path:" parameter in the front matter was not documented and it has been deprecated in gohugo 0.144.0. Create a custom parameter with the same name in preparation for the upcoming update of www/gohugo to 0.144.1
* doc: Update source files (en .po), for translationsDanilo G. Baio2025-01-241-151/+266
|
* Handbook: Preface - Upgrade Fourth Edition sectionSergio Carlavilla Delgado2025-01-081-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | The preface section has been updated to incorporate the latest changes made by the Handbook Working Group in preparation for the 4th edition of the Handbook. Thanks to: * arrowd@ * bapt@ * bcr@ * dbaio@ * emaste@ * fernape@ * jrm@ * karels@ * manu@ * mckusick@ * philip@ * The FreeBSD Foundation Special thanks to karels@, whose contributions and influence will be remembered. Sponsored by: Siracusa
* Regenerate translation filesEd Maste2024-12-291-2/+2
| | | | | | | | Via `sh tools/update_translate_template.sh documentation` Reviewed by: dbaio Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D48234
* handbook: Apply bold markup to the word bold in typographic conventionsEd Maste2024-10-031-1/+1
|
* documentation: Adjust path variables for Hugo 0.123.X upgradeDanilo G. Baio2024-03-231-1/+1
| | | | | | | | These adjustments ensure menu and navigation will work fine with the recent changes. Reviewed by: fernape Differential Revision: https://reviews.freebsd.org/D44284
* doc: Update source files (en .po), for translationsDanilo G. Baio2023-01-211-143/+225
|
* Upgrade Preface and BibliographySergio Carlavilla Delgado2023-01-081-9/+30
| | | | Reviewed by: bcr@, jrm@, karels@
* doc: Add source .po files for translationsDanilo G. Baio2022-08-071-0/+985
| | | | | | | | | | | | | | | | | | This helps the Weblate translation workflow and offline translations through .po files, it's important to update these files constantly. The goal here is to have a semi-automated translation workflow; Weblate will pull updates automatically from the main repository and commit translations to another repository. Doc committers are encouraged to update the source .po files whenever there are updates in the English documentation part. $ ./tools/update_translate_template.sh documentation Anyway, I'll keep doing this periodically. Discussed with: doceng
* handbook/preface: more information about Handbook 3rd printed versionMarc Fonvieille2022-05-211-0/+2
| | | | Mention both volumes and their ISBN.
* New Documentation PortalSergio Carlavilla Delgado2021-12-111-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Build offline documentation using Hugo and other improvementsSergio Carlavilla Delgado2021-11-031-5/+26
| | | | | | | | | | | | | | | | | | | | | | * 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
* handbook/preface: Cleanup old markupDanilo G. Baio2021-08-271-1/+1
| | | | | | | A '</para>' was added by mistake in 71ff8d6f01f0e3828ad68a0d7847b32c7cbab9e1. PR: 258077 Reported by: bartosz.duszel@protonmail.com
* Use One Sentence Per Line in the HandbookSergio Carlavilla Delgado2021-06-061-12/+36
|
* Add missing WINE description, which was originally added in commit 1980db649f.Ryusuke SUZUKI2021-05-091-0/+1
|
* Improve SEO with the keywors meta tagSergio Carlavilla Delgado2021-05-041-0/+1
| | | | | | Add in all articles and books the tag list. Modify the theme to use the tag list defined in articles and books to generate the keywords meta tag
* Improve the SEO of the documentation portalSergio Carlavilla Delgado2021-05-011-0/+1
| | | | | | | Changes: - Add the description meta tag in the index, articles and books - Add a brief description in each article and book. - Remove the SVN expansion tag
* Use correct syntax markup for shellLi-Wen Hsu2021-03-141-3/+3
| | | | Approved by: carlavilla
* Correct path in DOS handbook example.Sergio Carlavilla Delgado2021-02-161-1/+1
| | | | | PR: 253560 Patch by: ceri (AT) submonkey.net
* Migrate doc to Hugo/AsciiDoctorSergio Carlavilla Delgado2021-01-251-0/+246
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