krysalis-menu/forrestdocs/src/documentation/content/xdocs index.xml,1.3,1.4 site.xml,1.2,1.3

Glen Stampoultzis <[email protected]> Tue, 08 Feb 2005 23:51:57 +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-serv1403/forrestdocs/src/documentation/content/xdocs

Modified Files:
	index.xml site.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.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** index.xml	9 Dec 2004 04:28:40 -0000	1.3
--- index.xml	8 Feb 2005 23:51:55 -0000	1.4
***************
*** 69,73 ****
                  <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
--- 69,73 ----
                  <title>About Krysalis Menu</title>
                  <p>
!                     Krysalis Menu is a <a href="ext:tapestry">Tapestry</a>
                      component library that allows
                      the user to easily create a web based drop down menu similar
***************
*** 88,95 ****
                  <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>
--- 88,94 ----
                  <title>Downloading</title>
                  <p>
!                     Krysalis menu can be downloaded from the <a href="ext:download">files section</a>
                      in sourceforge.
                  </p>
              </section>
              <section>
***************
*** 105,109 ****
                      specification file.
                          <source>
!                             &lt;library id="menu" specification-path="/org/krysalis/menu/component/Menu.library"/&gt;
                          </source>
                      </li>
--- 104,108 ----
                      specification file.
                          <source>
!     &lt;library id="menu" specification-path="/org/krysalis/menu/component/Menu.library"/&gt;
                          </source>
                      </li>
***************
*** 139,150 ****
  </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>
--- 138,150 ----
  </div>
  <div jwcid="@menu:MenuDropDown" title="Edit">
!   <div jwcid="@menu:MenuItem" image="ognl:assets.cutImage">Cut</div>
!   <div jwcid="@menu:MenuItem" image="ognl:assets.copyImage">Copy</div>
!   <div jwcid="@menu:MenuItem" image="ognl:assets.pasteImage">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" col2Block="ognl:components.checkboxBlock">Case Sensitive</div>
!   <div jwcid="checkboxBlock@Block"><span jwcid="@Checkbox" selected="ognl:checkbox"/></div>
  </div>
  </div>
***************
*** 159,162 ****
--- 159,163 ----
    <div jwcid="@menu:MenuItem">Close Current</div>
  </div>
+ 
                  ]]></source>
                  <p>
***************
*** 180,184 ****
                      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
--- 181,185 ----
                      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 Tapestry does not
                      automatically create CSS you will need to create this
                      file and reference it in your template using something
***************
*** 196,203 ****
                      <![CDATA[
  .menuBar {
!   width: 100%;
    border: outset;
    border-width: 1px;
!   display: inline;
    padding: 9px;
    background-color: #6699FF;
--- 197,205 ----
                      <![CDATA[
  .menuBar {
!   font-family: Arial, Helvetica, sans-serif;
!   font-size: 10pt;
    border: outset;
    border-width: 1px;
!   display: block;
    padding: 9px;
    background-color: #6699FF;
***************
*** 247,251 ****
  
  .menuItem td {
!   padding: 0px 7px;
  }
  
--- 249,255 ----
  
  .menuItem td {
!   font-family: Arial, Helvetica, sans-serif;
!   font-size: 10pt;
!   padding: 0px 0px;
  }
  
***************
*** 286,290 ****
              <section>
                  <title>Mailing Lists</title>
!                 <fixme author="GS">Add link to mailing list</fixme>
              </section>
          </section>
--- 290,297 ----
              <section>
                  <title>Mailing Lists</title>
!                 <p>
!                 A sourceforge provided <a href="ext:mailinglist">mailing list</a> is available if you have
!                 any questions regarding the usage of Krysalis Menu.
!                 </p>
              </section>
          </section>

Index: site.xml
===================================================================
RCS file: /cvsroot/metamorphosis/krysalis-menu/forrestdocs/src/documentation/content/xdocs/site.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** site.xml	7 Dec 2004 02:46:18 -0000	1.2
--- site.xml	8 Feb 2005 23:51:55 -0000	1.3
***************
*** 97,100 ****
--- 97,102 ----
          <xml.apache.org href="http://xml.apache.org/"/>
          <tapestry href="http://jakarta.apache.org/tapestry/"/>
+         <download href="http://www.sf.net/XXX"/>
+         <mailinglist href="http://www.sf.net/XXX"/>
      </external-refs>
  



-------------------------------------------------------
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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click