1
0

Fix HTML warnings

- Fix spelling
- Use paragraph
- Use a list instead of line breaks
This commit is contained in:
Gary Gregory
2025-01-23 10:57:06 -05:00
parent 3bddfc4165
commit 664e27d753

View File

@@ -23,19 +23,19 @@
<head> <head>
<body> <body>
<div>
<div align="center">
<h1>The Apache Commons <em>Logging</em> Component</h1> <h1>The Apache Commons <em>Logging</em> Component</h1>
<a href="#Introduction">[Introduction]</a> <ol>
<a href="#Dependencies">[Dependencies]</a> <li><a href="#Introduction">Introduction</a></li>
<a href="#Release Info">[Release Info]</a> <li><a href="#Dependencies">Dependencies</a></li>
<a href="#Committers">[Committers]</a> <li><a href="#Release Info">Release Info</a></li>
<a href="#Action Items">[Action Items]</a> <li><a href="#Committers">Committers</a></li>
<br /><br /> <li><a href="#Action Items">Action Items</a></li>
</ol>
</div> </div>
<a name="Introduction"></a> <a id="Introduction"></a>
<h3>1. INTRODUCTION</h3> <h3>1. INTRODUCTION</h3>
@@ -54,6 +54,7 @@ developer to not tie himself to a particular logging implementation.
<p> <p>
The package does : The package does :
</p>
<ul> <ul>
<li>Have an API which should be as simple to use as possible</li> <li>Have an API which should be as simple to use as possible</li>
<li>Provide support for Avalon's Logkit</li> <li>Provide support for Avalon's Logkit</li>
@@ -65,19 +66,17 @@ The package does :
<li>Provide pluggable support for other logging APIs</li> <li>Provide pluggable support for other logging APIs</li>
<li>Provide a simple System.out logger</li> <li>Provide a simple System.out logger</li>
</ul> </ul>
</p>
<p> <p>
Non-goals: Non-goals:
</p>
<ul> <ul>
<li>This package will not perform logging itself, except at the most basic <li>This package will not perform logging itself, except at the most basic
level.</li> level.</li>
<li>We do not seek to become a "standard" API.</li> <li>We do not seek to become a "standard" API.</li>
</ul> </ul>
</p>
<a name="Dependencies"></a> <a id="Dependencies"></a>
<h3>2. DEPENDENCIES</h3> <h3>2. DEPENDENCIES</h3>
<p>The <em>Logging</em> component is dependent upon the following external <p>The <em>Logging</em> component is dependent upon the following external
@@ -99,7 +98,7 @@ components for compilation:</p>
<p> Of course, the user must ensure that any logging systems that they wish <p> Of course, the user must ensure that any logging systems that they wish
to use are present in the classpath when they use this component. </p> to use are present in the classpath when they use this component. </p>
<a name="Release Info"></a> <a id="Release Info"></a>
<h3>3. RELEASE INFO</h3> <h3>3. RELEASE INFO</h3>
<table border="1"> <table border="1">
@@ -133,9 +132,7 @@ to use are present in the classpath when they use this component. </p>
<p>Planned Next Release: TBD</p> <p>Planned Next Release: TBD</p>
<a id="Committers"></a>
<a name="Committers"></a>
<h3>4. COMMITTERS</h3> <h3>4. COMMITTERS</h3>
<p>The following individuals are the primary developers and maintainers of this <p>The following individuals are the primary developers and maintainers of this
@@ -154,11 +151,10 @@ component to ensure that it continues to meet a variety of needs.</p>
<li>Juozas Baliuka</li> <li>Juozas Baliuka</li>
</ul> </ul>
<a id="Action Items"></a>
<a name="Action Items"></a>
<h3>5. ACTION ITEMS</h3> <h3>5. ACTION ITEMS</h3>
<p>TO DO List:</p> <p>TO DO List: Empty.</p>
<table border="1"> <table border="1">
<tr> <tr>