You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2012/12/10 23:57:55 UTC

svn commit: r1419860 - in /openwebbeans/cms-site/trunk: content/index.html content/index.mdtext templates/owb-markdown.html templates/sitemap.html

Author: struberg
Date: Mon Dec 10 22:57:55 2012
New Revision: 1419860

URL: http://svn.apache.org/viewvc?rev=1419860&view=rev
Log:
further bootstrap tweaks

Added:
    openwebbeans/cms-site/trunk/content/index.html   (with props)
    openwebbeans/cms-site/trunk/templates/owb-markdown.html   (with props)
    openwebbeans/cms-site/trunk/templates/sitemap.html   (with props)
Removed:
    openwebbeans/cms-site/trunk/content/index.mdtext

Added: openwebbeans/cms-site/trunk/content/index.html
URL: http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/content/index.html?rev=1419860&view=auto
==============================================================================
--- openwebbeans/cms-site/trunk/content/index.html (added)
+++ openwebbeans/cms-site/trunk/content/index.html Mon Dec 10 22:57:55 2012
@@ -0,0 +1,101 @@
+<!DOCTYPE html>
+<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+    <meta charset="utf-8">
+    <title>Apache OpenWebBeans</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <!-- Le styles -->
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <style type="text/css">
+        body {
+            padding-top: 60px;
+            padding-bottom: 40px;
+        }
+    </style>
+    <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
+
+</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="index.html"><img src="resources/images/logo.png"/></a>
+                <div class="nav-collapse">
+                    <ul class="nav">
+                        <li class="active"><a href="index.html">Home</a></li>
+                        <li><a href="documentation.html">Documentation</a></li>
+                        <li><a href="source.html">Source</a></li>
+                        <!-- <li><a href="download.html">Download</a></li> -->
+                        <li><a href="community.html">Community</a></li>
+                        <!-- <li><a href="support.html">Support</a></li>  -->
+                        <li><a href="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="openwebbeans.apache.org" name="sitesearch" type="hidden"/>
+                    <input class="search-query" name="q" id="query" type="text" />
+                </form>
+                <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
+            </div>
+        </div>
+    </div>
+
+    <div class="container">
+
+        <!-- Main hero unit for a primary marketing message or call to action -->
+        <div class="hero-unit">
+<p>Apache OpenWebBeans delivers an implementation of the [CDI Specification (JSR299)](http://jcp.org/en/jsr/detail?id=299),
+which is TCK compliant and works on Java SE 5 or later.</p>
+            <!-- <p><a class="btn btn-primary btn-large">Learn more »</a></p> -->
+        </div>
+
+        <!-- Example row of columns -->
+        <div class="row">
+            <div class="span6">
+                <h2>Modules</h2>
+                <p>OpenWebBeans ispackaged as modules.<p>
+                <p><a class="btn" href="documentation.html#module-overview">View details »</a></p>
+            </div>
+            <div class="span6">
+                <h2>Examples</h2>
+                <p>See the following examples which are part of the project to discover how to use OpenwebBeans.</p>
+                <p><a class="btn" href="examples.html#">View details »</a></p>
+            </div>
+        </div>
+
+        <hr>
+
+        <footer>
+            <p>Copyright © 20011-2012 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>
+
+    </div> <!-- /container -->
+
+    <!-- Javascript
+    ================================================== -->
+    <!-- Placed at the end of the document so the pages load faster -->
+    <script src="/resources/js/jquery.js"></script>
+    <script src="/resources/js/bootstrap-transition.js"></script>
+    <script src="/resources/js/bootstrap-alert.js"></script>
+    <script src="/resources/js/bootstrap-modal.js"></script>
+    <script src="/resources/js/bootstrap-dropdown.js"></script>
+    <script src="/resources/js/bootstrap-scrollspy.js"></script>
+    <script src="/resources/js/bootstrap-tab.js"></script>
+    <script src="/resources/js/bootstrap-tooltip.js"></script>
+    <script src="/resources/js/bootstrap-popover.js"></script>
+    <script src="/resources/js/bootstrap-button.js"></script>
+    <script src="/resources/js/bootstrap-collapse.js"></script>
+    <script src="/resources/js/bootstrap-carousel.js"></script>
+    <script src="/resources/js/bootstrap-typeahead.js"></script>
+
+</body></html>

Propchange: openwebbeans/cms-site/trunk/content/index.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: openwebbeans/cms-site/trunk/templates/owb-markdown.html
URL: http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/templates/owb-markdown.html?rev=1419860&view=auto
==============================================================================
--- openwebbeans/cms-site/trunk/templates/owb-markdown.html (added)
+++ openwebbeans/cms-site/trunk/templates/owb-markdown.html Mon Dec 10 22:57:55 2012
@@ -0,0 +1,116 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="description" content="owb-generate-pages">
+    <meta name="author" content="chm">
+
+    <title>Apache DeltaSpike - {% block title %}{{ headers.title }}{% endblock %}</title>
+
+    {% if headers.atom %}
+    <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.notice %}<!-- {{ headers.notice }} -->{% endif %}
+
+    <!-- Styles -->
+    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <!--<link href="resources/css/prettify.css" rel="stylesheet" /> -->
+    <link href="resources/css/codehilite.css" rel="stylesheet" />
+    <link href="resources/css/bootstrap-responsive.css" rel="stylesheet">
+    <style type="text/css">
+        body {
+            padding-top: 60px;
+            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>
+</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="index.html"><img src="resources/images/logo.png"/></a>
+                <div class="nav-collapse">
+                    <ul class="nav">
+                        <li class="active"><a href="index.html">Home</a></li>
+                        <li><a href="documentation.html">Documentation</a></li>
+                        <li><a href="source.html">Source</a></li>
+                        <!-- <li><a href="download.html">Download</a></li> -->
+                        <li><a href="community.html">Community</a></li>
+                        <!-- <li><a href="support.html">Support</a></li>  -->
+                        <li><a href="news.html">News</a></li>
+                        <li><a href="migration-guide.html">Migration</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="openwebbeans.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">
+                <h1>{% block tagline %}{{ headers.title }}{% endblock %}</h1>
+              </div>
+              <p>{% block content %}{{ content|markdown }}{% endblock %}</p>
+          </div>
+      </div>
+
+      <hr>
+
+      <footer>
+        <p>Copyright © 20011-2012 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>
+
+    </div> <!-- /container -->
+
+    <!-- Javascript
+    ================================================== -->
+    <!-- Placed at the end of the document so the pages load faster -->
+    <!--<script src="/resources/js/prettyfy.js"></script> -->
+    <script src="/resources/js/prettyprint.js"></script>
+    <script src="/resources/js/jquery.js"></script>
+    <script src="/resources/js/bootstrap-transition.js"></script>
+    <script src="/resources/js/bootstrap-alert.js"></script>
+    <script src="/resources/js/bootstrap-modal.js"></script>
+    <script src="/resources/js/bootstrap-dropdown.js"></script>
+    <script src="/resources/js/bootstrap-scrollspy.js"></script>
+    <script src="/resources/js/bootstrap-tab.js"></script>
+    <script src="/resources/js/bootstrap-tooltip.js"></script>
+    <script src="/resources/js/bootstrap-popover.js"></script>
+    <script src="/resources/js/bootstrap-button.js"></script>
+    <script src="/resources/js/bootstrap-collapse.js"></script>
+    <script src="/resources/js/bootstrap-carousel.js"></script>
+    <script src="/resources/js/bootstrap-typeahead.js"></script>
+
+</body>
+</html>

Propchange: openwebbeans/cms-site/trunk/templates/owb-markdown.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: openwebbeans/cms-site/trunk/templates/sitemap.html
URL: http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/templates/sitemap.html?rev=1419860&view=auto
==============================================================================
--- openwebbeans/cms-site/trunk/templates/sitemap.html (added)
+++ openwebbeans/cms-site/trunk/templates/sitemap.html Mon Dec 10 22:57:55 2012
@@ -0,0 +1,2 @@
+{% include "single_narrative.html" %}
+

Propchange: openwebbeans/cms-site/trunk/templates/sitemap.html
------------------------------------------------------------------------------
    svn:eol-style = native