svn commit: r43750 - head/en_US.ISO8859-1/htdocs/internal

John Baldwin jhb at FreeBSD.org
Tue Feb 4 14:11:48 UTC 2014


Author: jhb
Date: Tue Feb  4 14:11:48 2014
New Revision: 43750
URL: http://svnweb.freebsd.org/changeset/doc/43750

Log:
  Convert the list of general policies from a paragraph to a bullet list
  and sort the list by policy name.
  
  Reviewed by:	eadler

Modified:
  head/en_US.ISO8859-1/htdocs/internal/policies.xml

Modified: head/en_US.ISO8859-1/htdocs/internal/policies.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/internal/policies.xml	Tue Feb  4 14:11:45 2014	(r43749)
+++ head/en_US.ISO8859-1/htdocs/internal/policies.xml	Tue Feb  4 14:11:48 2014	(r43750)
@@ -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>
 


More information about the svn-doc-all mailing list