http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f5010f82/download.html ---------------------------------------------------------------------- diff --git a/download.html b/download.html new file mode 100644 index 0000000..b1145ec --- /dev/null +++ b/download.html @@ -0,0 +1,274 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> + +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <meta charset="utf-8"/> + <title>Apache Tamaya: Download</title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"/> + <meta name="description" content=""/> + <meta name="author" content=""/> + <meta name="keywords" content=""/> + <meta name="generator" content="'JBake '+'${version}"/> + + <!-- Le styles --> + <link href="css/bootstrap.min.css" rel="stylesheet"/> + <link href="css/asciidoctor.css" rel="stylesheet"/> + <link href="css/base.css" rel="stylesheet"/> + <link href="css/prettify.css" rel="stylesheet"/> + + <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> + <!--[if lt IE 9]> + <script src="js/html5shiv.min.js"></script> + <![endif]--> + + <!-- Fav and touch icons from ASF --> + <link rel="shortcut icon" href="favicon.ico"/> + <link rel="apple-touch-icon" sizes="57x57" href="favicons/apple-touch-icon-57x57.png"/> + <link rel="apple-touch-icon" sizes="60x60" href="favicons/apple-touch-icon-60x60.png"/> + <link rel="apple-touch-icon" sizes="72x72" href="favicons/apple-touch-icon-72x72.png"/> + <link rel="apple-touch-icon" sizes="76x76" href="favicons/apple-touch-icon-76x76.png"/> + <link rel="apple-touch-icon" sizes="114x114" href="favicons/apple-touch-icon-114x114.png"/> + <link rel="apple-touch-icon" sizes="120x120" href="favicons/apple-touch-icon-120x120.png"/> + <link rel="apple-touch-icon" sizes="144x144" href="favicons/apple-touch-icon-144x144.png"/> + <link rel="apple-touch-icon" sizes="152x152" href="favicons/apple-touch-icon-152x152.png"/> + <link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon-180x180.png"/> + <link rel="icon" type="image/png" href="favicons/favicon-32x32.png" sizes="32x32"/> + <link rel="icon" type="image/png" href="favicons/favicon-194x194.png" sizes="194x194"/> + <link rel="icon" type="image/png" href="favicons/favicon-96x96.png" sizes="96x96"/> + <link rel="icon" type="image/png" href="favicons/android-chrome-192x192.png" sizes="192x192"/> + <link rel="icon" type="image/png" href="favicons/favicon-16x16.png" sizes="16x16"/> + <link rel="manifest" href="favicons/manifest.json"/> + <link rel="shortcut icon" href="favicons/favicon.ico"/> + <meta name="msapplication-TileColor" content="#603cba"/> + <meta name="msapplication-TileImage" content="favicons/mstile-144x144.png"/> + <meta name="msapplication-config" content="favicons/browserconfig.xml"/> + <meta name="theme-color" content="#303284"/> + </head> + <body onload="prettyPrint()"> + <div id="wrap"> + <div> + + <!-- Fixed navbar --> + <div class="navbar navbar-default navbar-fixed-top" role="navigation"> + <div class="container"> + <div class="navbar-header"> + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> + <span class="sr-only">Toggle navigation</span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + </button> + <a class="navbar-brand" href="index.html">Apache Tamaya (incubating)</a> + </div> + <div class="navbar-collapse collapse"> + <ul class="nav navbar-nav"> + <li><a href="start.html">Tamaya in 5 minutes</a></li> + <li class="dropdown"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a> + <ul class="dropdown-menu"> + <li><a href="documentation/usecases.html">Use Cases and Requirements</a></li> + <li><a href="documentation/quickstart.html">Quickstart</a></li> + <li><a href="documentation/api.html">API</a></li> + <li><a href="documentation/core.html">Core</a></li> + <li><a href="documentation/extensions.html">Extension Guide</a></li> + <li class="divider"></li> + <li><a href="apidocs/index.html">Javadoc 0.3-incubating-SNAPSHOT (external)</a></li> + </ul> + </li> + <li class="dropdown"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown">Development <b class="caret"></b></a> + <ul class="dropdown-menu"> + <li><a href="development/source.html">Sources</a></li> + <li><a href="development/community.html">Community</a></li> + <li><a href="development/team.html">Project Team</a></li> + <li><a target="_blank" href="https://builds.apache.org/view/S-Z/view/Tamaya/">CI / ASF Jenkins</a></li> + <li><a target="_blank" href="https://issues.apache.org/jira/browse/TAMAYA">Issues / ASF Jira</a></li> + <li><a href="devguide.html">Development Guide</a></li> + <li><a href="release-guide.html">Release Guide</a></li> + <li class="divider"></li> + <li><a href="development/possible-contributions.html">Possible Contributions</a></li> + </ul> + </li> + <li class="dropdown"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b class="caret"></b></a> + <ul class="dropdown-menu"> + <li><a href="download.html">Download</a></li> + <li><a href="history.html">Release History</a></li> + </ul> + </li> +<!-- Example: + <li class="dropdown"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a> + <ul class="dropdown-menu"> + <li><a href="#">Action</a></li> + <li><a href="#">Another action</a></li> + <li><a href="#">Something else here</a></li> + <li class="divider"></li> + <li class="dropdown-header">Nav header</li> + <li><a href="#">Separated link</a></li> + <li><a href="#">One more separated link</a></li> + </ul> + </li> +--> + <li><a href="sitemap.xml">Sitemap</a></li> + <li><a href="feed.xml">Subscribe</a></li> + </ul> + </div><!--/.nav-collapse --> + </div> + </div> + + </div> + <div class="container"> + + <div class="page-header"> + <h1>Apache Tamaya: Download</h1> + </div> + + <p><em>2017-01-10</em></p> + + <p><div id="preamble"> +<div class="sectionbody"> +<div class="paragraph"> +<p>The latest release is Apache Tamaya 0.2-incubating. +You can download it it from the +<a href="http://www.apache.org/dist/incubator/tamaya" target="_blank">Apache Software Foundation Distribution Directory</a>.</p> +</div> +<div class="paragraph"> +<p>The release notes for each release of Apache Tamaya +can be found at the <a href="history.html">release history page</a>.</p> +</div> +</div> +</div> +<div class="sect1"> +<h2 id="_current_source_code">1. Current Source Code</h2> +<div class="sectionbody"> +<div class="paragraph"> +<p>Downloading of the the current state of the project can be done by</p> +</div> +<div class="ulist"> +<ul> +<li> +<p>cloning the <a href="https://github.com/apache/incubator-tamaya" target="_blank">GitHub mirror</a></p> +</li> +<li> +<p>Github also provides an easy way to dowload the current project source as zip archive.</p> +</li> +</ul> +</div> +</div> +</div> +<div class="sect1"> +<h2 id="_maven_dependencies">2. Maven Dependencies</h2> +<div class="sectionbody"> +<div class="listingblock"> +<div class="content"> +<pre class="prettyprint highlight"><code class="language-xml" data-lang="xml"><dependency> + <groupId>org.apache.tamaya</groupId> + <artifactId>tamaya-api</artifactId> + <version>0.2-incubating</version> +</dependency> +<dependency> + <groupId>org.apache.tamaya</groupId> + <artifactId>tamaya-core</artifactId> + <version>0.2-incubating</version> +</dependency></code></pre> +</div> +</div> +</div> +</div> +<div class="sect1"> +<h2 id="_previous_releases">3. Previous Releases</h2> +<div class="sectionbody"> +<div class="paragraph"> +<p>All previous releases can also be found at the +<a href="https://www.apache.org/dist/incubator/tamaya/" target="_blank">Apache Software Foundation Distribution Directory</a>. +In our <a href="history.html">release history overview</a> you can find all previous releases of Tamaya.</p> +</div> +</div> +</div> +<div class="sect1"> +<h2 id="_verifying_releases">4. Verifying Releases</h2> +<div class="sectionbody"> +<div class="paragraph"> +<p>It is essential that you verify the integrity of any downloaded files using +the PGP or MD5 signatures. For more information on signing artifacts and +why we do it, check out the +<a href="https://www.apache.org/dev/release-signing.html" target="_blank">Release Signing FAQ</a>.</p> +</div> +<div class="paragraph"> +<p>The PGP signatures can be verified using PGP or GPG. First download the +<a href="https://www.apache.org/dist/incubator/tamaya/KEYS" target="_blank">KEYS file</a> +as well as the asc signature file for the artifact. Make sure you get +these files from the +<a href="https://www.apache.org/dist/incubator/tamaya/" target="_blank">main distribution directory</a> +rather than from a +<a href="https://www.apache.org/dyn/closer.cgi/tamaya/" target="_blank">mirror</a>. +Then verify the signatures using e.g.:</p> +</div> +<div class="listingblock"> +<div class="content"> +<pre class="prettyprint highlight"><code class="language-shell" data-lang="shell">$ pgpk -a KEYS +$ pgpv tamaya-project-1.2.0-source-release.zip.asc</code></pre> +</div> +</div> +<div class="paragraph"> +<p>or</p> +</div> +<div class="listingblock"> +<div class="content"> +<pre class="prettyprint highlight"><code class="language-shell" data-lang="shell">$ pgp -ka KEYS +$ pgp tamaya-project-1.2.0-source-release.zip.asc</code></pre> +</div> +</div> +<div class="paragraph"> +<p>or</p> +</div> +<div class="listingblock"> +<div class="content"> +<pre class="prettyprint highlight"><code class="language-shell" data-lang="shell">$ gpg --import KEYS +$ gpg --verify tamaya-project-1.2.0-source-release.zip.asc</code></pre> +</div> +</div> +</div> +</div></p> + + <hr /> + </div> + </div> + <div> + <div id="push"></div> + + <div id="footer"> + <div class="container"> + <p class="muted credit">© 2014-2016 Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a> + | Baked with <a href="http://jbake.org">JBake <span>v2.5.0</span></a> + at <span>2017-01-15</span> + </p> + <p> + <b>Disclaimer</b> + Apache Tamaya (incubating) is an effort undergoing + incubation at + The Apache Software Foundation (ASF), sponsored by + the name of Apache Incubator. Incubation is required of + all newly accepted projects until a further review indicates + that the infrastructure, communications, and decision making + process have stabilized in a manner consistent with other + successful ASF projects. While incubation status is not + necessarily a reflection of the completeness or stability of + the code, it does indicate that the project has yet to + be fully endorsed by the ASF.<br /> + <a href="http://incubator.apache.org/guides/website.html" style="border:0px;" target="_target"><img class="incubator-logo" src="logos/egg-logo2.png"/></a> + </p> + </div> + </div> + + <!-- Le javascript + ================================================== --> + <!-- Placed at the end of the document so the pages load faster --> + <script src="js/jquery-1.11.1.min.js"></script> + <script src="js/bootstrap.min.js"></script> + <script src="js/prettify.js"></script> + + </div> + </body> +</html>
http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f5010f82/examples.html ---------------------------------------------------------------------- diff --git a/examples.html b/examples.html new file mode 100644 index 0000000..db74fc5 --- /dev/null +++ b/examples.html @@ -0,0 +1,240 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> + +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <meta charset="utf-8"/> + <title>Apache Tamaya: Examples</title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"/> + <meta name="description" content=""/> + <meta name="author" content=""/> + <meta name="keywords" content=""/> + <meta name="generator" content="'JBake '+'${version}"/> + + <!-- Le styles --> + <link href="css/bootstrap.min.css" rel="stylesheet"/> + <link href="css/asciidoctor.css" rel="stylesheet"/> + <link href="css/base.css" rel="stylesheet"/> + <link href="css/prettify.css" rel="stylesheet"/> + + <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> + <!--[if lt IE 9]> + <script src="js/html5shiv.min.js"></script> + <![endif]--> + + <!-- Fav and touch icons from ASF --> + <link rel="shortcut icon" href="favicon.ico"/> + <link rel="apple-touch-icon" sizes="57x57" href="favicons/apple-touch-icon-57x57.png"/> + <link rel="apple-touch-icon" sizes="60x60" href="favicons/apple-touch-icon-60x60.png"/> + <link rel="apple-touch-icon" sizes="72x72" href="favicons/apple-touch-icon-72x72.png"/> + <link rel="apple-touch-icon" sizes="76x76" href="favicons/apple-touch-icon-76x76.png"/> + <link rel="apple-touch-icon" sizes="114x114" href="favicons/apple-touch-icon-114x114.png"/> + <link rel="apple-touch-icon" sizes="120x120" href="favicons/apple-touch-icon-120x120.png"/> + <link rel="apple-touch-icon" sizes="144x144" href="favicons/apple-touch-icon-144x144.png"/> + <link rel="apple-touch-icon" sizes="152x152" href="favicons/apple-touch-icon-152x152.png"/> + <link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon-180x180.png"/> + <link rel="icon" type="image/png" href="favicons/favicon-32x32.png" sizes="32x32"/> + <link rel="icon" type="image/png" href="favicons/favicon-194x194.png" sizes="194x194"/> + <link rel="icon" type="image/png" href="favicons/favicon-96x96.png" sizes="96x96"/> + <link rel="icon" type="image/png" href="favicons/android-chrome-192x192.png" sizes="192x192"/> + <link rel="icon" type="image/png" href="favicons/favicon-16x16.png" sizes="16x16"/> + <link rel="manifest" href="favicons/manifest.json"/> + <link rel="shortcut icon" href="favicons/favicon.ico"/> + <meta name="msapplication-TileColor" content="#603cba"/> + <meta name="msapplication-TileImage" content="favicons/mstile-144x144.png"/> + <meta name="msapplication-config" content="favicons/browserconfig.xml"/> + <meta name="theme-color" content="#303284"/> + </head> + <body onload="prettyPrint()"> + <div id="wrap"> + <div> + + <!-- Fixed navbar --> + <div class="navbar navbar-default navbar-fixed-top" role="navigation"> + <div class="container"> + <div class="navbar-header"> + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> + <span class="sr-only">Toggle navigation</span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + </button> + <a class="navbar-brand" href="index.html">Apache Tamaya (incubating)</a> + </div> + <div class="navbar-collapse collapse"> + <ul class="nav navbar-nav"> + <li><a href="start.html">Tamaya in 5 minutes</a></li> + <li class="dropdown"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a> + <ul class="dropdown-menu"> + <li><a href="documentation/usecases.html">Use Cases and Requirements</a></li> + <li><a href="documentation/quickstart.html">Quickstart</a></li> + <li><a href="documentation/api.html">API</a></li> + <li><a href="documentation/core.html">Core</a></li> + <li><a href="documentation/extensions.html">Extension Guide</a></li> + <li class="divider"></li> + <li><a href="apidocs/index.html">Javadoc 0.3-incubating-SNAPSHOT (external)</a></li> + </ul> + </li> + <li class="dropdown"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown">Development <b class="caret"></b></a> + <ul class="dropdown-menu"> + <li><a href="development/source.html">Sources</a></li> + <li><a href="development/community.html">Community</a></li> + <li><a href="development/team.html">Project Team</a></li> + <li><a target="_blank" href="https://builds.apache.org/view/S-Z/view/Tamaya/">CI / ASF Jenkins</a></li> + <li><a target="_blank" href="https://issues.apache.org/jira/browse/TAMAYA">Issues / ASF Jira</a></li> + <li><a href="devguide.html">Development Guide</a></li> + <li><a href="release-guide.html">Release Guide</a></li> + <li class="divider"></li> + <li><a href="development/possible-contributions.html">Possible Contributions</a></li> + </ul> + </li> + <li class="dropdown"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b class="caret"></b></a> + <ul class="dropdown-menu"> + <li><a href="download.html">Download</a></li> + <li><a href="history.html">Release History</a></li> + </ul> + </li> +<!-- Example: + <li class="dropdown"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a> + <ul class="dropdown-menu"> + <li><a href="#">Action</a></li> + <li><a href="#">Another action</a></li> + <li><a href="#">Something else here</a></li> + <li class="divider"></li> + <li class="dropdown-header">Nav header</li> + <li><a href="#">Separated link</a></li> + <li><a href="#">One more separated link</a></li> + </ul> + </li> +--> + <li><a href="sitemap.xml">Sitemap</a></li> + <li><a href="feed.xml">Subscribe</a></li> + </ul> + </div><!--/.nav-collapse --> + </div> + </div> + + </div> + <div class="container"> + + <div class="page-header"> + <h1>Apache Tamaya: Examples</h1> + </div> + + <p><em>2017-01-10</em></p> + + <p><div id="preamble"> +<div class="sectionbody"> +<!-- toc disabled --> +</div> +</div> +<div class="sect1"> +<h2 id="_tamaya_examples">Tamaya Examples</h2> +<div class="sectionbody"> +<div class="sect2"> +<h3 id="_minimal">Minimal</h3> +<div class="paragraph"> +<p>This example shows the basic functionality that is available when Tamaya is used without any further extensions. +It shows how configuration can be added to the classpath and how it can be accessed.</p> +</div> +</div> +<div class="sect2"> +<h3 id="_simple_propertysource">Simple PropertySource</h3> +<div class="paragraph"> +<p>This example shows how to write and register an additional PropertySource and PropertySourceProvider, which is +the SPI to add your own configuration data and locations. For a more advanced example you may also have a look at +the provided default metamodels, e.g. the simple metamodel (currently in the experimental part and not shipped with +the current release).</p> +</div> +</div> +<div class="sect2"> +<h3 id="_resources">Resources</h3> +<div class="paragraph"> +<p>This example shows how resources can be located using ANT-styled paths and this feature can help you to implement +PropertySourceProvider instances that provide configuration for a set of files/folders at a certain (searchable) +location, as provided by the resource extension_.</p> +</div> +</div> +<div class="sect2"> +<h3 id="_resolver">Resolver</h3> +<div class="paragraph"> +<p>The resolver example defines a configuration file that illustrates the usage of placeholders that are resolved on +configuration access, as provided by the <em>resolver extension</em>.</p> +</div> +</div> +<div class="sect2"> +<h3 id="_injection">Injection</h3> +<div class="paragraph"> +<p>The injection sample shows how to inject configuration into a created object instance, or how to instantiate a proxied +configuration template, which provides a type-safe configuration access mechanism. This functionality is provided +by the <em>injection extension</em>. Hereby neither JSR 330 nor 299 are used, so it is pure and minimal SE based +implementation.</p> +</div> +</div> +<div class="sect2"> +<h3 id="_fileobserver">FileObserver</h3> +<div class="paragraph"> +<p>This example shows how the event extension can be used to automatically adapt the current configuration when +the underlying configuration data is changing, e.g. when new configuration is added to a file folder, or removed or +adapted.</p> +</div> +</div> +<div class="sect2"> +<h3 id="_builder">Builder</h3> +<div class="paragraph"> +<p>This example shows how to build a Configuration using a simple pure SE builder API as provided by the +<em>builder extension</em>.</p> +</div> +</div> +<div class="sect2"> +<h3 id="_remote">Remote</h3> +<div class="paragraph"> +<p>THe remote example shows a simple setup where parts of the Configuration are read remotedly.</p> +</div> +</div> +</div> +</div></p> + + <hr /> + </div> + </div> + <div> + <div id="push"></div> + + <div id="footer"> + <div class="container"> + <p class="muted credit">© 2014-2016 Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a> + | Baked with <a href="http://jbake.org">JBake <span>v2.5.0</span></a> + at <span>2017-01-15</span> + </p> + <p> + <b>Disclaimer</b> + Apache Tamaya (incubating) is an effort undergoing + incubation at + The Apache Software Foundation (ASF), sponsored by + the name of Apache Incubator. Incubation is required of + all newly accepted projects until a further review indicates + that the infrastructure, communications, and decision making + process have stabilized in a manner consistent with other + successful ASF projects. While incubation status is not + necessarily a reflection of the completeness or stability of + the code, it does indicate that the project has yet to + be fully endorsed by the ASF.<br /> + <a href="http://incubator.apache.org/guides/website.html" style="border:0px;" target="_target"><img class="incubator-logo" src="logos/egg-logo2.png"/></a> + </p> + </div> + </div> + + <!-- Le javascript + ================================================== --> + <!-- Placed at the end of the document so the pages load faster --> + <script src="js/jquery-1.11.1.min.js"></script> + <script src="js/bootstrap.min.js"></script> + <script src="js/prettify.js"></script> + + </div> + </body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f5010f82/favicon.ico ---------------------------------------------------------------------- diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..839e0e9 Binary files /dev/null and b/favicon.ico differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f5010f82/favicons/android-chrome-144x144.png ---------------------------------------------------------------------- diff --git a/favicons/android-chrome-144x144.png b/favicons/android-chrome-144x144.png new file mode 100644 index 0000000..49db02e Binary files /dev/null and b/favicons/android-chrome-144x144.png differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f5010f82/favicons/android-chrome-192x192.png ---------------------------------------------------------------------- diff --git a/favicons/android-chrome-192x192.png b/favicons/android-chrome-192x192.png new file mode 100644 index 0000000..ceac544 Binary files /dev/null and b/favicons/android-chrome-192x192.png differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f5010f82/favicons/android-chrome-36x36.png ---------------------------------------------------------------------- diff --git a/favicons/android-chrome-36x36.png b/favicons/android-chrome-36x36.png new file mode 100644 index 0000000..68adb6c Binary files /dev/null and b/favicons/android-chrome-36x36.png differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f5010f82/favicons/android-chrome-48x48.png ---------------------------------------------------------------------- diff --git a/favicons/android-chrome-48x48.png b/favicons/android-chrome-48x48.png new file mode 100644 index 0000000..9a2f4c7 Binary files /dev/null and b/favicons/android-chrome-48x48.png differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f5010f82/favicons/android-chrome-72x72.png ---------------------------------------------------------------------- diff --git a/favicons/android-chrome-72x72.png b/favicons/android-chrome-72x72.png new file mode 100644 index 0000000..383fc0e Binary files /dev/null and b/favicons/android-chrome-72x72.png differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f5010f82/favicons/android-chrome-96x96.png ---------------------------------------------------------------------- diff --git a/favicons/android-chrome-96x96.png b/favicons/android-chrome-96x96.png new file mode 100644 index 0000000..10c92d6 Binary files /dev/null and b/favicons/android-chrome-96x96.png differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f5010f82/favicons/apple-touch-icon-114x114.png ---------------------------------------------------------------------- diff --git a/favicons/apple-touch-icon-114x114.png b/favicons/apple-touch-icon-114x114.png new file mode 100644 index 0000000..69e475a Binary files /dev/null and b/favicons/apple-touch-icon-114x114.png differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f5010f82/favicons/apple-touch-icon-120x120.png ---------------------------------------------------------------------- diff --git a/favicons/apple-touch-icon-120x120.png b/favicons/apple-touch-icon-120x120.png new file mode 100644 index 0000000..d212e4e Binary files /dev/null and b/favicons/apple-touch-icon-120x120.png differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f5010f82/favicons/apple-touch-icon-144x144.png ---------------------------------------------------------------------- diff --git a/favicons/apple-touch-icon-144x144.png b/favicons/apple-touch-icon-144x144.png new file mode 100644 index 0000000..bbece87 Binary files /dev/null and b/favicons/apple-touch-icon-144x144.png differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f5010f82/favicons/apple-touch-icon-152x152.png ---------------------------------------------------------------------- diff --git a/favicons/apple-touch-icon-152x152.png b/favicons/apple-touch-icon-152x152.png new file mode 100644 index 0000000..bbc2165 Binary files /dev/null and b/favicons/apple-touch-icon-152x152.png differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f5010f82/favicons/apple-touch-icon-180x180.png ---------------------------------------------------------------------- diff --git a/favicons/apple-touch-icon-180x180.png b/favicons/apple-touch-icon-180x180.png new file mode 100644 index 0000000..a5b90d9 Binary files /dev/null and b/favicons/apple-touch-icon-180x180.png differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f5010f82/favicons/apple-touch-icon-57x57.png ---------------------------------------------------------------------- diff --git a/favicons/apple-touch-icon-57x57.png b/favicons/apple-touch-icon-57x57.png new file mode 100644 index 0000000..c3fb054 Binary files /dev/null and b/favicons/apple-touch-icon-57x57.png differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f5010f82/favicons/apple-touch-icon-60x60.png ---------------------------------------------------------------------- diff --git a/favicons/apple-touch-icon-60x60.png b/favicons/apple-touch-icon-60x60.png new file mode 100644 index 0000000..54c8098 Binary files /dev/null and b/favicons/apple-touch-icon-60x60.png differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f5010f82/favicons/apple-touch-icon-72x72.png ---------------------------------------------------------------------- diff --git a/favicons/apple-touch-icon-72x72.png b/favicons/apple-touch-icon-72x72.png new file mode 100644 index 0000000..a8b677f Binary files /dev/null and b/favicons/apple-touch-icon-72x72.png differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f5010f82/favicons/apple-touch-icon-76x76.png ---------------------------------------------------------------------- diff --git a/favicons/apple-touch-icon-76x76.png b/favicons/apple-touch-icon-76x76.png new file mode 100644 index 0000000..9047bfc Binary files /dev/null and b/favicons/apple-touch-icon-76x76.png differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f5010f82/favicons/apple-touch-icon-precomposed.png ---------------------------------------------------------------------- diff --git a/favicons/apple-touch-icon-precomposed.png b/favicons/apple-touch-icon-precomposed.png new file mode 100644 index 0000000..7e7a7c1 Binary files /dev/null and b/favicons/apple-touch-icon-precomposed.png differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f5010f82/favicons/apple-touch-icon.png ---------------------------------------------------------------------- diff --git a/favicons/apple-touch-icon.png b/favicons/apple-touch-icon.png new file mode 100644 index 0000000..a5b90d9 Binary files /dev/null and b/favicons/apple-touch-icon.png differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f5010f82/favicons/browserconfig.xml ---------------------------------------------------------------------- diff --git a/favicons/browserconfig.xml b/favicons/browserconfig.xml new file mode 100644 index 0000000..b945382 --- /dev/null +++ b/favicons/browserconfig.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<browserconfig> + <msapplication> + <tile> + <square70x70logo src="/favicons/mstile-70x70.png"/> + <square150x150logo src="/favicons/mstile-150x150.png"/> + <square310x310logo src="/favicons/mstile-310x310.png"/> + <wide310x150logo src="/favicons/mstile-310x150.png"/> + <TileColor>#603cba</TileColor> + </tile> + </msapplication> +</browserconfig> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f5010f82/favicons/favicon-16x16.png ---------------------------------------------------------------------- diff --git a/favicons/favicon-16x16.png b/favicons/favicon-16x16.png new file mode 100644 index 0000000..b243348 Binary files /dev/null and b/favicons/favicon-16x16.png differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f5010f82/favicons/favicon-194x194.png ---------------------------------------------------------------------- diff --git a/favicons/favicon-194x194.png b/favicons/favicon-194x194.png new file mode 100644 index 0000000..e6d236b Binary files /dev/null and b/favicons/favicon-194x194.png differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f5010f82/favicons/favicon-32x32.png ---------------------------------------------------------------------- diff --git a/favicons/favicon-32x32.png b/favicons/favicon-32x32.png new file mode 100644 index 0000000..41dc428 Binary files /dev/null and b/favicons/favicon-32x32.png differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f5010f82/favicons/favicon-96x96.png ---------------------------------------------------------------------- diff --git a/favicons/favicon-96x96.png b/favicons/favicon-96x96.png new file mode 100644 index 0000000..0288cad Binary files /dev/null and b/favicons/favicon-96x96.png differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f5010f82/favicons/favicon.ico ---------------------------------------------------------------------- diff --git a/favicons/favicon.ico b/favicons/favicon.ico new file mode 100644 index 0000000..839e0e9 Binary files /dev/null and b/favicons/favicon.ico differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f5010f82/favicons/manifest.json ---------------------------------------------------------------------- diff --git a/favicons/manifest.json b/favicons/manifest.json new file mode 100644 index 0000000..eea566d --- /dev/null +++ b/favicons/manifest.json @@ -0,0 +1,41 @@ +{ + "name": "Apache", + "icons": [ + { + "src": "\/favicons\/android-chrome-36x36.png", + "sizes": "36x36", + "type": "image\/png", + "density": "0.75" + }, + { + "src": "\/favicons\/android-chrome-48x48.png", + "sizes": "48x48", + "type": "image\/png", + "density": "1.0" + }, + { + "src": "\/favicons\/android-chrome-72x72.png", + "sizes": "72x72", + "type": "image\/png", + "density": "1.5" + }, + { + "src": "\/favicons\/android-chrome-96x96.png", + "sizes": "96x96", + "type": "image\/png", + "density": "2.0" + }, + { + "src": "\/favicons\/android-chrome-144x144.png", + "sizes": "144x144", + "type": "image\/png", + "density": "3.0" + }, + { + "src": "\/favicons\/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image\/png", + "density": "4.0" + } + ] +} http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f5010f82/favicons/mstile-144x144.png ---------------------------------------------------------------------- diff --git a/favicons/mstile-144x144.png b/favicons/mstile-144x144.png new file mode 100644 index 0000000..9604d25 Binary files /dev/null and b/favicons/mstile-144x144.png differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f5010f82/favicons/mstile-150x150.png ---------------------------------------------------------------------- diff --git a/favicons/mstile-150x150.png b/favicons/mstile-150x150.png new file mode 100644 index 0000000..21cc251 Binary files /dev/null and b/favicons/mstile-150x150.png differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f5010f82/favicons/mstile-310x150.png ---------------------------------------------------------------------- diff --git a/favicons/mstile-310x150.png b/favicons/mstile-310x150.png new file mode 100644 index 0000000..e639708 Binary files /dev/null and b/favicons/mstile-310x150.png differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f5010f82/favicons/mstile-310x310.png ---------------------------------------------------------------------- diff --git a/favicons/mstile-310x310.png b/favicons/mstile-310x310.png new file mode 100644 index 0000000..84addbc Binary files /dev/null and b/favicons/mstile-310x310.png differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f5010f82/favicons/mstile-70x70.png ---------------------------------------------------------------------- diff --git a/favicons/mstile-70x70.png b/favicons/mstile-70x70.png new file mode 100644 index 0000000..15533b7 Binary files /dev/null and b/favicons/mstile-70x70.png differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f5010f82/feed.xml ---------------------------------------------------------------------- diff --git a/feed.xml b/feed.xml new file mode 100644 index 0000000..f384250 --- /dev/null +++ b/feed.xml @@ -0,0 +1,62 @@ +<?xml version="1.0"?> +<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> + <channel> + <title>Apache Incubator Tamaya</title> + <link>https://tamaya.incubator.apache.org</link> + <atom:link href="https://tamaya.incubator.apache.org/feed.xml" rel="self" type="application/rss+xml" /> + <description>Apache Tamaya RSS feed template</description> + <language>en-gb</language> + <pubDate>So, 15 Jan 2017 21:44:06 +0100</pubDate> + <lastBuildDate>So, 15 Jan 2017 21:44:06 +0100</lastBuildDate> + + <item> + <title>Introduction to configuration (German)</title> + <link>https://tamaya.incubator.apache.org/blog/2015/introduction.html</link> + <pubDate>Mi, 1 Jul 2015 00:00:00 +0200</pubDate> + <guid isPermaLink="false">blog/2015/introduction.html</guid> + <description>&lt;div class=&quot;paragraph&quot;&gt; +&lt;p&gt;Anatole and Thorben Janssen wrote an introduction about configuration and motivation to pursuit work on Apache Tamaya:&lt;/p&gt; +&lt;/div&gt; +&lt;div class=&quot;ulist&quot;&gt; +&lt;ul&gt; +&lt;li&gt; +&lt;p&gt;&lt;a href=&quot;https://jaxenter.de/konfiguration-in-java-20526&quot;&gt;Konfiguration in Java (German article)&lt;/a&gt;&lt;/p&gt; +&lt;/li&gt; +&lt;/ul&gt; +&lt;/div&gt;</description> + </item><item> + <title>Introduction to Apache Tamaya Incubating (German)</title> + <link>https://tamaya.incubator.apache.org/blog/2014/whatistamaya.html</link> + <pubDate>Mo, 15 Dez 2014 00:00:00 +0100</pubDate> + <guid isPermaLink="false">blog/2014/whatistamaya.html</guid> + <description>&lt;div class=&quot;paragraph&quot;&gt; +&lt;p&gt;This article, written by Michael Thomas, gives an overview of Apache Tamaya Incubating, its concepts and motivation as a portable configuration system for Java SE, ME, EE-deployments.&lt;/p&gt; +&lt;/div&gt; +&lt;div class=&quot;ulist&quot;&gt; +&lt;ul&gt; +&lt;li&gt; +&lt;p&gt;&lt;a href=&quot;https://jaxenter.de/was-ist-apache-tamaya-171&quot;&gt;Was ist Apache Tamaya? (German article)&lt;/a&gt;&lt;/p&gt; +&lt;/li&gt; +&lt;/ul&gt; +&lt;/div&gt;</description> + </item><item> + <title>Java EE 8 without any configuration JSR (German)</title> + <link>https://tamaya.incubator.apache.org/blog/2014/no-jsr-in-javaee8.html</link> + <pubDate>Mi, 3 Sep 2014 00:00:00 +0200</pubDate> + <guid isPermaLink="false">blog/2014/no-jsr-in-javaee8.html</guid> + <description>&lt;div class=&quot;paragraph&quot;&gt; +&lt;p&gt;Anatole wrote a blog post explaining that there will not be a configuration JSR in Java EE8.&lt;/p&gt; +&lt;/div&gt; +&lt;div class=&quot;ulist&quot;&gt; +&lt;ul&gt; +&lt;li&gt; +&lt;p&gt;&lt;a href=&quot;https://jaxenter.de/ruckzieher-java-ee-8-ohne-konfigurations-jsr-678&quot;&gt;German news article at JAXenter&lt;/a&gt;&lt;/p&gt; +&lt;/li&gt; +&lt;li&gt; +&lt;p&gt;&lt;a href=&quot;http://javaeeconfig.blogspot.de/2014/09/no-java-ee-configuration-for-ee8-dear.html&quot;&gt;original blog post&lt;/a&gt;&lt;/p&gt; +&lt;/li&gt; +&lt;/ul&gt; +&lt;/div&gt;</description> + </item> + </channel> +</rss> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f5010f82/fonts/glyphicons-halflings-regular.eot ---------------------------------------------------------------------- diff --git a/fonts/glyphicons-halflings-regular.eot b/fonts/glyphicons-halflings-regular.eot new file mode 100644 index 0000000..4a4ca86 Binary files /dev/null and b/fonts/glyphicons-halflings-regular.eot differ
