aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/en/articles/explaining-bsd
Commit message (Collapse)AuthorAgeFilesLines
* doc: Update source files (en .po), for translationsDanilo G. Baio2023-09-091-6/+6
|
* Update information about current iXsystemsMinsoo Choo2023-07-221-1/+1
| | | | | | | BSDi is now iXsystems and TrueOS is discontinued Reviewed by: fernape@ Differential Revision: https://reviews.freebsd.org/D41116
* Replace SVN with Git in Explaining BSD articleMinsoo Choo2023-07-221-3/+3
| | | | | Reviewed by: fernape@ Differential Revision: https://reviews.freebsd.org/D41115
* doc: Update source files (en .po), for translationsDanilo G. Baio2023-07-151-2/+2
|
* Explaining BSD: add a full stopGraham Perrin2023-07-081-1/+1
| | | | | | | | | | | | | | | | | | | | Comparing BSD and Linux – How is BSD developed and updated? https://docs.freebsd.org/en/articles/explaining-bsd/#_how_is_bsd_developed_and_updated 'On the other hand, developers making far-reaching or complicated changes are expected to submit their changes for review before committing them In extreme cases, a core team member with a function such as Principal Architect may order that changes be removed from the tree, a process known as backing out.' – is missing a period after 'before committing them'. Reported-by: soobinrho (GitHub) Signed-off-by: Soobin Rho <soobinrho@gmail.com> Approved-by: grahamperrin Fixes: e16d21085b Fix typos, style and images paths Pull-request: https://github.com/freebsd/freebsd-doc/pull/201
* doc: Update source files (en .po), for translationsDanilo G. Baio2023-05-211-17/+17
|
* Remove instances of "in order to" to ease readabilityBenedict Reuschling2023-05-181-4/+4
| | | | | | Chapter 11 of the FreeBSD Documentation Project Primer states that language should be clear, short, and simple. This phrasing rarely helps with that and can be cut to a single "to" in pretty much all instances.
* doc: Add source .po files for translationsDanilo G. Baio2022-08-071-0/+683
| | | | | | | | | | | | | | | | | | 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
* Build offline documentation using Hugo and other improvementsSergio Carlavilla Delgado2021-11-031-1/+22
| | | | | | | | | | | | | | | | | | | | | | * 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
* Remove an extra space after '+' charactersDanilo G. Baio2021-06-081-5/+5
| | | | | | | | | | | | | This is happening only on documentation/, basically in all places that attaches a block or a paragraph to a list [1]. Although this is working, it impacts our translation tool po4a, the '+' character is a difficult part when processing asciidoc[tor] files. 1 - https://docs.asciidoctor.org/asciidoc/latest/lists/continuation/#list-continuation Reviewed by: carlavilla Differential Revision: https://reviews.freebsd.org/D30688
* 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-1/+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
* Fix typos, style and images pathsSergio Carlavilla Delgado2021-03-201-22/+76
| | | | | Global review of styles, typos and images paths in gjournal-desktop, releng, vinum and vm-design
* Remove sparc64 trademarkWarner Losh2021-03-161-1/+1
| | | | | We don't reference sparc64 in either of these chapters, so remove it from the trademark list.
* Migrate doc to Hugo/AsciiDoctorSergio Carlavilla Delgado2021-01-251-0/+157
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