Page MenuHomeFreeBSD

Describe FreeBSD/arm64 port for website
ClosedPublic

Authored by emaste on May 16 2016, 7:58 PM.
Tags
None
Referenced Files
F153084750: D6399.id.diff
Sun, Apr 19, 1:02 AM
Unknown Object (File)
Sat, Apr 18, 1:03 AM
Unknown Object (File)
Wed, Apr 15, 6:08 AM
Unknown Object (File)
Sat, Apr 11, 3:19 PM
Unknown Object (File)
Mon, Apr 6, 2:36 PM
Unknown Object (File)
Fri, Apr 3, 11:21 PM
Unknown Object (File)
Thu, Apr 2, 4:10 AM
Unknown Object (File)
Wed, Mar 25, 2:40 AM
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.