You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by ts...@apache.org on 2014/01/06 17:33:13 UTC

svn commit: r1555897 - /incubator/log4cxx/trunk/src/site/site.xml

Author: tschoening
Date: Mon Jan  6 16:33:12 2014
New Revision: 1555897

URL: http://svn.apache.org/r1555897
Log:
Fixed indentation

Modified:
    incubator/log4cxx/trunk/src/site/site.xml

Modified: incubator/log4cxx/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/log4cxx/trunk/src/site/site.xml?rev=1555897&r1=1555896&r2=1555897&view=diff
==============================================================================
--- incubator/log4cxx/trunk/src/site/site.xml (original)
+++ incubator/log4cxx/trunk/src/site/site.xml Mon Jan  6 16:33:12 2014
@@ -16,55 +16,97 @@
 
 -->
 <project name="log4cxx">
-  <bannerLeft>
-    <name>Logging Services</name>
-    <src>images/logos/ls-logo.jpg</src>
-    <href>http://logging.apache.org/</href>
-  </bannerLeft>
-  <body>
-    <breadcrumbs>
-      <item name="Apache" href="http://www.apache.org/"/>
-      <item name="Logging Services" href="http://logging.apache.org/"/>
-      <item name="log4cxx" href="http://logging.apache.org:80/log4cxx/"/>
-    </breadcrumbs>
-
-        <menu name="Get Apache log4cxx">
-           <item name="Download" href="/download.html"/>
-           <item name="Changes" href="/changes-report.html"/>
-           <item name="License" href="/license.html"/>
-        </menu>
-
-	<menu name="About Apache log4cxx">
-	   <item name="What is log4cxx?" href="/index.html"/>
-		<item name="API Documentation" href="/apidocs/index.html"/>
-	   <item name="FAQ" href="/faq.html"/>
-	</menu>
-
-        <menu name="Community">
-                <item name="Mailing Lists" href="/mail-lists.html"/>
-                <item name="Issue Tracking" href="/issue-tracking.html"/>
-                <item name="Wiki" href="http://wiki.apache.org/logging-log4cxx"/>
-        </menu>
-
-        <menu name="Development">
-                <item name="Repository" href="/source-repository.html"/>
-
-    <item name="Building" href="#">
-        <item name="autotools" href="/building/autotools.html"/>
-        <item name="Apache Ant" href="/building/ant.html"/>
-        <item name="Apache Maven 2" href="/building/maven.html"/>
-        <item name="Microsoft Visual Studio" href="/building/vstudio.html"/>
-        <item name="Apple Xcode" href="/building/xcode.html"/>
-    </item>
-    </menu>
-
-
-	<menu name="Apache">
-		<item name="Home" href="http://www.apache.org"/>
-		<item name="Sponsorship" href="http://www.apache.org/foundation/sponsorship.html"/>
-		<item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/>
-		<item name="Conferences" href="http://www.apachecon.com"/>
-	</menu>
-
-  </body>
+	<bannerLeft>
+		<name>Logging Services</name>
+		<src>images/logos/ls-logo.jpg</src>
+		<href>http://logging.apache.org/</href>
+	</bannerLeft>
+
+	<body>
+		<breadcrumbs>
+			<item	name="Apache"
+					href="http://www.apache.org/"
+			/>
+			<item	name="Logging Services"
+					href="http://logging.apache.org/"
+			/>
+			<item	name="log4cxx"
+					href="http://logging.apache.org:80/log4cxx/"
+			/>
+		</breadcrumbs>
+
+		<menu name="Get Apache log4cxx">
+			<item	name="Download"
+					href="/download.html"
+			/>
+			<item	name="Changes"
+					href="/changes-report.html"
+			/>
+			<item	name="License"
+					href="/license.html"
+			/>
+		</menu>
+
+		<menu name="About Apache log4cxx">
+			<item	name="What is log4cxx?"
+					href="/index.html"
+			/>
+			<item	name="API Documentation"
+					href="/apidocs/index.html"
+			/>
+			<item	name="FAQ"
+					href="/faq.html"
+			/>
+		</menu>
+
+		<menu name="Community">
+			<item	name="Mailing Lists"
+					href="/mail-lists.html"
+			/>
+			<item	name="Issue Tracking"
+					href="/issue-tracking.html"
+			/>
+			<item	name="Wiki"
+					href="http://wiki.apache.org/logging-log4cxx"
+			/>
+		</menu>
+
+		<menu name="Development">
+			<item	name="Repository"
+					href="/source-repository.html"
+			/>
+			<item	name="Building" href="#">
+				<item	name="autotools"
+						href="/building/autotools.html"
+				/>
+				<item	name="Apache Ant"
+						href="/building/ant.html"
+				/>
+				<item	name="Apache Maven 2"
+						href="/building/maven.html"
+				/>
+				<item	name="Microsoft Visual Studio"
+						href="/building/vstudio.html"
+				/>
+				<item	name="Apple Xcode"
+						href="/building/xcode.html"
+				/>
+			</item>
+		</menu>
+
+		<menu name="Apache">
+			<item	name="Home"
+					href="http://www.apache.org"
+			/>
+			<item	name="Sponsorship"
+					href="http://www.apache.org/foundation/sponsorship.html"
+			/>
+			<item	name="Thanks"
+					href="http://www.apache.org/foundation/thanks.html"
+			/>
+			<item	name="Conferences"
+					href="http://www.apachecon.com"
+			/>
+		</menu>
+	</body>
 </project>