Hi

The new version is attached. Apart from the discussed changes I also
added a proper XML namespace header so that Eclipse can do syntax
checking.

bye,

-christian-

Am Mon, 7 Sep 2009 07:00:58 +0200
schrieb Christian Grobmeier <[email protected]>:

> Hi,
> 
> most changes would work for me - if you have a slot left, the changes
> can be done in the site.xml :-)
> Otherwise I can do this in a few days
> 
> Thanks
> Christian
> 
> On Sun, Sep 6, 2009 at 5:19 PM, Christian Hammers<[email protected]>
> wrote:
> > Hello
> >
> > After searching for the PHPdoc and finding it under "About log4php"
> > and not under "User documentation" and thought that the menu could
> > be improved a bit :)
> > Why not design it in the order a newcomer would want to use it:
> > What is this / How to install / How to use / How to get involved
> >
> > bye,
> >
> > -christian-
> >
> >
> >    OLD                             NEW
> >
> > Get log4php                      About log4php
> >    * Download                     * What is it?
> >                                   * Who uses it?
> > About log4php
> >    * What is it?                Get log4php
> >    * Who uses it?                 * Download
> >    * Install                      * Install
> >    * Upgrading                    * Upgrade
> >    * Quick start
> >    * Roadmap                    User Documentation
> >    * PHPDoc                       * Quickstart
> >    * Code Coverage                * ------------
> > User Documentation                 * Introduction
> >    * Introduction                 * Configuration
> >    * Configuration                * Appender
> >    * Appender                     * Threshold
> >    * Threshold                    * Filter
> >    * Filter                       * Renderer
> >    * Renderer                     * Performance
> >    * Performance                  * -------------
> >                                   * PHPDoc
> > Community
> >    * Mailing Lists              Community
> >    * Issue Tracking               * Mailing Lists
> >    * Wiki                         * Issue Tracking
> >    * Blog                         * Wiki
> >                                   * Blog
> > General Information
> >    * Volunteering               Development
> >    * Contributing Patches         * Volunteering
> >                                   * Contributing Patches
> >                                   * Roadmap
> >                                   * Code Coverage
> >
Index: src/site/site.xml
===================================================================
--- src/site/site.xml	(Revision 812302)
+++ src/site/site.xml	(Arbeitskopie)
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
@@ -15,7 +16,9 @@
  limitations under the License.
 
 -->
-<project name="log4php">
+<project name="log4php" xmlns="http://maven.apache.org/DECORATION/1.0.0";
+        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+        xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd";>
   <bannerLeft>
     <name>Apache Logging Services Project</name>
     <src>images/ls-logo.jpg</src>
@@ -32,31 +35,30 @@
           <item name="Incubator" href="http://incubator.apache.org/"/>
           <item name="log4php" href="http://incubator.apache.org:80/log4php/"/>
         </breadcrumbs>
-  
-        <menu name="Get log4php">
-           <item name="Download" href="/download.html"/>
-        </menu>
 
         <menu name="About log4php">
            <item name="What is it?" href="/index.html"/>
            <item name="Who uses it?" href="/showcase.html"/>
+        </menu>
+  
+        <menu name="Get log4php">
+           <item name="Download" href="/download.html"/>
            <item name="Install" href="/install.html"/>
            <item name="Upgrading" href="/upgrading.html"/>
-           <item name="Quick start" href="/quickstart.html"/>
-          <!-- <item name="Usage" href="/usage.html"/> -->
-           <item name="Roadmap" href="/roadmap.html"/>
-           <item name="PHPDoc" href="/apidocs/index.html"/>
-           <item name="Code Coverage" href="/coverage-report/index.html"/>
         </menu>
 
 		<menu name="User Documentation">
-			<item name="Introduction" href="/docs/introduction.html"/>
-			<item name="Configuration" href="/docs/configuration.html"/>
-			<item name="Appender" href="/docs/appenders.html"/>
-			<item name="Threshold" href="/docs/appender-threshold.html"/>
-			<item name="Filter" href="/docs/appender-filter.html"/>
-			<item name="Renderer" href="/docs/renderer.html"/> 
-			<item name="Performance" href="/docs/performance.html"/>
+            <item name="Quick start" href="/quickstart.html"/>
+            <item name="Manual" collapse="false" href="/docs/introduction.html">
+			    <item name="Introduction" href="/docs/introduction.html"/>
+			    <item name="Configuration" href="/docs/configuration.html"/>
+			    <item name="Appender" href="/docs/appenders.html"/>
+			    <item name="Threshold" href="/docs/appender-threshold.html"/>
+		  	    <item name="Filter" href="/docs/appender-filter.html"/>
+			    <item name="Renderer" href="/docs/renderer.html"/> 
+			    <item name="Performance" href="/docs/performance.html"/>
+			</item>
+            <item name="PHPDoc" href="/apidocs/index.html"/>
         </menu>
         
         <menu name="Community">
@@ -69,6 +71,8 @@
         <menu name="General Information">
             <item name="Volunteering" href="/volunteering.html"/>
             <item name="Contributing Patches" href="/contributingpatches.html"/>            
+            <item name="Roadmap" href="/roadmap.html"/>
+            <item name="Code Coverage" href="/coverage-report/index.html"/>
         </menu>
         
         <menu ref="reports"/>

Reply via email to