aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/en/books/dev-model
Commit message (Collapse)AuthorAgeFilesLines
* doc: Update source files (en .po), for translationsDanilo G. Baio2025-05-011-3/+3
|
* books/dev-model: Fix typoDanilo G. Baio2025-02-011-1/+1
| | | | | PR: 276795 Reported by: Paul Ivanov <pi@berkeley.edu>
* doc: Update source files (en .po), for translationsDanilo G. Baio2025-01-241-80/+82
|
* [books][dev-model]: Fix ports status imageFernando Apesteguía2025-01-171-2/+3
| | | | | | | Correct tag and macro syntaxes. Reported by: bofh@ Fixes: d7957d161fd
* Regenerate translation filesEd Maste2024-12-291-80/+84
| | | | | | | | Via `sh tools/update_translate_template.sh documentation` Reviewed by: dbaio Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D48234
* [documentation]: Fix more linksFernando Apesteguía2024-09-231-1/+1
| | | | | | | * Add description for some missing crossref macros. * Remove a couple of dangling anchors * Remove spurious '.' at the beginning of some descriptions * Fix misspelled macro name
* Fix links that use crossref without descriptionFernando Apesteguía2024-09-221-39/+39
| | | | | | | | | | | | | Summary: Add the anchor text to the crossref macro Test Plan: Apply patch and build the documentation A follow-up change will make the crossref macro fail if no description is used. Subscribers: delphij Differential Revision: https://reviews.freebsd.org/D46721
* doc: Update source files (en .po), for translationsDanilo G. Baio2024-09-141-511/+525
|
* [documentation]: Fix links in all output formatsFernando Apesteguía2024-09-071-63/+101
| | | | | | | | | | | | | Use the crossref: macro for intra-file and intra-book links. This will produce the correct link in Single HTML, Splitted HTML and PDF. Rework the macro to include the PDF special render. While here, briefly document macros. PR: 266107 Reviewed by: bcr@, dbaio@, concussious.bugzilla_runbox.com Differential Revision: https://reviews.freebsd.org/D46480
* dev-model: Update core secretaryLi-Wen Hsu2024-07-031-1/+1
| | | | Approved by: core
* Books: Remove 'Copyright' repetitionSergio Carlavilla Delgado2023-10-011-1/+1
| | | | PR: 274182
* doc: Update source files (en .po), for translationsDanilo G. Baio2023-04-201-409/+409
|
* Fix single page problem in FAQ, dev-model and design-44bsdCiarán Ainsworth2023-01-281-0/+1
| | | | | PR: 265276 Reported by: grahamperrin@
* doc: Update source files (en .po), for translationsDanilo G. Baio2023-01-211-10/+10
|
* project model: s/svn/git/Li-Wen Hsu2022-12-031-6/+6
| | | | | | There are more things need to be updated in this doc. Sponsored by: The FreeBSD Foundation
* doc: Update source files (en .po), for translationsDanilo G. Baio2022-10-161-773/+349
|
* books: Updating ports count stats in dev-modelMuhammad Moinur Rahman2022-10-131-114/+3
| | | | | | | | | | | | | | | | | | Created a script that does the following: - Calculates ports count yearly - Calculates doc, ports, src, total unique committer numbers This script is available at: https://people.freebsd.org/~bofh/dropzone/dev-model.sh And the graph generated is using this script. The tables has been removed because it has been more than 28 years and putting this data in the tables is not feasible at all. Additionally the tables of each 1000 milestone is difficult to achieve now hence has got ridden of it too. Approved by: bcr (mentor) Differential Revision: https://reviews.freebsd.org/D36972
* Update committer numbersMuhammad Moinur Rahman2022-10-111-4/+5
| | | | | | | | - Include myself in the doc committer counts - Include ronald in the ports/total committers counts Approved by: bcr (mentor) Differential Revision: https://reviews.freebsd.org/D36931
* Update core-secretary@ role in dev-modelMuhammad Moinur Rahman2022-10-091-1/+1
| | | | | Reported by: bcr Approved by: bcr (mentor)
* Update number of committers in dev-modelMuhammad Moinur Rahman2022-10-081-210/+205
| | | | | | | | | | The current number of active committers is outdated in dev-model book. Update the numbers from access files of the repo. - Remove trailing whitespaces - Remove trailing blank lines PR: 264771 Approved by: carlavilla (mentor)
* Documentation: Grammar fixes for double wordsGordon Bergling2022-09-042-2/+2
| | | | - s/that that/that the/
* doc: Add source .po files for translationsDanilo G. Baio2022-08-071-0/+3298
| | | | | | | | | | | | | | | | | | 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
* New Documentation PortalSergio Carlavilla Delgado2021-12-112-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-37/+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
* books/dev-model: Restore copyrightDanilo G. Baio2021-10-301-0/+26
| | | | It was missed when converted to Hugo/Asciidoctor.
* Revert "Add Hugo's lang shortcode"Danilo G. Baio2021-06-191-9/+9
| | | | | | | 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-191-9/+9
| | | | | | | | | | | | | | | | | | 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
* Dev model style changesSergio Carlavilla Delgado2021-05-231-123/+394
| | | | Format the book with "One Sentence per Line"
* 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 descriptions for some books and articlesAllan Jude2021-05-021-1/+2
| | | | | | | | | | Also add weights to some, to define the sort order in the index Put the more commonly used items at the top of their respective lists The improved descriptions were taken from the old books/articles list: https://www.freebsd.org/docs/books/ Sponsored-By: Klara Inc.
* 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
* Migrate doc to Hugo/AsciiDoctorSergio Carlavilla Delgado2021-01-252-0/+1001
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