Page MenuHomeFreeBSD

Describe FreeBSD/arm64 port for website
ClosedPublic

Authored by emaste on May 16 2016, 7:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Aug 1 2025, 1:09 PM
Unknown Object (File)
Jul 28 2025, 11:27 PM
Unknown Object (File)
Jul 28 2025, 1:25 PM
Unknown Object (File)
Jul 28 2025, 11:09 AM
Unknown Object (File)
Jul 28 2025, 10:37 AM
Unknown Object (File)
Jul 27 2025, 11:35 AM
Unknown Object (File)
Jul 25 2025, 7:23 PM
Unknown Object (File)
Jul 25 2025, 1:09 PM
Subscribers
None

Details

Diff Detail

Repository
rD FreeBSD doc repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste retitled this revision from to Describe FreeBSD/arm64 port for website.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added reviewers: Core Team, wblock.

We try to use &os; instead of the literal FreeBSD in text. Other than that, the only thing this needs is a separate whitespace commit to remove the linefeeds between the opening <a> tags and the content. That should be:

<a href="&base;/doc/en_US.ISO8859-1/articles/committers-guide/archs.html">Tier 1</a>

Any whitespace between the > and the content renders as a space in the link.

We try to use &os; instead of the literal FreeBSD in text.

Yeah, I managed to get one &os; but missed the other.

Other than that, the only thing this needs is a separate whitespace commit to remove the linefeeds between the opening <a> tags and the content. That should be:

<a href="&base;/doc/en_US.ISO8859-1/articles/committers-guide/archs.html">Tier 1</a>

Any whitespace between the > and the content renders as a space in the link.

Ah, ok. So I'll make that change first, then add my new content.

This revision was automatically updated to reflect the committed changes.