krysalis-menu/forrestdocs/src/documentation/content/xdocs faq.xml,NONE,1.1 license.xml,NONE,1.1 index.xml,1.1,1.2 site.xml,1.1,1.2 tabs.xml,1.1,1.2

Glen Stampoultzis <[email protected]> Tue, 07 Dec 2004 02:46:20 +0000
Newsgroups gmane.comp.krysalis.metamorphosis.cvs
Message-ID <[email protected]>
Update of /cvsroot/metamorphosis/krysalis-menu/forrestdocs/src/documentation/content/xdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32045/forrestdocs/src/documentation/content/xdocs

Modified Files:
	index.xml site.xml tabs.xml 
Added Files:
	faq.xml license.xml 
Log Message:
Some updates

Index: index.xml
===================================================================
RCS file: /cvsroot/metamorphosis/krysalis-menu/forrestdocs/src/documentation/content/xdocs/index.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** index.xml	24 Nov 2004 23:11:28 -0000	1.1
--- index.xml	7 Dec 2004 02:46:18 -0000	1.2
***************
*** 1,32 ****
  <?xml version="1.0" encoding="UTF-8"?>
  <!--
-   Copyright 2002-2004 The Apache Software Foundation
  
!   Licensed under the Apache License, Version 2.0 (the "License");
!   you may not use this file except in compliance with the License.
!   You may obtain a copy of the License at
  
!       http://www.apache.org/licenses/LICENSE-2.0
  
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
  -->
! <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
! <document> 
!   <header> 
!     <title>Welcome to MyProj</title> 
!   </header> 
!   <body> 
!     <section>
!       <title>Congratulations</title>
!       <p>You have successfully generated and rendered an <a
!           href="ext:forrest">Apache Forrest</a> site.
!         This page is from the site template. It is found in
!         <code>my-site/src/documentation/content/xdocs/index.xml</code>
!         Please edit it and replace this text with content of your own.</p>
!     </section>
!   </body>
  </document>
--- 1,289 ----
  <?xml version="1.0" encoding="UTF-8"?>
  <!--
  
! The Krysalis Patchy Software License, Version 1.1_01
  
! Copyright (c) 2004 Nicola Ken Barozzi.  All rights reserved.
! 
! This Licence is compatible with the BSD licence as described and
! approved by http://www.opensource.org/, and is based on the
! Apache Software Licence Version 1.1.
! 
! Redistribution and use in source and binary forms, with or without
! modification, are permitted provided that the following conditions
! are met:
! 
!  1. Redistributions of source code must retain the above copyright
!     notice, this list of conditions and the following disclaimer.
! 
! 2. Redistributions in binary form must reproduce the above copyright
!    notice, this list of conditions and the following disclaimer in
!    the documentation and/or other materials provided with the
!    distribution.
! 
! 3. The end-user documentation included with the redistribution,
!    if any, must include the following acknowledgment:
!       "This product includes software developed for project
!        Krysalis (http://www.krysalis.org/)."
!    Alternately, this acknowledgment may appear in the software itself,
!    if and wherever such third-party acknowledgments normally appear.
! 
! 4. The names "Krysalis" and "Nicola Ken Barozzi" and
!    "Krysalis Centipede" must not be used to endorse or promote products
!    derived from this software without prior written permission. For
!    written permission, please contact [email protected].
! 
! 5. Products derived from this software may not be called "Krysalis",
!    "Krysalis Centipede", nor may "Krysalis" appear in their name, without
!     prior written permission of Nicola Ken Barozzi.
! 
! 6. This software may contain voluntary contributions made by many
!    individuals, who decided to donate the code to this project in respect
!    of this licence.
! 
! THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
! WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
! OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
! DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
! ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
! SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
! LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
! USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
! ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
! OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
! OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
! SUCH DAMAGE.
! ====================================================================
  
  -->
! <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "document-v20.dtd">
! <document>
!     <header>
!         <title>Krysalis Menu</title>
!     </header>
!     <body>
!         <section>
!             <title>Welcome to Krysalis Menu</title>
! 
!             <section>
!                 <title>About Krysalis Menu</title>
!                 <p>
!                     Krysalis Menu is a <a href="ext:forrest">hibernate</a>
!                     component library that allows
!                     the user to easily create a web based drop down menu similar
!                     to the ones available in most desktop applications.
!                 </p>
!                 <p>
!                     Krysalis Menu comes in two parts.  A jar file that you
!                     can add to your project and an example application
!                     web application that allows you to see how the library works
!                     in practice.
!                 </p>
!             </section>
! 
!             <section>
!                 <title>Downloading</title>
!                 <p>
!                     Krysalis menu can be downloaded from the files section
!                     in sourceforge.
!                 </p>
!                 <fixme author="GS">Add download link</fixme>
!             </section>
!             <section>
!                 <title>Installing Krysalis Menu</title>
!                 <ol>
!                     <li>
!                     Add the krysalis-menu.jar from the distribution into you
!                     applications WEB-INF/lib directory or make it available on
!                     the classpath.
!                     </li>
!                     <li>
!                     Include the following line in your tapestry application
!                     specification file.
!                         <source>
!                             &lt;library id="menu" specification-path="/org/krysalis/menu/component/Menu.library"/&gt;
!                         </source>
!                     </li>
!                 </ol>
!             </section>
! 
!             <section>
!                 <title>Using Krysalis Menu</title>
!                 <p>
!                     Using Krysalis Menu is easy. The first component you are going
!                     to need is a MenuBar component.  This provdes a container
!                     where you can attach your drop down menu's.
!                 </p>
!                 <p>
!                     Inside the MenuBar component are placed MenuDropDown
!                     components.  These represent each drop down you wish to
!                     define.  Inside the dropdown components are the the various
!                     menu items.
!                 </p>
!                 <p>
!                     Here's an example of what a menu looks like:
!                 </p>
!                 <source><![CDATA[
! <div jwcid="@menu:MenuBar">
! <div jwcid="@menu:MenuDropDown" title="File">
!   <div jwcid="@menu:MenuItem" submenu="ognl:components.newSubmenu">New</div>
!   <div jwcid="@menu:MenuItem" directLink="ognl:listeners.open">Open</div>
!   <div jwcid="@menu:MenuItem" submenu="ognl:components.closeSubmenu">Close</div>
!   <div jwcid="@menu:MenuItem" directLink="ognl:listeners.save" disabled="true">Save</div>
!   <div jwcid="@menu:MenuSep"/>
!   <div jwcid="@menu:MenuItem">Print</div>
!   <div jwcid="@menu:MenuItem">Properties</div>
! </div>
! <div jwcid="@menu:MenuDropDown" title="Edit">
!   <div jwcid="@menu:MenuItem">Cut</div>
!   <div jwcid="@menu:MenuItem">Copy</div>
!   <div jwcid="@menu:MenuItem">Paste</div>
!   <div jwcid="@menu:MenuSep"/>
!   <div jwcid="@menu:MenuItem"><span jwcid="@DirectLink" listener="ognl:listeners.find">Find</span></div>
!   <div jwcid="@menu:MenuItem"><span jwcid="@DirectLink" listener="ognl:listeners.replace">Replace</span></div>
!   <div jwcid="@menu:MenuSep"/>
!   <div jwcid="@menu:MenuItem"><span jwcid="@Checkbox" selected="ognl:checkbox"/>Case Sensitive</div>
! </div>
! </div>
! 
! <div jwcid="newSubmenu@menu:SubMenu">
!   <div jwcid="@menu:MenuItem" directLink="ognl:listeners.newDocument">Document</div>
!   <div jwcid="@menu:MenuItem" directLink="ognl:listeners.newReport">Report</div>
! </div>
! 
! <div jwcid="closeSubmenu@menu:SubMenu">
!   <div jwcid="@menu:MenuItem">Close All</div>
!   <div jwcid="@menu:MenuItem">Close Current</div>
! </div>
!                 ]]></source>
!                 <p>
!                     This menu consists of two drop downs and a couple of
!                     submenus.  MenuItem components can serve in a similar
!                     maner to DirectLink components or a directlink (or any other
!                     component) can also be used in the body of the MenuItem
!                     component.
!                 </p>
!                 <p>
!                     To place a thin separator between components you can use the
!                     MenuSep component.
!                 </p>
!                 <p>
!                     Submenus can be added by creating SubMenu components.
!                     Unlike the other components these are placed outside the
!                     MenuBar component.  Submenu's are references by adding
!                     a submenu attribute to the MenuItem component.
!                 </p>
!                 <p>
!                     In addition to definiting the menu hierarchy using the
!                     menu components it will also be necessary to include a
!                     reference to a CSS file.  Since hibernate does not
!                     automatically create CSS you will need to create this
!                     file and reference it in your template using something
!                     similar to this line:
!                 </p>
!                 <source>
!                 <![CDATA[
! <LINK REL ="stylesheet" TYPE="text/css" HREF="css/menu.css" TITLE="Style">
!                 ]]>
!                 </source>
!                 <p>
!                     Here's a starting point for the CSS file:
!                 </p>
!                 <source>
!                     <![CDATA[
! .menuBar {
!   width: 100%;
!   border: outset;
!   border-width: 1px;
!   display: inline;
!   padding: 9px;
!   background-color: #6699FF;
! }
! 
! .menuDisabled {
!   color: gray;
! }
! 
! .menuDropDown {
!   display: inline;
!   cursor: pointer;
!   padding: 5px;
!   border-width: 1px;
!   border: none;
! }
! 
! .menuDropDownHighlight {
!   border: inset;
!   border-width: 1px;
! }
! 
! .menuDropDownSelected {
!   border: inset;
!   border-width: 1px;
!   background-color: #E0E0E0;
! }
! 
! .menuDropDown2 {
!   display: inline;
! }
! 
! .menuDropDiv {
!   cursor: pointer;
!   display: none;
!   position: absolute;
!   border: outset;
!   border-width: 1px;
!   background-color: #6699FF;
!   padding: 1px;
!   margin: 1px;
! }
! 
! .menuDropDivVisible {
!   display: block;
! }
! 
! .menuItem td {
!   padding: 0px 7px;
! }
! 
! a:link, a:visited, a:active {
!   text-decoration: none;
!   color: #000000;
! }
! 
! .menuItemHighlight {
!   background-color: white;
! }
! 
! .menuItemSep {
!   border-top: 1px solid #808080;
!   border-bottom: 1px solid #f0f0f0;
!   margin: 4px 3px;
!   display: block;
! }
!                     ]]>
!                 </source>
!                 <p>
!                     Much of the apparance of the menu can be adjusted by tweaking
!                     this file.
!                 </p>
!             </section>
!             <section>
!                 <title>How to help</title>
!                 <p>
!                     At the moment Krysalis Menu has been tested against
!                     Explorer 6.0 and Mozilla Firebird 1.0 but more testing
!                     is needed for other browsers and browser versions.  It's
!                     not planned to work on all older browsers - specifically
!                     IE 4 and Netscape Navigator 4 and older are not being
!                     considered as they do not include good support for newer
!                     versions.
!                 </p>
!             </section>
!             <section>
!                 <title>Mailing Lists</title>
!                 <fixme author="GS">Add link to mailing list</fixme>
!             </section>
!         </section>
!     </body>
  </document>

Index: tabs.xml
===================================================================
RCS file: /cvsroot/metamorphosis/krysalis-menu/forrestdocs/src/documentation/content/xdocs/tabs.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** tabs.xml	24 Nov 2004 23:11:28 -0000	1.1
--- tabs.xml	7 Dec 2004 02:46:18 -0000	1.2
***************
*** 34,45 ****
  
    <tab id="" label="Home" dir="" indexfile="index.html"/>
!   <tab id="samples" label="Samples" dir="samples" indexfile="sample.html">
!     <tab id="samples-index" label="Index" dir="samples" indexfile="index.html"/>
!     <tab id="samples-sample2" label="Sample2" dir="samples" indexfile="static.html"/>
!   </tab>
!   <tab label="Apache XML Projects" href="http://xml.apache.org">
!     <tab label="Forrest" href="http://forrest.apache.org"/>
!     <tab label="Xerces" href="http://xml.apache.org/xerces"/>
!   </tab>
    <!-- Add new tabs here, eg:
    <tab label="How-Tos" dir="community/howto/"/>
--- 34,45 ----
  
    <tab id="" label="Home" dir="" indexfile="index.html"/>
! <!--  <tab id="samples" label="Samples" dir="samples" indexfile="sample.html">-->
! <!--    <tab id="samples-index" label="Index" dir="samples" indexfile="index.html"/>-->
! <!--    <tab id="samples-sample2" label="Sample2" dir="samples" indexfile="static.html"/>-->
! <!--  </tab>-->
! <!--  <tab label="Apache XML Projects" href="http://xml.apache.org">-->
! <!--    <tab label="Forrest" href="http://forrest.apache.org"/>-->
! <!--    <tab label="Xerces" href="http://xml.apache.org/xerces"/>-->
! <!--  </tab>-->
    <!-- Add new tabs here, eg:
    <tab label="How-Tos" dir="community/howto/"/>

--- NEW FILE: faq.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!--
The Krysalis Patchy Software License, Version 1.1_01

Copyright (c) 2004 Nicola Ken Barozzi.  All rights reserved.

This Licence is compatible with the BSD licence as described and
approved by http://www.opensource.org/, and is based on the
Apache Software Licence Version 1.1.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. The end-user documentation included with the redistribution,
   if any, must include the following acknowledgment:
      "This product includes software developed for project
       Krysalis (http://www.krysalis.org/)."
   Alternately, this acknowledgment may appear in the software itself,
   if and wherever such third-party acknowledgments normally appear.

4. The names "Krysalis" and "Nicola Ken Barozzi" and
   "Krysalis Centipede" must not be used to endorse or promote products
   derived from this software without prior written permission. For
   written permission, please contact [email protected].

5. Products derived from this software may not be called "Krysalis",
   "Krysalis Centipede", nor may "Krysalis" appear in their name, without
    prior written permission of Nicola Ken Barozzi.

6. This software may contain voluntary contributions made by many
   individuals, who decided to donate the code to this project in respect
   of this licence.

THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
====================================================================

-->
<!DOCTYPE faqs PUBLIC "-//APACHE//DTD FAQ V2.0//EN" "http://forrest.apache.org/dtd/faq-v20.dtd">

<faqs>
    <title>Frequently Asked Questions</title>

    <faqsection id="docs">
        <title>Documentation</title>
        <faq id="forrest">
            <question>
                How can I help write documentation?
            </question>
            <answer>
                <p>
                    This project uses <a href="ext:forrest">Apache Forrest</a> to
                    generate documentation from XML.  Please download a copy of Forrest,
                    which can be used to <a href="ext:forrest/validation">validate</a>,
                    <a href="ext:forrest/webapp">develop</a> and render a project site.
                </p>
            </answer>
        </faq>
        <!-- More faqs or parts here -->
    </faqsection>
    <faqsection id="program">
        <title>Program</title>
        <faq id="future">
            <question>What are the future plans Krysalis Menu?</question>
            <answer>
                Short term Krysalis Menu will be living under the Krysalis
                Community Project while development and features stabilize.
                Longer term we will be investigating whether to move the project
                into the core Tapestry release.  The main concern with moving
                straight to Tapestry is that releases need to be syncronized
                with the Tapestry releases.  During early development this
                is not desirable.
            </answer>
        </faq>
        <faq id="help">
            <question>How can I help with the development of Krysalis Menu?</question>
            <answer>
                The area's in most need at the moment is cross browser testing.
                At the time of writing we've only tested this release on
                Internet Explorer 6.0 and Mozilla Firefox 1.0.
            </answer>
        </faq>
    </faqsection>
    <!-- More faqs or parts here -->
</faqs>

Index: site.xml
===================================================================
RCS file: /cvsroot/metamorphosis/krysalis-menu/forrestdocs/src/documentation/content/xdocs/site.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** site.xml	24 Nov 2004 23:11:28 -0000	1.1
--- site.xml	7 Dec 2004 02:46:18 -0000	1.2
***************
*** 30,98 ****
  -->
  
! <site label="MyProj" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="">
  
!   <about label="About">
!     <index label="Index" href="index.html" description="Welcome to MyProj"/>
!     <changes label="Changes" href="changes.html" description="History of Changes" />
!     <todo label="Todo" href="todo.html" description="Todo List" />
!   </about>
  
!   <samples label="Samples" href="samples/" tab="samples">
!     <index href="index.html"/>
!     <sample label="Apache doc v2.0" href="sample.html" 
!       description="A nonsense document using all possible elements in the current document v2.0">
!       <top href="#top"/>
!       <section href="#section"/>
!     </sample>
!     <document-v13 label="Apache doc v1.3" href="document-v13.html" 
!       description="A nonsense document using all possible elements in the document v1.3">
!       <top href="#top"/>
!       <section href="#section"/>
!     </document-v13>
!     <static label="Static content" href="static.html" 
!       description="Static raw un-processed content" />
!     <linking label="Linking" href="linking.html" 
!       description="Linking explained and demonstrated" />
!     <sample-wiki label="Wiki page" href="wiki-sample.html" 
!       description="wiki-sample" />
!     <sample-ihtml label="ihtml page" href="ihtml-sample.html" 
!       description="Test iHTML page" />
!     <sample-ascii-art label="ascii-art page" href="ascii-art.html" 
!       description="Sample Ascii Art page" />
!     <sample-openoffice-writer label="OpenOffice Writer" href="openoffice-writer.html" 
!       description="Openoffice Writer sample" />       
!     <faq label="FAQ" href="faq.html" description="Frequently Asked Questions" />
!     <sdocbook label="Simplifed Docbook" href="sdocbook.html" 
!       description="Simplified DocBook example" />     
!     <subdir label="Subdir" href="subdir/">
!       <index label="Index" href="index.html" 
!         description="Page generated from a sub-directory"/>
!     </subdir>
!   </samples>
  
!   <files>
!     <hello_print href="hello.pdf" />
!     <test1 href="test1.html" />
!     <test3 href="samples/test3.html" />
!   </files>
  
!   <!--
!   The href must be wholesite.html/pdf  You can change the labels and node names
!   <all label="All">
!     <whole_site_html label="Whole Site HTML" href="wholesite.html"/>
!     <whole_site_pdf label="Whole Site PDF" href="wholesite.pdf"/>
!   </all>
!   -->
  
!   <external-refs>
!     <forrest href="http://forrest.apache.org/">
!       <linking href="docs/linking.html"/>
!       <validation href="docs/validation.html"/>
!       <webapp href="docs/your-project.html#webapp"/>
!       <dtd-docs href="docs/dtd-docs.html"/>
!     </forrest>
!     <cocoon href="http://cocoon.apache.org/"/>
!     <xml.apache.org href="http://xml.apache.org/"/>
!   </external-refs>
  
  </site>
--- 30,101 ----
  -->
  
! <site label="Krysalis Menu" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="">
  
!     <about label="About">
!         <index label="Index" href="index.html" description="Welcome to Krysalis Menu"/>
!         <changes label="Changes" href="changes.html" description="History of Changes"/>
!         <todo label="To Do" href="todo.html" description="Todo List"/>
!         <faq label="FAQ" href="faq.html" description="Frequently Asked Questions"/>
!         <license label="License" href="license.html" description="License Details"/>
!     </about>
  
! <!--    <samples label="Samples" href="samples/" tab="samples">-->
!         <!--    <index href="index.html"/>-->
!         <!--    <sample label="Apache doc v2.0" href="sample.html" -->
!         <!--      description="A nonsense document using all possible elements in the current document v2.0">-->
!         <!--      <top href="#top"/>-->
!         <!--      <section href="#section"/>-->
!         <!--    </sample>-->
!         <!--    <document-v13 label="Apache doc v1.3" href="document-v13.html" -->
!         <!--      description="A nonsense document using all possible elements in the document v1.3">-->
!         <!--      <top href="#top"/>-->
!         <!--      <section href="#section"/>-->
!         <!--    </document-v13>-->
!         <!--    <static label="Static content" href="static.html" -->
!         <!--      description="Static raw un-processed content" />-->
!         <!--    <linking label="Linking" href="linking.html" -->
!         <!--      description="Linking explained and demonstrated" />-->
!         <!--    <sample-wiki label="Wiki page" href="wiki-sample.html" -->
!         <!--      description="wiki-sample" />-->
!         <!--    <sample-ihtml label="ihtml page" href="ihtml-sample.html" -->
!         <!--      description="Test iHTML page" />-->
!         <!--    <sample-ascii-art label="ascii-art page" href="ascii-art.html" -->
!         <!--      description="Sample Ascii Art page" />-->
!         <!--    <sample-openoffice-writer label="OpenOffice Writer" href="openoffice-writer.html" -->
!         <!--      description="Openoffice Writer sample" />       -->
! <!--        <faq label="FAQ" href="faq.html" description="Frequently Asked Questions"/>-->
!         <!--    <sdocbook label="Simplifed Docbook" href="sdocbook.html" -->
!         <!--      description="Simplified DocBook example" />     -->
!         <!--    <subdir label="Subdir" href="subdir/">-->
!         <!--      <index label="Index" href="index.html" -->
!         <!--        description="Page generated from a sub-directory"/>-->
!         <!--    </subdir>-->
! <!--    </samples>-->
  
!     <files>
!         <!--    <hello_print href="hello.pdf" />-->
!         <!--    <test1 href="test1.html" />-->
!         <!--    <test3 href="samples/test3.html" />-->
!     </files>
  
!     <!--
!     The href must be wholesite.html/pdf  You can change the labels and node names
!     <all label="All">
!       <whole_site_html label="Whole Site HTML" href="wholesite.html"/>
!       <whole_site_pdf label="Whole Site PDF" href="wholesite.pdf"/>
!     </all>
!     -->
  
!     <external-refs>
!         <forrest href="http://forrest.apache.org/">
!             <linking href="docs/linking.html"/>
!             <validation href="docs/validation.html"/>
!             <webapp href="docs/your-project.html#webapp"/>
!             <dtd-docs href="docs/dtd-docs.html"/>
!         </forrest>
!         <cocoon href="http://cocoon.apache.org/"/>
!         <xml.apache.org href="http://xml.apache.org/"/>
!         <tapestry href="http://jakarta.apache.org/tapestry/"/>
!     </external-refs>
  
  </site>

--- NEW FILE: license.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
The Krysalis Patchy Software License, Version 1.1_01

Copyright (c) 2004 Nicola Ken Barozzi.  All rights reserved.

This Licence is compatible with the BSD licence as described and
approved by http://www.opensource.org/, and is based on the
Apache Software Licence Version 1.1.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. The end-user documentation included with the redistribution,
   if any, must include the following acknowledgment:
      "This product includes software developed for project
       Krysalis (http://www.krysalis.org/)."
   Alternately, this acknowledgment may appear in the software itself,
   if and wherever such third-party acknowledgments normally appear.

4. The names "Krysalis" and "Nicola Ken Barozzi" and
   "Krysalis Centipede" must not be used to endorse or promote products
   derived from this software without prior written permission. For
   written permission, please contact [email protected].

5. Products derived from this software may not be called "Krysalis",
   "Krysalis Centipede", nor may "Krysalis" appear in their name, without
    prior written permission of Nicola Ken Barozzi.

6. This software may contain voluntary contributions made by many
   individuals, who decided to donate the code to this project in respect
   of this licence.

THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
====================================================================
*/
-->
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "document-v20.dtd">
<document>
    <header>
        <title>License</title>
    </header>
    <body>
        <section>
            <title>Introduction</title>
            <p>
                Krysalis Menu is license under the following license terms.
                This license is dervived from the Apache Software License
                version 1.1
            </p>
        </section>
        <section>
            <title>License Terms</title>
            <source>
The Krysalis Patchy Software License, Version 1.1_01

Copyright (c) 2004 Nicola Ken Barozzi.  All rights reserved.

This Licence is compatible with the BSD licence as described and
approved by http://www.opensource.org/, and is based on the
Apache Software Licence Version 1.1.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. The end-user documentation included with the redistribution,
   if any, must include the following acknowledgment:
      "This product includes software developed for project
       Krysalis (http://www.krysalis.org/)."
   Alternately, this acknowledgment may appear in the software itself,
   if and wherever such third-party acknowledgments normally appear.

4. The names "Krysalis" and "Nicola Ken Barozzi" and
   "Krysalis Centipede" must not be used to endorse or promote products
   derived from this software without prior written permission. For
   written permission, please contact [email protected].

5. Products derived from this software may not be called "Krysalis",
   "Krysalis Centipede", nor may "Krysalis" appear in their name, without
    prior written permission of Nicola Ken Barozzi.

6. This software may contain voluntary contributions made by many
   individuals, who decided to donate the code to this project in respect
   of this licence.

THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
====================================================================

            </source>
        </section>
    </body>
</document>



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/