Page MenuHomeFreeBSD

Update link to AsciiDoc syntax
AbandonedPublic

Authored by salvadore on Apr 21 2022, 1:38 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jan 3, 10:39 PM
Unknown Object (File)
Dec 5 2024, 11:05 AM
Unknown Object (File)
Nov 28 2024, 8:26 PM
Unknown Object (File)
Nov 28 2024, 5:30 AM
Unknown Object (File)
Nov 22 2024, 1:19 PM
Unknown Object (File)
Nov 22 2024, 6:15 AM
Unknown Object (File)
Nov 21 2024, 8:36 AM
Unknown Object (File)
Nov 20 2024, 3:10 AM
Subscribers
None

Diff Detail

Repository
R9 FreeBSD doc repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 45293
Build 42181: arc lint + arc unit

Event Timeline

salvadore created this revision.

Fixing syntax for all languages

Initially I had fixed only the English file, now I have fixed all languages, except Italian that is already being fixed with revision D34942 while also translating.

dbaio requested changes to this revision.Apr 24 2022, 10:20 PM

Hi.

Unfortunately, this does not fix the links.
It's shown as link:http://www.daemonnews.org/[DaemonNews].
I suggest you use this approach to test it in an easy way.

I saw we are using safeHTML in another template; maybe we need that for trademarks as well.

There is also the RenderString function, so we could use AsiiDoctor (not sure if it will work here), but we are still not using it in the project.

I think it's worth investigating it.
Thanks.

This revision now requires changes to proceed.Apr 24 2022, 10:20 PM

I close the revision as the issue as been fixed with commit https://cgit.freebsd.org/doc/commit/?id=23faa5994b893da93613a8ed759d3e1728fcd902 .

Thanks dbaio for having reviewed my patch and thanks carlavilla for having fixed the problem.