You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bt...@apache.org on 2021/08/02 01:26:47 UTC

[james-mime4j] branch master updated (9daec6b -> 4377f39)

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

btellier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-mime4j.git.


    from 9daec6b  [maven-release-plugin] prepare for next development iteration
     new 22126e3  [Documentation] Links should enforce HTTPS in menus
     new 4f9ffa4  [Documentation] Retire HUPA
     new 4377f39  [Documentation] Fix site.xml license

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/site/site.xml | 60 +++++++++++++++++++++++++++----------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[james-mime4j] 03/03: [Documentation] Fix site.xml license

Posted by bt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-mime4j.git

commit 4377f3953460fc5d90fc63cd9c9ee1279f3eb15a
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Fri Jul 30 08:55:40 2021 +0700

    [Documentation] Fix site.xml license
    
    RAT plugin complains
---
 src/site/site.xml | 35 +++++++++++++++++++----------------
 1 file changed, 19 insertions(+), 16 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index 2afa25e..09edbce 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -1,22 +1,25 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
+/****************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one   *
+ * or more contributor license agreements.  See the NOTICE file *
+ * distributed with this work for additional information        *
+ * regarding copyright ownership.  The ASF licenses this file   *
+ * to you under the Apache License, Version 2.0 (the            *
+ * "License"); you may not use this file except in compliance   *
+ * with the License.  You may obtain a copy of the License at   *
+ *                                                              *
+ *   http://www.apache.org/licenses/LICENSE-2.0                 *
+ *                                                              *
+ * Unless required by applicable law or agreed to in writing,   *
+ * software distributed under the License is distributed on an  *
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       *
+ * KIND, either express or implied.  See the License for the    *
+ * specific language governing permissions and limitations      *
+ * under the License.                                           *
+ ****************************************************************/
 
-    https://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
+ -->
 <project name="Apache James Mime4J">
 
     <skin>

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[james-mime4j] 01/03: [Documentation] Links should enforce HTTPS in menus

Posted by bt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-mime4j.git

commit 22126e338e755acf88b5d04b797c4f99d88380ed
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Fri Jul 30 08:42:39 2021 +0700

    [Documentation] Links should enforce HTTPS in menus
---
 src/site/site.xml | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index b87dec5..29efdda 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -8,7 +8,7 @@
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
 
-    http://www.apache.org/licenses/LICENSE-2.0
+    https://www.apache.org/licenses/LICENSE-2.0
 
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
@@ -28,14 +28,14 @@
     <bannerLeft>
         <name>JAMES Mime4J</name>
         <src>images/james-logo.png</src>
-        <href>http://james.apache.org/</href>
+        <href>https://james.apache.org/</href>
         <alt>james-logo.png</alt>
     </bannerLeft>
 
     <bannerRight>
         <name>The Apache Software Foundation</name>
         <src>images/logos/asf_logo_small.png</src>
-        <href>http://www.apache.org/index.html</href>
+        <href>https://www.apache.org/index.html</href>
     </bannerRight>
 
 
@@ -44,25 +44,25 @@
         <links>
             <item
                 name="Home"
-                href="http://james.apache.org/index.html" />
+                href="https://james.apache.org/index.html" />
             <item
                 name="Server"
-                href="http://james.apache.org/documentation.html" />
+                href="https://james.apache.org/documentation.html" />
           <item
                 name="Mime4J"
-                href="http://james.apache.org/mime4j/index.html" />
+                href="https://james.apache.org/mime4j/index.html" />
             <item
                 name="jSieve"
-                href="http://james.apache.org/jsieve/index.html" />
+                href="https://james.apache.org/jsieve/index.html" />
             <item
                 name="jSPF"
-                href="http://james.apache.org/jspf/index.html" />
+                href="https://james.apache.org/jspf/index.html" />
             <item
                 name="jDKIM"
-                href="http://james.apache.org/jdkim/index.html" />
+                href="https://james.apache.org/jdkim/index.html" />
             <item
                 name="Hupa"
-                href="http://james.apache.org/hupa/index.html" />
+                href="https://james.apache.org/hupa/index.html" />
         </links>
 
         <menu name="MIME4J">
@@ -70,14 +70,14 @@
             <item name="Status" href="/status.html"/>
             <item name="Examples" href="/samples.html"/>
             <item name="Usage" href="/usage.html"/>
-            <item name="Mailing List" href="http://james.apache.org/mail.html#Mime4j" />
+            <item name="Mailing List" href="https://james.apache.org/mail.html#Mime4j" />
             <item name="Javadoc" href="/apidocs/index.html" />
-            <item name="Issue Tracker" href="http://issues.apache.org/jira/browse/MIME4J/" />
+            <item name="Issue Tracker" href="https://issues.apache.org/jira/browse/MIME4J/" />
             <item name="Developper corner" href="/start/download.html" collapse="true" >
                 <item name="Build" href="/start/build.html" />
             </item>
             <item ref="reports"/>
-            <item name="Download Releases" href="http://james.apache.org/download.cgi#Apache_Mime4J" />
+            <item name="Download Releases" href="https://james.apache.org/download.cgi#Apache_Mime4J" />
         </menu>
     </body>
 </project>

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[james-mime4j] 02/03: [Documentation] Retire HUPA

Posted by bt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-mime4j.git

commit 4f9ffa4b3d81dee1bc673d960a1347749ab07dc8
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Fri Jul 30 08:42:54 2021 +0700

    [Documentation] Retire HUPA
---
 src/site/site.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index 29efdda..2afa25e 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -60,9 +60,6 @@
             <item
                 name="jDKIM"
                 href="https://james.apache.org/jdkim/index.html" />
-            <item
-                name="Hupa"
-                href="https://james.apache.org/hupa/index.html" />
         </links>
 
         <menu name="MIME4J">

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org