mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-27 14:32:31 +00:00
seeing as we're no longer using sf...
This commit is contained in:
parent
4dae550379
commit
4bae4b73d4
5 changed files with 7 additions and 23 deletions
|
@ -46,7 +46,7 @@ open up your trusty MS-DOS Prompt and do the following:
|
|||
<PRE>
|
||||
C:\WINDOWS> x:
|
||||
X:\> cd \Source
|
||||
X:\Source> cvs -d<EM>yourname</EM>@cvs.quake.sourceforge.net:/cvsroot/quake co <EM>module</EM>
|
||||
X:\Source> cvs -d<EM>yourname</EM>@cvs.quakeforge.net:/project/cvs co <EM>module</EM>
|
||||
</PRE>
|
||||
|
||||
<P>Make sure you replace "<EM>yourname</EM>" with your SourceForge
|
||||
|
|
|
@ -62,19 +62,6 @@
|
|||
menuSectionFooter ();
|
||||
}
|
||||
|
||||
function sfMenu ()
|
||||
{
|
||||
menuSectionHeader ("SourceForge", 'white', menuHeadColor, menuBgColor);
|
||||
menuItemLink ("sfhome", "http://sourceforge.net/", "Homepage");
|
||||
menuItemLink ("sfsnip", "http://sourceforge.net/snippet/", "Code Snippet Library");
|
||||
menuItemLink ("sfswmap", "http://sourceforge.net/softwaremap/", "Software Map");
|
||||
menuItemLink ("sfreleases", "http://sourceforge.net/new/", "New Releases");
|
||||
menuItemLink ("sfdocs", "http://sourceforge.net/docs/site/", "Site Documentation");
|
||||
menuItemLink ("sftop", "http://sourceforge.net/top/", "Top Projects");
|
||||
menuItemLink ("sfmirr", "http://sourceforge.net/mirrors/", "Other Site Mirrors");
|
||||
menuSectionFooter ();
|
||||
}
|
||||
|
||||
function searchMenu ()
|
||||
{
|
||||
menuSectionHeader ("Search", 'white', menuHeadColor, menuBgColor);
|
||||
|
@ -107,6 +94,5 @@
|
|||
|
||||
qfMenu ();
|
||||
develMenu ();
|
||||
// sfMenu ();
|
||||
searchMenu ();
|
||||
?>
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
<SPAN class="mainTitle"><? echo $siteName; ?></SPAN>
|
||||
</TD>
|
||||
<TD align="center" vAlign="middle"><!-- SourceForge logo -->
|
||||
<A href="http://sourceforge.net/"><IMG src="http://sourceforge.net/sflogo.php?group_id=882&type=1" alt="SourceForge" border="0" width="88" height="31"></A>
|
||||
</TD>
|
||||
<? tableSpacer (20, 1, 1, menuBgColor); ?>
|
||||
</TR>
|
||||
|
|
|
@ -17,17 +17,17 @@
|
|||
'<TR>';
|
||||
tableSpacer (1, 1, 1, white);
|
||||
echo '<TD>';
|
||||
iconLink ('http://sourceforge.net/projects/quake/', '/img/icons/anvil.png', 'SourceForge', isFocused($focused, 'summary'));
|
||||
// iconLink ('http://sourceforge.net/projects/quake/', '/img/icons/anvil.png', 'SourceForge', isFocused($focused, 'summary'));
|
||||
iconLink ('/', '/img/icons/home.png', 'Homepage', isFocused($focused, 'home'));
|
||||
iconLink ('http://sourceforge.net/bugs/?group_id=882', '/img/icons/bugs.png', 'Bugs', isFocused($focused, 'bugs'));
|
||||
iconLink ('/bugs/', '/img/icons/bugs.png', 'Bugs', isFocused($focused, 'bugs'));
|
||||
// iconLink ('http://sourceforge.net/support/?group_id=882', '/img/icons/support.png', 'Support', isFocused($focused, 'support'));
|
||||
// iconLink ('http://sourceforge.net/patch/?group_id=882', '/img/icons/patch.png', 'Patches', isFocused($focused, 'patch'));
|
||||
iconLink ('http://sourceforge.net/mail/?group_id=882', '/img/icons/mail.png', 'Lists', isFocused($focused, 'mail'));
|
||||
iconLink ('http://sourceforge.net/pm/?group_id=882', '/img/icons/tasks.png', 'Tasks', isFocused($focused, 'tasks'));
|
||||
iconLink ('/lists.php', '/img/icons/mail.png', 'Lists', isFocused($focused, 'mail'));
|
||||
// iconLink ('http://sourceforge.net/pm/?group_id=882', '/img/icons/tasks.png', 'Tasks', isFocused($focused, 'tasks'));
|
||||
// iconLink ('http://sourceforge.net/survey/?group_id=882', '/img/icons/survey.png', 'Surveys', isFocused($focused, 'survey'));
|
||||
iconLink ('/news.php', '/img/icons/news.png', 'News', isFocused($focused, 'news'));
|
||||
iconLink ('http://sourceforge.net/cvs/?group_id=882', '/img/icons/cvs.png', 'CVS', isFocused($focused, 'cvs'));
|
||||
iconLink ('http://sourceforge.net/project/showfiles.php?group_id=882', '/img/icons/download.png', 'Downloads', isFocused($focused, 'download'));
|
||||
iconLink ('/cgi-bin/viewcvs.cgi/', '/img/icons/cvs.png', 'CVS', isFocused($focused, 'cvs'));
|
||||
iconLink ('/files.php', '/img/icons/download.png', 'Downloads', isFocused($focused, 'download'));
|
||||
echo '</TD></TR></TABLE>';
|
||||
}
|
||||
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
</SPAN>
|
||||
</TD>
|
||||
<TD align="right">
|
||||
<A class="mainTitleBar" href="http://sourceforge.net/"><B>SourceForge member</B></a>
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
|
Loading…
Reference in a new issue