You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2020/04/04 23:26:51 UTC

svn commit: r1876127 - /logging/site/cms/trunk/content/dormant.twig

Author: rgoers
Date: Sat Apr  4 23:26:51 2020
New Revision: 1876127

URL: http://svn.apache.org/viewvc?rev=1876127&view=rev
Log:
CMS commit to logging by rgoers

Added:
    logging/site/cms/trunk/content/dormant.twig

Added: logging/site/cms/trunk/content/dormant.twig
URL: http://svn.apache.org/viewvc/logging/site/cms/trunk/content/dormant.twig?rev=1876127&view=auto
==============================================================================
--- logging/site/cms/trunk/content/dormant.twig (added)
+++ logging/site/cms/trunk/content/dormant.twig Sat Apr  4 23:26:51 2020
@@ -0,0 +1,43 @@
+{% extends "page.html" %}
+  
+{% block title %}Welcome{% endblock %}
+
+{% block 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>
+
+
+{% endblock %}
+
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+	http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
\ No newline at end of file