This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/opennlp-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 920c2629 Automatic Site Publish by Buildbot
920c2629 is described below

commit 920c2629a5172b393d24005e3c4b60054b9f9e84
Author: buildbot <[email protected]>
AuthorDate: Sun Nov 17 13:50:47 2024 +0000

    Automatic Site Publish by Buildbot
---
 code-conventions.html | 34 ++++++++++++++++++++++++----------
 feed.xml              |  4 ++--
 2 files changed, 26 insertions(+), 12 deletions(-)

diff --git a/code-conventions.html b/code-conventions.html
index e5161210..dfa8d740 100644
--- a/code-conventions.html
+++ b/code-conventions.html
@@ -141,8 +141,15 @@
     <div id="preamble">
 <div class="sectionbody">
 <div class="paragraph">
-<p>The Apache OpenNLP code should follow our code conventions. All code which
-is contributed to the project should adhere to these guidelines.</p>
+<p>The Apache OpenNLP code should follow our code conventions.</p>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="guidelines">Guidelines</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>All code which is contributed to the project should adhere to these 
guidelines.</p>
 </div>
 <div class="ulist">
 <ul>
@@ -173,7 +180,8 @@ is contributed to the project should adhere to these 
guidelines.</p>
 </li>
 <li>
 <p>Within a class or interface, definitions should be ordered as follows:</p>
-</li>
+<div class="ulist">
+<ul>
 <li>
 <p>Inner classes</p>
 </li>
@@ -189,30 +197,36 @@ is contributed to the project should adhere to these 
guidelines.</p>
 <li>
 <p>Methods</p>
 </li>
+</ul>
+</div>
+</li>
 <li>
-<p>Do <em>not</em> use package imports, for example:</p>
+<p>Do <em>not</em> use (full) package imports, for example:</p>
 <div class="paragraph">
 <p><code>import org.apache.opennlp.*</code></p>
 </div>
 </li>
-<li>
-<p>For other cases, we try to follow
-<a 
href="https://www.oracle.com/java/technologies/cc-java-programming-language.html";
 target="_blank" rel="noopener">Java code conventions</a> as much as 
possible.</p>
-</li>
 </ul>
 </div>
+<div class="paragraph">
+<p>For other cases, we try to follow <a 
href="https://www.oracle.com/java/technologies/cc-java-programming-language.html";
 target="_blank" rel="noopener">Java code conventions</a> as much as 
possible.</p>
+</div>
 </div>
 </div>
 <div class="sect1">
 <h2 id="formatter_and_style_files">Formatter and Style files</h2>
 <div class="sectionbody">
+<div class="paragraph">
+<p>A code formatter file for:</p>
+</div>
 <div class="ulist">
 <ul>
 <li>
-<p>A code formatter file for Eclipse can be found <a 
href="code-formatter/OpenNLP-Eclipse-Formatter.xml" 
target="read-later">here</a> and the import order file <a 
href="code-formatter/eclipse-opennlp.importorder" 
target="read-later">here</a>.</p>
+<p>IntelliJ is available <a 
href="https://opennlp.apache.org/code-formatter/OpenNLP-IntelliJ-Formatter.xml"; 
download>here</a>.</p>
 </li>
 <li>
-<p>A code formatter file for IntelliJ can be found <a 
href="code-formatter/OpenNLP-IntelliJ-Formatter.xml" 
target="read-later">here</a>.</p>
+<p>Eclipse is available <a 
href="https://opennlp.apache.org/code-formatter/OpenNLP-Eclipse-Formatter.xml"; 
download>here</a>
+and the import order file <a 
href="https://opennlp.apache.org/code-formatter/eclipse-opennlp.importorder"; 
download>here</a>.</p>
 </li>
 </ul>
 </div>
diff --git a/feed.xml b/feed.xml
index 82ac51c3..57f13a24 100644
--- a/feed.xml
+++ b/feed.xml
@@ -24,8 +24,8 @@
     <atom:link href="https://opennlp.apache.org/feed.xml"; rel="self" 
type="application/rss+xml" />
     <description>The Apache OpenNLP library is a machine learning based 
toolkit for the processing of natural language text</description>
     <language>en-us</language>
-    <pubDate>Sun, 17 Nov 2024 12:54:17 +0000</pubDate>
-    <lastBuildDate>Sun, 17 Nov 2024 12:54:17 +0000</lastBuildDate>
+    <pubDate>Sun, 17 Nov 2024 13:50:29 +0000</pubDate>
+    <lastBuildDate>Sun, 17 Nov 2024 13:50:29 +0000</lastBuildDate>
 
     <item>
       <title>Apache OpenNLP 2.5.0 released</title>

Reply via email to