summaryrefslogtreecommitdiff
path: root/src/site/site.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/site/site.xml')
-rw-r--r--src/site/site.xml170
1 files changed, 123 insertions, 47 deletions
diff --git a/src/site/site.xml b/src/site/site.xml
index 55f3d77..146ab44 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -15,55 +15,131 @@
limitations under the License.
-->
-<project name="log4cxx">
- <bannerLeft>
- <name>Logging Services</name>
- <src>images/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 log4cxx">
- <item name="Download" href="/download.html"/>
- <item name="Changes" href="/changes-report.html"/>
- <item name="License" href="/license.html"/>
- </menu>
+<project xmlns="http://maven.apache.org/DECORATION/1.4.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd"
+ name="log4cxx">
+ <bannerLeft>
+ <name>Logging Services</name>
+ <src>images/logos/ls-logo.jpg</src>
+ <href>http://logging.apache.org</href>
+ <title>Open the Apache Logging homepage</title>
+ </bannerLeft>
- <menu name="About log4cxx">
- <item name="What is log4cxx?" href="/index.html"/>
- <item name="API Documentation" href="/apidocs/index.html"/>
- <item name="FAQ" href="/faq.html"/>
- </menu>
+ <bannerRight>
+ <name>Apache Incubator</name>
+ <src>images/logos/egg-logo.png</src>
+ <href>http://incubator.apache.org</href>
+ <title>Open the Apache Incubator homepage</title>
+ </bannerRight>
- <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">
- <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>
+ <skin>
+ <groupId>org.apache.maven.skins</groupId>
+ <artifactId>maven-default-skin</artifactId>
+ <version>1.1</version>
+ </skin>
- <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>
+ <breadcrumbs>
+ <item name="Apache"
+ href="http://www.apache.org/"
+ />
+ <item name="Logging Services"
+ href="http://logging.apache.org/"
+ />
+ <item name="log4cxx"
+ href="http://incubator.apache.org/log4cxx"
+ />
+ </breadcrumbs>
- </body>
+ <menu name="About">
+ <item name="What is log4cxx?"
+ href="/index.html"
+ />
+ <item name="Project Information"
+ href="project-info.html"
+ />
+ <item name="Generated Reports"
+ href="project-reports.html"
+ />
+ </menu>
+
+ <menu name="Usage">
+ <item name="How to use log4cxx?"
+ href="/usage.html"
+ />
+ <item name="API Documentation"
+ href="/apidocs/index.html"
+ />
+ <item name="FAQ"
+ href="/faq.html"
+ />
+ </menu>
+
+ <menu name="Get">
+ <item name="Download"
+ href="/download.html"
+ />
+ <item name="Changes"
+ href="/changes-report.html"
+ />
+ <item name="License"
+ href="/license.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="Dependencies"
+ href="dependencies.html"
+ />
+ <item name="Building"
+ href="/building/index.html">
+ <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>