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

svn commit: r1697136 - /incubator/tamaya/site/trunk/templates/tamaya-markdown.html

Author: anatole
Date: Sat Aug 22 21:48:49 2015
New Revision: 1697136

URL: http://svn.apache.org/r1697136
Log:
Commit to retrigger CMS.

Modified:
    incubator/tamaya/site/trunk/templates/tamaya-markdown.html

Modified: incubator/tamaya/site/trunk/templates/tamaya-markdown.html
URL: http://svn.apache.org/viewvc/incubator/tamaya/site/trunk/templates/tamaya-markdown.html?rev=1697136&r1=1697135&r2=1697136&view=diff
==============================================================================
--- incubator/tamaya/site/trunk/templates/tamaya-markdown.html (original)
+++ incubator/tamaya/site/trunk/templates/tamaya-markdown.html Sat Aug 22 21:48:49 2015
@@ -10,17 +10,21 @@
     <title>Apache Tamaya - {% block title %}{{ headers.title }}{% endblock %}</title>
 
     {% if headers.atom %}
-    <link rel="alternate" href="{{ headers.atom.url }}" type="application/atom+xml" title="{{ headers.atom.title }}" />
+    <link rel="alternate" href="{{ headers.atom.url }}" type="application/atom+xml" title="{{ headers.atom.title }}"/>
     {% endif %}
 
-    {% if headers.base %}<base href="{{ headers.base }}" />{% endif %}
+    {% if headers.base %}
+    <base href="{{ headers.base }}"/>
+    {% endif %}
     {% if headers.notice %}<!-- {{ headers.notice }} -->{% endif %}
 
     <!-- Styles -->
-    {% if headers.css %}<link rel="stylesheet" href="{{base}}resources/css/{{ headers.css }}" />{% endif %}
-    <link href="{{base}}resources/css/bootstrap.css" rel="stylesheet">    
+    {% if headers.css %}
+    <link rel="stylesheet" href="{{base}}resources/css/{{ headers.css }}"/>
+    {% endif %}
+    <link href="{{base}}resources/css/bootstrap.css" rel="stylesheet">
     <!--<link href="{{base}}resources/css/prettify.css" rel="stylesheet" /> -->
-    <link href="{{base}}resources/css/codehilite.css" rel="stylesheet" />
+    <link href="{{base}}resources/css/codehilite.css" rel="stylesheet"/>
     <link href="{{base}}resources/css/bootstrap-responsive.css" rel="stylesheet">
 
     <style type="text/css">
@@ -29,89 +33,97 @@
             padding-bottom: 40px;
         }
     </style>
- 
-	<script type="text/javascript">
 
-	  var _gaq = _gaq || [];
-	  _gaq.push(['_setAccount', 'UA-36103647-1']);
-	  _gaq.push(['_trackPageview']);
-	
-	  (function() {
-		var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-		ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-		var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-	  })();
-	
-	</script>
+    <script type="text/javascript">
+
+        var _gaq = _gaq || [];
+        _gaq.push(['_setAccount', 'UA-36103647-1']);
+        _gaq.push(['_trackPageview']);
+
+        (function () {
+            var ga = document.createElement('script');
+            ga.type = 'text/javascript';
+            ga.async = true;
+            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+            var s = document.getElementsByTagName('script')[0];
+            s.parentNode.insertBefore(ga, s);
+        })();
+
+    </script>
 </head>
 
 <body>
-    <div class="navbar navbar-fixed-top">
-        <div class="navbar-inner">
-            <div class="container">
-                <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
-                    <span class="icon-bar"></span>
-                    <span class="icon-bar"></span>
-                    <span class="icon-bar"></span>
-                </a>
-                <a class="brand logocolor" href="/index.html">Apache Tamaya</a>
-                <div class="nav-collapse">
-                    <ul class="nav">
-                        <li class="active"><a href="{{base}}index.html">Home</a></li>
-                        <li><a href="{{base}}documentation.html">Documentation</a></li>
-                        <li><a href="{{base}}javadoc.html">Javadoc</a></li>
-                        <li><a href="{{base}}source.html">Source</a></li>
-                        <li><a href="{{base}}download.html">Download</a></li>
-                        <li><a href="{{base}}community.html">Community</a></li>
-                        <!-- <li><a href="{{base}}support.html">Support</a></li>  -->
-                        <li><a href="{{base}}news.html">News</a></li>
-                    </ul>
-                </div><!--/.nav-collapse -->
-                <form id="search-form" action="http://www.google.com/search" method="get"  class="navbar-search pull-right" >
-                    <input value="tamaya.incubator.apache.org" name="sitesearch" type="hidden"/>
-                    <input class="search-query" name="q" id="query" type="text" />
-                </form>
+<div class="navbar navbar-fixed-top">
+    <div class="navbar-inner">
+        <div class="container">
+            <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+            </a>
+            <a class="brand logocolor" href="/index.html">Apache Tamaya</a>
+
+            <div class="nav-collapse">
+                <ul class="nav">
+                    <li class="active"><a href="{{base}}index.html">Home</a></li>
+                    <li><a href="{{base}}documentation.html">Documentation</a></li>
+                    <li><a href="{{base}}javadoc.html">Javadoc</a></li>
+                    <li><a href="{{base}}source.html">Source</a></li>
+                    <li><a href="{{base}}download.html">Download</a></li>
+                    <li><a href="{{base}}community.html">Community</a></li>
+                    <!-- <li><a href="{{base}}support.html">Support</a></li>  -->
+                    <li><a href="{{base}}news.html">News</a></li>
+                </ul>
             </div>
+            <!--/.nav-collapse -->
+            <form id="search-form" action="http://www.google.com/search" method="get" class="navbar-search pull-right">
+                <input value="tamaya.incubator.apache.org" name="sitesearch" type="hidden"/>
+                <input class="search-query" name="q" id="query" type="text"/>
+            </form>
         </div>
     </div>
+</div>
 
-    <div class="container">
-      <div class="row">
-          <div class="span12">
-              <div class="page-title">
+<div class="container">
+    <div class="row">
+        <div class="span12">
+            <div class="page-title">
                 <h1>{% block tagline %}{{ headers.title }}{% endblock %}</h1>
-				  <img src="http://incubator.apache.org/images/egg-logo.png" alt="The Apache Software Foundation - Incubator" align="right"/>
-              </div>
-              {% block content %}{{ content|markdown }}{% endblock %}
-          </div>
-      </div>
+                <img src="http://incubator.apache.org/images/egg-logo.png"
+                     alt="The Apache Software Foundation - Incubator" align="right"/>
+            </div>
+            {% block content %}{{ content|markdown }}{% endblock %}
+        </div>
+    </div>
 
-      <hr>
+    <hr>
 
-      <footer>
+    <footer>
         <p>Copyright © 2014-2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</p>
+
         <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
-      </footer>
+    </footer>
 
-    </div> <!-- /.container -->
+</div>
+<!-- /.container -->
 
-    <!-- Javascript
-    ================================================== -->
-    <!-- Placed at the end of the document so the pages load faster -->
-    <!--<script src="{{base}}resources/js/prettyfy.js"></script> -->
-    <script src="{{base}}resources/js/prettyprint.js"></script>
-    <script src="{{base}}resources/js/jquery.js"></script>
-    <script src="{{base}}resources/js/bootstrap-transition.js"></script>
-    <script src="{{base}}resources/js/bootstrap-alert.js"></script>
-    <script src="{{base}}resources/js/bootstrap-modal.js"></script>
-    <script src="{{base}}resources/js/bootstrap-dropdown.js"></script>
-    <script src="{{base}}resources/js/bootstrap-scrollspy.js"></script>
-    <script src="{{base}}resources/js/bootstrap-tab.js"></script>
-    <script src="{{base}}resources/js/bootstrap-tooltip.js"></script>
-    <script src="{{base}}resources/js/bootstrap-popover.js"></script>
-    <script src="{{base}}resources/js/bootstrap-button.js"></script>
-    <script src="{{base}}resources/js/bootstrap-collapse.js"></script>
-    <script src="{{base}}resources/js/bootstrap-carousel.js"></script>
-    <script src="{{base}}resources/js/bootstrap-typeahead.js"></script>
+<!-- Javascript
+================================================== -->
+<!-- Placed at the end of the document so the pages load faster -->
+<!--<script src="{{base}}resources/js/prettyfy.js"></script> -->
+<script src="{{base}}resources/js/prettyprint.js"></script>
+<script src="{{base}}resources/js/jquery.js"></script>
+<script src="{{base}}resources/js/bootstrap-transition.js"></script>
+<script src="{{base}}resources/js/bootstrap-alert.js"></script>
+<script src="{{base}}resources/js/bootstrap-modal.js"></script>
+<script src="{{base}}resources/js/bootstrap-dropdown.js"></script>
+<script src="{{base}}resources/js/bootstrap-scrollspy.js"></script>
+<script src="{{base}}resources/js/bootstrap-tab.js"></script>
+<script src="{{base}}resources/js/bootstrap-tooltip.js"></script>
+<script src="{{base}}resources/js/bootstrap-popover.js"></script>
+<script src="{{base}}resources/js/bootstrap-button.js"></script>
+<script src="{{base}}resources/js/bootstrap-collapse.js"></script>
+<script src="{{base}}resources/js/bootstrap-carousel.js"></script>
+<script src="{{base}}resources/js/bootstrap-typeahead.js"></script>
 </body>
 </html>