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

[james-jsieve] branch master updated (0c35864 -> ebfb079)

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


    from 0c35864  JSIEVE-117 Set up Jenkins build system
     new aea165c  [Documentation] Links should enforce HTTPS in menus
     new ebfb079  [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 | 35 ++++++++++++++++-------------------
 1 file changed, 16 insertions(+), 19 deletions(-)

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


[james-jsieve] 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-jsieve.git

commit ebfb0792bd116d8a6574f84a6853e9d2654c431a
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Fri Jul 30 08:50:13 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 e6f2bf3..13c728e 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -59,9 +59,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="jSieve">
       <item name="Overview" href="/index.html" />

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


[james-jsieve] 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-jsieve.git

commit aea165c39c5624ea475a883cb747d17935c7ebec
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Fri Jul 30 08:50:00 2021 +0700

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

diff --git a/src/site/site.xml b/src/site/site.xml
index 511029a..e6f2bf3 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 jSieve</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>
 
   <body>
@@ -43,25 +43,25 @@
         <links>
             <item
                 name="Home"
-                href="http://james.apache.org/index.html" />
+                href="https://james.apache.org/index.html" />
             <item
                 name="James"
-                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="jSieve">
       <item name="Overview" href="/index.html" />
@@ -71,14 +71,14 @@
       <item name="JavaDocs" href="/apidocs/index.html" />
       <item name="Issue Tracker" href="https://issues.apache.org/jira/browse/JSIEVE" />
       <item name="Specification" collapse="false">
-        <item name="RFC 2234 ABNF" href="http://www.ietf.org/rfc/rfc2234.txt" />
-        <item name="RFC 2244 ACAP" href="http://www.ietf.org/rfc/rfc2244.txt" />
-        <item name="RFC 2298 MDN" href="http://www.ietf.org/rfc/rfc2298.txt" />
-        <item name="RFC 5228 Sieve" href="http://tools.ietf.org/html/rfc5228" />
-        <item name='RFC 4790 IAPCR' href='http://tools.ietf.org/html/rfc4790'/>
-        <item name='RFC 5173 Body Extension' href='http://tools.ietf.org/html/rfc5173'/>
+        <item name="RFC 2234 ABNF" href="https://www.ietf.org/rfc/rfc2234.txt" />
+        <item name="RFC 2244 ACAP" href="https://www.ietf.org/rfc/rfc2244.txt" />
+        <item name="RFC 2298 MDN" href="https://www.ietf.org/rfc/rfc2298.txt" />
+        <item name="RFC 5228 Sieve" href="https://tools.ietf.org/html/rfc5228" />
+        <item name='RFC 4790 IAPCR' href='https://tools.ietf.org/html/rfc4790'/>
+        <item name='RFC 5173 Body Extension' href='https://tools.ietf.org/html/rfc5173'/>
       </item>
-      <item name="Download Releases" href="http://james.apache.org/download.cgi#Apache_JSieve" />
+      <item name="Download Releases" href="https://james.apache.org/download.cgi#Apache_JSieve" />
     </menu>
   </body>
 </project>

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