You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by po...@apache.org on 2016/12/19 22:09:23 UTC

incubator-tamaya-site git commit: TAMAYA-209: Regenerate again

Repository: incubator-tamaya-site
Updated Branches:
  refs/heads/asf-site 40dff215d -> 91a8e92d4


TAMAYA-209: Regenerate again


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/91a8e92d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/tree/91a8e92d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/diff/91a8e92d

Branch: refs/heads/asf-site
Commit: 91a8e92d47576ff886ca5c6b6cb478884017c41b
Parents: 40dff21
Author: Phil Ottlinger <po...@apache.org>
Authored: Mon Dec 19 23:09:04 2016 +0100
Committer: Phil Ottlinger <po...@apache.org>
Committed: Mon Dec 19 23:09:04 2016 +0100

----------------------------------------------------------------------
 apidocs/index.html     | 172 ++++++++++++++++++++++++++++++++++++++++++++
 documentation/api.html |  12 ++--
 feed.xml               |   6 +-
 sitemap.xml            |   9 ++-
 4 files changed, 188 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/91a8e92d/apidocs/index.html
----------------------------------------------------------------------
diff --git a/apidocs/index.html b/apidocs/index.html
new file mode 100644
index 0000000..37f9eaf
--- /dev/null
+++ b/apidocs/index.html
@@ -0,0 +1,172 @@
+<!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>API is missing</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 {tamaya_version} (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>API is missing</h1>
+			</div>
+
+			<p><em>2016-12-19</em></p>
+
+			<p><h2>API is missing</h2>
+<p>In case you do see this page someone forgot to generate/create the real API/Javadoc by running mvn site:site and copying this over to an apidocs subfolder inside of the asf-site branch.</p>
+<p>Come back later :-)</p></p>
+
+			<hr />
+		</div>
+	</div>
+	<div>
+			<div id="push"></div>
+
+		    <div id="footer">
+		      <div class="container">
+		        <p class="muted credit">&copy; 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>2016-12-19</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/91a8e92d/documentation/api.html
----------------------------------------------------------------------
diff --git a/documentation/api.html b/documentation/api.html
index 52cbd8e..829dc9b 100644
--- a/documentation/api.html
+++ b/documentation/api.html
@@ -132,7 +132,7 @@
 <div class="paragraph">
 <p>Though Tamaya is a very powerful and flexible solution there are basically only a few simple core concepts required
 that are the base of all the other mechanisms. As a starting point we recommend you read the corresponding
-l<a href="highleveldesign.html">High Level Design Documentation</a></p>
+<a href="../highleveldesign.html">High Level Design Documentation</a></p>
 </div>
 </div>
 </div>
@@ -140,7 +140,7 @@ l<a href="highleveldesign.html">High Level Design Documentation</a></p>
 <h2 id="API">The Tamaya API</h2>
 <div class="sectionbody">
 <div class="paragraph">
-<p>The API provides the artifacts as described in the <a href="highleveldesign.html">High Level Design Documentation</a>, which are:</p>
+<p>The API provides the artifacts as described in the <a href="../highleveldesign.html">High Level Design Documentation</a>, which are:</p>
 </div>
 <div class="ulist">
 <ul>
@@ -349,9 +349,12 @@ accessible.</p>
 </ul>
 </div>
 <div class="paragraph">
-<p>[[API Configuration]]
-=== Configuration</p>
+<p>[[API Configuration]]</p>
 </div>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_configuration">Configuration</h3>
 <div class="paragraph">
 <p>Configuration is the main API provided by Tamaya. It allows reading of single property values or the whole
 property map, but also supports type safe access:</p>
@@ -436,7 +439,6 @@ be included.</p>
 <div class="paragraph">
 <p>Hereby the singleton is backed up by an instance of ConfigurationProviderSpi.</p>
 </div>
-</div>
 <div class="sect3">
 <h4 id="PropertyConverter">Property Type Conversion</h4>
 <div class="paragraph">

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/91a8e92d/feed.xml
----------------------------------------------------------------------
diff --git a/feed.xml b/feed.xml
index 959154b..9f07d86 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,13 +6,13 @@
     <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>Mo, 19 Dez 2016 22:57:10 +0100</pubDate>
-    <lastBuildDate>Mo, 19 Dez 2016 22:57:10 +0100</lastBuildDate>
+    <pubDate>Mo, 19 Dez 2016 23:08:07 +0100</pubDate>
+    <lastBuildDate>Mo, 19 Dez 2016 23:08:07 +0100</lastBuildDate>
 
     <item>
       <title>Fourth Post</title>
       <link>https://tamaya.incubator.apache.org/blog/2016/fourth-post.html</link>
-      <pubDate>Mo, 19 Dez 2016 22:56:51 +0100</pubDate>
+      <pubDate>Mo, 19 Dez 2016 23:00:53 +0100</pubDate>
       <guid isPermaLink="false">blog/2016/fourth-post.html</guid>
       <description>&amp;lt;div class=&amp;quot;paragraph&amp;quot;&amp;gt;
 &amp;lt;p&amp;gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque vel diam purus. Curabitur ut nisi lacus.&amp;lt;/p&amp;gt;

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/91a8e92d/sitemap.xml
----------------------------------------------------------------------
diff --git a/sitemap.xml b/sitemap.xml
index 6fc0907..50c0ab2 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1,6 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
     <url>
+        <loc>https://tamaya.incubator.apache.org/documentation/api.html</loc>
+        <lastmod>2016-12-19</lastmod>
+    </url><url>
+        <loc>https://tamaya.incubator.apache.org/apidocs/index.html</loc>
+        <lastmod>2016-12-19</lastmod>
+    </url><url>
         <loc>https://tamaya.incubator.apache.org/development/community.html</loc>
         <lastmod>2016-12-19</lastmod>
     </url><url>
@@ -16,9 +22,6 @@
         <loc>https://tamaya.incubator.apache.org/devguide.html</loc>
         <lastmod>2016-12-19</lastmod>
     </url><url>
-        <loc>https://tamaya.incubator.apache.org/documentation/api.html</loc>
-        <lastmod>2016-12-19</lastmod>
-    </url><url>
         <loc>https://tamaya.incubator.apache.org/documentation/core.html</loc>
         <lastmod>2016-12-19</lastmod>
     </url><url>