leosimons    2002/07/26 07:26:57

  Added:       xcommander/src/xdocs menu.xml
               site/src/xdocs menu.xml
               simpleserver/src/xdocs menu.xml
               overlord/src/xdocs menu.xml
               httpproxy/src/xdocs menu.xml
               ftpserver/src/xdocs menu.xml
               demo/src/xdocs menu.xml
               db/src/xdocs menu.xml
  Removed:     simpleserver/src/xdocs book.xml
               sevak/src/xdocs book.xml
               overlord/src/xdocs book.xml
               httpproxy/src/xdocs book.xml
               ftpserver/src/xdocs book.xml ftpserver.uris
               demo/src/xdocs book.xml cornerstone.uris
               db/src/xdocs book.xml
  Log:
  moved from book.xml and XXX.uris to menu.xml for most projects. Not all of them as I 
got very much annoyed by the manual work required; not going to do more until I'm sure 
things will now stay as they are.
  
  Revision  Changes    Path
  1.1                  jakarta-avalon-apps/xcommander/src/xdocs/menu.xml
  
  Index: menu.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <project software="Avalon Applications"
                name="Avalon Applications Documentation - XCommander"
                href="http://jakarta.apache.org/avalon/apps/apps/xcommander/";>
        <title>Apache Avalon Apps - Xcommander</title>
        <body>
  
        <menu name="About">
                <item name="Overview" href="index.html"/>
                <item name="API Docs" href="api/"/>
                <item name="Download" 
href="http://jakarta.apache.org/builds/jakarta-avalon-apps/"/>
        </menu>
  
        </body>
  </project>
  
  
  
  1.1                  jakarta-avalon-apps/site/src/xdocs/menu.xml
  
  Index: menu.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <project software="Avalon Applications"
                name="Avalon Applications Documentation"
                href="http://jakarta.apache.org/avalon/apps/";>
        <title>Apache Avalon Apps</title>
        <body>
  
        <menu name="Essentials">
                <item name="Overview" href="index.html"/>
                <item name="Download" 
href="http://jakarta.apache.org/builds/jakarta-avalon-apps/"/>
                <item name="Wishlist" href="todo.html"/>
        </menu>
  
        <menu name="Apps hosted here">
                <item name="Overview" href="appsincvs.html"/>
                <item name="AvalonDB" href="@AVALON_BASE@/apps/apps/db/index.html"/>
                <item name="Demo" href="@AVALON_BASE@/apps/apps/demo/index.html"/>
                <item name="FTP Server" 
href="@AVALON_BASE@/appsapps//ftpserver/index.html"/>
                <item name="HTTP Proxy" 
href="@AVALON_BASE@/apps/apps/httpproxy/index.html"/>
                <item name="Hypersonic SQL" 
href="@AVALON_BASE@/apps/apps/hsql/index.html"/>
                <item name="Overlord" 
href="@AVALON_BASE@/apps/apps/overlord/index.html"/>
                <item name="Sevak" href="@AVALON_BASE@/apps/apps/sevak/index.html"/>
                <item name="SimpleServer" 
href="@AVALON_BASE@/apps/apps/simpleserver/index.html"/>
                <item name="XCommmander" 
href="@AVALON_BASE@/apps/apps/xcommander/index.html"/>
        </menu>
  
        <menu name="Apps hosted elsewhere">
                <item name="Overview" href="appselsewhere.html"/>
                <item name="JAMES" href="http://jakarta.apache.org/james"/>
                <item name="Jo! Web Server" href="http://www.tagtraum.com/jo.html"/>
                <item name="JabaServer" href="http://www.javajabber.net/"/>
                <item name="Enterprise Object Broker" 
href="http://eob.sourceforge.net"/>
                <item name="Jesktop" href="http://www.jesktop.com"/>
                <item name="PhoenixJMS" 
href="http://sourceforge.net/projects/phoenixjms"/>
        </menu>
        
        </body>
  </project>
  
  
  
  1.1                  jakarta-avalon-apps/simpleserver/src/xdocs/menu.xml
  
  Index: menu.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <book software="Avalon Applications"
        title="Avalon Applications Documentation - SimpleServer"
        copyright="@year@ The Apache Software Foundation">
  
    <project label="Back to Avalon" href="@AVALON_BASE@" />
    <project label="Back to Apps List" href="../../appsincvs.html" />
  
    <menu label="About">
      <menu-item label="Overview" href="index.html"/>
      <menu-item type="external" label="API Docs" href="http://hack.hack"/>   
      <menu-item type="external" id="downloads" label="Download" 
href="http://jakarta.apache.org/builds/jakarta-avalon-apps/"/>    
    </menu>
  
  </book>
  
  
  
  
  
  1.1                  jakarta-avalon-apps/overlord/src/xdocs/menu.xml
  
  Index: menu.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <book software="Avalon Applications"
        title="Avalon Applications Documentation - Overlord"
        copyright="@year@ The Apache Software Foundation">
  
    <project label="Back to Avalon" href="@AVALON_BASE@" />
    <project label="Back to Apps List" href="../../appsincvs.html" />
  
    <menu label="About">
      <menu-item label="Overview" href="index.html"/>
      <menu-item type="external" label="API Docs" href="http://hack.hack"/>   
      <menu-item type="external" id="downloads" label="Download" 
href="http://jakarta.apache.org/builds/jakarta-avalon-apps/"/>    
    </menu>
  
  </book>
  
  
  
  
  
  1.1                  jakarta-avalon-apps/httpproxy/src/xdocs/menu.xml
  
  Index: menu.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <book software="Avalon Applications"
        title="Avalon Applications Documentation - HttpProxy"
        copyright="@year@ The Apache Software Foundation">
  
    <project label="Back to Avalon" href="@AVALON_BASE@" />
    <project label="Back to Apps List" href="../../appsincvs.html" />
  
    <menu label="About">
      <menu-item label="Overview" href="index.html"/>
      <menu-item type="external" label="API Docs" href="http://hack.hack"/>   
      <menu-item type="external" id="downloads" label="Download" 
href="http://jakarta.apache.org/builds/jakarta-avalon-apps/"/>
    </menu>
  
  </book>
  
  
  
  
  
  1.1                  jakarta-avalon-apps/ftpserver/src/xdocs/menu.xml
  
  Index: menu.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <project software="Avalon Applications"
                name="Avalon Applications Documentation - FtpServer"
                href="http://jakarta.apache.org/avalon/apps/apps/ftpserver/";>
        <title>Apache Avalon Apps - FTPServer</title>
        <body>
  
        <menu name="About">
                <item name="Overview" href="index.html"/>
                <item name="API Docs" href="api/"/>
                <item name="Download" 
href="http://jakarta.apache.org/builds/jakarta-avalon-apps/"/>
        </menu>
    
        <menu label="Implementations">
                <item name="Core FTP Server" href="coreserver.html"/>
                <item name="Settings Server" href="settingsserver.html"/>
                <item name="Alternative Settings Server" 
href="altsettingsserver.html"/>
        </menu>
  
        </body>
  </project>
  
  
  
  1.1                  jakarta-avalon-apps/demo/src/xdocs/menu.xml
  
  Index: menu.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <project software="Avalon Applications"
                name="Avalon Applications Documentation - Demo"
                href="http://jakarta.apache.org/avalon/apps/apps/demo/";>
        <title>Apache Avalon Apps - Demo</title>
        <body>
  
        <menu name="About">
                <item name="Overview" href="index.html"/>
                <item name="API Docs" href="api/"/>
                <item name="Download" 
href="http://jakarta.apache.org/builds/jakarta-avalon-apps/"/>
        </menu>
  
        <menu label="Demo Components">
                <item name="Hello World" href="demo-helloworld.html"/>
                <item name="SOAP Hello World" href="demo-soaphelloworld.html"/>
        </menu>
  
        </body>
  </project>
  
  
  
  1.1                  jakarta-avalon-apps/db/src/xdocs/menu.xml
  
  Index: menu.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <project software="Avalon Applications"
                name="Avalon Applications Documentation - AvalonDB"
                href="http://jakarta.apache.org/avalon/apps/apps/db/";>
        <title>Apache Avalon Apps - AvalonDB</title>
        <body>
  
        <menu name="About">
                <item name="Overview" href="index.html"/>
                <item name="API Docs" href="api/"/>
                <item name="Download" 
href="http://jakarta.apache.org/builds/jakarta-avalon-apps/"/>
        </menu>
  
        </body>
  </project>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to