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/13 13:49:03 UTC

svn commit: r1421265 - in /openwebbeans/cms-site/trunk: content/index.html content/resources/images/feather-small.png content/resources/images/feather.png templates/owb-markdown.html

Author: struberg
Date: Thu Dec 13 12:49:02 2012
New Revision: 1421265

URL: http://svn.apache.org/viewvc?rev=1421265&view=rev
Log:
add ASF feather logo and fix relative resource paths

Added:
    openwebbeans/cms-site/trunk/content/resources/images/feather-small.png   (with props)
    openwebbeans/cms-site/trunk/content/resources/images/feather.png   (with props)
Modified:
    openwebbeans/cms-site/trunk/content/index.html
    openwebbeans/cms-site/trunk/templates/owb-markdown.html

Modified: openwebbeans/cms-site/trunk/content/index.html
URL: http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/content/index.html?rev=1421265&r1=1421264&r2=1421265&view=diff
==============================================================================
--- openwebbeans/cms-site/trunk/content/index.html (original)
+++ openwebbeans/cms-site/trunk/content/index.html Thu Dec 13 12:49:02 2012
@@ -28,6 +28,7 @@
                     <span class="icon-bar"></span>
                     <span class="icon-bar"></span>
                 </a>
+                <a class="brand" href="http://www.apache.org"><img src="resources/images/feather-small.png" height="25px" alt="asf_feather_small"/></a>
                 <a class="brand" href="index.html"><img src="resources/images/logo_dbg-small.png" height="25px" alt="owb_logo_small"/></a>
                 <div class="nav-collapse">
                     <ul class="nav">

Added: openwebbeans/cms-site/trunk/content/resources/images/feather-small.png
URL: http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/content/resources/images/feather-small.png?rev=1421265&view=auto
==============================================================================
Binary file - no diff available.

Propchange: openwebbeans/cms-site/trunk/content/resources/images/feather-small.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: openwebbeans/cms-site/trunk/content/resources/images/feather.png
URL: http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/content/resources/images/feather.png?rev=1421265&view=auto
==============================================================================
Binary file - no diff available.

Propchange: openwebbeans/cms-site/trunk/content/resources/images/feather.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: openwebbeans/cms-site/trunk/templates/owb-markdown.html
URL: http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/templates/owb-markdown.html?rev=1421265&r1=1421264&r2=1421265&view=diff
==============================================================================
--- openwebbeans/cms-site/trunk/templates/owb-markdown.html (original)
+++ openwebbeans/cms-site/trunk/templates/owb-markdown.html Thu Dec 13 12:49:02 2012
@@ -18,29 +18,29 @@
     {% if headers.notice %}<!-- {{ headers.notice }} -->{% endif %}
 
     <!-- Styles -->
-    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <link href="{{base}}/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">
+    <link href="{{base}}/resources/css/codehilite.css" rel="stylesheet" />
+    <link href="{{base}}/resources/css/bootstrap-responsive.css" rel="stylesheet">
     <style type="text/css">
         body {
             padding-top: 60px;
             padding-bottom: 40px;
         }
     </style>
-	<script type="text/javascript">
+    <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>
+      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>
@@ -53,7 +53,8 @@
                     <span class="icon-bar"></span>
                     <span class="icon-bar"></span>
                 </a>
-                <a class="brand" href="index.html"><img src="resources/images/logo_dbg-small.png" height="25px"/></a>
+                <a class="brand" href="http://www.apache.org"><img src="{{base}}/resources/images/feather-small.png" height="25px" alt="asf_feather_small"/></a>
+                <a class="brand" href="index.html"><img src="{{base}}/resources/images/logo_dbg-small.png" height="25px"/></a>
                 <div class="nav-collapse">
                     <ul class="nav">
                         <li class="active"><a href="index.html">Home</a></li>
@@ -97,20 +98,20 @@
     ================================================== -->
     <!-- 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>
+    <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>