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 ro...@apache.org on 2019/07/26 07:51:51 UTC

[james-project] 32/32: JAMES-2834 Alphabet ordering for some items in documents

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

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

commit a1f8cff4fdd2649ac445eb4c39d23667b24d2742
Author: Tran Tien Duc <dt...@linagora.com>
AuthorDate: Mon Jul 22 17:45:29 2019 +0700

    JAMES-2834 Alphabet ordering for some items in documents
---
 src/site/site.xml                     | 46 +++++++++++++-------------
 src/site/xdoc/server/config-guice.xml | 33 +++++++++++--------
 src/site/xdoc/server/config.xml       | 61 ++++++++++++++++-------------------
 3 files changed, 70 insertions(+), 70 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index 496300a..59f6d31 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -114,42 +114,42 @@
 
                     </item>
                     <item name="4. Configure James" href="/server/config.html" collapse="true" >
-                        <item name="System" href="/server/config-system.html" />
-                        <item name="Domain List" href="/server/config-domainlist.html" />
-                        <item name="Users" href="/server/config-users.html" />
-                        <item name="Recipient Rewrite" href="/server/config-recipientrewritetable.html" />
-                        <item name="Mailbox" href="/server/config-mailbox.html" />
-                        <item name="Mail Repository Stores" href="/server/config-mailrepositorystore.html" />
+                        <item name="Additional mailbox listeners" href="/server/config-listeners.html" />
+                        <item name="Anti Spam" href="/server/config-antispam.html" />
+                        <item name="Blob Export" href="/server/config-blob-export.html" />
+                        <item name="BlobStore" href="/server/config-blobstore.html" />
+                        <item name="Cassandra" href="/server/config-cassandra.html" />
+                        <item name="ElasticSearch" href="/server/config-elasticsearch.html" />
                         <item name="DNS Service" href="/server/config-dnsservice.html" />
-                        <item name="SMTP LMTP" href="/server/config-smtp-lmtp.html" />
-                        <item name="POP3" href="/server/config-pop3.html" />
+                        <item name="Domain List" href="/server/config-domainlist.html" />
+                        <item name="Events" href="/server/config-events.html" />
+                        <item name="FetchMail" href="/server/config-fetchmail.html" />
+                        <item name="Guice" href="/server/config-guice.html" />
                         <item name="IMAP4" href="/server/config-imap4.html" />
                         <item name="JMAP" href="/server/config-jmap.html" />
+                        <item name="Mail Repository Stores" href="/server/config-mailrepositorystore.html" />
+                        <item name="Mailbox" href="/server/config-mailbox.html" />
                         <item name="Mailet Container" href="/server/config-mailetcontainer.html" />
-                        <item name="FetchMail" href="/server/config-fetchmail.html" />
-                        <item name="SSL/TLS" href="/server/config-ssl-tls.html" />
-                        <item name="Sieve" href="/server/config-sieve.html" />
-                        <item name="Anti Spam" href="/server/config-antispam.html" />
-                        <item name="Guice" href="/server/config-guice.html" />
-                        <item name="ElasticSearch" href="/server/config-elasticsearch.html" />
-                        <item name="Cassandra" href="/server/config-cassandra.html" />
+                        <item name="POP3" href="/server/config-pop3.html" />
+                        <item name="Quota" href="/server/config-quota.html" />
                         <item name="RabbitMQ" href="/server/config-rabbitmq.html" />
-                        <item name="BlobStore" href="/server/config-blobstore.html" />
-                        <item name="Blob Export" href="/server/config-blob-export.html" />
+                        <item name="Recipient Rewrite" href="/server/config-recipientrewritetable.html" />
+                        <item name="SMTP LMTP" href="/server/config-smtp-lmtp.html" />
+                        <item name="Sieve" href="/server/config-sieve.html" />
+                        <item name="SSL/TLS" href="/server/config-ssl-tls.html" />
+                        <item name="System" href="/server/config-system.html" />
                         <item name="Spring JPA Postgres" href="/server/config-spring-jpa-postgres.html" />
-                        <item name="Quota" href="/server/config-quota.html" />
-                        <item name="Events" href="/server/config-events.html" />
-                        <item name="Additional mailbox listeners" href="/server/config-listeners.html" />
+                        <item name="Users" href="/server/config-users.html" />
                     </item>
                     <item name="5. Manage" href="/server/manage.html" collapse="true" >
-                        <item name="WebAdmin" href="/server/manage-webadmin.html" />
                         <item name="Command line" href="/server/manage-cli.html" />
                         <item name="Metrics" href="/server/metrics.html" />
+                        <item name="WebAdmin" href="/server/manage-webadmin.html" />
                     </item>
                     <item name="6. Monitor" href="/server/monitor.html" collapse="true" >
-                        <item name="Logging" href="/server/monitor-logging.html" />
-                        <item name="JMX" href="/server/monitor-jmx.html" />
                         <item name="Folders" href="/server/monitor-folders.html" />
+                        <item name="JMX" href="/server/monitor-jmx.html" />
+                        <item name="Logging" href="/server/monitor-logging.html" />
                     </item>
                     <item name="7. Upgrade" href="/server/upgrade.html" collapse="true" >
                         <item name="Upgrade from 2.3" href="/server/upgrade-2.3.html" />
diff --git a/src/site/xdoc/server/config-guice.xml b/src/site/xdoc/server/config-guice.xml
index 6c6a12b..8ee5ca9 100644
--- a/src/site/xdoc/server/config-guice.xml
+++ b/src/site/xdoc/server/config-guice.xml
@@ -48,11 +48,26 @@
       </tr>
 
       <tr>
+        <td><a href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/blob.properties">blob.properties</a></td>
+        <td><a href="config-blob-export.html">Blob Export Configuration</a></td>
+        <td></td>
+      </tr>
+      <tr>
+        <td><a href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/blob.properties">blob.properties</a></td>
+        <td><a href="config-blobstore.html">BlobStore Configuration</a></td>
+        <td></td>
+      </tr>
+      <tr>
         <td><a href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra/destination/conf/cassandra.properties">cassandra.properties</a></td>
         <td><a href="config-cassandra.html">Cassandra Configuration</a></td>
         <td></td>
       </tr>
       <tr>
+        <td><a href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra/destination/conf/deletedMessageVault.properties">deletedMessageVault.properties</a></td>
+        <td><a href="config-vault.html">Deleted Messages Vault Configuration</a></td>
+        <td></td>
+      </tr>
+      <tr>
         <td><a href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra/destination/conf/dnsservice.xml">dnsservice.xml</a></td>
         <td><a href="config-dnsservice.html">DNS Service Configuration</a></td>
         <td></td>
@@ -63,11 +78,6 @@
         <td></td>
       </tr>
       <tr>
-        <td><a href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/rabbitmq.properties">rabbitmq.properties</a></td>
-        <td><a href="config-rabbitmq.html">RabbitMQ Configuration</a></td>
-        <td></td>
-      </tr>
-      <tr>
         <td><a href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra/destination/conf/imapserver.xml">imapserver.xml</a></td>
         <td><a href="config-imap4.html">IMAP4 Configuration</a></td>
         <td></td>
@@ -88,18 +98,13 @@
         <td></td>
       </tr>
       <tr>
-        <td><a href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra/destination/conf/smtpserver.xml">smtpserver.xml</a></td>
-        <td><a href="config-smtp-lmtp.html">SMTP Configuration</a></td>
-        <td></td>
-      </tr>
-      <tr>
-        <td><a href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/blob.properties">blob.properties</a></td>
-        <td><a href="config-blob-export.html">Blob Export Configuration</a></td>
+        <td><a href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/rabbitmq.properties">rabbitmq.properties</a></td>
+        <td><a href="config-rabbitmq.html">RabbitMQ Configuration</a></td>
         <td></td>
       </tr>
       <tr>
-        <td><a href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/blob.properties">blob.properties</a></td>
-        <td><a href="config-blobstore.html">BlobStore Configuration</a></td>
+        <td><a href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra/destination/conf/smtpserver.xml">smtpserver.xml</a></td>
+        <td><a href="config-smtp-lmtp.html">SMTP Configuration</a></td>
         <td></td>
       </tr>
     </table>
diff --git a/src/site/xdoc/server/config.xml b/src/site/xdoc/server/config.xml
index 57acbf6..d2e17c3 100644
--- a/src/site/xdoc/server/config.xml
+++ b/src/site/xdoc/server/config.xml
@@ -52,35 +52,40 @@
         <th>Config Area</th>
         <th>Config Comment</th>
       </tr>
-    
+
+      <tr>
+        <td><a href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/dnsservice.xml">dnsservice.xml</a></td>
+        <td><a href="config-dnsservice.html">DNS Service Configuration</a></td>
+        <td></td>
+      </tr>
       <tr>
         <td><a href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/domainlist.xml">domainlist.xml</a></td>
         <td><a href="config-domainlist.html">Domain List Configuration</a></td>
         <td></td>
       </tr>
       <tr>
-        <td><a href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/usersrepository.xml">usersrepository.xml</a></td>
-        <td><a href="config-users.html">Users Configuration</a></td>
+        <td><a href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/events.xml">events.xml</a></td>
+        <td><a href="config-events.html">Event system Configuration (Spring only)</a></td>
         <td></td>
       </tr>
       <tr>
-        <td><a href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/recipientrewritetable.xml">recipientrewritetable.xml</a></td>
-        <td><a href="config-recipientrewritetable.html">Recipient Rewrite Table Configuration</a></td>
+        <td><a href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/fetchmail.xml">fetchmail.xml</a></td>
+        <td><a href="config-fetchmail.html">FetchMail Configuration (Spring only)</a></td>
         <td></td>
       </tr>
       <tr>
-        <td><a href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/mailbox.xml">mailbox.xml</a></td>
-        <td><a href="config-mailbox.html">Mailbox Configuration (Spring only)</a></td>
+        <td><a href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/imapserver.xml">imapserver.xml</a></td>
+        <td><a href="config-imap4.html">IMAP4 Configuration</a></td>
         <td></td>
       </tr>
       <tr>
-        <td><a href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/quota.xml">mailbox.xml</a></td>
-        <td><a href="config-quota.html">Quota Configuration (Spring only)</a></td>
+        <td><a href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra/destination/conf/jmap.properties">jmap.properties</a></td>
+        <td><a href="config-jmap.html">JMAP Configuration (Guice only)</a></td>
         <td></td>
       </tr>
       <tr>
-        <td><a href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/events.xml">events.xml</a></td>
-        <td><a href="config-events.html">Event system Configuration (Spring only)</a></td>
+        <td><a href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/lmtpserver.xml">lmtpserver.xml</a></td>
+        <td><a href="config-smtp-lmtp.html">LMTP Configuration</a></td>
         <td></td>
       </tr>
       <tr>
@@ -89,18 +94,13 @@
         <td></td>
       </tr>
       <tr>
-        <td><a href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/dnsservice.xml">dnsservice.xml</a></td>
-        <td><a href="config-dnsservice.html">DNS Service Configuration</a></td>
-        <td></td>
-      </tr>
-      <tr>
-        <td><a href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/smtpserver.xml">smtpserver.xml</a></td>
-        <td><a href="config-smtp-lmtp.html">SMTP Configuration</a></td>
+        <td><a href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/mailbox.xml">mailbox.xml</a></td>
+        <td><a href="config-mailbox.html">Mailbox Configuration (Spring only)</a></td>
         <td></td>
       </tr>
       <tr>
-        <td><a href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/lmtpserver.xml">lmtpserver.xml</a></td>
-        <td><a href="config-smtp-lmtp.html">LMTP Configuration</a></td>
+        <td><a href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/mailetcontainer.xml">mailetcontainer.xml</a></td>
+        <td><a href="config-mailetcontainer.html">Mailet Container Configuration</a></td>
         <td></td>
       </tr>
       <tr>
@@ -109,23 +109,23 @@
         <td></td>
       </tr>
       <tr>
-        <td><a href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/imapserver.xml">imapserver.xml</a></td>
-        <td><a href="config-imap4.html">IMAP4 Configuration</a></td>
+        <td><a href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/quota.xml">mailbox.xml</a></td>
+        <td><a href="config-quota.html">Quota Configuration (Spring only)</a></td>
         <td></td>
       </tr>
       <tr>
-        <td><a href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/mailetcontainer.xml">mailetcontainer.xml</a></td>
-        <td><a href="config-mailetcontainer.html">Mailet Container Configuration</a></td>
+        <td><a href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/recipientrewritetable.xml">recipientrewritetable.xml</a></td>
+        <td><a href="config-recipientrewritetable.html">Recipient Rewrite Table Configuration</a></td>
         <td></td>
       </tr>
       <tr>
-        <td><a href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/fetchmail.xml">fetchmail.xml</a></td>
-        <td><a href="config-fetchmail.html">FetchMail Configuration (Spring only)</a></td>
+        <td><a href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/smtpserver.xml">smtpserver.xml</a></td>
+        <td><a href="config-smtp-lmtp.html">SMTP Configuration</a></td>
         <td></td>
       </tr>
       <tr>
-        <td><a href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra/destination/conf/jmap.properties">jmap.properties</a></td>
-        <td><a href="config-jmap.html">JMAP Configuration (Guice only)</a></td>
+        <td><a href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/usersrepository.xml">usersrepository.xml</a></td>
+        <td><a href="config-users.html">Users Configuration</a></td>
         <td></td>
       </tr>
       <tr>
@@ -133,11 +133,6 @@
         <td><a href="config-webadmin.html">WebAdmin Configuration</a></td>
         <td></td>
       </tr>
-      <tr>
-        <td><a href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra/destination/conf/deletedMessageVault.properties">deletedMessageVault.properties</a></td>
-        <td><a href="config-vault.html">Deleted Messages Vault Configuration</a></td>
-        <td></td>
-      </tr>
 
     </table>
     


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