<feed xmlns='http://www.w3.org/2005/Atom'>
<title>doc/website/content/ru/support, branch main</title>
<subtitle>FreeBSD documentation tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/'/>
<entry>
<title>website: RU - sync ru/support pages</title>
<updated>2025-11-25T17:30:08+00:00</updated>
<author>
<name>Vladlen Popolitov</name>
<email>vladlen@FreeBSD.org</email>
</author>
<published>2025-11-25T17:30:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/commit/?id=e5e978b9587253bacbca2264f4bf259f2afdcff7'/>
<id>e5e978b9587253bacbca2264f4bf259f2afdcff7</id>
<content type='text'>
Reviewed by: andy, marck
Differential Revision: https://reviews.freebsd.org/D53858
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed by: andy, marck
Differential Revision: https://reviews.freebsd.org/D53858
</pre>
</div>
</content>
</entry>
<entry>
<title>Restoration of previously deleted (in 93cd704c1d44d6d8b7482f23eb70ce716dfb6cbf) Russian web-pages:</title>
<updated>2025-10-06T19:14:57+00:00</updated>
<author>
<name>Andrey Zakhvatov</name>
<email>andy@FreeBSD.org</email>
</author>
<published>2025-10-06T19:14:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/commit/?id=f27178d4eb7139c6d827f4545477a28261ef1bf4'/>
<id>f27178d4eb7139c6d827f4545477a28261ef1bf4</id>
<content type='text'>
website/content/ru/
website/config/_default/languages.ru.toml

No changes in website/themes/beastie/layouts/index.html intended at this point.

Reviewed by:	carlavilla (mentor)
Approved by:	carlavilla (mentor)
Differential Revision:	https://reviews.freebsd.org/D52916
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
website/content/ru/
website/config/_default/languages.ru.toml

No changes in website/themes/beastie/layouts/index.html intended at this point.

Reviewed by:	carlavilla (mentor)
Approved by:	carlavilla (mentor)
Differential Revision:	https://reviews.freebsd.org/D52916
</pre>
</div>
</content>
</entry>
<entry>
<title>Website: Remove fr, ja, nl, ru, zh-cn languages</title>
<updated>2023-11-12T14:40:51+00:00</updated>
<author>
<name>Sergio Carlavilla Delgado</name>
<email>carlavilla@FreeBSD.org</email>
</author>
<published>2023-11-12T14:40:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/commit/?id=93cd704c1d44d6d8b7482f23eb70ce716dfb6cbf'/>
<id>93cd704c1d44d6d8b7482f23eb70ce716dfb6cbf</id>
<content type='text'>
Remove languages without current maintainer.
This doesn't mean that languages can't be aded back in the future
if someone decides to keep the translations.

Discussed with:         bofh@
Approved by:            doceng (implicit)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove languages without current maintainer.
This doesn't mean that languages can't be aded back in the future
if someone decides to keep the translations.

Discussed with:         bofh@
Approved by:            doceng (implicit)
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Add Hugo's lang shortcode"</title>
<updated>2021-06-19T21:30:16+00:00</updated>
<author>
<name>Danilo G. Baio</name>
<email>dbaio@FreeBSD.org</email>
</author>
<published>2021-06-19T21:30:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/commit/?id=8e22e76d94dc5fef83abcb3c082ab4242ef90ba2'/>
<id>8e22e76d94dc5fef83abcb3c082ab4242ef90ba2</id>
<content type='text'>
This reverts commit 3462d12db6ebf303064db168a2333374344f369a.

Too soon, it broke asciidoctor-pdf which doesn't know Hugo's shortcode.
It will take more time and care.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 3462d12db6ebf303064db168a2333374344f369a.

Too soon, it broke asciidoctor-pdf which doesn't know Hugo's shortcode.
It will take more time and care.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Hugo's lang shortcode</title>
<updated>2021-06-19T19:09:00+00:00</updated>
<author>
<name>Danilo G. Baio</name>
<email>dbaio@FreeBSD.org</email>
</author>
<published>2021-06-19T18:56:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/commit/?id=3462d12db6ebf303064db168a2333374344f369a'/>
<id>3462d12db6ebf303064db168a2333374344f369a</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate doc to Hugo/AsciiDoctor</title>
<updated>2021-01-25T23:31:29+00:00</updated>
<author>
<name>Sergio Carlavilla Delgado</name>
<email>carlavilla@FreeBSD.org</email>
</author>
<published>2021-01-25T23:31:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/commit/?id=989d921f5d4ac8d8b7c831c13b8954ad1901be24'/>
<id>989d921f5d4ac8d8b7c831c13b8954ad1901be24</id>
<content type='text'>
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 &lt;bcr@&gt;
Glen Barber &lt;gjb@&gt;
Hiroki Sato &lt;hrs@&gt;
Li-Wen Hsu &lt;lwhsu@&gt;
Sean Chittenden &lt;seanc@&gt;
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;bcr@&gt;
Glen Barber &lt;gjb@&gt;
Hiroki Sato &lt;hrs@&gt;
Li-Wen Hsu &lt;lwhsu@&gt;
Sean Chittenden &lt;seanc@&gt;
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
</pre>
</div>
</content>
</entry>
</feed>
