You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2004/03/14 19:32:49 UTC

cvs commit: jakarta-commons/commons-build/menus community.ent downloads.ent information.ent related.ent view.ent

dirkv       2004/03/14 10:32:49

  Modified:    commons-build/menus community.ent downloads.ent
                        information.ent related.ent view.ent
  Log:
  cleanup menu/item names
  
  Revision  Changes    Path
  1.3       +6 -7      jakarta-commons/commons-build/menus/community.ent
  
  Index: community.ent
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/commons-build/menus/community.ent,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- community.ent	2 Mar 2004 03:17:59 -0000	1.2
  +++ community.ent	14 Mar 2004 18:32:49 -0000	1.3
  @@ -1,9 +1,8 @@
   <!--
  -The Community menu element
  +The "Community" menu element
   -->
  -<menu name="Community" type="footer">
  -    <item name="Get Involved"           href="http://jakarta.apache.org/site/getinvolved.html"/>
  -    <item name="Mailing Lists"          href="http://jakarta.apache.org/site/mail.html"/>
  -    <item name="Access CVS Repositories"       href="http://jakarta.apache.org/site/cvsindex.html"/>
  -    <item name="Wiki"       href="http://nagoya.apache.org/wiki/apachewiki.cgi?JakartaCommonsProjectPages"/>
  -</menu>
  \ No newline at end of file
  +<menu name="Jakarta Community" type="footer">
  +    <item name="Get Involved"                        href="http://jakarta.apache.org/site/getinvolved.html"/>
  +    <item name="Mailing Lists"                       href="http://jakarta.apache.org/site/mail.html"/>
  +    <item name="Access&#xA0;CVS&#xA0;Repositories"   href="http://jakarta.apache.org/site/cvsindex.html"/>
  +</menu>
  
  
  
  1.2       +6 -9      jakarta-commons/commons-build/menus/downloads.ent
  
  Index: downloads.ent
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/commons-build/menus/downloads.ent,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- downloads.ent	2 Mar 2004 00:50:50 -0000	1.1
  +++ downloads.ent	14 Mar 2004 18:32:49 -0000	1.2
  @@ -1,11 +1,8 @@
   <!--
  -Downloads Menu
  +The "Download" menu element
   -->
  -<menu name="Download" type="footer">
  -  	<item name="Binary"
  -        href="http://jakarta.apache.org/site/binindex.cgi"/>
  -  	<item name="Source Code"
  -        href="http://jakarta.apache.org/site/sourceindex.cgi"/>
  -  	<item name="Nightly"
  -        href="http://cvs.apache.org/builds/jakarta-commons/nightly/"/>
  -</menu>
  \ No newline at end of file
  +<menu name="Download">
  +    <item name="Binaries&#xA0;(mirrored)"           href="http://jakarta.apache.org/site/binindex.cgi"/>
  +    <item name="Source&#xA0;Code&#xA0;(mirrored)"   href="http://jakarta.apache.org/site/sourceindex.cgi"/>
  +    <item name="Nightly&#xA0;Snapshots"             href="http://cvs.apache.org/builds/jakarta-commons/nightly/"/>
  +</menu>
  
  
  
  1.3       +7 -10     jakarta-commons/commons-build/menus/information.ent
  
  Index: information.ent
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/commons-build/menus/information.ent,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- information.ent	2 Mar 2004 03:17:59 -0000	1.2
  +++ information.ent	14 Mar 2004 18:32:49 -0000	1.3
  @@ -1,17 +1,14 @@
   <!--
  -The Information menu element
  +The "Information" menu element
   -->
  -<menu name="Information" type="footer">
  -    <item name="Overview"                 href="http://jakarta.apache.org/commons/index.html"/>
  -    <item name="Components"               href="http://jakarta.apache.org/commons/components.html"/>
  -    <item name="On Volunteering"          href="http://jakarta.apache.org/commons/volunteering.html"/>
  -    <item name="On Contributing Patches"  href="http://jakarta.apache.org/commons/patches.html"/>
  +<menu name="General Information" type="footer">
  +    <item name="Charter"                href="http://jakarta.apache.org/commons/charter.html"/>
  +    <item name="Volunteering"           href="http://jakarta.apache.org/commons/volunteering.html"/>
  +    <item name="Contributing Patches"   href="http://jakarta.apache.org/commons/patches.html"/>
  +    <item name="Releasing Components"   href="http://jakarta.apache.org/commons/releases/index.html"/>
  +
       <!-- Yet to come?
       <item name="Guidelines"             href="http://jakarta.apache.org/commons/guidelines.html"/>
       <item name="News"                   href="http://jakarta.apache.org/commons/news.html"/>
  -    -->
  -    <!-- deprecated?
  -    <item name="Commons Proper"         href="http://jakarta.apache.org/commons/commons.html"/>
  -    <item name="Sandbox"                href="http://jakarta.apache.org/commons/sandbox.html"/>
       -->
   </menu>
  
  
  
  1.3       +8 -6      jakarta-commons/commons-build/menus/related.ent
  
  Index: related.ent
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/commons-build/menus/related.ent,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- related.ent	2 Mar 2004 03:17:59 -0000	1.2
  +++ related.ent	14 Mar 2004 18:32:49 -0000	1.3
  @@ -1,6 +1,8 @@
  -      
  -      <menu name="Related" type="footer">
  -        <item name='Apache Commons' href='http://commons.apache.org/'/>
  -        <item name='commons@db.apache.org' href='http://db.apache.org/commons/'/>
  -        <item name='commons@xml.apache.org' href='http://xml.apache.org/commons/'/>
  -      </menu>
  \ No newline at end of file
  +<!--
  +The "Related" menu element
  +-->
  +<menu name="Related" type="footer">
  +    <item name='Apache Commons'   href='http://commons.apache.org/'/>
  +    <item name='DB Commons'       href='http://db.apache.org/commons/'/>
  +    <item name='XML Commons'      href='http://xml.apache.org/commons/'/>
  +</menu>
  
  
  
  1.3       +7 -4      jakarta-commons/commons-build/menus/view.ent
  
  Index: view.ent
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/commons-build/menus/view.ent,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- view.ent	2 Mar 2004 03:17:59 -0000	1.2
  +++ view.ent	14 Mar 2004 18:32:49 -0000	1.3
  @@ -1,4 +1,7 @@
  -      <menu name="View CVS" type="footer">	
  -        <item name="Components"              	href="http://cvs.apache.org/viewcvs/jakarta-commons/"/>
  -        <item name="Sandbox"              	href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/"/>
  -      </menu>
  \ No newline at end of file
  +<!--
  +The "View CVS" menu element
  +-->
  +<menu name="View CVS">	
  +    <item name="Components"   href="http://cvs.apache.org/viewcvs/jakarta-commons/"/>
  +    <item name="Sandbox"      href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/"/>
  +</menu>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org