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:32 UTC

[james-jdkim] branch master updated (3982ba1 -> 7ba6f3c)

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-jdkim.git.


    from 3982ba1  JDKIM-46 Set up Jenkins build system
     new 3458f42  [Documentation] Links should enforce HTTPS in menus
     new 7ba6f3c  [Documentation] Retire HUPA

The 2 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 | 27 ++++++++++++---------------
 1 file changed, 12 insertions(+), 15 deletions(-)

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


[james-jdkim] 02/02: [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-jdkim.git

commit 7ba6f3c49b5c2b02f833e58313662608892b941d
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Fri Jul 30 08:46:37 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 d07b870..0caafe5 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -57,9 +57,6 @@
           <item
                   name="jDKIM"
                   href="https://james.apache.org/jdkim/index.html" />
-          <item
-                  name="Hupa"
-                  href="https://james.apache.org/hupa/index.html" />
       </links>
 
 

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


[james-jdkim] 01/02: [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-jdkim.git

commit 3458f425f1ba44e5abe0e513502daccc6fcc9f1e
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Fri Jul 30 08:46:19 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 6a5e41b..d07b870 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,7 +28,7 @@
   <bannerLeft>
     <name>JAMES jDKIM</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>
 
@@ -41,25 +41,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>
 
 
@@ -69,11 +69,11 @@
     	<item name="Mailets" href="/mailets/index.html" />
         <item name="Issue Tracker" href="https://issues.apache.org/jira/browse/JDKIM" />
         <item name="Related Projects" href="/index.html" collapse="true">
-          <item name="jSPF" href="http://james.apache.org/jspf/index.html" />
-          <item name="DKIM Javamail" href="http://dkim-javamail.sourceforge.net" />
-          <item name="JavaDKIM" href="http://www.badpenguin.co.uk/dkim/" />
+          <item name="jSPF" href="https://james.apache.org/jspf/index.html" />
+          <item name="DKIM Javamail" href="https://dkim-javamail.sourceforge.net" />
+          <item name="JavaDKIM" href="https://www.badpenguin.co.uk/dkim/" />
         </item>
-        <item name="Download Releases" href="http://james.apache.org/download.cgi#Apache_jDKIM"/>
+        <item name="Download Releases" href="https://james.apache.org/download.cgi#Apache_jDKIM"/>
     </menu>
 
   </body>

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