aboutsummaryrefslogtreecommitdiff
path: root/shared/pl
Commit message (Collapse)AuthorAgeFilesLines
* Build offline documentation using Hugo and other improvementsSergio Carlavilla Delgado2021-11-031-41/+52
| | | | | | | | | | | | | | | | | | | | | | * 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
* shared/*/mailing-lists: Remove variables for ctm-src-* listsDanilo G. Baio2021-10-131-32/+0
| | | | | | | | | | | | | | | These languages don't reference anymore ctm-src-* lists. There are still a few languages with outdated information which references them: - el - fr - hu - it - mn - nl - ru - zh-cn
* Replace mailman-lists* variables with mailing-lists*Danilo G. Baio2021-10-131-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.
* Replace Mailman to Mlmmj addressesDanilo G. Baio2021-10-121-158/+158
| | | | | | | Following mailing lists migration from Mailman to Mlmmj. Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D32466
* Migrate doc to Hugo/AsciiDoctorSergio Carlavilla Delgado2021-01-253-0/+808
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