Skip to content

Commit c5d2bc1

Browse files
committed
Remove meaningless comments.
1 parent 9d25873 commit c5d2bc1

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/site/xdoc/index.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,10 @@ limitations under the License.
2424
<image src="/images/logo.png"/>
2525
</bannerRight>
2626
<body>
27-
<!-- ================================================== -->
2827
<section name="Using Apache Commons CSV">
2928
<p>Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format.</p>
3029
<p>Read the documentation starting with the <a href="apidocs/index.html">Javadoc Overview</a>.</p>
3130
</section>
32-
<!-- ================================================== -->
3331
<section name="Documentation">
3432
<p>
3533
An overview of the functionality is provided in the
@@ -48,7 +46,6 @@ The <a href="scm.html">git repository</a> can be
4846
<a href="https://gitbox.apache.org/repos/asf?p=commons-csv.git">browsed</a>.
4947
</p>
5048
</section>
51-
<!-- ================================================== -->
5249
<section name="Releases">
5350
<ul>
5451
<li><a href="https://commons.apache.org/csv/download_csv.cgi">Download Apache Commons CSV current (mirrors)</a>, requires Java 8 or above</li>
@@ -75,7 +72,6 @@ For previous releases, see the <a href="https://archive.apache.org/dist/commons/
7572
You can build the component using Apache Maven using <code>mvn clean package</code>.
7673
</p>
7774
</section>
78-
<!-- ================================================== -->
7975
<section name="Getting Involved">
8076
<p>
8177
The <a href="mail-lists.html">commons developer mailing list</a> is the main channel of communication for contributors. Please remember that the lists are shared between all commons components, so prefix your email by [csv]. </p>
@@ -87,7 +83,6 @@ For previous releases, see the <a href="https://archive.apache.org/dist/commons/
8783
<p>Alternatively you can go through the <em>Needs Work</em> tags in the <a href="taglist.html">TagList report</a>.</p>
8884
<p>If you'd like to offer up pull requests via GitHub rather than applying patches to JIRA, we have a <a href="https://github.com/apache/commons-csv/">GitHub mirror</a>. </p>
8985
</section>
90-
<!-- ================================================== -->
9186
<section name="Support">
9287
<p>
9388
The <a href="mail-lists.html">commons mailing lists</a> act as the main support forum.
@@ -101,8 +96,6 @@ For previous releases, see the <a href="https://archive.apache.org/dist/commons/
10196
Please read the instructions carefully.
10297
</p>
10398
</section>
104-
<!-- ================================================== -->
105-
10699
<section name="About Commons CSV">
107100
<p>Commons CSV was started to unify a common and simple interface for reading and writing CSV files under an ASL license. It has been bootstrapped by a code donation from Netcetera in Switzerland. There are three pre-existing BSD compatible CSV parsers which this component will hopefully make redundant (authors willing): </p>
108101
<ul>
@@ -116,7 +109,5 @@ For previous releases, see the <a href="https://archive.apache.org/dist/commons/
116109
<li><a href="https://super-csv.github.io/super-csv/index.html">Super CSV</a></li>
117110
</ul>
118111
</section>
119-
120-
<!-- ================================================== -->
121112
</body>
122113
</document>

0 commit comments

Comments
 (0)