You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by bu...@apache.org on 2015/08/22 23:20:57 UTC

svn commit: r962729 [3/3] - in /websites/staging/tamaya/trunk/content: ./ community.html documentation.html documentation/index.html download.html index.html javadoc.html modules.html source.html

Modified: websites/staging/tamaya/trunk/content/download.html
==============================================================================
--- websites/staging/tamaya/trunk/content/download.html (original)
+++ websites/staging/tamaya/trunk/content/download.html Sat Aug 22 21:20:56 2015
@@ -94,6 +94,7 @@ h2:hover > .headerlink, h3:hover > .head
 <div class="toc">
 <ul>
 <li><a href="#latest-release">Latest Release</a></li>
+<li><a href="#current-source-code">Current Source Code</a></li>
 <li><a href="#maven-dependencies">Maven Dependencies</a></li>
 <li><a href="#previous-releases">Previous Releases</a></li>
 <li><a href="#verifying-releases">Verifying Releases</a></li>
@@ -101,7 +102,15 @@ h2:hover > .headerlink, h3:hover > .head
 </div>
 <hr />
 <h1 id="latest-release">Latest Release<a class="headerlink" href="#latest-release" title="Permanent link">&para;</a></h1>
-<p>Latest release is 0.1-incubating.</p>
+<p>Latest release is 0.1-incubating you can download it from
+<a href="http://www.apache.org/dist/incubator/tamaya/0.1-incubating">http://www.apache.org/dist/incubator/tamaya/0.1-incubating</a>.</p>
+<h1 id="current-source-code">Current Source Code<a class="headerlink" href="#current-source-code" title="Permanent link">&para;</a></h1>
+<p>Downloading of the the current state of the project can be done by</p>
+<ul>
+<li>cloning the <a href="https://github.com/apache/incubator-tamaya">GitHub mirror</a>.</li>
+<li>Github also provides an easy way to dowload the current project source as zip archive.</li>
+<li>cloning the APache Source tree, see <a href="source.html">source section</a>.</li>
+</ul>
 <h1 id="maven-dependencies">Maven Dependencies<a class="headerlink" href="#maven-dependencies" title="Permanent link">&para;</a></h1>
 <p>Details are available <a href="documentation/#_project_configuration_without_maven">here</a>.</p>
 <h1 id="previous-releases">Previous Releases<a class="headerlink" href="#previous-releases" title="Permanent link">&para;</a></h1>

Modified: websites/staging/tamaya/trunk/content/index.html
==============================================================================
--- websites/staging/tamaya/trunk/content/index.html (original)
+++ websites/staging/tamaya/trunk/content/index.html Sat Aug 22 21:20:56 2015
@@ -96,8 +96,9 @@
 <div class="row">
     <div class="span6">
         <h2>News</h2>
-        <p>Tamaya started incubation</p>
-        <p><a class="btn" href="/news.html#incubation">View details »</a></p>
+        <p>Apache Tamaya published it's first release <i>0.1-incubating</i>i> with support for Java 7 and 8, a very lean API/SPI
+        and already with quite a number of extensions. Try it out and help as to</p>
+        <p><a class="btn" href="/news.html#0.1-incubating">View details »</a> <a class="btn" href="http://www.apache.org/dist/incubator/tamaya/0.1-incubating/">Download</a></p>
     </div>
     <div class="span6">
         <h2>Quick Start</h2>

Modified: websites/staging/tamaya/trunk/content/javadoc.html
==============================================================================
--- websites/staging/tamaya/trunk/content/javadoc.html (original)
+++ websites/staging/tamaya/trunk/content/javadoc.html Sat Aug 22 21:20:56 2015
@@ -80,49 +80,7 @@
                 <h1>Javadoc</h1>
 				  <img src="http://incubator.apache.org/images/egg-logo.png" alt="The Apache Software Foundation - Incubator" align="right"/>
               </div>
-              <style type="text/css">
-/* The following code is added by mdx_elementid.py
-   It was originally lifted from http://subversion.apache.org/style/site.css */
-/*
- * Hide class="elementid-permalink", except when an enclosing heading
- * has the :hover property.
- */
-.headerlink, .elementid-permalink {
-  visibility: hidden;
-}
-h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
-<div class="toc">
-<ul>
-<li><a href="#latest-version">Latest version</a></li>
-<li><a href="#stable-releases">Stable Releases</a></li>
-<li><a href="#contribute">Contribute</a></li>
-<li><a href="#publish-procedure-for-committers-only">Publish procedure (for committers only)</a></li>
-</ul>
-</div>
-<hr />
-<h1 id="latest-version">Latest version<a class="headerlink" href="#latest-version" title="Permanent link">&para;</a></h1>
-<p>You can checkout the latest version always from our Apache source repository, or the corresponding GitHub mirror.
-Refer to our [source section][5] for details. For building Apache Tamaya you only need Apache Maven, JDK 7 and JDK 8
-being installed.</p>
-<h1 id="stable-releases">Stable Releases<a class="headerlink" href="#stable-releases" title="Permanent link">&para;</a></h1>
-<p>The latest published release is 0.1-incubating.</p>
-<ul>
-<li>Java 8 based version for <a href="/javadoc/api/java8">API</a> and <a href="/javadoc/core/java8">Core Implementation</a></li>
-<li>Java 7 based version for <a href="/javadoc/api/java7">API</a> and <a href="/javadoc/core/java7">Core Implementation</a></li>
-</ul>
-<h1 id="contribute">Contribute<a class="headerlink" href="#contribute" title="Permanent link">&para;</a></h1>
-<p>If you would like to submit a javadoc patch through Jira, you can have a look at the <a href="suggested-git-workflows.html">suggested approach</a>.</p>
-<h1 id="publish-procedure-for-committers-only">Publish procedure (for committers only)<a class="headerlink" href="#publish-procedure-for-committers-only" title="Permanent link">&para;</a></h1>
-<p>Publishing Javadocs currently is a manual process:</p>
-<ol>
-<li>Checkout the source tree of Tamaya</li>
-<li>Checkout the Tamaya site from <a href="https://svn.apache.org/repos/asf/incubator/tamaya/site/trunk">https://svn.apache.org/repos/asf/incubator/tamaya/site/trunk</a>.</li>
-<li>Generate the Javadocs for all three parts: API, Core and modules and generate it into the according
-   locations within the site directory: content/javadoc/api, content/javadoc/core, content/javadoc/modules</li>
-<li>Commit the changes to the site repo.</li>
-<li>Log in to <a href="https://cms.apache.org/tamaya/publish">https://cms.apache.org/tamaya/publish</a> and click on the <code>Submit</code> button.</li>
-</ol>
-<p>[5]; source.html</p>
+              
           </div>
       </div>
 

Modified: websites/staging/tamaya/trunk/content/modules.html
==============================================================================
--- websites/staging/tamaya/trunk/content/modules.html (original)
+++ websites/staging/tamaya/trunk/content/modules.html Sat Aug 22 21:20:56 2015
@@ -115,6 +115,7 @@ h2:hover > .headerlink, h3:hover > .head
 <li><a href="#environment-module">Environment Module</a></li>
 </ul>
 </li>
+<li><a href="#other-functionality-or-extensions">Other Functionality or Extensions</a></li>
 </ul>
 </div>
 <hr />
@@ -309,6 +310,10 @@ counterpart:</p>
 <p>Available currently as experimental module.</p>
 <h2 id="environment-module">Environment Module<a class="headerlink" href="#environment-module" title="Permanent link">&para;</a></h2>
 <p>Available currently as experimental module.</p>
+<h1 id="other-functionality-or-extensions">Other Functionality or Extensions<a class="headerlink" href="#other-functionality-or-extensions" title="Permanent link">&para;</a></h1>
+<p>Don't be able to find what you need? If you like the project und want to see additional feastures, think about
+joining us as a contributor. Basically it is enough to just drop as a mail on our [developer mailing list][1].
+We will help to jump on the Tamaya train!</p>
           </div>
       </div>
 

Modified: websites/staging/tamaya/trunk/content/source.html
==============================================================================
--- websites/staging/tamaya/trunk/content/source.html (original)
+++ websites/staging/tamaya/trunk/content/source.html Sat Aug 22 21:20:56 2015
@@ -101,10 +101,18 @@ h2:hover > .headerlink, h3:hover > .head
 <ul>
 <li><a href="https://github.com/apache/incubator-tamaya.git">https://github.com/apache/incubator-tamaya</a></li>
 </ul>
+<p>The GitHub mirror also provides the project as downloadable zip archive.</p>
 <h1 id="building-the-source">Building The Source<a class="headerlink" href="#building-the-source" title="Permanent link">&para;</a></h1>
-<p>We use maven to build the source code.  Since we have both Java 7 and Java 8 compliant modules, we require both JDKs
-to be installed on the client machine.  To dthis, we use <a href="https://maven.apache.org/guides/mini/guide-using-toolchains.html">Maven Toolchains</a> to link to both JDKs.  Your toolchains.xml
-should have references to both 1.7 and 1.8 in it.</p>
+<p>We use maven to build the source code, any decent version should work. Since we have both Java 7 and Java 8 compliant
+parts, we require both JDKs to be installed on your machine. Finally, we use <a href="https://maven.apache.org/guides/mini/guide-using-toolchains.html">Maven Toolchain Plugin</a> to link to
+both JDKs. So you need to add a toolchains.xml to your $USER_HOME/.m2 directory that references to both 1.7 and 1.8
+in it. On he project^s top level there is sample toolchains.xml file, which you can use as a starting point.
+Given that all is in place and maven and the toolchain are configured correctly you can build the priject by</p>
+<div class="codehilite"><pre><span class="o">&gt;</span> <span class="n">cd</span> $<span class="n">PROJECT_ROOT</span>
+<span class="o">&gt;</span> <span class="n">mvn</span> <span class="n">clean</span> <span class="n">install</span>
+</pre></div>
+
+
 <h1 id="contributions">Contributions<a class="headerlink" href="#contributions" title="Permanent link">&para;</a></h1>
 <p>If you like to contribute to this project please also refer also to our <a href="./contributors.html">Contributors section</a>.</p>
           </div>