You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by bu...@apache.org on 2013/01/17 11:04:57 UTC

svn commit: r846965 - in /websites/staging/logging/trunk/content: ./ test.html

Author: buildbot
Date: Thu Jan 17 10:04:57 2013
New Revision: 846965

Log:
Staging update by buildbot for logging

Added:
    websites/staging/logging/trunk/content/test.html
Modified:
    websites/staging/logging/trunk/content/   (props changed)

Propchange: websites/staging/logging/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jan 17 10:04:57 2013
@@ -1 +1 @@
-1434597
+1434603

Added: websites/staging/logging/trunk/content/test.html
==============================================================================
--- websites/staging/logging/trunk/content/test.html (added)
+++ websites/staging/logging/trunk/content/test.html Thu Jan 17 10:04:57 2013
@@ -0,0 +1,102 @@
+<!DOCTYPE html>
+<html lang="en">
+	<head>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+		<title>Test page - Apache Logging Services</title>
+
+		<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
+		<link href="css/site.css" rel="stylesheet" type="text/css" />
+		<script src="js/jquery.min.js"></script>
+		<script src="js/bootstrap.min.js"></script>
+		<script src="js/site.js"></script>
+		
+		<!-- Google Analytics -->
+		<script type="text/javascript">
+			var _gaq = _gaq || [];
+			_gaq.push(['_setAccount', 'UA-26177991-1']);
+			_gaq.push (['_gat._anonymizeIp']);
+			_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">
+	<div class="navbar-inner">
+		<div class="container">
+			<a class="brand" href="http://logging.apache.org/">Apache Logging Services&trade;</a>
+			<ul class="nav">
+				<li class="dropdown">
+					<a href="#" class="dropdown-toggle" data-toggle="dropdown">About<b class="caret"></b></a>
+					<ul class="dropdown-menu">
+						<li><a href="/guidelines.html">Guidelines</a></li>
+						<li><a href="/charter.html">Charter</a></li>
+						<li><a href="/team-list.html">Team</a></li>
+						<li><a href="/mailing-lists.html">Mailing lists</a></li>
+                                                <li><a target="_blank" href="http://wiki.apache.org/logging/FrontPage">Wiki</a></li>
+					</ul>
+				</li>
+			</ul>
+			<ul class="nav">
+				<li class="dropdown">
+					<a href="#" class="dropdown-toggle" data-toggle="dropdown">Projects<b class="caret"></b></a>
+					<ul class="dropdown-menu">
+						<li><a target="_blank" href="/chainsaw">Apache chainsaw</a></li>
+						<li><a target="_blank" href="/log4cxx">Apache log4cxx</a></li>
+						<li><a target="_blank" href="/log4j/1.2">Apache log4j 1.2</a></li>
+						<li><a target="_blank" href="/log4j/2.x">Apache log4j 2</a></li>
+						<li><a target="_blank" href="/log4net">Apache log4net</a></li>
+						<li><a target="_blank" href="/log4php">Apache log4php</a></li>
+					</ul>
+				</li>
+			</ul>
+			<ul class="nav pull-right">
+				<li class="dropdown">
+					<a href="#" class="dropdown-toggle" data-toggle="dropdown">Apache<b class="caret"></b></a>
+					<ul class="dropdown-menu">
+						<li><a target="_blank" href="http://www.apache.org/">Home</a></li>
+						<li><a target="_blank" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+						<li><a target="_blank" href="http://www.apache.org/licenses/">License</a></li>
+						<li><a target="_blank" href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+						<li><a target="_blank" href="http://www.apachecon.com/">Conferences</a></li>
+						<li><a target="_blank" href="http://www.apache.org/security/">Security</a></li>
+					</ul>
+				</li>
+			</ul>
+		</div>
+	</div>
+</div>
+
+
+	
+		<div class="container">
+			<div class="content">
+				
+<p>This is a test page. Please ignore.</p>
+
+<ul>
+<li>a</li>
+<li>b</li>
+<li>c</li>
+</ul>
+
+			</div>
+			<div class="footer">
+				<p>Copyright © 2012 <a href="http://www.apache.org" class="external">The Apache Software Foundation</a>. Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" class="external">Apache Software License, Version 2.0</a>. Please read our <a href="http://privacy-policy.html">privacy policy</a>.</p>
+
+<p>Apache, Apache chainsaw, Apache log4cxx, Apache log4j, Apache log4net, Apache log4php and the Apache feather logo are trademarks of The Apache Software Foundation.	Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.</p>
+
+<p>Site powered by <a href="http://twitter.github.com/bootstrap/" class="external">Twitter Bootstrap</a> and <a href="http://jquery.com/" class="external">jQuery</a>.</p>
+
+
+
+			</div>
+		</div>
+	</body>
+</html>
+
+