Author: buildbot
Date: Sat Apr 4 23:26:57 2020
New Revision: 1058818
Log:
Staging update by buildbot for logging
Added:
websites/staging/logging/trunk/content/dormant.html
Modified:
websites/staging/logging/trunk/content/ (props changed)
Propchange: websites/staging/logging/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Apr 4 23:26:57 2020
@@ -1 +1 @@
-1876126
+1876127
Added: websites/staging/logging/trunk/content/dormant.html
==============================================================================
--- websites/staging/logging/trunk/content/dormant.html (added)
+++ websites/staging/logging/trunk/content/dormant.html Sat Apr 4 23:26:57 2020
@@ -0,0 +1,123 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html;
charset=utf-8" />
+ <title>Welcome - 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™</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="https://cwiki.apache.org/confluence/display/LOGGING/Home">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/2.x">Apache
log4j</a></li>
+ <li><a target="_blank" href="/log4php">Apache
log4php</a></li>
+ </ul>
+ </li>
+ </ul>
+ <ul class="nav">
+ <li class="dropdown">
+ <a href="#" class="dropdown-toggle"
data-toggle="dropdown">Dormant<b class="caret"></b></a>
+ <ul class="dropdown-menu">
+ <li><a target="_blank" href="/log4net">Apache
log4net</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="https://www.apache.org/">Home</a></li>
+ <li><a target="_blank"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+ <li><a target="_blank"
href="https://www.apache.org/licenses/">License</a></li>
+ <li><a target="_blank"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a target="_blank"
href="https://www.apache.org/events/current-event.html">Current Events</a></li>
+ <li><a target="_blank"
href="https://www.apache.org/security/">Security</a></li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ </div>
+</div>
+
+
+
+ <div class="container">
+ <div class="content">
+
+<div class="hero-unit">
+ <div class="pull-right"><img class="logo" src="img/feather.gif" /></div>
+ <h1>Apache logging services</h1>
+ <p>The Apache Logging Services Project creates and maintains
open-source software related to the logging of
+ application behavior and released at no charge to the public.</p>
+ <h3>Dormant Projects</h3>
+ <p>These are Logging Services Projects that have been deemed inactive
since they have seen little recent
+ development activity. If you wish to use any of these components,
you must build them yourselves. It is
+ best to assume that these components will not be released in the
near future.</p>
+</div>
+
+<div class="row">
+ <div class="span4">
+ <h2>Apache Log4Net</h2>
+ <p>A port of the original Apache log4j framework to the
Microsoft .NET runtime.</p>
+ </div>
+
+</div>
+
+
+
+ </div>
+ <div class="footer">
+ <p>Copyright © 2017-2018 <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="https://getbootstrap.com/"
class="external">Bootstrap</a> and <a href="http://jquery.com/"
class="external">jQuery</a>.</p>
+
+
+
+ </div>
+ </div>
+ </body>
+</html>
+
+