You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ni...@apache.org on 2004/04/23 12:47:48 UTC

cvs commit: avalon-sandbox/ide/site/xdocs/reference index.xml navigation.xml

niclas      2004/04/23 03:47:48

  Added:       ide/site/xdocs index.xml navigation.xml
               ide/site/xdocs/developing-plugins index.xml navigation.xml
               ide/site/xdocs/getting-started index.xml navigation.xml
               ide/site/xdocs/installation index.xml navigation.xml
               ide/site/xdocs/reference index.xml navigation.xml
  Log:
  Added the structure for the Site documentation of Merlin Developer.
  
  Revision  Changes    Path
  1.1                  avalon-sandbox/ide/site/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <document>
  
    <properties>
      <title>Merlin Developer - Overview</title>
      <author email="dev@avalon.apache.org">Avalon Documentation Team</author>
    </properties>
  
    <body>
      <section name="Introduction">
        <p>
          The <em><strong>Merlin Developer<strong></em> is an Eclipse plugin
          that allows you to streamline the development of Merlin-based
          components and applications.
        </p>
      </section>
      <section name="Documentation Set">
        <table>
          <tr>
            <th>Document</th>
            <th>Description</th>
          </tr>
          <tr>
            <td><a href="installation/index.html">Installation</a></td>
            <td>
              Describes how you install the Merlin Developer into the
              Eclipse IDE.
            </td>
          </tr>
          <tr>
            <td><a href="getting-started/index.html">Getting Started</a></td>
            <td>
              A quick guide on how to get going with Merlin Developer.
            </td>
          </tr>
          <tr>
            <td><a href="reference/index.html">Reference</a></td>
            <td>
              Reference Document describing each feature in detail, one
              by one.
            </td>
          </tr>
          <tr>
            <td>
              <a href="developing-plugins/index.html">Developing Plug-ins</a>
            </td>
            <td>
              The Merlin Developer has its own <em>Extension Points</em>
              to which you can develop your own Eclipse plug-ins, and
              extend the functionality in Merlin Developer.
            </td>
          </tr>
        </table>
      </section>
    </body>
  </document>
  
  
  
  1.1                  avalon-sandbox/ide/site/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <project href="http://avalon.apache.org/logkit" 
           name="Avalon Framework">
   <title>Merlin Developer</title>
  
   <body>
  
      <links>
        <item name="Apache" href="http://apache.org/"/>
        <item name="Avalon" href="http://avalon.apache.org/"/>
        <item name="Framework" href="http://avalon.apache.org/framework/"/>
        <item name="Merlin" href="http://avalon.apache.org/merlin/"/>
        <item name="Planet" href="http://avalon.apache.org/components/"/>
      </links>
  
      <menu name="About Merlin Developer">
          <item name="Overview" href="index.html"/>
          <item name="Installation" href="installation/index.html"/>
          <item name="Getting Started" href="getting-started/index.html"/>
          <item name="Reference" href="reference/index.html"/>
          <item name="Developing Plug-ins" href="developing-plugins/index.html"/>
          <item name="Javadoc" href="/api/index.html"/>
      </menu>
  
      <menu name="Related Projects">
        <item name="Avalon Meta" href="http://avalon.apache.org/meta"/>
        <item name="Avalon Merlin" href="http://avalon.apache.org/merlin"/>
        <item name="Avalon Planet" href="http://avalon.apache.org/components"/>
      </menu>
  
   </body>
  
  </project>
  
  
  
  
  1.1                  avalon-sandbox/ide/site/xdocs/developing-plugins/index.xml
  
  Index: index.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <document>
  
    <properties>
      <title>Merlin Developer - Developing Plug-ins</title>
      <author email="dev@avalon.apache.org">Avalon Documentation Team</author>
    </properties>
  
    <body>
      <section name="Overview">
        <p>
          <em><strong>Documentation not available yet.</strong></em>
        </p>
      </section>
    </body>
  </document>
  
  
  
  1.1                  avalon-sandbox/ide/site/xdocs/developing-plugins/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <project href="http://avalon.apache.org/logkit" 
           name="Avalon Framework">
   <title>Merlin Developer</title>
  
   <body>
  
      <links>
        <item name="Apache" href="http://apache.org/"/>
        <item name="Avalon" href="http://avalon.apache.org/"/>
        <item name="Framework" href="http://avalon.apache.org/framework/"/>
        <item name="Merlin" href="http://avalon.apache.org/merlin/"/>
        <item name="Planet" href="http://avalon.apache.org/components/"/>
      </links>
  
      <menu name="About Merlin Developer">
          <item name="Overview" href="index.html"/>
          <item name="Installation" href="installation/index.html"/>
          <item name="Getting Started" href="getting-started/index.html"/>
          <item name="Reference" href="reference/index.html"/>
          <item name="Developing Plug-ins" href="developing-plugins/index.html"/>
          <item name="Javadoc" href="/api/index.html"/>
      </menu>
  
      <menu name="Related Projects">
        <item name="Avalon Meta" href="http://avalon.apache.org/meta"/>
        <item name="Avalon Merlin" href="http://avalon.apache.org/merlin"/>
        <item name="Avalon Planet" href="http://avalon.apache.org/components"/>
      </menu>
  
   </body>
  
  </project>
  
  
  
  
  1.1                  avalon-sandbox/ide/site/xdocs/getting-started/index.xml
  
  Index: index.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <document>
  
    <properties>
      <title>Merlin Developer - Getting Started</title>
      <author email="dev@avalon.apache.org">Avalon Documentation Team</author>
    </properties>
  
    <body>
      <section name="Overview">
        <p>
          <em><strong>Documentation not available yet.</strong></em>
        </p>
      </section>
    </body>
  </document>
  
  
  
  1.1                  avalon-sandbox/ide/site/xdocs/getting-started/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <project href="http://avalon.apache.org/logkit" 
           name="Avalon Framework">
   <title>Merlin Developer</title>
  
   <body>
  
      <links>
        <item name="Apache" href="http://apache.org/"/>
        <item name="Avalon" href="http://avalon.apache.org/"/>
        <item name="Framework" href="http://avalon.apache.org/framework/"/>
        <item name="Merlin" href="http://avalon.apache.org/merlin/"/>
        <item name="Planet" href="http://avalon.apache.org/components/"/>
      </links>
  
      <menu name="About Merlin Developer">
          <item name="Overview" href="index.html"/>
          <item name="Installation" href="installation/index.html"/>
          <item name="Getting Started" href="getting-started/index.html"/>
          <item name="Reference" href="reference/index.html"/>
          <item name="Developing Plug-ins" href="developing-plugins/index.html"/>
          <item name="Javadoc" href="/api/index.html"/>
      </menu>
  
      <menu name="Related Projects">
        <item name="Avalon Meta" href="http://avalon.apache.org/meta"/>
        <item name="Avalon Merlin" href="http://avalon.apache.org/merlin"/>
        <item name="Avalon Planet" href="http://avalon.apache.org/components"/>
      </menu>
  
   </body>
  
  </project>
  
  
  
  
  1.1                  avalon-sandbox/ide/site/xdocs/installation/index.xml
  
  Index: index.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <document>
  
    <properties>
      <title>Merlin Developer - Installation</title>
      <author email="dev@avalon.apache.org">Avalon Documentation Team</author>
    </properties>
  
    <body>
      <section name="Overview">
        <p>
        </p>
      </section>
    </body>
  </document>
  
  
  
  1.1                  avalon-sandbox/ide/site/xdocs/installation/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <project href="http://avalon.apache.org/logkit" 
           name="Avalon Framework">
   <title>Merlin Developer</title>
  
   <body>
  
      <links>
        <item name="Apache" href="http://apache.org/"/>
        <item name="Avalon" href="http://avalon.apache.org/"/>
        <item name="Framework" href="http://avalon.apache.org/framework/"/>
        <item name="Merlin" href="http://avalon.apache.org/merlin/"/>
        <item name="Planet" href="http://avalon.apache.org/components/"/>
      </links>
  
      <menu name="About Merlin Developer">
          <item name="Overview" href="index.html"/>
          <item name="Installation" href="installation/index.html"/>
          <item name="Getting Started" href="getting-started/index.html"/>
          <item name="Reference" href="reference/index.html"/>
          <item name="Developing Plug-ins" href="developing-plugins/index.html"/>
          <item name="Javadoc" href="/api/index.html"/>
      </menu>
  
      <menu name="Related Projects">
        <item name="Avalon Meta" href="http://avalon.apache.org/meta"/>
        <item name="Avalon Merlin" href="http://avalon.apache.org/merlin"/>
        <item name="Avalon Planet" href="http://avalon.apache.org/components"/>
      </menu>
  
   </body>
  
  </project>
  
  
  
  
  1.1                  avalon-sandbox/ide/site/xdocs/reference/index.xml
  
  Index: index.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <document>
  
    <properties>
      <title>Merlin Developer - Reference</title>
      <author email="dev@avalon.apache.org">Avalon Documentation Team</author>
    </properties>
  
    <body>
      <section name="Overview">
        <p>
          <em><strong>Documentation not available yet.</strong></em>
        </p>
      </section>
    </body>
  </document>
  
  
  
  1.1                  avalon-sandbox/ide/site/xdocs/reference/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <project href="http://avalon.apache.org/logkit" 
           name="Avalon Framework">
   <title>Merlin Developer</title>
  
   <body>
  
      <links>
        <item name="Apache" href="http://apache.org/"/>
        <item name="Avalon" href="http://avalon.apache.org/"/>
        <item name="Framework" href="http://avalon.apache.org/framework/"/>
        <item name="Merlin" href="http://avalon.apache.org/merlin/"/>
        <item name="Planet" href="http://avalon.apache.org/components/"/>
      </links>
  
      <menu name="About Merlin Developer">
          <item name="Overview" href="index.html"/>
          <item name="Installation" href="installation/index.html"/>
          <item name="Getting Started" href="getting-started/index.html"/>
          <item name="Reference" href="reference/index.html"/>
          <item name="Developing Plug-ins" href="developing-plugins/index.html"/>
          <item name="Javadoc" href="/api/index.html"/>
      </menu>
  
      <menu name="Related Projects">
        <item name="Avalon Meta" href="http://avalon.apache.org/meta"/>
        <item name="Avalon Merlin" href="http://avalon.apache.org/merlin"/>
        <item name="Avalon Planet" href="http://avalon.apache.org/components"/>
      </menu>
  
   </body>
  
  </project>
  
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org