JAMES-2276 Documentation site: typos and broken links
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/7d15ef0e Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/7d15ef0e Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/7d15ef0e Branch: refs/heads/master Commit: 7d15ef0e689266e7081cda43730bcfbfc68f02a1 Parents: fe9c625 Author: mors741 <[email protected]> Authored: Sun Dec 31 12:01:13 2017 +0300 Committer: benwa <[email protected]> Committed: Thu Jan 4 15:12:47 2018 +0700 ---------------------------------------------------------------------- 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(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/7d15ef0e/src/site/xdoc/contribute.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/contribute.xml b/src/site/xdoc/contribute.xml index 7783cfc..4a89203 100644 --- a/src/site/xdoc/contribute.xml +++ b/src/site/xdoc/contribute.xml @@ -121,12 +121,12 @@ </p> <p> - 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. <br /> </p> </section> http://git-wip-us.apache.org/repos/asf/james-project/blob/7d15ef0e/src/site/xdoc/documentation.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/documentation.xml b/src/site/xdoc/documentation.xml index fce8c8f..5194dc0 100644 --- a/src/site/xdoc/documentation.xml +++ b/src/site/xdoc/documentation.xml @@ -66,7 +66,7 @@ <h4>Internal Projects</h4> - <p>The <a href='http://james.apache.org/mailets/'>Apache James Mailet project</a> collects products + <p>The <a href='http://james.apache.org/mailet/'>Apache James Mailet project</a> collects products related to mailets (mail processing components analogous to servlets). These are independent of the <a href='http://james.apache.org/server/'>James server</a> and can be reused in any mailet container.</p> http://git-wip-us.apache.org/repos/asf/james-project/blob/7d15ef0e/src/site/xdoc/mailet/ai/index.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/mailet/ai/index.xml b/src/site/xdoc/mailet/ai/index.xml index 8c81dcf..b76d929 100644 --- a/src/site/xdoc/mailet/ai/index.xml +++ b/src/site/xdoc/mailet/ai/index.xml @@ -25,7 +25,7 @@ <body> <section name="Artificial Intelligence Mailets"> <p>Mail processors with artificial intelligence (AI). Their purpose is to use AI algorithms to process - emails - things like identify<a href="http://en.wikipedia.org/wiki/Spam_(electronic)">SPAM</a>, + emails - things like identify <a href="http://en.wikipedia.org/wiki/Spam_(electronic)">SPAM</a>, <a href="http://en.wikipedia.org/wiki/Phishing">phishing</a> attempts, etc. </p> http://git-wip-us.apache.org/repos/asf/james-project/blob/7d15ef0e/src/site/xdoc/mailet/api/index.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/mailet/api/index.xml b/src/site/xdoc/mailet/api/index.xml index ea4ab8b..223390c 100644 --- a/src/site/xdoc/mailet/api/index.xml +++ b/src/site/xdoc/mailet/api/index.xml @@ -32,9 +32,9 @@ processing functionality. </p> <p> - The Mailet API is a subproject of<a href='http://james.apache.org'>Apache James</a>. + The Mailet API is a subproject of <a href='http://james.apache.org'>Apache James</a>. All who are interested in developing the Mailet API and James will be warmly - welcomed on the<a href='/mail-lists.html'>mailing lists</a>. + welcomed on the <a href='/mail-lists.html'>mailing lists</a>. </p> </section> <section name="Quick Start"> @@ -44,7 +44,7 @@ processing component is a useful analogy. </p> <p> - Mailets implement<a href='/apidocs/org/apache/mailet/Mailet.html'>Mailet</a>. + Mailets implement <a href='/mailet/apidocs/org/apache/mailet/Mailet.html'>Mailet</a>. Mailets execute within a mailet container. <a href='http://james.apache.org/server'>James server</a> is a well known mailet container. Assembly and configuration of mailets and mail processors is the @@ -111,12 +111,12 @@ </subsection> <subsection name='Examples'> <p> - See<a href='http://james.apache.org/mailet/standard'>Standard mailets</a>. + See <a href='http://james.apache.org/mailet/standard'>Standard mailets</a>. </p> </subsection> <subsection name='Building the Mailet API'> <p> - The build uses<a href='http://ant.apache.org'>Ant</a>. + The build uses <a href='http://ant.apache.org'>Ant</a>. <code>ant -projecthelp</code> describes appropriate targets. <code>ant</code> @@ -126,7 +126,7 @@ </section> <section name="Comments, Questions and Issues"> - <p>Please direct your feedback to the<a href='mail-lists.html'>mailet-api mailing list</a>. + <p>Please direct your feedback to the <a href='mail-lists.html'>mailet-api mailing list</a>. </p> </section> </body> http://git-wip-us.apache.org/repos/asf/james-project/blob/7d15ef0e/src/site/xdoc/mailet/crypto/index.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/mailet/crypto/index.xml b/src/site/xdoc/mailet/crypto/index.xml index a99f041..74d8fa3 100644 --- a/src/site/xdoc/mailet/crypto/index.xml +++ b/src/site/xdoc/mailet/crypto/index.xml @@ -41,7 +41,7 @@ <p> SMIME is standardised by the <acronym title='Internet Engineering Task Force'> - <a href='http://www.imc.org/ietf-smime/index.html'>IEFT</a> + <a href='http://www.ietf.org/mailman/listinfo/smime'>IEFT</a> </acronym> . </p> @@ -93,7 +93,7 @@ <ul> <li>This library provides high level cryptographic operations based on lower level cryptographic libraries created - by<a href='http://www.bouncycastle.org/'>The Legion of the Bouncy Castle</a>. + by <a href='http://www.bouncycastle.org/'>The Legion of the Bouncy Castle</a>. </li> </ul> <p>Export classifications and source links can be found http://git-wip-us.apache.org/repos/asf/james-project/blob/7d15ef0e/src/site/xdoc/mailet/index.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/mailet/index.xml b/src/site/xdoc/mailet/index.xml index 1321f2a..5d92ccd 100644 --- a/src/site/xdoc/mailet/index.xml +++ b/src/site/xdoc/mailet/index.xml @@ -71,7 +71,7 @@ </li> <li> <a href='mailetdocs-maven-plugin/index.html'>Mailetdocs</a> - generates catelogs and documentation for mailets. + generates catalogs and documentation for mailets. </li> </ul> </section> http://git-wip-us.apache.org/repos/asf/james-project/blob/7d15ef0e/src/site/xdoc/mpt/index.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/mpt/index.xml b/src/site/xdoc/mpt/index.xml index 50d38fe..4e60a2a 100644 --- a/src/site/xdoc/mpt/index.xml +++ b/src/site/xdoc/mpt/index.xml @@ -29,7 +29,7 @@ <section name="What is the Apache James MPT?"> <p> 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.</p> <subsection name='Releases'> <subsection name='0.2 (Roadmap)'> @@ -61,7 +61,7 @@ templates (which may include regex's and so on). </p><p> The <a href='antlib'>AntLib</a> module extends the standalone framework to create functional testing tasks suitable for execution against a -indepedently running server. +independently running server. </p> <p> The <a href='app'>Application</a> module provides an executable interface http://git-wip-us.apache.org/repos/asf/james-project/blob/7d15ef0e/src/site/xdoc/protocols/pop3.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/protocols/pop3.xml b/src/site/xdoc/protocols/pop3.xml index 5ef6148..1ef7487 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. --> http://git-wip-us.apache.org/repos/asf/james-project/blob/7d15ef0e/src/site/xdoc/protocols/smtp.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/protocols/smtp.xml b/src/site/xdoc/protocols/smtp.xml index b79e039..5858934 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. --> http://git-wip-us.apache.org/repos/asf/james-project/blob/7d15ef0e/src/site/xdoc/server/feature-security.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/server/feature-security.xml b/src/site/xdoc/server/feature-security.xml index cea28e3..ba06743 100644 --- a/src/site/xdoc/server/feature-security.xml +++ b/src/site/xdoc/server/feature-security.xml @@ -41,7 +41,7 @@ <section name="User Credential Security"> - <p>Apache James Server supports different user storage (<a href="config-users.html">read more</a>) - LDAP support is partail (work in progress).</p> + <p>Apache James Server supports different user storage (<a href="config-users.html">read more</a>) - LDAP support is partial (work in progress).</p> </section> http://git-wip-us.apache.org/repos/asf/james-project/blob/7d15ef0e/src/site/xdoc/support.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/support.xml b/src/site/xdoc/support.xml index 97dd483..f549447 100644 --- a/src/site/xdoc/support.xml +++ b/src/site/xdoc/support.xml @@ -34,7 +34,7 @@ <p>We are an Open Source Software Company.</p> <p>Our mission is to bring digital independency to our customers.</p> <p>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.</p> - <p>Linagora employs 4 James commiters and 3 PMC members. We can offer professional services related to James: support, feature development or project integration.</p> + <p>Linagora employs 4 James committers and 3 PMC members. We can offer professional services related to James: support, feature development or project integration.</p> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
