aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/it
Commit message (Collapse)AuthorAgeFilesLines
* [documentation]: Fix front matter "path" parameter.Fernando Apesteguía2025-02-1840-40/+80
| | | | | | | | "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
* documentation: Fix all warningsFernando Apesteguía2024-08-201-0/+3
| | | | All warnings related to tables with unfinished rows.
* documentation: Adjust path variables for Hugo 0.123.X upgradeDanilo G. Baio2024-03-2339-39/+39
| | | | | | | | These adjustments ensure menu and navigation will work fine with the recent changes. Reviewed by: fernape Differential Revision: https://reviews.freebsd.org/D44284
* Fix PPP spelling issue introduced during doc format change.Alex Dupre2023-12-201-1/+1
| | | | | PR: 275850 Submitted by: takefu@airport.fm
* FreeBSD Handbook: Config…: ACPI SpecificationGraham Perrin2023-05-041-1/+1
| | | | | | | | | 2.0 is outdated. acpi.info is not found. Instead: https://uefi.org/specifications#ACPI where version 6.5 is current, and the oldest is 5.0 (Errata B) (released August 2014).
* Remove the secteam-secretary key and any references to it.Gordon Tetlow2023-01-061-3/+0
| | | | Approved by: so
* Documentation: Correct some typosGordon Bergling2022-09-041-1/+1
| | | | - s/occured/occurred/
* New Documentation PortalSergio Carlavilla Delgado2021-12-1146-107/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Remove the ftp8.de.freebsd.org mirrorPhilip Paeps2021-11-171-1/+0
| | | | | | | This mirror was removed from the DNS on 2021-11-17. The other mirror hosted by RWTH Aachen (ftp1.de.freebsd.org) is still in service. Reported by: Reinhard Linde <linde@dbis.rwth-aachen.de>
* Build offline documentation using Hugo and other improvementsSergio Carlavilla Delgado2021-11-0342-814/+902
| | | | | | | | | | | | | | | | | | | | | | * 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
* Replace mailman-lists* variables with mailing-lists*Danilo G. Baio2021-10-133-3/+3
| | | | | | | | mailman-lists-desc --> mailing-lists-desc mailman-lists-url --> mailing-lists-url mailman-lists --> mailing-lists Following mailing lists migration from Mailman to Mlmmj.
* Remove references to ftp4.ru.freebsd.org from translationsPhilip Paeps2021-08-311-1/+0
| | | | | | | Forgotten in a2fc241ab3 earlier. Pointy hat to: philip Approved by: gjb (mentor, implicit)
* Revert "Add Hugo's lang shortcode"Danilo G. Baio2021-06-1935-77/+77
| | | | | | | This reverts commit 3462d12db6ebf303064db168a2333374344f369a. Too soon, it broke asciidoctor-pdf which doesn't know Hugo's shortcode. It will take more time and care.
* Add Hugo's lang shortcodeDanilo G. Baio2021-06-1935-77/+77
| | | | | | | | | | | | | | | | | | This is a prerequisite for the translation workflow through .po files and Weblate. The asciidoctor include with the shortcode variable will help because won't be needed to change the includes manually after converting the translation (.po file) back to .adoc. It will help other areas like, language attributes, which today is fixed in every document. The use of shortcode was suggested by jmooring@ from Hugo's project on Github. Reviewed by: carlavilla Differential Revision: https://reviews.freebsd.org/D30823
* Link to the new pgpkeys.txt file in articles and booksSergio Carlavilla Delgado2021-05-231-1/+1
| | | | | | | | Link in articles and books to the new pgpkeys.txt file Remove all AsciiDoc syntax in pgpkeys.txt PR: 254636 Submitted by: dinoex@
* Use correct syntax markup for shellLi-Wen Hsu2021-03-1420-485/+485
| | | | Approved by: carlavilla
* Migrate doc to Hugo/AsciiDoctorSergio Carlavilla Delgado2021-01-2546-0/+24910
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