Yep, I copy/pasted from the list that 'cjones' gave me, I'll make sure to keep mirrors intact.
On Tue, Jun 25, 2013 at 9:50 PM, Hannes Magnusson < [email protected]> wrote: > On Tue, Jun 25, 2013 at 12:44 PM, Paul Dragoonis <[email protected]> > wrote: > > Commit: a9fd0962814ff34f142cf491665a2a64a8282386 > > Author: Paul Dragoonis <[email protected]> Tue, 25 Jun > 2013 20:44:06 +0100 > > Parents: 79ed0768da943603d59244248b225ac5022185eb > > Branches: master > > > > Link: > http://git.php.net/?p=web/php.git;a=commitdiff;h=a9fd0962814ff34f142cf491665a2a64a8282386 > > > > Log: > > Adding in a Downloads dropdown area on the top navigation > > > > Changed paths: > > M include/header.inc > > M styles/theme.css > > > > > > Diff: > > diff --git a/include/header.inc b/include/header.inc > > index 6e3c21e..cfdbbf4 100644 > > --- a/include/header.inc > > +++ b/include/header.inc > > @@ -142,8 +142,38 @@ if (isset($shortname) && $shortname) { > > <br style="clear: both;" /> > > </div></div></div> > > </li> > > - <li class="<?php echo $curr == "downloads" ? "current" : ""?>"> > > - <a href="/downloads.php" class="menu-link">Downloads</a> > > + <li class="parent <?php echo $curr == "downloads" ? "current" : ""?>"> > > + <a href="#downloads" class="menu-link">Downloads</a> > > + <div class="children" id="downloads"> > > + <div class="children-1"> > > + <div class="children-2"> > > + > > + <dl> > > + <dt>Current Releases</dt> > > + <dd><a href="http://php.net/downloads.php#5.5" title="PHP > 5.5">PHP 5.5</a></dd> > > + <dd><a href="http://php.net/downloads.php#5.4" title="PHP > 5.4">PHP 5.4</a></dd> > > + <dd><a href="http://php.net/downloads.php#5.3" title="PHP > 5.3">PHP 5.3</a></dd> > > + </dl> > > + > > + <dl> > > + <dt>Development Releases</dt> > > + <dd><a href="http://www.php.net/git.php" > title="Git">Git</a></dd> > > + <dd><a href="https://github.com/php/php-src/" > title="Github">Github</a></dd> > > + <dd><a href="http://snaps.php.net/" > title="Snaps">Snaps</a></dd> > > + </dl> > > + > > + <dl> > > + <dt>Other Downloads</dt> > > + <dd><a href="http://www.php.net/releases/" title="Archived > Versions">Archived Versions</a></dd> > > + <dd><a href="http://pecl.php.net/packages.php" > title="PECL">PECL</a></dd> > > + <dd><a href="http://pear.php.net/packages.php" > title="PEAR">PEAR</a></dd> > > + <dd><a href="http://php.net/downloads.php" title="Non-core > systems">Non-core systems</a></dd> > > > > What is this "non-core systems" on downloads.php? > > Also, please don't link to http://php.net, just use /, as people > should be able to navigate fine on their current mirror without > needing all these roundtrips to php.net. > > -Hannes >
