JAMES-1994 Improving idiomatic expression for About part
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/e20271ba Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/e20271ba Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/e20271ba Branch: refs/heads/master Commit: e20271baf53a89f7d33f32c7bc35b67cd91c0639 Parents: 4901262 Author: benwa <[email protected]> Authored: Thu Apr 13 09:15:23 2017 +0700 Committer: benwa <[email protected]> Committed: Wed May 3 15:02:42 2017 +0700 ---------------------------------------------------------------------- src/homepage/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/e20271ba/src/homepage/index.html ---------------------------------------------------------------------- diff --git a/src/homepage/index.html b/src/homepage/index.html index 54d7b40..d988bfc 100644 --- a/src/homepage/index.html +++ b/src/homepage/index.html @@ -57,7 +57,7 @@ layout: default <header class="major"> <h2>About</h2> </header> - <p class="align-left">James is the <b>Java Apache Mail Enterprise Server!</b><br/> + <p class="align-left">James stands for <b>Java Apache Mail Enterprise Server!</b><br/> It has a modular architecture based on a rich set of <b>modern</b> and <b>efficient</b> components which provides at the <b>end, complete, stable, secure and extendable Mail Servers running on the JVM</b>. </p> <p class="align-left">Create your <b>own personal solution</b> of emails treatment by assembling the components you need thanks to the Inversion of Control mail platform offered and go further customizing filtering and routing rules using <b>James Mailet Container</b>.</p> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
