Author: anatole
Date: Thu Dec 11 19:09:32 2014
New Revision: 1644725
URL: http://svn.apache.org/r1644725
Log:
Added quickstart section.
Modified:
incubator/tamaya/site/trunk/content/index.html
Modified: incubator/tamaya/site/trunk/content/index.html
URL: http://svn.apache.org/viewvc/incubator/tamaya/site/trunk/content/index.html?rev=1644725&r1=1644724&r2=1644725&view=diff
==============================================================================
--- incubator/tamaya/site/trunk/content/index.html (original)
+++ incubator/tamaya/site/trunk/content/index.html Thu Dec 11 19:09:32 2014
@@ -8,8 +8,11 @@
<div class="span6 padded"><img src="resources/images/logos/logo.png"/></div>
<div class="span6 padded">
<h2>About Apache Tamaya</h2>
- <p>Tamaya provides a flexible and powerful Configuration API and Solution for
Java application developers in
- Java SE as well as for more complex usage scenarios like Cloud or Java EE.</p>
+ <p>Tamaya provides a flexible and powerful Configuration Solution for Java
developers using
+ Java SE as well as for more complex usage scenarios like Cloud or Java EE. It
provides
+ a modern type-safe property based Configuration API combined with a powerful
environment model
+ and a flexible SPI.
+ </p>
</div>
</div>
<div class="row">
@@ -18,19 +21,25 @@
<p>Tamaya started incubation</p>
<p><a class="btn" href="/news.html#incubation">View details »</a></p>
</div>
+ <div class="span6">
+ <h2>Quick Start</h2>
+ <p>Look at the Tamaya Quick Start Guides for jumping right into the Tamaya
Configuration world.</p>
+ <p><a class="btn" href="/quickstart.html">View details »</a></p>
+ </div>
</div>
<div class="row">
<div class="span6">
<h2>Modules</h2>
<p>Apache Tamaya consists beside an API and a core library several modules.
They offer additional functionality
not provided out of the box or specific to certain usage scwnarios/runtime environments.</p>
- <p><a class="btn" href="documentation/#_module_overview">View details
»</a></p>
+ <p><a class="btn" href="documentation.html#overview">View details »</a></p>
</div>
<div class="span6">
<h2>Examples</h2>
- <p>See the following examples which are part of the project to discover how
to use Tamaya project.</p>
+ <p>See the following examples to discover how to use Tamaya project in different
scenarios and how to use
+ its SPI to adapt it to meet your individual configuration requirements.</p>
<p><a class="btn" href="examples.html">View details »</a></p>
</div>
-</div>
+</div>
{% endblock %}
\ No newline at end of file
|