I'm not sure that we need a Foundation link in the site navigation menu. That is well-covered in the new prose you added.
Also, I'd like to remove the www.apache.org link from the site navigation. We have a link in the upper-right, at the bottom-left, and in the main text of the landing page. Those locations are more than enough for the guidelines. The idea here is that we can shrink that left-nav to its minimum. Thoughts? Cheers, -g On Tue, Oct 19, 2010 at 18:37, <danie...@apache.org> wrote: > Author: danielsh > Date: Tue Oct 19 22:37:46 2010 > New Revision: 1024442 > > URL: http://svn.apache.org/viewvc?rev=1024442&view=rev > Log: > Tweak the "About the ASF" navbar entry. > > * /site/publish/site-nav.html > (About the ASF): Add <acronym/> tag and "Foundation" link. > > * /site/publish/index.html > (site-overview): Add "site-overview-asf" section. > > Modified: > subversion/site/publish/index.html > subversion/site/publish/site-nav.html > > Modified: subversion/site/publish/index.html > URL: > http://svn.apache.org/viewvc/subversion/site/publish/index.html?rev=1024442&r1=1024441&r2=1024442&view=diff > ============================================================================== > --- subversion/site/publish/index.html (original) > +++ subversion/site/publish/index.html Tue Oct 19 22:37:46 2010 > @@ -205,6 +205,26 @@ > > </div> <!-- #site-overview-community --> > > +<div class="h3" id="site-overview-asf"> > +<h3>The "About the ASF" Section > + <a class="sectionlink" href="#site-overview-asf" > + title="Link to this section">¶</a> > +</h3> > + > +<!-- see http://www.apache.org/foundation/marks/pmcs --> > +<p>The rest of this site is about Subversion — but Subversion doesn't > + operate in vaccum. It is part of the <a > href="http://www.apache.org">Apache > + Software Foundation (ASF)</a>, which — in addition to the servers > that > + run this site and our mailing lists — provides financial, technical, > + and legal backing. The "About the ASF" section contains links that relate > + to the <a href="http://www.apache.org/foundation/">the Foundation</a> as > + a whole. It lists our > + <a href="http://www.apache.org/foundation/thanks.html">sponsors</a> and > + allows you to <a href="http://www.apache.org/foundation/sponsorship.html" > + >donate</a> if you wish.</p> > + > +</div> <!-- #site-overview-asf --> > + > </div> <!-- #site-overview --> > > </div> <!-- #site-content --> > > Modified: subversion/site/publish/site-nav.html > URL: > http://svn.apache.org/viewvc/subversion/site/publish/site-nav.html?rev=1024442&r1=1024441&r2=1024442&view=diff > ============================================================================== > --- subversion/site/publish/site-nav.html (original) > +++ subversion/site/publish/site-nav.html Tue Oct 19 22:37:46 2010 > @@ -25,11 +25,13 @@ > <li><a href="/contributing.html">Getting Involved</a></li> > </ul> > </li> > - <li>About the ASF > + <li>About the <acronym title="Apache Software Foundation">ASF</acronym> > <ul> > <li><a target="_blank" class="linkaway" > href="http://www.apache.org/">Apache.org</a></li> > <li><a target="_blank" class="linkaway" > + href="http://www.apache.org/foundation/">Foundation</a></li> > + <li><a target="_blank" class="linkaway" > href="http://www.apache.org/licenses/">Licenses</a></li> > <li><a target="_blank" class="linkaway" > > href="http://www.apache.org/foundation/sponsorship.html">Donate</a></li> > > >