aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/zh-tw
Commit message (Collapse)AuthorAgeFilesLines
* [documentation]: Fix front matter "path" parameter.Fernando Apesteguía2025-02-1879-79/+158
| | | | | | | | "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
* Remove Hugo aliasesSergio Carlavilla Delgado2025-01-071-1/+0
| | | | They are not used and seem to be causing some issues in the build
* handbook/dtrace: Update DTrace Guide linkDezhi Wu2024-12-281-1/+1
| | | | | | | | | Update the link to the official DTrace guide maintained by the illumos project. `http://dtrace.org/guide` is not available right now. The new link points to `https://illumos.org/books/dtrace/bookinfo.html`. Reviewed by: dbaio Pull Request: https://github.com/freebsd/freebsd-doc/pull/429
* [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
* - update FAQ (zh-tw) abstract translation to sync with the english version.Ruey-Cherng Yu2024-09-061-3/+1
|
* - update title and metadataRuey-Cherng Yu2024-08-271-21/+7
| | | | | | | - update FAQ title - update trademark entity - update copyright year - remove release related matadata
* documentation: Fix all warningsFernando Apesteguía2024-08-202-0/+4
| | | | All warnings related to tables with unfinished rows.
* handbook: replace dead link for lprngEd Maste2024-06-061-1/+1
| | | | | | | | www.lprng.com is a dead link - update to https://lprng.sourceforge.net/. PR: 279549 Event: Kitchener-Waterloo Hackathon 202406 Sponsored by: The FreeBSD Foundation
* handbook/printing: Remove sections about print/apsfilterMateusz Piotrowski2024-04-191-5/+0
| | | | | print/apsfilter was removed from the ports tree in 2018 in commit c9b47f0427d70ba42c2d53271f8b64b8e8096825.
* documentation: Adjust path variables for Hugo 0.123.X upgradeDanilo G. Baio2024-03-2376-76/+76
| | | | | | | | These adjustments ensure menu and navigation will work fine with the recent changes. Reviewed by: fernape Differential Revision: https://reviews.freebsd.org/D44284
* update zh-tw Handbook abstractRuey-Cherng Yu2023-12-091-2/+3
|
* update zh-tw Handbook abstractRuey-Cherng Yu2023-12-081-2/+2
|
* zh-tw handbook: Remove superfluous T in the sentenceBobH2023-08-171-1/+1
| | | | Pull Request: https://github.com/freebsd/freebsd-doc/pull/247
* - The traditional Chinese translation of Handbook chapter 24 dtraceWang Yan Hao2023-05-241-32/+76
| | | | | PR:270926 <If and which Problem Report is related.> Author: Wang Yan Hao <bses30074@gmail.com>
* 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).
* AsciiDoc text replacement: non-escaped ' -- 'Graham Perrin2023-02-191-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/#text-replacements notes that text replacement may occur where -- – is between two word characters, between a word character and a line boundary, or flanked by spaces. The replacement: — – an em dash. The ripgrep command below helped to identify two editions of the FreeBSD Developers' Handbook in which an escape charater was required. rg '`.* -- .*`' /usr/doc Whilst here: full stops, and one sentence per line for the affected subsection of the zh-tw translation of the book. https://bugs.freebsd.org/269679 PR: 269679 Pull request: https://github.com/freebsd/freebsd-doc/pull/113
* Traditional Chinese traslation of Quick Porting in Porters' HandbookWang Yan Hao2023-02-101-38/+85
| | | | | PR:268886 Author: Wang Yan Hao <bses30074@gmail.com>
* Remove the secteam-secretary key and any references to it.Gordon Tetlow2023-01-061-3/+0
| | | | Approved by: so
* zh-tw/handbook: fix linkbillchenchina2022-12-121-1/+1
| | | | Author: billchenchina <billchenchina2001@gmail.com>
* Traditional Chinese translation of FAQ chap 1 and chap 2Ruey-Cherng Yu2022-08-071-51/+38
| | | | | PR:265575 Submitted by Wang-Yan-Hao <comi126konsu@gmail.com>
* translations/handbook: Update references from isc-dhcp43 to isc-dhcp44Danilo G. Baio2022-04-162-4/+4
| | | | Following change 3312a13c980eef45bacb9d9104f05a6269881a23
* books/porters-handbook/order: Fix linksMartin Waschbüsch2022-03-011-6/+6
| | | | | PR: 261822 Reviewed by: dbaio
* documentation: Now download.freebsd.org has no /ftp/ in the pathLi-Wen Hsu2022-01-143-5/+5
| | | | Sponsored by: The FreeBSD Foundation
* porters-handbook/uses: Adjust current versions of varnishDanilo G. Baio2022-01-071-2/+2
|
* New Documentation PortalSergio Carlavilla Delgado2021-12-1190-224/+255
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Eudora referencesSergio Carlavilla Delgado2021-12-042-2/+0
| | | | | | | | | Eudora source code was acquired by the Computer History Museum in 2018. We're gonna assume that nobody it's gonna use this software as a daily driver. PR: 260058 Submitted by: Graham Perrin <grahamperrin@gmail.com>
* Split Traditional Chinese porter's handbookSergio Carlavilla Delgado2021-11-2725-2258/+4380
|
* Split Traditional Chinese developers handbookSergio Carlavilla Delgado2021-11-2120-60/+207
| | | | | Split Traditional Chinese developers handbook and remove toc macro in German developers handbook index file
* 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>
* contributing: update The FreeBSD Foundation's mailing addressEd Maste2021-11-111-3/+3
| | | | | | Approved by: ygy (mentor) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D32949
* Build offline documentation using Hugo and other improvementsSergio Carlavilla Delgado2021-11-0385-1731/+1965
| | | | | | | | | | | | | | | | | | | | | | * 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 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)
* books: Fix several AsciiDoc markupsDanilo G. Baio2021-08-271-1/+1
| | | | | | | When building the documentation with Asciidoctor standalone, a few errors/warnings showed up: - asciidoctor: ERROR: failed to parse formatted text - asciidoctor: WARNING: no rows found in table
* Porter's Handbook: Document libglvnd USE_GL changesKevin Bowling2021-06-291-3/+6
| | | | | Approved by: docs (delphij), x11 (verbal) Differential Revision: https://reviews.freebsd.org/D30929
* Revert "Add Hugo's lang shortcode"Danilo G. Baio2021-06-1977-224/+224
| | | | | | | 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-1977-224/+224
| | | | | | | | | | | | | | | | | | 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
* zh-tw/: Fix include links for PDF.Marc Fonvieille2021-05-3110-2/+108
|
* 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@
* zh-tw: Fix a table misalignment in porters-handbookGuangyuan Yang2021-05-181-0/+1
| | | | Reported by: xxxxxliil <xliilQwQ@outlook.com>
* Correct dtrace toolkit port name, which is sysutils/dtrace-toolkit.Dimitry Andric2021-05-151-1/+1
|
* Use correct syntax markup for shellLi-Wen Hsu2021-03-1456-1547/+1547
| | | | Approved by: carlavilla
* Migrate doc to Hugo/AsciiDoctorSergio Carlavilla Delgado2021-01-2592-0/+71732
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