[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-cvs] administration/content/gnu-content menu.txt
From: |
Karl Berry |
Subject: |
[Savannah-cvs] administration/content/gnu-content menu.txt |
Date: |
Mon, 16 Jun 2008 17:11:07 +0000 |
CVSROOT: /web/administration
Module name: administration
Changes by: Karl Berry <karl> 08/06/16 17:11:07
Modified files:
content/gnu-content: menu.txt
Log message:
remove webmaster block, add FSF block, some GNU links/entries changed
CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/administration/content/gnu-content/menu.txt?cvsroot=administration&r1=1.19&r2=1.20
Patches:
Index: menu.txt
===================================================================
RCS file: /web/administration/administration/content/gnu-content/menu.txt,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- menu.txt 8 Aug 2007 18:55:57 -0000 1.19
+++ menu.txt 16 Jun 2008 17:11:06 -0000 1.20
@@ -1,36 +1,33 @@
-<!-- $Id: menu.txt,v 1.19 2007/08/08 18:55:57 Beuc Exp $ BEGIN -->
+<!-- $Id: menu.txt,v 1.20 2008/06/16 17:11:06 karl Exp $ BEGIN -->
<?php
// Savannah - Additional menus sample file
-// $Id: menu.txt,v 1.19 2007/08/08 18:55:57 Beuc Exp $
+// $Id: menu.txt,v 1.20 2008/06/16 17:11:06 karl Exp $
global $HTML;
$HTML->menu_entry('http://savannah.gnu.org/maintenance/FaQ', 'FAQ');
-$HTML->menuhtml_top('Developer Info');
+
+$HTML->menuhtml_top('Developer Info');
$HTML->menu_entry('https://savannah.gnu.org/faq/?admin=&group_id=5802&question=Savannah_-_Is_there_any_restriction_on_cryptographic_software.txt','Cryptographic
software legal notice');
$HTML->menu_entry('https://savannah.gnu.org/faq/?question=CVS_-_How_to_do_anonymous_access.txt','Anonymous
CVS');
$HTML->menuhtml_bottom();
-$HTML->menuhtml_top('GNU Webmasters');
-$HTML->menu_entry('http://www.gnu.org/server/standards/','Documentation');
-$HTML->menu_entry('http://www.gnu.org/server/standards/README.html#TOC0','Organization');
-$HTML->menu_entry('http://www.gnu.org/server/standards/www2savannah.html','Projects
map');
-$HTML->menu_entry($GLOBALS['sys_home'].'projects/www/','www project');
+$HTML->menuhtml_top('GNU Project');
+$HTML->menu_entry('http://www.gnu.org/help/help.html','Help GNU');
+$HTML->menu_entry("http://www.gnu.org/directory/GNU",'All GNU Packages');
+$HTML->menu_entry('http://www.gnu.org/software/devel.html','Dev Resources');
+$HTML->menu_entry('http://www.gnu.org/licenses/license-list.html','License
List');
+$HTML->menu_entry('http://www.gnu.org/prep/ftp.html','GNU Download Mirrors');
$HTML->menuhtml_bottom();
-$HTML->menuhtml_top('GNU Project');
+$HTML->menuhtml_top('Free Software Foundation');
+$HTML->menu_entry('http://www.fsf.org/events/','Coming Events');
$HTML->menu_entry('http://gplv3.fsf.org/','GNU GPL v3');
-$HTML->menu_entry('http://www.gnu.org/events/','Coming Events');
-$HTML->menu_entry("http://www.gnu.org/directory/",'Free Software Directory');
-$HTML->menu_entry('http://www.gnu.org/help/help.html','Help GNU');
-$HTML->menu_entry($GLOBALS['sys_home'].'projects/tasklist','GNU Task List');
-$HTML->menu_entry('http://www.gnu.org/software/devel.html','Dev
Documentation');
-$HTML->menu_entry('http://www.gnu.org/philosophy/license-list.html','Licenses
List');
-$HTML->menu_entry('http://www.gnu.org/server/list-mirrors.html','GNU Mirrors');
+$HTML->menu_entry("http://www.fsf.org/directory/",'Free Software Directory');
$HTML->menuhtml_bottom();
// You can create other menus here, following the model above. They will be
// shown in every page. You can also delete the above menu and leave
// this page empty if you want to.
?>
-<!-- $Id: menu.txt,v 1.19 2007/08/08 18:55:57 Beuc Exp $ END -->
+<!-- $Id: menu.txt,v 1.20 2008/06/16 17:11:06 karl Exp $ END -->
- [Savannah-cvs] administration/content/gnu-content menu.txt,
Karl Berry <=