website/devtools.php
Jeff Teunissen 9e6f75ccbd Update for PHP 7.x
PHP 7 doesn't like the old short tags we were using (it's possible to re-enable
them, but won't be for version 8, so we might as well switch now), and the old
MySQL APIs are now gone entirely, replaced with something different.

This should make everything work at least as well as it used to.

Also, one file used to be checked in with CRLF line endings. ??
2022-04-27 13:14:47 -04:00

25 lines
1.4 KiB
PHP

<?php // Preamble
$pageName = "Developer Tools";
$currPage = "devtools"; // Name of the page, for the menu
require "parts/preamble.php"; // Load most of document
?>
<P>The tools on this page are referenced here as a service to developers and
prospective developers for QuakeForge.
<H2>Documentation</H2>
<A href ="doxygen/">Internal documention</A>, generated by <A href="http://www.doxygen.org/">doxygen</A>, is available.
<H2>Git</H2>
<P>Git is the program that we use to manage our source tree among multiple
developers at a variety of locations. See the <A href="http://git-scm.com/">git homepage</A> for more information and downloads.
<H2>SSH (Secure Shell)</H2>
<P>SSH (along with a developer account on the QuakeForge server) is required to be able to write to the QuakeForge CVS repository. Clients for various operating environments may be found below.
<DL>
<DT>UNIX and Unix-like systems:</DT>
<DD><A href="http://www.openssh.org">OpenSSH</A>, being Free Software, is our recommended SSH implementation.</DD>
<DD>There is also an <A href="ftp://ftp.ssh.com/pub/ssh/">anti-commercial, non-free implementation</A> available from <A href="http://www.ssh.com/">SSH Communications</A>.</DD>
<DT>Windows 95, 98, NT, and Windows 2000:</DT>
<DD>You can get an SSH client from Gordon Chaffee's <A href="http://bmrc.berkeley.edu/people/chaffee/winntutil.html">Windows NT Utilities</A> page.</DD>
</DL>