You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by vm...@apache.org on 2003/05/05 20:32:19 UTC

cvs commit: xml-fop/src/documentation/content/xdocs/dev book.xml

vmote       2003/05/05 11:32:19

  Modified:    src/documentation/content/xdocs/dev book.xml
  Log:
  Rearrange menu around a "design, develop, test, deploy" model.
  
  Revision  Changes    Path
  1.21      +18 -13    xml-fop/src/documentation/content/xdocs/dev/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/dev/book.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- book.xml	22 Apr 2003 17:24:16 -0000	1.20
  +++ book.xml	5 May 2003 18:32:19 -0000	1.21
  @@ -7,27 +7,32 @@
         copyright="@year@ The Apache Software Foundation"
         xmlns:xlink="http://www.w3.org/1999/xlink">
   
  -    <menu label="About">
  -      <menu-item label="Introduction" href="index.html"/>
  -      <menu-item label="FAQs" href="faq.html"/>
  -      <menu-item label="Examples" href="examples.html"/>
  -      <menu-item label="Walk-Thru" href="implement.html"/>
  +    <menu label="Introduction">
  +      <menu-item label="Basics" href="index.html"/>
       </menu>
  -    <menu label="Extras">
  +    <menu label="Design">
  +      <menu-item label="Resolved" href="design/index.html"/>
  +      <external label="Unresolved (Wiki)" href="http://nagoya.apache.org/wiki/apachewiki.cgi?FOPProjectPages"/>
         <menu-item label="SVG" href="svg.html"/>
         <menu-item label="Fonts" href="fonts.html"/>
         <menu-item label="Extensions" href="extensions.html"/>
       </menu>
  -    <menu label="Output">
  -      <menu-item label="PDF" href="pdf.html"/>
  -      <menu-item label="Postscript" href="ps.html"/>
  +    <menu label="Develop">
  +      <menu-item label="Walk-Thru" href="implement.html"/>
  +      <external label="Patch queue" href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Fop&amp;short_desc=%5BPATCH%5D&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;namedcmd=Fop+all&amp;newqueryname=fop+patch+queue&amp;tofooter=1&amp;order=Reuse+same+sort+as+last+time"/>
       </menu>
  -    <menu label="General">
  -      <external label="FOP Wiki" href="http://nagoya.apache.org/wiki/apachewiki.cgi?FOPProjectPages"/>
  -      <menu-item label="Tools" href="tools.html"/>
  +    <menu label="Test">
         <menu-item label="Testing" href="testing.html"/>
  -      <external label="Patch queue" href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Fop&amp;short_desc=%5BPATCH%5D&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;namedcmd=Fop+all&amp;newqueryname=fop+patch+queue&amp;tofooter=1&amp;order=Reuse+same+sort+as+last+time"/>
  +    </menu>
  +    <menu label="Deploy">
         <menu-item label="Doc Mgmt" href="doc.html"/>
  +    </menu>
  +    <menu label="Resources">
  +      <menu-item label="FAQs" href="faq.html"/>
  +      <menu-item label="Examples" href="examples.html"/>
  +      <menu-item label="Tools" href="tools.html"/>
         <external label="ViewCVS" href="http://cvs.apache.org/viewcvs.cgi/xml-fop"/>
  +      <menu-item label="PDF" href="pdf.html"/>
  +      <menu-item label="Postscript" href="ps.html"/>
       </menu>
   </book>
  
  
  

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