Removing obsolete template files

git-svn-id: https://svn.apache.org/repos/asf/wink/site/trunk@1451980 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/cms/templates-bootstrap/basic.html b/cms/templates-bootstrap/basic.html
deleted file mode 100644
index b855dd7..0000000
--- a/cms/templates-bootstrap/basic.html
+++ /dev/null
@@ -1,137 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-  <head>
-
-    <meta charset="utf-8">
-      <title>{% block title %}{{ headers.title }}{% endblock %}</title>
-    <meta name="description" content="">
-    <meta name="author" content="">
-
-    <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
-    <!--[if lt IE 9]>
-      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
-
-    <!-- Le styles -->
-    <link href="{{base}}bootstrap.css" rel="stylesheet">
-    <link href="{{base}}prettify.css" rel="stylesheet">
-    <link href="{{base}}bootstrap-mods.css" rel="stylesheet">
-
-    <style type="text/css">
-        body {
-          padding-top: 60px;
-        }
-        .sprite {
-            display: inline-block;
-            height: 20px;
-            margin: 0 auto 4px;
-            outline: medium none;
-            text-indent: -999em;
-            width: 24px;
-            background-image: url('{{base}}images/sprites.png');
-            background-repeat: no-repeat;
-            overflow: hidden;
-            cursor: pointer;
-        }
-        .fb-share {
-            background-position: 0px -40px;
-        }
-        .gp-share {
-            background-position: 0px 0px;
-        }
-        .tw-share {
-            background-position: 0px -80px;
-        }
-    </style>
-    <script type="text/javascript">
-      function fbshare () {
-          window.open(
-                  "http://www.facebook.com/sharer/sharer.php?u="+document.URL,
-                  'Share on Facebook',
-                  'width=640,height=426');
-      };
-      function gpshare () {
-          window.open(
-                  "https://plus.google.com/share?url="+document.URL,
-                  'Share on Google+',
-                  'width=584,height=385');
-      };
-      function twshare () {
-          window.open(
-                  "https://twitter.com/intent/tweet?url="+document.URL+"&text={{ headers.title }}",
-                  'Share on Twitter',
-                  'width=800,height=526');
-      };
-    </script>
-
-
-    <!-- Le fav and touch icons -->
-    <link rel="shortcut icon" href="{{base}}images/favicon.ico">
-    <link rel="apple-touch-icon" href="{{base}}images/apple-touch-icon.png">
-    <link rel="apple-touch-icon" sizes="72x72" href="{{base}}images/apple-touch-icon-72x72.png">
-    <link rel="apple-touch-icon" sizes="114x114" href="{{base}}images/apple-touch-icon-114x114.png">
-
-    <script src="{{base}}javascript/prettify.js" type="text/javascript"></script>
-    <script src="{{base}}javascript/jquery-latest.js"></script>
-    <script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
-    <script src="{{base}}javascript/common.js"></script>
-    <script src="{{base}}javascript/prettyprint.js"></script>
-
-    <!-- FIXME -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-2717626-1']);
-      _gaq.push(['_setDomainName', 'apache.org']);
-      _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="topbar">
-      <div class="fill">
-        <div class="container">
-          <a class="brand" href="{{base}}index.html">Apache TomEE</a>
-          <ul class="nav">
-            <li><a href="{{base}}index.html">Home</a></li>
-            <li><a href="{{base}}downloads.html">Downloads</a></li>
-            <li><a href="{{base}}documentation.html">Documentation</a></li>
-            <li><a href="{{base}}support.html">Support</a></li>
-          </ul>
-
-            <!-- Google CSE Search Box Begins  -->
-            <FORM class="pull-right" id="searchbox_010475492895890475512:_t4iqjrgx90" action="http://www.google.com/cse">
-                <INPUT type="hidden" name="cx" value="010475492895890475512:_t4iqjrgx90">
-                <INPUT type="hidden" name="cof" value="FORID:0">
-                <INPUT name="q" type="text" placeholder="Search">
-            </FORM>
-            <!--<SCRIPT type="text/javascript" src="http://www.google.com/coop/cse/brand?form=searchbox_010475492895890475512:_t4iqjrgx90"></SCRIPT>-->
-            <!-- Google CSE Search Box Ends -->
-        </div>
-      </div>
-    </div>
-
-    <div class="container">
-
-    {% block content %}{{ content|markdown }}{% endblock %}
-
-      <footer>
-        <p>
-        Copyright &copy; 2009-2012, The Apache Software Foundation Apache Wink is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Incubator PMC. 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.
-        </p>
-      </footer>
-
-    </div> <!-- /container -->
-
-  </body>
-</html>
diff --git a/cms/templates-bootstrap/doc.html b/cms/templates-bootstrap/doc.html
deleted file mode 100644
index f1ed644..0000000
--- a/cms/templates-bootstrap/doc.html
+++ /dev/null
@@ -1,19 +0,0 @@
-{% extends "basic.html" %}
-
-{% block content %}
-
-<div class="page-header">
-<small>{{ breadcrumbs|safe }}</small><br>
-<h1>{{ headers.title }}
-
-    <div style="float: right; position: relative; bottom: -10px; ">
-        <a onclick="javascript:gpshare()" class="gp-share sprite" title="share on Google+">share [gp]</a>
-        <a onclick="javascript:fbshare()" class="fb-share sprite" title="share on Facebook">share [fb]</a>
-        <a onclick="javascript:twshare()" class="tw-share sprite" title="share on Twitter">share [tw]</a>
-    </div>
-</h1>
-</div>
-
-{{ content|markdown }}
-
-{% endblock %}
diff --git a/cms/templates-bootstrap/example.html b/cms/templates-bootstrap/example.html
deleted file mode 100644
index 133af57..0000000
--- a/cms/templates-bootstrap/example.html
+++ /dev/null
@@ -1,40 +0,0 @@
-{% extends "basic.html" %}
-
-{% block content %}
-
-<div class="row">
-    <div class="span8">
-        <small>{{ breadcrumbs|safe }}</small><br>
-    </div>
-    <div class="span8">
-    </div>
-</div>
-&nbsp;
-<div class="page-header">
-<h1>{{ headers.title }}
-
-    <div style="float: right; position: relative; bottom: -10px; ">
-        <a onclick="javascript:gpshare()" class="gp-share sprite" title="share on Google+">share [gp]</a>
-        <a onclick="javascript:fbshare()" class="fb-share sprite" title="share on Facebook">share [fb]</a>
-        <a onclick="javascript:twshare()" class="tw-share sprite" title="share on Twitter">share [tw]</a>
-    </div>
-</h1>
-</div>
-
-{{ content|markdown }}
-
-<div class="page-header">&nbsp;</div>
-<h4>APIs Used</h4>
-{{ apis|safe }}
-
-<h3>Source</h3>
-  <ul>
-      <li>Apache <a href="http://svn.apache.org/repos/asf/openejb/{{ repo|safe }}">{{ example|safe }}</a></li>
-      <li>Github <a href="https://github.com/apache/openejb/tree/{{ repo|safe }}">{{ example|safe }}</a></li>
-  </ul>
-<pre>
-svn co http://svn.apache.org/repos/asf/openejb/{{ repo|safe }}
-cd {{example|safe}}
-mvn clean install
-</pre>
-{% endblock %}
diff --git a/cms/templates-bootstrap/index.html b/cms/templates-bootstrap/index.html
deleted file mode 100644
index 6262800..0000000
--- a/cms/templates-bootstrap/index.html
+++ /dev/null
@@ -1,111 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-  <head>
-    <meta charset="utf-8">
-      <title>{% block title %}{{ headers.title }}{% endblock %}</title>
-    <meta name="description" content="">
-    <meta name="author" content="">
-
-    <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
-    <!--[if lt IE 9]>
-      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->
-
-    <!-- Le styles -->
-    <link href="./assets/css/bootstrap-responsive.css" rel="stylesheet">
-    <style type="text/css">
-      body {
-        padding-top: 60px;
-      }
-    </style>
-
-    <!-- Le fav and touch icons -->
-    <link rel="shortcut icon" href="images/favicon.ico">
-    <link rel="apple-touch-icon" href="images/apple-touch-icon.png">
-    <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
-    <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
-  </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" href="#">Apache Wink</a>
-          <div class="nav-collapse">
-            <ul class="nav">
-              <li class="active"><a href="#">Home</a></li>
-              <li class="active"><a href="#">Documentation</a></li>
-              <li class="active"><a href="#">Community</a></li>
-              <li class="active"><a href="#">FAQ</a></li>
-              <li class="active"><a href="#about">About</a></li>
-              <li class="active"><a href="#contact">Contact</a></li>
-              
-              <li class="active"><a href="javascript:$('#header-quotation-content').load('./content/home_quotation.html');">AAA</a></li>
-              <li class="active"><a href="javascript:$('#header-quotation-content').load('./content/basics_quotation.html');">BBB</a></li>
-            </ul>
-          </div><!--/.nav-collapse -->
-        </div>
-      </div>
-    </div>
-    
-
-    <div class="container">
-
-      <!-- Main hero unit for a primary marketing message or call to action -->
-      <div class="hero-unit">
-        <h1>Apache Wink</h1>
-        <p>XXXXxxxxx XXXXxxxxx XXXXxxxxx XXXXxxxxx XXXXxxxxx XXXXxxxxx XXXXxxxxx.</p>
-        <p><a class="btn primary large">Download &raquo;</a></p>
-      </div>
-
-      <!-- Example row of columns -->
-      <div class="row">
-        <div class="span6">
-          <h2>Heading</h2>
-          <p>Etiam porta sem malesuada magna mollis euismod. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.</p>
-          <p><a class="btn" href="#">View details &raquo;</a></p>
-        </div>
-        <div class="span5">
-          <h2>Heading</h2>
-           <p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p>
-          <p><a class="btn" href="#">View details &raquo;</a></p>
-       </div>
-        <div class="span5">
-          <h2>Heading</h2>
-          <p>Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p>
-          <p><a class="btn" href="#">View details &raquo;</a></p>
-        </div>
-      </div>
-
-      <footer>
-        <p>
-        Copyright &copy; 2009-2012, The Apache Software Foundation Apache PhotArk is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Incubator PMC. 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.        
-        </p>
-      </footer>
-
-    </div> <!-- /container -->
-
-  <!-- Le javascript
-    ================================================== -->
-    <!-- Placed at the end of the document so the pages load faster -->
-    <script src="./assets/js/jquery.js"></script>
-    <script src="./assets/js/bootstrap-transition.js"></script>
-    <script src="./assets/js/bootstrap-alert.js"></script>
-    <script src="./assets/js/bootstrap-modal.js"></script>
-    <script src="./assets/js/bootstrap-dropdown.js"></script>
-    <script src="./assets/js/bootstrap-scrollspy.js"></script>
-    <script src="./assets/js/bootstrap-tab.js"></script>
-    <script src="./assets/js/bootstrap-tooltip.js"></script>
-    <script src="./assets/js/bootstrap-popover.js"></script>
-    <script src="./assets/js/bootstrap-button.js"></script>
-    <script src="./assets/js/bootstrap-collapse.js"></script>
-    <script src="./assets/js/bootstrap-carousel.js"></script>
-    <script src="./assets/js/bootstrap-typeahead.js"></script>
-
-  </body>
-</html>