You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by bo...@apache.org on 2012/06/12 07:20:24 UTC

svn commit: r1349121 - /logging/site/branches/cms/trunk/templates/navbar.html

Author: bodewig
Date: Tue Jun 12 05:20:24 2012
New Revision: 1349121

URL: http://svn.apache.org/viewvc?rev=1349121&view=rev
Log:
add log4net

Modified:
    logging/site/branches/cms/trunk/templates/navbar.html

Modified: logging/site/branches/cms/trunk/templates/navbar.html
URL: http://svn.apache.org/viewvc/logging/site/branches/cms/trunk/templates/navbar.html?rev=1349121&r1=1349120&r2=1349121&view=diff
==============================================================================
--- logging/site/branches/cms/trunk/templates/navbar.html (original)
+++ logging/site/branches/cms/trunk/templates/navbar.html Tue Jun 12 05:20:24 2012
@@ -1,61 +1,61 @@
-<div class="navbar">
-	<div class="navbar-inner">
-		<div class="container">
-			<a class="brand" href="{{ projectURL }}">{{ projectName }}&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 href="http://wiki.apache.org/logging/LoggingServices">Logging 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="http://logging.apache.org/chainsaw/">Apache chainsaw</a></li>
-						<li><a target="_blank" href="http://logging.apache.org/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.0">Apache log4j 2.0</a></li>
-						<li><a target="_blank" href="http://logging.apache.org/log4net/">Apache log4net</a></li>
-						<li><a target="_blank" href="http://logging.apache.org/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>
-{% 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 %}
+<div class="navbar">
+	<div class="navbar-inner">
+		<div class="container">
+			<a class="brand" href="{{ projectURL }}">{{ projectName }}&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 href="http://wiki.apache.org/logging/LoggingServices">Logging 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="http://logging.apache.org/chainsaw/">Apache chainsaw</a></li>
+						<li><a target="_blank" href="http://logging.apache.org/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.0">Apache log4j 2.0</a></li>
+						<li><a target="_blank" href="log4net/1.x/">Apache log4net</a></li>
+						<li><a target="_blank" href="http://logging.apache.org/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>
+{% 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 %}