Convert the list of general policies from a paragraph to a bullet list
and sort the list by policy name. Reviewed by: eadler
This commit is contained in:
parent
d771728035
commit
274f97b7d9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43750
1 changed files with 12 additions and 19 deletions
|
@ -34,25 +34,18 @@ below, for more info.</p>
|
|||
|
||||
<h2><b>General Policies</b></h2>
|
||||
|
||||
<p>Here you will find various things such as the
|
||||
<a href="new-account.html">New Account Creation Procedure</a>,
|
||||
the
|
||||
<a href="expire-bits.html">Commit Bit Expiration Policy</a>,
|
||||
the
|
||||
<a href="bylaws.html">Core Bylaws</a>,
|
||||
the
|
||||
<a href="resources.html">Commit Bit and Project Resources Policy</a>,
|
||||
<a href="core-vote.html">Core's Voting Procedures</a>,
|
||||
the
|
||||
<a href="fortunes.html">Fortune File Policy</a>,
|
||||
the
|
||||
<a href="i18n.html">Internationalization Policy</a>,
|
||||
the
|
||||
<a href="data.html">User Data Policy</a>,
|
||||
the
|
||||
<a href="hats.html">Hats Term Limits Policy</a>,
|
||||
and the
|
||||
<a href="../doc/en_US.ISO8859-1/articles/pr-guidelines/">Problem Report Handling Guidelines</a>.</p>
|
||||
<ul>
|
||||
<li><a href="resources.html">Commit Bit and Project Resources Policy</a></li>
|
||||
<li><a href="expire-bits.html">Commit Bit Expiration Policy</a></li>
|
||||
<li><a href="bylaws.html">Core Bylaws</a></li>
|
||||
<li><a href="core-vote.html">Core's Voting Procedures</a></li>
|
||||
<li><a href="fortunes.html">Fortune File Policy</a></li>
|
||||
<li><a href="hats.html">Hats Term Limits Policy</a></li>
|
||||
<li><a href="i18n.html">Internationalization Policy</a></li>
|
||||
<li><a href="new-account.html">New Account Creation Procedure</a></li>
|
||||
<li><a href="../doc/en_US.ISO8859-1/articles/pr-guidelines/">Problem Report Handling Guidelines</a></li>
|
||||
<li><a href="data.html">User Data Policy</a></li>
|
||||
</ul>
|
||||
|
||||
<h2><b>The FreeBSD Documentation Project</b></h2>
|
||||
|
||||
|
|
Loading…
Reference in a new issue