Repository: incubator-tamaya-site Updated Branches: refs/heads/master 8dd2accde -> ec12fd626
TAMAYA-358: Minor changes in text Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/commit/ec12fd62 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/tree/ec12fd62 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/diff/ec12fd62 Branch: refs/heads/master Commit: ec12fd626229c6784e416ae394f52fddc9115beb Parents: 8dd2acc Author: Phil Ottlinger <[email protected]> Authored: Tue Nov 20 22:43:53 2018 +0100 Committer: Phil Ottlinger <[email protected]> Committed: Tue Nov 20 22:43:53 2018 +0100 ---------------------------------------------------------------------- content/documentation/quickstart.adoc | 2 +- content/documentation/usecases.adoc | 7 +++---- templates/index.thyme | 18 +++++++++--------- 3 files changed, 13 insertions(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/ec12fd62/content/documentation/quickstart.adoc ---------------------------------------------------------------------- diff --git a/content/documentation/quickstart.adoc b/content/documentation/quickstart.adoc index edd6757..3455b5b 100644 --- a/content/documentation/quickstart.adoc +++ b/content/documentation/quickstart.adoc @@ -5,7 +5,7 @@ The fastest way to start with Tamaya is just using the _Core_ module, which -provides a simple configuration API. To start add the folloeing +provides a simple configuration API. To start add the following dependency to your project: [source,xml,subs="verbatim,attributes"] http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/ec12fd62/content/documentation/usecases.adoc ---------------------------------------------------------------------- diff --git a/content/documentation/usecases.adoc b/content/documentation/usecases.adoc index 8d83ced..e57e121 100644 --- a/content/documentation/usecases.adoc +++ b/content/documentation/usecases.adoc @@ -2,7 +2,7 @@ :jbake-status: published -= Why you should rely on Tamaya? += Why should you rely on Tamaya? There are several reasons, why you should choose Tamaya, some of them: @@ -19,12 +19,11 @@ Tamaya does not fill up your memory with things you wont ever need. * *Tamaya is runtime-independent*: Tamaya runs on every JVM platform, since it's core is written in pure Java. * *Tamaya is well documented*: Both the API as well as the extension are all well documented. -* *Tamaya is Apache*: Tamaya is community as it's best, no vendor lock-in, no payed members, just +* *Tamaya is Apache*: Tamaya is community at its best, no vendor lock-in, no payed members, just the Apache Way! A good way to continue is probably looking at the use cases we had in mind, when implementing Tamaya... - = Use Cases and Requirements toc::[] @@ -507,6 +506,6 @@ on +Configuration+. [[RequirementsNonFunctional]] === Non Functional Requirements -THe following non-functional requirements must be met: +The following non-functional requirements must be met: * tbd http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/ec12fd62/templates/index.thyme ---------------------------------------------------------------------- diff --git a/templates/index.thyme b/templates/index.thyme index ed228ac..8821b6f 100644 --- a/templates/index.thyme +++ b/templates/index.thyme @@ -20,15 +20,15 @@ <p><a th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:href="${rootpath}+'about.html'">Learn more about Tamaya</a></p> </td> <td class="front-cell"> - <h3>Challenge it: Why you should use Tamaya?</h3> + <h3>Challenge it — Why should you use Tamaya?</h3> <p>Configuration is one of the most important cross-cutting concerns. Nevertheless most people rewrite similar logic again and again. It's time to rely on a standard - compliant solution that allows to plug-in any configuration resources?</p> + compliant solution that allows to plugin any configuration resources?</p> <p><a th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:href="${rootpath}+'documentation/usecases.html'">Look at Tamaya's Use Cases</a></p> </td> <td class="front-cell"> - <h3>Try it: Get started!</h3> - <p>Get started is easy. Look at our examples, add Tamaya's runtime dependency and + <h3>Try it out — Get started!</h3> + <p>Getting started is easy: look at our examples, add Tamaya's runtime dependency and there you go. Tamaya is plain Java SE in it's core. Lean and effective. And if you have a question, let us know. We are happy to help!</p> <p><a th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:href="${rootpath}+'documentation/quickstart.html'">"Getting started" right away!</a></p> @@ -36,22 +36,22 @@ </tr> <tr> <td class="front-cell"> - <h3>Use it: Add more Features!</h3> + <h3>Use it — Add more Features!</h3> <p>Did we already have mentioned features? There are a lot of them. Read this overview about current and upcoming features to see what matches your requirements. Tamaya is modular, you only depend on what you like.</p> <p><a th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:href="${rootpath}+'features.html'">Checkout our outstanding features</a></p> </td> <td class="front-cell"> - <h3>Rely on it: Tamaya as a standard</h3> + <h3>Rely on it — Tamaya as a standard</h3> <p>Tamaya is not only a flexible configuration solution, it is also future proof. - With Tamaya you get an indepepdent implementation of the current Microprofile + With Tamaya you get an independent implementation of the current Microprofile Config and JSR 310 API.</p> <p><a th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:href="${rootpath}+'documentation/tamayaasastandard.html'">Learn more</a></p> </td> <td class="front-cell"> - <h3>Improve it: Get involved...</h3> - <p>Tell us your story and help us making Tamaya even better. + <h3>Improve it — Get involved...</h3> + <p>Tell us your story and help us make Tamaya even better. We are happy to support you and discuss further features or improvements.</p> <p><a th:with="rootpath=(${content.rootpath != null} ? ${content.rootpath} : '')" th:href="${rootpath}+'development/community.html'">Get involved!</a></p> </td>
