From da94dc1468ea5dfb8ca52f37390b6b33890b549d Mon Sep 17 00:00:00 2001 From: mors741 Date: Sun, 31 Dec 2017 12:01:13 +0300 Subject: [PATCH 1/2] JAMES-2276 Documentation site: typos and broken links --- src/site/xdoc/contribute.xml | 4 ++-- src/site/xdoc/documentation.xml | 2 +- src/site/xdoc/mailet/ai/index.xml | 2 +- src/site/xdoc/mailet/api/index.xml | 12 ++++++------ src/site/xdoc/mailet/crypto/index.xml | 4 ++-- src/site/xdoc/mailet/index.xml | 2 +- src/site/xdoc/mpt/index.xml | 4 ++-- src/site/xdoc/protocols/pop3.xml | 2 +- src/site/xdoc/protocols/smtp.xml | 2 +- src/site/xdoc/server/feature-security.xml | 2 +- src/site/xdoc/support.xml | 2 +- 11 files changed, 19 insertions(+), 19 deletions(-) diff --git a/src/site/xdoc/contribute.xml b/src/site/xdoc/contribute.xml index 7783cfc3940..4a892035f88 100644 --- a/src/site/xdoc/contribute.xml +++ b/src/site/xdoc/contribute.xml @@ -121,12 +121,12 @@

- The reason for these rules is so that commiters can easily see + The reason for these rules is so that committers can easily see what you are trying to achieve, it is their responsibility to manage the code and review submissions, if you make it easy for them to see what you are doing your patch is more likely to - be commited quickly. + be committed quickly.

diff --git a/src/site/xdoc/documentation.xml b/src/site/xdoc/documentation.xml index fce8c8f59d9..5194dc0e1ec 100644 --- a/src/site/xdoc/documentation.xml +++ b/src/site/xdoc/documentation.xml @@ -66,7 +66,7 @@

Internal Projects

-

The Apache James Mailet project collects products +

The Apache James Mailet project collects products related to mailets (mail processing components analogous to servlets). These are independent of the James server and can be reused in any mailet container.

diff --git a/src/site/xdoc/mailet/ai/index.xml b/src/site/xdoc/mailet/ai/index.xml index 8c81dcfa05b..b76d929c177 100644 --- a/src/site/xdoc/mailet/ai/index.xml +++ b/src/site/xdoc/mailet/ai/index.xml @@ -25,7 +25,7 @@

Mail processors with artificial intelligence (AI). Their purpose is to use AI algorithms to process - emails - things like identifySPAM, + emails - things like identify SPAM, phishing attempts, etc.

diff --git a/src/site/xdoc/mailet/api/index.xml b/src/site/xdoc/mailet/api/index.xml index ea4ab8b4a19..8bddd7f23db 100644 --- a/src/site/xdoc/mailet/api/index.xml +++ b/src/site/xdoc/mailet/api/index.xml @@ -32,9 +32,9 @@ processing functionality.

- The Mailet API is a subproject ofApache James. + The Mailet API is a subproject of Apache James. All who are interested in developing the Mailet API and James will be warmly - welcomed on themailing lists. + welcomed on the mailing lists.

@@ -44,7 +44,7 @@ processing component is a useful analogy.

- Mailets implementMailet. + Mailets implement Mailet. Mailets execute within a mailet container. James server is a well known mailet container. Assembly and configuration of mailets and mail processors is the @@ -111,12 +111,12 @@

- SeeStandard mailets. + See Standard mailets.

- The build usesAnt. + The build uses Ant. ant -projecthelp describes appropriate targets. ant @@ -126,7 +126,7 @@

-

Please direct your feedback to themailet-api mailing list. +

Please direct your feedback to the mailet-api mailing list.

diff --git a/src/site/xdoc/mailet/crypto/index.xml b/src/site/xdoc/mailet/crypto/index.xml index a99f0414ef8..74d8fa395af 100644 --- a/src/site/xdoc/mailet/crypto/index.xml +++ b/src/site/xdoc/mailet/crypto/index.xml @@ -41,7 +41,7 @@

SMIME is standardised by the - IEFT + IEFT .

@@ -93,7 +93,7 @@

Export classifications and source links can be found diff --git a/src/site/xdoc/mailet/index.xml b/src/site/xdoc/mailet/index.xml index 1321f2a1bd2..5d92ccd88a2 100644 --- a/src/site/xdoc/mailet/index.xml +++ b/src/site/xdoc/mailet/index.xml @@ -71,7 +71,7 @@

  • Mailetdocs - generates catelogs and documentation for mailets. + generates catalogs and documentation for mailets.
  • diff --git a/src/site/xdoc/mpt/index.xml b/src/site/xdoc/mpt/index.xml index 50d38fe55db..4e60a2a7df2 100644 --- a/src/site/xdoc/mpt/index.xml +++ b/src/site/xdoc/mpt/index.xml @@ -29,7 +29,7 @@

    Apache James Mail Protocol Tester (MPT) is a framework for the -scritable functional testing of ASCII based line protocols. +scriptable functional testing of ASCII based line protocols. Apache James MPT requires Java 1.5 or higher.

    @@ -61,7 +61,7 @@ templates (which may include regex's and so on).

    The AntLib module extends the standalone framework to create functional testing tasks suitable for execution against a -indepedently running server. +independently running server.

    The Application module provides an executable interface diff --git a/src/site/xdoc/protocols/pop3.xml b/src/site/xdoc/protocols/pop3.xml index 5ef6148754c..1ef7487513b 100644 --- a/src/site/xdoc/protocols/pop3.xml +++ b/src/site/xdoc/protocols/pop3.xml @@ -14,7 +14,7 @@ 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 govaerning permissions and limitations + specific language governing permissions and limitations under the License. --> diff --git a/src/site/xdoc/protocols/smtp.xml b/src/site/xdoc/protocols/smtp.xml index b79e03937fe..5858934eb38 100644 --- a/src/site/xdoc/protocols/smtp.xml +++ b/src/site/xdoc/protocols/smtp.xml @@ -14,7 +14,7 @@ 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 govaerning permissions and limitations + specific language governing permissions and limitations under the License. --> diff --git a/src/site/xdoc/server/feature-security.xml b/src/site/xdoc/server/feature-security.xml index cea28e333a1..ba06743cec6 100644 --- a/src/site/xdoc/server/feature-security.xml +++ b/src/site/xdoc/server/feature-security.xml @@ -41,7 +41,7 @@

    -

    Apache James Server supports different user storage (read more) - LDAP support is partail (work in progress).

    +

    Apache James Server supports different user storage (read more) - LDAP support is partial (work in progress).

    diff --git a/src/site/xdoc/support.xml b/src/site/xdoc/support.xml index 97dd483641a..f54944786f4 100644 --- a/src/site/xdoc/support.xml +++ b/src/site/xdoc/support.xml @@ -34,7 +34,7 @@

    We are an Open Source Software Company.

    Our mission is to bring digital independency to our customers.

    We are focused on large organizations both from private and public sector. We have set ourselves the goal of helping Governments to achieve their digital sovereignty.

    -

    Linagora employs 4 James commiters and 3 PMC members. We can offer professional services related to James: support, feature development or project integration.

    +

    Linagora employs 4 James committers and 3 PMC members. We can offer professional services related to James: support, feature development or project integration.

    From 146ac9b50c314202d31cc751a0b60effcfd58fb1 Mon Sep 17 00:00:00 2001 From: mors741 Date: Sun, 31 Dec 2017 14:22:33 +0300 Subject: [PATCH 2/2] JAMES-2276 Documentation site: typos and broken links --- src/site/xdoc/mailet/api/index.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/xdoc/mailet/api/index.xml b/src/site/xdoc/mailet/api/index.xml index 8bddd7f23db..223390c176b 100644 --- a/src/site/xdoc/mailet/api/index.xml +++ b/src/site/xdoc/mailet/api/index.xml @@ -44,7 +44,7 @@ processing component is a useful analogy.

    - Mailets implement Mailet. + Mailets implement Mailet. Mailets execute within a mailet container. James server is a well known mailet container. Assembly and configuration of mailets and mail processors is the